/*-------CSS内容----------
Base
Breadcrumb
Main container
#cateory & .post
Sidebar
Pagenav
contents common
前後記事

common (旧サイトのresetや一般用クラスなど)
Common section - Recommended & Customer
common section - Smile album
List - /category/** , /genre/**, /featurelist/**
NOT FOUND
------------------------*/


@charset "UTF-8";
@media screen and (min-width: 0px) and (max-width: 750px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
:root {
  --color-base: #ff9600;
  --color-red: #fb0013;
  --color-aqua: #00ae97;
  --color-yellow: #f5dd1f;
  --color-pink: #eb6fa5;
  --color-purple: #a263ce;
  --font-base: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, sans-serif;
}
html,
body{
  overflow-x: hidden;
}
body {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-family: var(--font-base);
  color: #333333;
  background-color: #ffffff;
  line-height: 1.7;
}

body.win {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #003366;
  text-decoration: underline;
}

a:hover {
  color: #003366;
  text-decoration: none;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
    font-size: 12px !important;
    letter-spacing: 0.1em;
  }
  .pc {
    display: none;
  }
  picture img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/* =base
-------------------------------------------------------------------------------------------- */
.device-wrapper.sp {
  display: block !important;
}

.wrap {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}
/* Breadcrumb
-------------------------------------------------------------------------------------------- */
#pan {
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#pan .pan {
  float: left;
  margin: 0;
  color: #666666;
  font-size: 85.714%;
  line-height: 40px;
  padding: 0 0 0 23px;
  background: url(../img/icon_home.png) no-repeat left center;
}

#pan .pan a {
  color: #ff9600;
  text-decoration: none;
}

#pan .pan a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #pan {
    display: none;
  }
}
/* Main container
-------------------------------------------------------------------------------------------- */
#container {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

#container:has(> .contents:first-of-type) {
  display: grid;
  grid-template-columns: 730px 260px;
  gap: 0 30px;
}

@media screen and (max-width: 768px) {
  #container {
    width: auto;
  }
  #container:has(> .contents:first-of-type) {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/*  #cateory & .post
-------------------------------------------------------------------------------------------- */
.post {
  width: 680px;
  float: left;
}

#category .cat {
  overflow: hidden;
  margin-bottom: 22px;
}

#category .post {
  width: 670px;
  float: none;
  overflow: hidden;
  margin-bottom: 25px;
}

#category .post .img_css {
  float: left;
  border: 1px solid #d9d9d9;
  padding: 2px;
  background: #fff;
}

#category .post .str {
  float: right;
  width: 443px;
  margin-top: 5px;
}

#category .post .str h3 {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.4;
}

#category .post .str h3 a {
  text-decoration: none;
  color: #333;
}

#category .post .str h3 a:hover {
  text-decoration: underline;
}

#category .post .cat {
  margin-top: 5px;
  margin-bottom: 0;
}

#category .post .str .date {
  border-bottom: 4px solid #f4db34;
  color: #999;
  padding-bottom: 2px;
  margin-bottom: 15px;
  clear: both;
  text-align: right;
  font-size: 10px;
}

#category .post .str .date img {
  vertical-align: middle;
  margin-right: 5px;
}

#category .post .str p {
  margin-bottom: 0;
}

#category .post .str .detail {
  margin-top: 5px;
  text-align: right;
}

.post .contents {
  width: auto;
  float: none;
}

.post h1.entry-title {
  font-size: 22px;
  color: #666;
  font-weight: bold;
}

.post p.cat {
  font-weight: bold;
  font-size: 11px;
  overflow: hidden;
}

.post p.feature {
  color: #f00;
}

.post p.series {
  color: #39c;
}

/* Sidebar
-------------------------------------------------------------------------------------------- */
#sidebar {
  grid-row: span 100;
}

#sidebar #side_ranking {
  margin: 0 0 25px;
}

#sidebar #side_ranking h3 {
  margin: 0 auto 30px;
  max-width: 217px;
}

#sidebar #side_ranking .list li {
  display: flex;
  gap: 0 10px;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 2px dotted #dacec1;
  overflow: hidden;
}

#sidebar #side_ranking .list li .image {
  flex: 0 0 84px;
  height: 100%;
  border: 1px solid #c1bebe;
}

#sidebar #side_ranking .list li .image img {
  width: 100%;
}

#sidebar #side_ranking .list li .text {
  flex: 1 1 auto;
}

#sidebar #side_ranking .list li .text .name a {
  color: #1e1e1e;
  text-decoration: none;
  font-size: 85.714%;
}

#sidebar #side_ranking .list li .text .name a:hover {
  text-decoration: underline;
}

#sidebar #side_ranking .list li .text .no {
  font-size: 11px;
  color: #999999;
}

#sidebar #side_ranking .list li.no1 .text .no,
#sidebar #side_ranking .list li.no2 .text .no,
#sidebar #side_ranking .list li.no3 .text .no {
  display: block;
  width: 31px;
  height: 23px;
  margin: 0 0 5px;
  line-height: 30px;
  color: #fcfcf7;
  text-align: center;
}

#sidebar #side_ranking .list li.no1 .text .no {
  background: url(../img/no1_bg.gif) no-repeat left top;
}

#sidebar #side_ranking .list li.no2 .text .no {
  background: url(../img/no2_bg.gif) no-repeat left top;
}

#sidebar #side_ranking .list li.no3 .text .no {
  background: url(../img/no3_bg.gif) no-repeat left top;
}

#sidebar #side_ranking .list li.no1 .image {
  border: 2px solid #b5a900;
}

#sidebar #side_ranking .list li.no2 .image {
  border: 2px solid #9d9d9a;
}

#sidebar #side_ranking .list li.no3 .image {
  border: 2px solid #8a7963;
}

#sidebar #side_topics {
  padding: 14px;
  margin: 0 0 40px;
  background: #ffffe8;
  text-align: center;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  overflow: hidden;
}

#sidebar #side_topics h3 {
  max-width: 200px;
  margin: 0 auto 8px;
}

#sidebar #side_topics ul {
  display: flex;
  flex-wrap: wrap;
}

#sidebar #side_topics ul li a {
  color: #545454;
  font-size: 85.714%;
  line-height: 2;
  padding: 0 0 0 10px;
  margin: 0 5px 0 0;
  background: url(../img/side_topics_word_arrow.gif) no-repeat left center;
  text-decoration: underline;
}

#sidebar #side_topics ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

#sidebar #side_blog {
  margin: 0 0 40px;
}

#sidebar #side_blog h3 {
  text-align: center;
  margin: 0 0 15px;
}

#sidebar #side_blog .official {
  width: 240px;
  padding: 20px 8px 8px;
  color: #6c6c5b;
  border: 2px solid #ff9600;
  background: #fff5e6;
}

#sidebar #side_blog .list li {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 2px dotted #dacec1;
}

#sidebar #side_blog .list li .image {
  float: left;
  width: 70px;
  margin: 0 10px 0 0;
}

#sidebar #side_blog .list li .text {
  float: left;
  width: 160px;
}

#sidebar #side_blog .list li .text a {
  text-decoration: none;
}

#sidebar #side_blog .list li .text a:hover {
  text-decoration: underline;
}

#sidebar #side_blog .list li .text .time {
  color: #6c6c5b;
  font-size: 78.571%;
  line-height: 1.5;
  margin: 0 0 3px;
}

#sidebar #side_blog .list li .text .name a {
  color: #6a5537;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 92.857%;
}

#sidebar #side_blog .more {
  margin: -7px 0 0;
}

#sidebar #side_pickup {
  margin: 0 0 40px;
  padding: 30px 9px 0;
  border: 1px solid #e6e6e6;
}

#sidebar #side_pickup h3 {
  text-align: center;
  margin: 0 0 25px;
}

#sidebar #side_pickup .list li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 2px dotted #dacec1;
  overflow: hidden;
}

#sidebar #side_pickup .list li.last {
  padding: 0 0 5px;
  border-bottom: none;
}

#sidebar #side_pickup .list li .image {
  float: left;
  width: 70px;
}

#sidebar #side_pickup .list li .text {
  float: right;
  width: 160px;
}

#sidebar #side_pickup .list li .text .name a {
  color: #1e1e1e;
  text-decoration: none;
  font-size: 85.714%;
}

#sidebar #side_pickup .list li .text .name a:hover {
  text-decoration: underline;
}

#sidebar .line {
  position: relative;
  margin: 0 0 20px;
  padding: 10px 0;
  border-radius: 10px;
  background: #00b800;
  overflow: hidden;
  text-align: center;
}

#sidebar .line:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 21px;
  background: url(../img/line_new.png) no-repeat center top;
}

#sidebar .line > img {
  margin: 0 0 10px;
}

#sidebar .line > p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

#sidebar .fb {
  margin: 0 0 20px;
}

#sidebar .tw {
  height: 453px;
}

#sidebar .eye_guard {
  margin: 0 0 20px;
}

#sidebar .banner-block > * {
  margin-bottom: 20px;
}

#sidebar .banner-block a:hover {
  opacity: 0.7;
}

#sidebar .banner-block .bn_make-ahead span {
  display: block;
  text-align: center;
  background: url(../img/bg_make-ahead.jpg) repeat-x left top;
  padding-bottom: 8px; /*13px*/
}

#sidebar .banner-block .bn_make-ahead p {
  text-align: center;
  padding: 0;
  margin: 0 auto 5px auto;
}

@media screen and (max-width: 768px) {
  #sidebar {
    margin: 50px 10px 0;
  }
  #sidebar #side_ranking .list li .image {
    flex: 0 0 30%;
  }
  #sidebar #side_ranking .list li .text .name a {
    font-size: 14px;
  }
  #sidebar #side_ranking .list li .text .no {
    font-size: 12px;
  }
  #sidebar #side_topics {
    padding: 20px;
  }
  #sidebar #side_topics ul li a {
    color: #545454;
    font-size: 10px;
    line-height: 2.5;
    padding: 0 0 0 5px;
    margin: 0 7px 0 0;
    background-size: 4px auto;
  }
  #sidebar .ig-sec {
    width: 100%;
  }
  #sidebar .line-sp {
    position: relative;
    width: 300px;
    margin: 0 auto 10px;
    padding: 15px 0 0;
    border: 4px solid #00b800;
    background: #00b800;
    text-align: center;
  }
  #sidebar .line-sp:after {
    content: " ";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 50px;
    height: 22px;
    background: url(../img/line_new.png) no-repeat center top;
    background-size: 100% auto;
  }
  #sidebar .line-sp > img {
    width: 225px;
    margin: 0 0 10px;
  }
  #sidebar .line-sp > p {
    margin: 0 0 13px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  #sidebar .line-sp .button {
    padding: 10px 0;
    background: #fff;
  }
  #sidebar .line-sp .button p {
    display: inline-block;
    width: 135px;
    margin: 0 0 0 2px;
  }
  #sidebar .fb.sp {
    width: 300px;
    margin-inline: auto;
  }
  #sidebar .banner-block img {
    width: 100%;
  }
}
/* Pagenav
-------------------------------------------------------------------------------------------- */
.pagenav {
  width: 100%;
  overflow: hidden;
  margin: 40px auto;
}

.pagenav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.pagenav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #fd8300;
  background: #fff5c4;
}

.pagenav ul li a:hover {
  color: #fff !important;
  background: #fd8300;
}

.pagenav ul li.cur a,
.pagenav ul li.cur a:hover {
  background: #fd8300;
  color: #fff !important;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .pagenav ul li.prev a,
  .pagenav ul li.next a {
    background: #f0f0f0 !important;
    color: #333333 !important;
  }
  .pagenav ul li.prev a:hover,
  .pagenav ul li.next a:hover {
    opacity: 0.7;
  }
}
.pagenav ul li.prev a,
.pagenav ul li.next a {
  text-decoration: none;
}

.pagenav ul li.prev {
  margin-right: 25px;
}

.pagenav ul li.next {
  margin-left: 25px;
}

.pagenav ul li.prev a:hover,
.pagenav ul li.next a:hover {
  background: #cfcfcf;
}

/* ページャーリンク色 */
.genre_health .pagenav ul li a {
  color: #00ae97;
  background: #e2f3f0;
}

.genre_food .pagenav ul li a {
  color: #ff6600;
  background: #ffebdd;
}

.genre_recipe .pagenav ul li a {
  color: #fdd000;
  background: #fff5c4;
}

.genre_exercise .pagenav ul li a {
  color: #00afec;
  background: #d9f5ff;
}

.genre_nature .pagenav ul li a {
  color: #aacd00;
  background: #f6f9ea;
}

.genre_column .pagenav ul li a {
  color: #eb6ea5;
  background: #ffeff6;
}

.genre_beauty .pagenav ul li a {
  color: #a263ce;
  background: #d0acea;
}

.genre_health .pagenav ul li a:hover,
.genre_health .pagenav ul li.cur a {
  background-color: #00ae97;
}

.genre_food .pagenav ul li a:hover,
.genre_food .pagenav ul li.cur a {
  background-color: #ff6600;
}

.genre_recipe .pagenav ul li a:hover,
.genre_recipe .pagenav ul li.cur a {
  background-color: #fdd000;
}

.genre_exercise .pagenav ul li a:hover,
.genre_exercise .pagenav ul li.cur a {
  background-color: #00afec;
}

.genre_nature .pagenav ul li a:hover,
.genre_nature .pagenav ul li.cur a {
  background-color: #aacd00;
}

.genre_column .pagenav ul li a:hover,
.genre_column .pagenav ul li.cur a {
  background-color: #eb6ea5;
}

.genre_beauty .pagenav ul li a:hover,
.genre_beauty .pagenav ul li.cur a {
  background-color: #a263ce;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pagenav ul {
    gap: 3px;
  }
  .pagenav ul li a {
    font-size: 12px;
    min-width: 30px;
    height: 30px;
  }
  .pagenav ul li.prev {
    margin-right: 10px;
  }
  .pagenav ul li.next {
    margin-left: 10px;
  }
  .pagenav ul li.prev a,
  .pagenav ul li.next a {
    font-size: 0;
  }
  .pagenav ul li.prev a:before,
  .pagenav ul li.next a:before {
    font-size: 12px;
  }
  .pagenav ul li.prev a:before {
    content: "<";
  }
  .pagenav ul li.next a:before {
    content: ">";
  }
}
/* =contents common
-------------------------------------------------------------------------------------------- */
.contents h1 {
  color: #666;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 23px;
}

.contents h1 span {
  font-size: 11px;
}

.contents .section {
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.contents .box {
  padding-bottom: 10px;
}

.contents h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contents p {
  margin-bottom: 20px;
}

.contents > .cat {
  font-size: 11px;
  font-weight: bold;
}

.contents > .feature {
  color: #f00;
}

.contents > .series {
  color: #39c;
}

.contents .sociallink {
  clear: both;
  padding-top: 30px;
  margin-bottom: 30px;
  background: url(../img/common/dot.gif) repeat-x left top;
}

ul.page-numbers {
  text-align: center;
  padding: 25px 0;
  overflow: hidden;
}

ul.page-numbers li {
  display: inline;
  text-align: center;
}

ul.page-numbers li a,
ul.page-numbers li span {
  font-size: 14px;
  padding: 6px 13px;
  line-height: 1;
  border: 1px solid #ccc;
  text-decoration: none;
  display: inline-block;
  color: #666666;
}

ul.page-numbers li a:hover {
  background-color: #cccccc;
}

ul.page-numbers li span.current {
  background-color: #cccccc;
  border: 1px solid #cccccc;
}

ul.page-numbers li.next a {
  margin-left: 25px;
}

ul.page-numbers li.prev a {
  margin-right: 25px;
}

/* 前後記事
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .side-by-side-post {
    margin-bottom: 80px;
  }
  .side-by-side-post * {
    box-sizing: border-box;
  }
  .side-by-side-post .wrap {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .side-by-side-post .prev_post {
    position: relative;
    display: table-cell;
    width: 50%;
    padding: 18px 20px 18px 28px;
    border: 4px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    vertical-align: middle;
  }
  .side-by-side-post .next_post {
    position: relative;
    display: table-cell;
    width: 50%;
    padding: 18px 20px 18px 28px;
    border: 4px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    vertical-align: middle;
  }
  .side-by-side-post .block {
    display: table;
    width: 100%;
  }
  .side-by-side-post .image {
    display: table-cell;
    width: 130px;
    padding: 0 10px 0 0;
    vertical-align: middle;
  }
  .side-by-side-post .image:empty {
    height: 85px;
  }
  .side-by-side-post .image img {
    max-width: 100%;
  }
  .side-by-side-post .text {
    display: table-cell;
    vertical-align: middle;
  }
  .side-by-side-post .text a {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
  }
  .side-by-side-post .text a:hover {
    text-decoration: underline;
  }
  .side-by-side-post .text p {
    position: absolute;
    top: -18px;
    width: 111px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
  }
  .side-by-side-post .next_post .text p {
    left: 20px;
    padding: 0 0 0 13px;
    text-align: left;
    background: url(/common/img/next-post.png) no-repeat center center;
  }
  .side-by-side-post .prev_post .text p {
    right: 20px;
    padding: 0 13px 0 0;
    text-align: right;
    background: url(/common/img/prev-post.png) no-repeat center center;
  }
  .side-by-side-post .stretched-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0);
  }
  .side-by-side-post .back {
    clear: both;
    width: 320px;
    margin: 0 auto;
    border: 2px solid #000;
    text-align: center;
  }
  .side-by-side-post .back span {
    display: none;
  }
  .side-by-side-post .back a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
  }
  .side-by-side-post .back a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .side-by-side-post {
    margin: 50px 10px;
  }
  .side-by-side-post .wrap {
    display: flex;
    justify-content: space-between;
  }
  .side-by-side-post .wrap > div {
    flex: 0 0 48%;
    padding-top: 35px;
    position: relative;
  }
  .side-by-side-post .text p {
    position: absolute;
    top: 0;
    width: 75px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
  }
  .side-by-side-post .text a {
    display: block;
    margin-top: 10px;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  .side-by-side-post .text a:before {
    content: "";
    position: absolute;
    inset: 0;
  }
  .side-by-side-post .prev_post .text p {
    left: 10px;
    padding: 0 6px 0 0;
    text-align: right;
    background: url(/common/img/prev-post.png) no-repeat center center/contain;
  }
  .side-by-side-post .next_post .text p {
    right: 10px;
    padding: 0 0 0 6px;
    text-align: left;
    background: url(/common/img/next-post.png) no-repeat center center/contain;
  }
  .side-by-side-post .back a {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding: 10px 0;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
  }
}
.yarpp-related {
  display: none;
}

/* =common
-------------------------------------------------------------------------------------------- */
.b {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.small {
  font-size: 84%;
}

.s_ll {
  font-size: 140%;
  line-height: 100%;
}

/* =clearfix
----------------------------------------------- */
.clear {
  clear: both;
}

/* modern browsers */
.clearfix:after,
.fBox:after,
div#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE7 */
.clearfix,
.fBox,
div#contents {
  display: inline-block;
}

/* legacy IE */
* html .clearfix,
* html .fBox,
* html div#contents {
  height: 1%;
}

.clearfix,
.fBox,
div#contents {
  display: block;
}

/* =float and align
----------------------------------------------- */
.fr {
  float: right;
}

.fl {
  float: left;
}

.ar {
  text-align: right !important;
}

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

.al {
  text-align: left !important;
}

/* =margin
----------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

/* =img
----------------------------------------------- */
img {
  vertical-align: bottom;
  line-height: 1;
}

table th img,
table td img {
  vertical-align: middle;
}

.bn_subscription_s {
  position: fixed;
  right: 0;
  top: 125px;
  z-index: 5000;
}

/* =link text
----------------------------------------------- */
.text_link01 {
  display: inline-block;
  color: #545454;
  font-size: 85.7%;
  line-height: 1.75;
}

.text_link01:before {
  content: url(/common/img/icon_link01.gif);
  display: inline-block;
  height: 8px;
  margin: 0 2px 0 0;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
}

.link_text02 {
  display: inline-block;
  color: #333;
  font-size: 85.7%;
  line-height: 1.333;
  text-decoration: none;
}

.link_text02:hover {
  color: #333;
  text-decoration: underline;
}

.link_text02:before {
  content: url(/common/img/icon_link02.gif);
  display: inline-block;
  height: 16px;
  margin: 0 9px 0 0;
  font-size: 0;
  vertical-align: middle;
}

/* Common section - Recommended & Customer
----------------------------------------------- */
.common_sect {
  margin: 80px 0 0;
}

.common_sect > h2 {
  margin-bottom: 30px;
  text-align: center;
}

.common_sect .common-slider li a {
  display: block;
  height: 100%;
  border: 2px solid #e6e6e6;
  padding-bottom: 15px;
  text-decoration: none;
}

.common_sect .common-slider li a:hover {
  opacity: 0.7;
}

.common_sect .common-slider li img {
  width: 100%;
}

.common_sect .common-slider li span {
  display: block;
  padding-inline: 15px;
  letter-spacing: -0.05em;
}

.common_sect .common-slider li .caption {
  margin: 15px 0 5px;
  color: #ff9600;
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1.375;
}

.common_sect .common-slider li .explain {
  min-height: calc(3em + 1lh);
  color: #000;
}

@media screen and (min-width: 769px) {
  .common_sect .common-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .common_sect {
    width: 320px;
    margin: 60px auto 0;
  }
  .common_sect.common_recommended > h2 img {
    width: auto;
    height: 40px;
  }
  .common_sect.common_customer_posts > h2 img {
    width: auto;
    height: 52px;
  }
  .common_sect .common-slider {
    width: 320px;
    margin: auto;
  }
  .common_sect .common-slider .slick-track {
    display: flex;
  }
  .common_sect .common-slider .slick-track li {
    margin: 0 10px;
    height: inherit;
  }
  .common_sect .common-slider li a {
    height: 100%;
  }
  .common_sect .common-slider li span {
    letter-spacing: 0;
  }
  .common_sect .common-slider li .explain {
    min-height: none;
  }
  .common_sect .common-slider .slick-arrow {
    width: 20px;
    height: 38px;
    background-position: center center;
    background-size: contain;
    top: 107px;
    position: absolute;
    z-index: 3;
    overflow: hidden;
    color: transparent;
    font-size: 0 !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .common_sect .common-slider .slick-prev {
    left: 0;
    background-image: url("/sp/common/img/button_mv_prev.gif");
  }
  .common_sect .common-slider .slick-next {
    right: 0;
    background-image: url("/sp/common/img/button_mv_next.gif");
  }
  .common_sect .common-slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
  }
  .common_sect .common-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 99rem;
    font-size: 0 !important;
    color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .common_sect .common-slider .slick-dots li.slick-active button {
    background: var(--color-base);
  }
}
/* =common section - Smile album
----------------------------------------------- */
.common_customer_posts .smile_album {
  display: block;
  margin: 0 0 87px;
  border: 2px solid #e6e6e6;
  text-decoration: none;
  overflow: hidden;
}

.common_customer_posts .smile_album .figure {
  float: left;
}

.common_customer_posts .smile_album:hover .figure {
  opacity: 0.7 !important;
  -ms-filtr: "alpha(opacity=70)" !important;
}

.common_customer_posts .smile_album span {
  display: block;
}

.common_customer_posts .smile_album .cont {
  float: right;
  width: 340px;
  padding: 26px 20px 0 0;
}

.common_customer_posts .smile_album .caption {
  font-size: 16px;
}

.common_customer_posts .smile_album .explain {
  color: #1e1e1e;
  font-size: 14px;
  letter-spacing: -1px;
}

/* =common section - magazine
----------------------------------------------- */
@media screen and (min-width: 769px) {
  .common_customer_posts .magazine {
    position: relative;
    margin-top: 50px;
    padding: 30px 30px 30px 214px;
    border: 2px solid #fdf272;
    background: url(../img/bg_magazine2.gif) no-repeat center bottom 4px;
  }
  .common_customer_posts .magazine:after {
    content: " ";
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    width: 166px;
    height: 120px;
    background: url(../img/bg_magazine1.gif) no-repeat center bottom 4px;
  }
  .common_customer_posts .magazine a img:hover {
    opacity: 0.7;
  }
  .common_customer_posts .magazine .photo {
    position: absolute;
    top: -20px;
    left: 12px;
    width: 198px;
    text-align: center;
  }
  .common_customer_posts .magazine .photo .balloon {
    background: url(../img/balloon_magazine2.gif) no-repeat left top;
    width: 238px;
    height: 40px;
    padding-top: 6px;
    margin: 0 0 0 210px;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
  }
  .common_customer_posts .magazine .photo .vol {
    margin: 8px 0 0;
    color: #333333;
    font-size: 14px;
    text-align: center;
  }
  .common_customer_posts .magazine .photo .text_link {
    width: 148px;
    margin: 5px auto 0;
    padding: 5px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
  }
  .common_customer_posts .magazine .photo .text_link a {
    text-decoration: none;
    font-size: 12px;
  }
  .common_customer_posts .magazine .photo .text_link a:before {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 9px;
    margin: 0 14px 0 0;
    background: url(../img/magazine_arrow3.png) no-repeat left top;
  }
  .common_customer_posts .magazine .photo .text_link a:hover {
    text-decoration: underline;
  }
  .common_customer_posts .magazine_title {
    margin: 0 0 10px;
    padding: 18px 0 0;
  }
  .common_customer_posts .magazine_text {
    margin: 0 0 10px;
    color: #333;
    font-weight: bold;
    line-height: 2;
  }
  .common_customer_posts .magazine_text span {
    color: #ff9600;
    font-weight: bold;
  }
  .common_customer_posts .magazine .figure {
    position: absolute;
    right: 21px;
    bottom: 110px;
  }
  .common_customer_posts .magazine ul {
    overflow: hidden;
  }
  .common_customer_posts .magazine ul li {
    float: left;
    margin: 0 0 0 7px;
    text-align: center;
  }
  .common_customer_posts .magazine ul li:first-child {
    margin: 0;
  }
  .common_customer_posts .magazine ul li p {
    margin: 0 0 7px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
  }
  .common_customer_posts .magazine ul li p span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
  }
  .common_customer_posts .magazine ul li p span:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 23px;
    background: url(../img/magazine_arrow1.gif) no-repeat left top;
  }
  .common_customer_posts .magazine ul li p span:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 23px;
    background: url(../img/magazine_arrow2.gif) no-repeat left top;
  }
}
@media screen and (max-width: 768px) {
  .common_customer_posts .magazine {
    position: relative;
    margin-top: 60px;
    border: 3px solid #fdf272;
    background: url(/sp/common/img/bg_magazine2.png) no-repeat center bottom 3px;
    background-size: calc(100% - 6px) auto;
  }
  .common_customer_posts .magazine:before {
    content: " ";
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    width: calc(100% - 6px);
    height: 50%;
    background: url(/sp/common/img/bg_magazine1.png) no-repeat center top 3px;
    background-size: calc(100% - 6px) auto;
  }
  .common_customer_posts .magazine .balloon {
    position: relative;
    padding: 0 0 5px;
    width: 70%;
    height: auto;
    background: url(/sp/common/img/foot_balloon_magazine.png) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: -1.3em auto 15px;
  }
  .common_customer_posts .magazine .balloon p {
    display: block;
    line-height: 1;
    padding: 8px 0;
    margin: 0 auto;
    width: auto;
  }
  .common_customer_posts .magazine .inner {
    overflow: hidden;
    position: relative;
  }
  .common_customer_posts .magazine .magazine_title {
    margin: 0 0 15px;
    text-align: center;
  }
  .common_customer_posts .magazine .photo {
    float: left;
    width: 33%;
    margin: 0 0 20px 5%;
  }
  .common_customer_posts .magazine .photo img {
    margin: 0 0 5px;
    width: 100%;
    height: auto;
  }
  .common_customer_posts .magazine .photo p {
    text-align: center;
    font-size: 12px;
  }
  .common_customer_posts .magazine .more {
    float: right;
    width: 53%;
    text-align: left;
    margin: 5px 5% 20px 0;
  }
  .common_customer_posts .magazine .more .magazine_text {
    margin: 0 0 10px;
    color: #333;
    font-size: 12px;
    line-height: 1.6;
  }
  .common_customer_posts .magazine .more .magazine_text span {
    color: #ff9600;
    font-weight: bold;
  }
  .common_customer_posts .magazine .more .text_link img {
    width: 100%;
    height: auto;
  }
  .common_customer_posts .magazine .take-free {
    position: relative;
    margin: 0 0 15px;
  }
  .common_customer_posts .magazine .figure {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .common_customer_posts .magazine .figure img {
    width: 30%;
    height: auto;
  }
  .common_customer_posts .magazine ul {
    clear: both;
    overflow: hidden;
    margin: 0 2.5% 13px;
  }
  .common_customer_posts .magazine ul li {
    float: left;
    width: 46%;
    margin: 0 2%;
    text-align: center;
  }
  .common_customer_posts .magazine ul li p {
    margin: 0 0 8px;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
  }
  .common_customer_posts .magazine ul li p span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
  }
  .common_customer_posts .magazine ul li p span:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 15px;
    background: url(/sp/common/img/magazine_arrow1.png) no-repeat left top;
    background-size: 100% auto;
  }
  .common_customer_posts .magazine ul li p span:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 15px;
    background: url(/sp/common/img/magazine_arrow2.png) no-repeat left top;
    background-size: 100% auto;
  }
  .common_customer_posts .magazine ul li img {
    width: 100%;
    height: auto;
  }
}
.common_customer_posts .cocoRohto {
  margin: 40px 0 0;
}

/* List - /category/** , /genre/**, /featurelist/**
----------------------------------------------- */
#list {
  position: relative;
}

#list .main-title {
  margin: 0 0 20px;
  text-align: center;
}

#list .lead {
  margin: 0 0 20px;
  color: #666666;
  font-size: 107.142%;
  text-align: center;
}

#list .to_cat_archive {
  display: block;
  width: 80px;
  padding: 0 0 10px;
  border: 2px solid #e7e7e7;
  text-align: center;
  line-height: 1.2;
  font-size: 84%;
  font-weight: bold;
  color: rgb(102, 102, 102);
  text-decoration: none;
  position: absolute;
  top: 38px;
  right: 0;
  opacity: 1;
}

#list .to_cat_archive:hover {
  border-color: #888;
}

#list .to_cat_archive img {
  width: 30px;
  margin: 15px auto;
}

#list > .list {
  border: 2px solid #e7e7e7;
  border-bottom: none;
}

#list > .list > li {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-bottom: 2px solid #e7e7e7;
  z-index: 1;
}

#list .list .image {
  float: left;
  width: 200px;
  position: relative;
  z-index: -1;
}

#list .list .image a img:hover {
  opacity: 0.7;
}

#list .list .text {
  float: right;
  width: 481px;
  position: relative;
}

#list .list .text .new {
  display: block;
  line-height: 1;
  margin: 0 0 4px;
}

#list .list .text .title {
  min-height: 4em;
  margin: 9px 0 9px;
  position: relative;
  z-index: 100;
}

#list .list .text .title a {
  color: #333333;
  font-size: 128.571%;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
}

#list .list .text .title a:hover {
  text-decoration: underline;
}

#list .list .text .viewer {
  color: #999999;
  font-size: 78.571%;
  line-height: 1;
  float: left;
  margin: 0 7px 10px 0;
}

#list .list .text .viewer span {
  font-weight: bold;
}

#list .list .text .time {
  color: #999999;
  font-size: 78.571%;
  line-height: 1;
  margin: 0 0 10px 0;
}

#list .list .text .tags {
  clear: both;
  overflow: hidden;
}

#list .list .text .tags li {
  float: left;
  padding: 0 0 0 9px;
  margin: 0 12px 0 0;
  background: url(../img/tag_arrow.gif) no-repeat left center;
}

#list .list .text .tags li a {
  color: #545454;
  font-size: 85.714%;
}

#list .list > li:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

#list .list li.recipe:after {
  background: url(../img/icon_recipe.png) no-repeat left top;
  background-size: 50px 50px;
}

#list .list li.exercise:after {
  background: url(../img/icon_exercise.png) no-repeat left top;
  background-size: 50px 50px;
}

#list .list li.health:after {
  background: url(../img/icon_health.png) no-repeat left top;
  background-size: cover;
}

#list .list li.nature:after {
  background: url(../img/icon_nature.png) no-repeat left top;
  background-size: 50px 50px;
}

#list .list li.food:after {
  background: url(../img/icon_food.png) no-repeat left top;
  background-size: 50px 50px;
}

#list .list li.column:after {
  background: url(../img/icon_column.png) no-repeat left top;
  background-size: 50px 50px;
}

#list .list li.beauty:after {
  background: url(../img/icon_beauty.png) no-repeat left top;
  background-size: 50px 50px;
}

#label #list .list li.recipe:after {
  background: none;
}

#label #list .list li.exercise:after {
  background: none;
}

#label #list .list li.health:after {
  background: none;
}

#label #list .list li.nature:after {
  background: none;
}

#label #list .list li.food:after {
  background: none;
}

#label #list .list li.column:after {
  background: none;
}

#label #list .list li.beauty:after {
  background: none;
}

@media screen and (max-width: 768px) {
  #list {
    margin: 30px 10px 0;
    overflow: hidden;
  }
  #list .lead {
    margin: 20px 0 20px;
    color: #666666;
    font-size: 107.142%;
    text-align: center;
  }
  #list .to_cat_archive {
    display: none;
  }
  #list > .list > li {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 8px 15px;
    padding: 8px;
  }
  #list .list .image {
    width: auto;
  }
  #list .list .text {
    display: contents;
  }
  #list .list .text .new {
    position: relative;
  }
  #list .list .text .title {
    margin: 0;
  }
  #list .list .text .title a {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4;
  }
  #list .list .meta {
    grid-column: span 2;
    letter-spacing: 0.05em;
  }
  #list .list .text .viewer {
    margin-bottom: 0;
  }
  #list .list .text .viewer span {
    position: relative;
  }
  #list .list .text .time {
    margin-bottom: 0;
  }
  #list .list .text .tags {
    margin: 5px 0;
  }
  #list .list li:after {
    width: 25px;
    height: 25px;
    background-size: contain !important;
  }
}
/* NOT FOUND
----------------------------------------------- */
.not-found .title,
.not-found .top-btn {
  text-align: center;
}

.not-found p {
  font-size: 16px;
  text-align: left;
  margin: 0 0 40px;
}

.not-found dt {
  font-size: 16px;
}

.not-found dd ul {
  font-size: 16px;
  line-height: 2;
  padding: 25px;
  border: 1px solid #dddddd;
  margin: 20px 0 40px;
}

#blog #container.not-found {
  margin-top: 50px;
}

#blog .not-found .title {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .not-found {
    margin: 20px 10px 30px;
    font-size: 13px;
  }
  .not-found p {
    font-size: inherit;
    margin-bottom: 20px;
  }
  .not-found dt {
    font-size: inherit;
  }
  .not-found dd ul {
    padding: 10px 15px;
    margin: 10px 0 30px;
    font-size: inherit;
  }
  .not-found .top-btn img {
    width: 100%;
  }
}
.site-header {
  width: 100%;
  height: 120px;
  background: url(/common/img/header_bg.gif) repeat-x left top;
  font-size: 14px;
}
.site-header a img:hover {
  opacity: 0.7;
}
.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .wrap .global-nav {
  flex: 1 1 auto;
  font-size: 14px;
}
.site-header .wrap .global-nav a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.site-header .wrap .global-nav img {
  vertical-align: middle;
}
.site-header .wrap .global-nav .upper-block {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 12px;
  height: 48px;
}
.site-header .wrap .global-nav .upper-block .sns {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.site-header .wrap .global-nav .upper-block #font_scale {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.site-header .wrap .global-nav .upper-block #font_scale ul {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
.site-header .wrap .global-nav .upper-block #font_scale ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 99rem;
  background: #fff;
  border: 1px solid #999;
  font-size: 11px;
  color: #999;
  cursor: pointer;
}
.site-header .wrap .global-nav .upper-block #font_scale ul li:hover, .site-header .wrap .global-nav .upper-block #font_scale ul li.active {
  border-color: var(--color-base);
  background: var(--color-base);
  color: #fff;
}
.site-header .wrap .global-nav .upper-block #search {
  position: relative;
  font-size: 11px;
}
.site-header .wrap .global-nav .upper-block #search .search-box {
  width: 200px;
  background: #fff;
  border: 1px solid var(--color-base);
  border-radius: 2px;
  padding: 2px 30px 2px 4px;
}
.site-header .wrap .global-nav .upper-block #search i {
  color: var(--color-base);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.site-header .wrap .global-nav .primary-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 72px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #555;
}
.site-header .wrap .global-nav .primary-nav a {
  opacity: 1;
}
.site-header .wrap .global-nav .primary-nav li + li {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #ddd;
}
.site-header .wrap .global-nav .primary-nav li:last-of-type {
  padding-left: 12px;
}
.site-header .wrap .global-nav .primary-nav li:last-of-type a {
  color: var(--color-base);
  letter-spacing: 0.1em;
}
.site-header .wrap .global-nav .primary-nav li:last-of-type a:hover {
  color: inherit;
}
.site-header .wrap .global-nav .primary-nav li a i {
  margin-right: 10px;
  color: var(--color-base);
}
.site-header .wrap .global-nav .primary-nav li a span {
  border-radius: 99rem;
  padding: 4px 8px;
}
.site-header .wrap .global-nav .primary-nav li a:hover span, .site-header .wrap .global-nav .primary-nav li a.over span {
  background: var(--color-base);
  color: #fff;
}
.site-header .wrap .global-nav .primary-nav li a:hover span i, .site-header .wrap .global-nav .primary-nav li a.over span i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .site-header {
    position: fixed;
    height: 60px;
    border-bottom: 1px solid #eee;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
  }
  .site-header .wrap {
    gap: 0 20px;
    height: 100%;
  }
  .site-header .wrap h1 {
    margin-left: 20px;
    width: 88px;
  }
  .site-header .wrap > p {
    flex: 1 1 auto;
    font-size: 10px;
  }
  .site-header .wrap .btn {
    height: 100%;
    aspect-ratio: 1/1;
    background: var(--color-base);
    position: relative;
  }
  .site-header .wrap .btn.active {
    color: var(--color-base);
  }
  .site-header .wrap .btn.active:after {
    content: "とじる";
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 200;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
  }
  .site-header .wrap .btn.active span {
    background: transparent;
  }
  .site-header .wrap .btn.active span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .site-header .wrap .btn.active span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  .site-header .wrap .btn span {
    height: 2px;
    width: 26px;
    background: #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    transition: all 0.5s;
  }
  .site-header .wrap .btn span:before, .site-header .wrap .btn span:after {
    content: "";
    height: 2px;
    width: 26px;
    background: #fff;
    display: block;
    position: absolute;
    transition: all 0.5s;
  }
  .site-header .wrap .btn span:before {
    top: -8px;
  }
  .site-header .wrap .btn span:after {
    top: 8px;
  }
  .site-header .wrap .global-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: calc(100dvh - 60px);
    padding: 10px;
    background: var(--color-base);
    position: fixed;
    right: 0;
    top: 59px;
    overflow-y: scroll;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(0);
    transform-origin: right top;
    opacity: 0;
    pointer-events: none;
  }
  .site-header .wrap .global-nav.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: unset;
  }
  .site-header .wrap .global-nav .upper-block {
    display: contents;
  }
  .site-header .wrap .global-nav .upper-block .sns {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: min-content;
    gap: 10px 3px;
  }
  .site-header .wrap .global-nav .upper-block .sns .line {
    grid-column: span 3;
  }
  .site-header .wrap .global-nav .upper-block .sns .line .followme img {
    width: 98px;
    height: auto;
  }
  .site-header .wrap .global-nav .upper-block .sns .line .block {
    margin-top: 10px;
    padding: 2px;
    background: #fff;
  }
  .site-header .wrap .global-nav .upper-block .sns .line .block .inner {
    padding: 10px;
    border: 2px solid #1dcd00;
    position: relative;
  }
  .site-header .wrap .global-nav .upper-block .sns .line .block .inner:before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url(/sp/common/img/menu_line_new.png) no-repeat center center/contain;
  }
  .site-header .wrap .global-nav .upper-block .sns .line .block .inner > img {
    width: 246px;
    height: auto;
    margin: 0 0 10px 20px;
  }
  .site-header .wrap .global-nav .upper-block .sns .line .block .inner .button {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
  }
  .site-header .wrap .global-nav .upper-block .sns .line .block .inner .button p {
    flex: 0 0 110px;
  }
  .site-header .wrap .global-nav .upper-block .sns li:not(.line) {
    background: #fff;
    padding: 15px 0;
  }
  .site-header .wrap .global-nav .upper-block #font_scale {
    display: none;
  }
  .site-header .wrap .global-nav .upper-block #search {
    order: -2;
  }
  .site-header .wrap .global-nav .upper-block #search .search-box {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    padding: 4px 50px 4px 8px;
    font-size: 22px;
  }
  .site-header .wrap .global-nav .upper-block #search i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    aspect-ratio: 1/1;
    background: #eee;
    border-radius: 4px;
    font-size: 20px;
    right: 4px;
    top: 4px;
    transform: none;
  }
  .site-header .wrap .global-nav .upper-block > figure {
    display: none;
  }
  .site-header .wrap .global-nav .primary-nav {
    display: none;
  }
  .site-header .wrap .global-nav .accordion-menu {
    order: -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: min-content;
    gap: 1px;
  }
  .site-header .wrap .global-nav .accordion-menu > li {
    background: #fff;
  }
  .site-header .wrap .global-nav .accordion-menu > li:nth-child(n+3) {
    grid-column: span 2;
  }
  .site-header .wrap .global-nav .accordion-menu > li p {
    width: 100%;
    height: 45px;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;
    text-indent: 1em;
    background: url(/sp/common/img/menu_arrow01.png) no-repeat right 16px center/6px 10px;
  }
  .site-header .wrap .global-nav .accordion-menu > li p a {
    display: block;
    width: 100%;
    height: 45px;
    color: #444444;
    font-size: 100%;
    font-weight: bold;
    line-height: 45px;
    text-indent: 1em;
    text-decoration: none;
  }
  .site-header .wrap .global-nav .accordion-menu > li p.accordion-title {
    background: url(/sp/common/img/menu_plus.png) no-repeat right 12px center/12px 12px;
  }
  .site-header .wrap .global-nav .accordion-menu > li p.accordion-title.active {
    background: url(/sp/common/img/menu_minus.png) no-repeat right 12px center/12px 12px;
    border-bottom: 1px dotted #dddddd;
  }
  .site-header .wrap .global-nav .accordion-menu .accordion {
    display: none;
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li {
    border-bottom: 1px dotted #dddddd;
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li:last-child {
    border-bottom: none;
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p {
    background: url(/sp/common/img/menu_arrow02.png) no-repeat right 16px center/6px 10px;
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p a {
    text-indent: 2em;
    background-repeat: no-repeat;
    background-position: 2em center;
    background-size: 17px auto;
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p.column a {
    text-indent: 5em;
    background-image: url(/sp/common/img/menu_icon_column.png);
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p.exercise a {
    text-indent: 5em;
    background-image: url(/sp/common/img/menu_icon_exercise.png);
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p.food a {
    text-indent: 5em;
    background-image: url(/sp/common/img/menu_icon_food.png);
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p.health a {
    text-indent: 5em;
    background-image: url(/sp/common/img/menu_icon_health.png);
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p.nature a {
    text-indent: 5em;
    background-image: url(/sp/common/img/menu_icon_nature.png);
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p.recipe a {
    text-indent: 5em;
    background-image: url(/sp/common/img/menu_icon_recipe.png);
  }
  .site-header .wrap .global-nav .accordion-menu .accordion ul li p.beauty a {
    text-indent: 5em;
    background-image: url(/sp/common/img/menu_icon_beauty.png);
  }
  .site-header .wrap .global-nav .accordion-menu .accordion .list-title {
    height: 20px;
    color: #ff9600;
    font-size: 10px;
    text-indent: 2.5em;
    line-height: 20px;
    background: #f8f3e9;
  }
}
.site-footer {
  background: #fff;
  margin-top: 70px;
}
.site-footer a img:hover {
  opacity: 0.7;
}
.site-footer .upper-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  padding: 20px calc(50% - 510px);
}
.site-footer .upper-block a {
  color: var(--color-base);
  text-decoration: none;
}
.site-footer .upper-block a:hover {
  opacity: 0.7;
}
.site-footer .upper-block a i {
  margin-right: 5px;
}
.site-footer .sitemap-block {
  display: flex;
  gap: 60px;
  padding: 50px calc(50% - 510px);
  background: #f8f3e9;
}
.site-footer .sitemap-block > figure {
  flex: 0 0 160px;
}
@media screen and (min-width: 769px) {
  .site-footer .sitemap-block .accordion-menu {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: max-content 1fr;
    gap: 20px 50px;
    font-weight: bold;
    color: #666;
  }
  .site-footer .sitemap-block .accordion-menu a {
    text-decoration: none;
    color: inherit;
  }
  .site-footer .sitemap-block .accordion-menu li {
    line-height: 1.2;
    margin-bottom: 0.8em;
  }
  .site-footer .sitemap-block .accordion-menu > li > p {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 8px;
    margin-bottom: 0.8em;
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-size: 110%;
    font-weight: bold;
    background: linear-gradient(to bottom, transparent 70%, #ffff00 70%);
  }
  .site-footer .sitemap-block .accordion-menu > li > p i {
    color: var(--color-base);
    text-indent: -2em;
    text-align: center;
  }
  .site-footer .sitemap-block .accordion-menu > li > p a:hover {
    opacity: 0.7;
  }
  .site-footer .sitemap-block .accordion-menu .about ul li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .site-footer .sitemap-block .accordion-menu .features {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .site-footer .sitemap-block .accordion-menu .series {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .site-footer .sitemap-block .accordion-menu .series .accordion {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: repeat(2, max-content);
    gap: 0 30px;
  }
  .site-footer .sitemap-block .accordion-menu .series .accordion > p {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.8em;
    border-bottom: 2px solid var(--color-base);
    line-height: 1.5;
    font-size: 92.857%;
    color: var(--color-base);
  }
  .site-footer .sitemap-block .accordion-menu .series .accordion ul:nth-of-type(2) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .site-footer .sitemap-block .accordion-menu .series .accordion p:nth-of-type(3) {
    margin-top: -2.6em;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .site-footer .sitemap-block .accordion-menu .series .accordion ul:nth-of-type(3) {
    margin-top: -2.4em;
  }
  .site-footer .sitemap-block .accordion-menu .series .accordion a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.site-footer .sns-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
  padding: 20px calc(50% - 510px);
  background: #fff;
}
.site-footer .sns-block picture {
  flex: 0 0 202px;
}
.site-footer .sns-block ul {
  flex: 0 1 auto;
  display: flex;
  gap: 4px;
  align-items: center;
  line-height: 1;
}
.site-footer .sns-block ul li {
  flex: 0 1 fit-content;
  max-width: 102px;
}
.site-footer .sns-block figure {
  flex: 0 0 250px;
}
.site-footer .lower-block {
  display: flex;
  align-items: center;
  padding: 20px calc(50% - 510px);
  background: var(--color-base);
  color: #fff;
  font-size: 85.714%;
}
.site-footer .lower-block ul {
  display: flex;
  align-items: center;
}
.site-footer .lower-block ul li {
  line-height: 1;
  padding: 0 0 0 15px;
  margin: 0 22px 0 0;
  background: url(/common/img/foot_arrow.png) no-repeat left center;
}
.site-footer .lower-block ul li a {
  color: inherit;
  text-decoration: none;
}
.site-footer .lower-block ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.site-footer .lower-block .copyright {
  flex: 1 1 auto;
  text-align: end;
}
@media screen and (min-width: 769px) {
  .site-footer .banner1 {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .site-footer {
    margin-top: 60px;
  }
  .site-footer .upper-block {
    justify-content: center;
    border-top: 1px solid #ffe3ba;
  }
  .site-footer .upper-block .pan {
    display: none;
  }
  .site-footer .sitemap-block {
    display: block;
    padding: 0;
  }
  .site-footer .sitemap-block > figure {
    height: 70px;
    background: var(--color-base);
    overflow: hidden;
    text-align: center;
  }
  .site-footer .sitemap-block > figure img {
    width: 120px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-footer .sitemap-block .accordion-menu > li {
    border-bottom: 1px solid #fff;
  }
  .site-footer .sitemap-block .accordion-menu > li.about ul {
    display: none;
  }
  .site-footer .sitemap-block .accordion-menu > li p {
    width: 100%;
    height: 45px;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;
    text-indent: 1em;
    background: url(/sp/common/img/menu_arrow01.png) no-repeat right 16px center/6px 10px;
  }
  .site-footer .sitemap-block .accordion-menu > li p i {
    display: none;
  }
  .site-footer .sitemap-block .accordion-menu > li p a {
    display: block;
    width: 100%;
    height: 45px;
    color: #444444;
    font-size: 100%;
    font-weight: bold;
    line-height: 45px;
    text-indent: 1em;
    text-decoration: none;
  }
  .site-footer .sitemap-block .accordion-menu > li p.accordion-title {
    background: url(/sp/common/img/menu_plus.png) no-repeat right 12px center/12px 12px;
  }
  .site-footer .sitemap-block .accordion-menu > li p.accordion-title.active {
    background: url(/sp/common/img/menu_minus.png) no-repeat right 12px center/12px 12px;
    border-bottom: 1px dotted #dddddd;
  }
  .site-footer .sitemap-block .accordion-menu .accordion {
    display: none;
  }
  .site-footer .sitemap-block .accordion-menu .accordion ul li {
    border-bottom: 1px dotted #dddddd;
  }
  .site-footer .sitemap-block .accordion-menu .accordion ul li:last-child {
    border-bottom: none;
  }
  .site-footer .sitemap-block .accordion-menu .accordion ul li p {
    background: url(/sp/common/img/menu_arrow02.png) no-repeat right 16px center/6px 10px;
  }
  .site-footer .sitemap-block .accordion-menu .accordion ul li p a {
    text-indent: 2em;
  }
  .site-footer .sitemap-block .accordion-menu .accordion .list-title {
    height: 20px;
    color: #ff9600;
    font-size: 10px;
    text-indent: 2.5em;
    line-height: 20px;
    background: #fff;
  }
  .site-footer .sns-block {
    display: block;
  }
  .site-footer .sns-block picture {
    display: block;
    width: 173px;
    margin-inline: auto;
  }
  .site-footer .sns-block ul {
    margin: 10px auto 20px;
    justify-content: center;
    gap: 3px;
  }
  .site-footer .sns-block figure {
    width: 250px;
    margin-inline: auto;
  }
  .site-footer .lower-block {
    padding: 20px 0 0;
    display: block;
  }
  .site-footer .lower-block ul {
    margin: 0 auto 10px;
    justify-content: center;
    font-size: 9px;
  }
  .site-footer .lower-block ul li {
    padding-left: 10px;
  }
  .site-footer .lower-block .copyright {
    margin-top: 20px;
    padding: 10px 0;
    background: #dc8a14;
    text-align: center;
    font-size: 9px;
  }
  .site-footer .banner {
    display: block;
    position: fixed;
    bottom: 0%;
    z-index: 999;
    width: 100%;
    height: auto;
  }
  .site-footer .banner.hide {
    transition: all 0.4s;
    transform: translateY(150%);
  }
  .site-footer .banner.show {
    transition: all 0.4s;
    transform: translateY(0);
  }
  .site-footer .banner .banner-block {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .site-footer .banner .banner-block:before {
    content: "";
    position: absolute;
    top: -44%;
    width: 100%;
    height: 0;
    padding-top: 12.65%;
    background: url("/sp/common/img/campaing-shadow.png") no-repeat;
    background-size: contain;
  }
  .site-footer .banner .banner-block ul {
    padding: 1.56%;
    overflow: hidden;
  }
  .site-footer .banner .banner-block ul a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #eee;
    color: #055;
  }
  .site-footer .banner .banner-block ul a img {
    width: 100%;
    height: auto;
  }
  .site-footer .banner .banner-block .close {
    display: block;
    position: absolute;
    top: -11.39vmin;
    z-index: 999;
    right: 0px;
    width: calc(11.89vmin - 0px);
    height: calc(11.89vmin - 0px);
    border-radius: 10px 0 0 0;
    background: #fff;
    cursor: pointer;
  }
  .site-footer .banner .banner-block .close span {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 2px;
    background: #979797;
  }
  .site-footer .banner .banner-block .close span:first-child {
    transform: translateY(0px) translateX(60%) rotate(135deg);
  }
  .site-footer .banner .banner-block .close span:last-child {
    transform: translateY(0px) translateX(60%) rotate(45deg);
  }
  .site-footer .banner.banner2 .banner-block:before {
    top: -44%;
  }
  .site-footer .banner.banner2 .banner-block li {
    width: 49.2%;
  }
  .site-footer .banner.banner2 .banner-block li:first-child {
    float: left;
  }
  .site-footer .banner.banner2 .banner-block li:last-child {
    float: right;
  }
}