@charset "UTF-8";
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub,
sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  outline-width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

/*---------------------------------------
 * Foundation Base
 ---------------------------------------*/
html {
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #40403f;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}

body.is-fixed {
  position: fixed;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

table th {
  font-weight: normal;
}

a {
  color: #40403f;
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #40403f;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
}

@media print, screen and (min-width: 768px) {
  img {
    display: inline-block;
    margin: 0;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

figure {
  margin: 1em 0;
}

blockquote {
  margin: 1em 0 1em 20px;
  padding-left: 20px;
  border-left: solid 4px #ccc;
}

b, strong {
  font-weight: bold;
}

/*---------------------------------------
 * Layout Main
 ---------------------------------------*/
.l-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

.l-wrapper.js-wrapper {
  display: none;
}

.l-main {
  -webkit-box-flex: 2;
          flex-grow: 2;
  width: 100%;
  padding-top: 84px;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 50px;
  }
}

.l-section {
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-section--list {
    padding-block: 90px 100px;
  }
}

.l-section--list .c-heading {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .l-section--list .c-heading {
    margin-bottom: 50px;
  }
}

.l-section--list__no-result {
  font-weight: bold;
  text-align: center;
}

.l-section--tags {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #f2ebdd;
}

@media screen and (max-width: 767px) {
  .l-section--tags {
    padding-bottom: 60px;
  }
}

.l-section--tags .c-heading {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .l-section--tags .c-heading {
    margin-bottom: 42px;
  }
}

.l-container {
  width: 92%;
  max-width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: calc(100% * 13 / 15);
  }
}

/*---------------------------------------
 * Layout Header
 ---------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background-color: white;
  border-bottom: solid 2px #f5f1e9;
  z-index: 100;
  -webkit-transition: height .3s ease, background-color .3s ease, border-bottom .3s ease;
  transition: height .3s ease, background-color .3s ease, border-bottom .3s ease;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 50px;
    border-bottom-width: 1px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 96%;
  max-width: 1200px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    width: 94%;
  }
}

.l-header__logo {
  -webkit-transition: margin .3s ease, -webkit-transform .3s ease;
  transition: margin .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, margin .3s ease;
  transition: transform .3s ease, margin .3s ease, -webkit-transform .3s ease;
}

.l-header__logo-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.l-header__logo-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.l-header__logo-link > * {
  pointer-events: none;
}

.l-header__logo-plus {
  display: block;
  width: 121px;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .l-header__logo-plus {
    width: 77px;
    margin-right: 8px;
  }
}

.l-header__logo-produced-by {
  margin-right: 8px;
  color: #a8a8a7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .l-header__logo-produced-by {
    margin-right: 6px;
    font-size: 11px;
  }
}

.l-header__logo-st {
  display: block;
  width: 82px;
  margin-right: 12px;
  margin-bottom: .2em;
}

@media screen and (max-width: 767px) {
  .l-header__logo-st {
    width: 52px;
    margin-right: 8px;
  }
}

.l-header__search-button {
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  background-color: #68b54f;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.l-header__search-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .l-header__search-button {
    width: 35px;
    height: 35px;
    border-radius: 4px;
  }
}

.l-header__search-button img {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .l-header__search-button img {
    width: 18px;
  }
}

.l-header__search {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #f2ebdd;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.l-header__search.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-header__search-inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 96%;
  max-width: 1200px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-header__search-inner {
    width: 94%;
  }
}

.l-header__search-header {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  height: 84px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-header__search-header {
    height: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header__search-header.is-scroll {
    height: 65px;
  }
}

.l-header__search-body {
  -webkit-box-flex: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

.l-header__search-scroll {
  overflow-y: auto;
  width: 100%;
  padding-block: 40px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-header__search-scroll::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header__search-scroll {
    padding-top: 60px;
  }
}

.l-header__search .c-search {
  width: 100%;
}

.l-header__search .c-heading--sub {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .l-header__search .c-heading--sub {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.l-header__search .c-tags {
  width: 100%;
}

.l-header.is-scroll {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: solid 2px solid 2px rgba(245, 241, 233, 0.9);
}

@media print, screen and (min-width: 768px) {
  .l-header.is-scroll {
    height: 65px;
  }
}

.l-header.is-scroll .l-header__logo {
  margin-left: -15px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*---------------------------------------
 * Layout Footer
 ---------------------------------------*/
.l-footer {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding-top: 38px;
  padding-bottom: 50px;
  border-top: solid 2px #f5f1e9;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 36px;
    padding-bottom: 36px;
    border-top-width: 1px;
  }
}

.l-footer__to-top {
  position: fixed;
  bottom: 28px;
  right: 2%;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  background-color: #68b54f;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  z-index: 50;
}

@media screen and (min-width: 1265px) {
  .l-footer__to-top {
    right: calc(50% - 600px);
  }
}

@media screen and (max-width: 767px) {
  .l-footer__to-top {
    bottom: 13px;
    right: 3%;
    width: 35px;
    height: 35px;
    border-radius: 4px;
  }
}

.l-footer__to-top img {
  width: 19px;
}

@media screen and (max-width: 767px) {
  .l-footer__to-top img {
    width: 15px;
  }
}

.l-footer__to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-footer__to-top.is-visible:hover {
  opacity: 0.8;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.l-footer__to-top.is-stop {
  position: absolute;
  top: -74px;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .l-footer__to-top.is-stop {
    top: -48px;
  }
}

.l-footer__logo {
  margin-bottom: 30px;
  text-align: center;
}

.l-footer__logo a {
  display: -webkit-inline-box;
  display: inline-flex;
  text-decoration: none;
  color: #68b54f;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.l-footer__logo a:hover {
  opacity: 0.8;
}

.l-footer__logo img {
  display: block;
  width: 134px;
}

@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 100px;
  }
}

.l-footer__logo-text {
  display: block;
  margin-top: .2em;
  margin-left: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: .05em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-footer__logo-text {
    margin-left: 18px;
    font-size: 12px;
  }
}

.l-footer__nav {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-bottom: 28px;
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px 30px;
}

.l-footer__nav-item {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-footer__nav-item {
    width: 100%;
    text-align: center;
  }
}

.l-footer__nav-item--logo {
  margin-right: -5px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .l-footer__nav-item--logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.l-footer__nav-item--logo a {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.l-footer__nav-item--logo a:hover {
  opacity: 0.8;
}

.l-footer__nav-item--logo img {
  width: 90px;
}

@media screen and (max-width: 1024px) {
  .l-footer__nav-item--logo img {
    width: 118px;
  }
}

@media screen and (max-width: 1024px) {
  .l-footer__nav-item--product {
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
  }
}

.l-footer__nav-item--product a {
  display: inline-block;
  padding: 5px 14px;
  text-decoration: none;
  border: solid 1px #40403f;
  border-radius: 9999px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.l-footer__nav-item--product a:hover {
  opacity: 0.8;
}

.l-footer__nav-item--external-link .c-icon {
  margin-left: 4px;
}

.l-footer__copyright {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .15em;
  text-align: center;
}

/*---------------------------------------
 * くらしにプラス カスタムブロック
 ---------------------------------------*/
body.plus-detail main .plus-left-image-block {
  margin-bottom: 1em;
}

body.plus-detail main .plus-left-image-block:after {
  content: '';
  display: block;
  clear: both;
}

body.plus-detail main .plus-left-image-block .plus-left-image {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-left-image-block .plus-left-image {
    float: left;
    margin-right: 7%;
    margin-bottom: 5px;
  }
}

body.plus-detail main .plus-left-image-block .plus-left-image img {
  border-radius: 5px;
}

body.plus-detail main .plus-left-image-block .plus-left-image-content {
  display: inline;
}

body.plus-detail main .plus-right-image-block {
  margin-bottom: 1em;
}

body.plus-detail main .plus-right-image-block:after {
  content: '';
  display: block;
  clear: both;
}

body.plus-detail main .plus-right-image-block .plus-right-image {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-right-image-block .plus-right-image {
    float: right;
    margin-left: 7%;
    margin-bottom: 5px;
  }
}

body.plus-detail main .plus-right-image-block .plus-right-image img {
  border-radius: 5px;
}

body.plus-detail main .plus-right-image-block .plus-right-image-content {
  display: inline;
}

body.plus-detail main .plus-gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

body.plus-detail main .plus-gallery > .plus-gallery-image {
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-gallery > .plus-gallery-image {
    width: 21%;
  }
}

body.plus-detail main .plus-gallery > .plus-gallery-image a {
  display: block;
  color: #40403f;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-gallery > .plus-gallery-image a:hover img {
    opacity: .8;
  }
  body.plus-detail main .plus-gallery > .plus-gallery-image a:hover .plus-gallery-image-caption {
    text-decoration: underline;
  }
}

body.plus-detail main .plus-gallery > .plus-gallery-image .plus-gallery-image-caption {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-gallery > .plus-gallery-image .plus-gallery-image-caption {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
  }
}

body.plus-detail main .plus-column-block {
  width: 100%;
  margin: 25px auto 40px;
  border: solid 4px #f2ebdd;
  border-radius: 5px;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-column-block {
    width: 80%;
  }
}

body.plus-detail main .plus-column-block .plus-column-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px 8px;
  color: #40403f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  background: #f2ebdd;
  border: none;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-column-block .plus-column-header {
    padding: 6px 20px 10px;
  }
}

body.plus-detail main .plus-column-block .plus-column-body {
  padding: 20px;
}

body.plus-detail main .plus-column-block .plus-column-body > * {
  margin-top: 0;
  margin-bottom: 1em;
}

body.plus-detail main .plus-column-block .plus-column-body > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-column-block .plus-column-body .plus-left-image-block .plus-left-image {
    width: 35%;
    max-width: 200px;
  }
  body.plus-detail main .plus-column-block .plus-column-body .plus-right-image-block .plus-right-image {
    width: 35%;
    max-width: 200px;
  }
}

body.plus-detail main .plus-profile-section .plus-profile-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-profile-section .plus-profile-block {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-content {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-content {
    width: 70%;
  }
}

body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-image-block {
  margin-top: 10px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-image-block {
    width: 28%;
    margin-top: 0;
  }
}

body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-image-block .plus-profile-image {
  font-size: 0;
}

body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-image-block .plus-profile-image img {
  display: inline-block;
  border-radius: 5px;
}

body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-image-block .plus-profile-title {
  font-size: 12px;
}

body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-image-block .plus-profile-name {
  font-weight: bold;
}

body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-image-block .plus-profile-btn {
  margin-top: 5px;
  padding: 3px 7px;
  color: #fff;
  font-size: 12px;
  background-color: #68b54f;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

body.plus-detail main .plus-profile-section .plus-profile-block .plus-profile-image-block .plus-profile-btn:hover {
  background-color: #40403f;
}

body.plus-detail main .plus-profile-section .plus-profile-modal {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-image {
  width: 20%;
  min-height: 100px;
}

body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-image img {
  border-radius: 5px;
}

body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-content-block {
  width: 75%;
}

body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-content-block .plus-profile-modal-content-title {
  margin: 0;
  padding: 0 0 10px;
  color: #68b54f;
  font-size: 16px;
  font-weight: bold;
  border-left: none;
  border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-content-block .plus-profile-modal-content-title {
    font-size: 18px;
  }
}

body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-content-block .plus-profile-modal-title {
  margin-top: 10px;
}

body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-content-block .plus-profile-modal-name {
  margin-top: 10px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-content-block .plus-profile-modal-name {
    font-size: 18px;
  }
}

body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-content-block .plus-profile-modal-content {
  margin-top: 10px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  body.plus-detail main .plus-profile-section .plus-profile-modal .plus-profile-modal-content-block .plus-profile-modal-content {
    height: 20vh;
    font-size: 10px;
    overflow: scroll;
  }
}

body.plus-detail main .plus-modal-wrapper {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

body.plus-detail main .plus-modal-wrapper .plus-modal-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

body.plus-detail main .plus-modal-wrapper .plus-modal-area .plus-modal {
  width: 80vw;
  max-width: 1000px;
  padding: 30px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
}

body.plus-detail main .plus-modal-wrapper .plus-modal-area .plus-modal-close-btn {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  line-height: 1;
}

body.plus-detail main .plus-modal-wrapper .plus-modal-area .plus-modal-close-btn span {
  padding: 20px 80px 18px 80px;
  color: #fff;
  background-color: #68b54f;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

body.plus-detail main .plus-modal-wrapper .plus-modal-area .plus-modal-close-btn span:hover {
  background-color: #40403f;
}

body.plus-detail main .plus-pickup-items {
  margin: 25px auto 40px;
  border: solid 1px #aaa;
  border-radius: 5px;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items {
    width: 80%;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 20px;
  color: #fff;
  font-size: 2 0px;
  text-align: center;
  line-height: 1;
  background: #aaa;
  border: none;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-header {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body {
  padding: 20px;
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item + .plus-pickup-item {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item + .plus-pickup-item {
    margin-top: 40px;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-thumbnail {
  width: 34%;
  margin-bottom: 10px;
  font-size: 0;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-thumbnail {
    width: 24%;
    margin-bottom: 0;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block {
    width: 74%;
    margin-left: 2%;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-copy {
  margin: 0 0 8px;
  color: #68b54f;
  font-weight: bold;
  line-height: 1.5;
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-title {
  margin: 0 0 8px;
  color: #40403f;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-variation {
  margin: 0 0 8px;
  color: #40403f;
  font-size: 12px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-variation {
    font-size: 14px;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-link {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-link {
    text-align: right;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-link .btn {
  position: relative;
  display: inline-block;
  padding: 8px 25px 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background-color: #68b54f;
  border-radius: 5px;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-link .btn:after {
  content: '';
  position: absolute;
  display: block;
  top: 49%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-detail-block .plus-pickup-item-link .btn:hover {
  background-color: #40403f;
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-store {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: solid 1px #aaa;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-store {
    padding-left: 30px;
    padding-right: 30px;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-store .plus-pickup-item-store-header {
  padding-bottom: 6px;
  color: #40403f;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 1px #aaa;
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-store .plus-pickup-item-store-header .icon {
  display: inline-block;
  width: 36px;
  margin: -8px 6px -4px 0;
  vertical-align: middle;
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-store .plus-pickup-item-store-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 8px 0 0;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-store .plus-pickup-item-store-list {
    padding: 0 30px;
  }
}

body.plus-detail main .plus-pickup-items .plus-pickup-body .plus-pickup-item .plus-pickup-item-store .plus-pickup-item-store-list > li a {
  color: #40403f;
  font-size: 14px;
  text-decoration: underline;
}

/*---------------------------------------
 * Component Heading
 ---------------------------------------*/
.c-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .15em;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 14px;
  }
}

.c-heading__en {
  display: block;
  color: #68b54f;
  font-family: "Concert One", "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: .18em;
}

@media screen and (max-width: 767px) {
  .c-heading__en {
    font-size: 28px;
  }
}

.c-heading--sub {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .c-heading--sub {
    font-size: 16px;
  }
}

/*---------------------------------------
 * Component Search
 ---------------------------------------*/
.c-search__field {
  position: relative;
  max-width: 555px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-search__field {
    max-width: 280px;
  }
}

.c-search__input {
  width: 100%;
  height: 47px;
  padding: 6px 50px 6px 58px;
  color: #40403f;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffffff;
  border: 3px solid #e6dece;
  border-radius: 9999px;
}

.c-search__input::-webkit-input-placeholder {
  color: rgba(64, 64, 63, 0.5);
}

.c-search__input::-moz-placeholder {
  color: rgba(64, 64, 63, 0.5);
}

.c-search__input:-ms-input-placeholder {
  color: rgba(64, 64, 63, 0.5);
}

.c-search__input::-ms-input-placeholder {
  color: rgba(64, 64, 63, 0.5);
}

.c-search__input::placeholder {
  color: rgba(64, 64, 63, 0.5);
}

@media screen and (max-width: 767px) {
  .c-search__input {
    height: 45px;
    padding: 6px 35px 4px 50px;
    font-size: 16px;
    border-width: 2px;
  }
}

.c-search__icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 19px;
  width: 21px;
  padding-top: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-search__icon {
    left: 18px;
    width: 20px;
  }
}

.c-search__icon img {
  display: block;
  width: 100%;
}

.c-search__button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 47px;
  background-color: transparent;
  border: none;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-search__button {
    width: 50px;
    height: 45px;
  }
}

.c-search__button img {
  width: 14px;
}

@media screen and (max-width: 767px) {
  .c-search__button img {
    width: 13px;
  }
}

/*---------------------------------------
 * Component Button
 ---------------------------------------*/
.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding-left: .1em;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  background-color: #68b54f;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.c-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .c-button {
    height: 40px;
    font-size: 16px;
  }
}

/*---------------------------------------
 * Component Pagination
 ---------------------------------------*/
.c-pagination ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-pagination ul {
    margin-top: 50px;
  }
}

.c-pagination ul > li {
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .c-pagination ul > li {
    margin: 0 3.5px;
  }
}

.c-pagination ul > li .page-numbers {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-width: 36px;
  height: 36px;
  padding: 0 4px 0.1em calc(4px + .1em);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  background-color: #ccccc8;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-pagination ul > li .page-numbers {
    min-width: 31px;
    height: 31px;
    font-size: 16px;
    border-radius: 4px;
  }
}

.c-pagination ul > li .page-numbers.prev, .c-pagination ul > li .page-numbers.next {
  min-width: 65px;
  font-size: 14px;
  background-color: #68b54f;
}

@media screen and (max-width: 767px) {
  .c-pagination ul > li .page-numbers.prev, .c-pagination ul > li .page-numbers.next {
    min-width: 56px;
    font-size: 12px;
  }
}

.c-pagination ul > li .page-numbers.current {
  background-color: #68b54f;
}

.c-pagination ul > li .page-numbers.dots {
  min-width: 15px;
  height: 3px;
  text-indent: -9999px;
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .c-pagination ul > li .page-numbers.dots {
    min-width: 13px;
  }
}

/*---------------------------------------
 * Component Icon
 ---------------------------------------*/
.c-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-icon--external-link {
  position: relative;
}

.c-icon--external-link:before, .c-icon--external-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 66%;
  display: block;
  border-style: solid;
  border-color: #40403f;
  border-width: 1px;
  box-shadow: 0px 1px 1px rgba(64, 64, 63, 0.2), inset 1px 0px 1px rgba(64, 64, 63, 0.2);
}

.c-icon--external-link::after {
  top: 25%;
  left: 0;
  border-top: none;
  border-right: none;
  box-shadow: none;
}

/*---------------------------------------
 * Component Article Card
 ---------------------------------------*/
.c-article-card {
  position: relative;
}

.c-article-card__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: .6em;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-article-card__thumbnail {
    border-radius: 4px;
  }
}

.c-article-card__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(64, 64, 63, 0.1);
  pointer-events: none;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

@media screen and (max-width: 767px) {
  .c-article-card__thumbnail::after {
    border-radius: 4px;
  }
}

.c-article-card__thumbnail-image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-block: 0;
}

.c-article-card__thumbnail-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-article-card__new-label {
  position: absolute;
  top: -4px;
  right: -5px;
  padding: 4px 7px 4px 9px;
  color: #fff;
  font-family: "Concert One", "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .15em;
  background-color: #68b54f;
  border-radius: 9999px;
}

.c-article-card__date {
  display: block;
  color: #7e807d;
  font-family: "Concert One", "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
}

.c-article-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .c-article-card__title {
    font-size: 14px;
  }
}

.c-article-card__link {
  display: block;
  color: inherit;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.c-article-card__link:hover {
  color: #68b54f;
  text-decoration: none;
}

.c-article-card__link:hover .c-article-card__thumbnail:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.c-article-card__tags {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 12px;
}

.c-article-card__tags-item a {
  display: block;
  color: #7e807d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

/*---------------------------------------
 * Component Tags
 ---------------------------------------*/
.c-tags {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-tags {
    gap: 10px;
  }
}

.c-tags__item.is-hidden {
  display: none;
}

.c-tags__button-link {
  display: block;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #ffffff;
  border-radius: 9999px;
  -webkit-transition: background-color .2s ease, color .1s ease;
  transition: background-color .2s ease, color .1s ease;
}

@media screen and (max-width: 767px) {
  .c-tags__button-link {
    padding: 4px 14px;
    font-size: 14px;
  }
}

.c-tags__button-link .hash {
  color: #68b54f;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.c-tags__button-link:hover {
  background-color: #68b54f;
  color: #ffffff;
  text-decoration: none;
}

.c-tags__button-link:hover .hash {
  color: #ffffff;
}

.c-tags__more-button, .c-tags__close-button {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  border: solid 1px #40403f;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color .2s ease, border-color .2s ease;
  transition: background-color .2s ease, border-color .2s ease;
}

.c-tags__more-button:before, .c-tags__more-button:after, .c-tags__close-button:before, .c-tags__close-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #40403f;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color .1s ease;
  transition: background-color .1s ease;
}

.c-tags__more-button::after, .c-tags__close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.c-tags__more-button:hover, .c-tags__close-button:hover {
  background-color: #68b54f;
  border-color: #68b54f;
}

.c-tags__more-button:hover:before, .c-tags__more-button:hover:after, .c-tags__close-button:hover:before, .c-tags__close-button:hover:after {
  background-color: #ffffff;
}

.c-tags__close-button::after {
  display: none;
}

/*---------------------------------------
 * Component Pickup
 ---------------------------------------*/
.c-pickup__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  gap: 5%;
}

@media screen and (max-width: 767px) {
  .c-pickup__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3em calc(100% * 1 / 13);
  }
}

.c-pickup__item .c-article-card__thumbnail {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c-pickup__item:first-child {
    grid-column: 1 / -1;
  }
  .c-pickup__item:first-child .c-article-card__thumbnail {
    width: calc(100% + (100% * 2 / 13));
    padding-top: calc(100% + (100% * 2 / 13));
    margin-inline: calc(100% * -1 / 13);
    border-radius: 0;
  }
  .c-pickup__item:first-child .c-article-card__thumbnail::after {
    border-radius: 0;
    box-shadow: inset -1px -2px 0px -1px rgba(64, 64, 63, 0.1);
  }
}

/*---------------------------------------
 * Component Article List
 ---------------------------------------*/
.c-article-list__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  gap: 3.5em 4%;
}

@media screen and (max-width: 767px) {
  .c-article-list__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5em calc(100% * 1 / 13);
  }
}

/*---------------------------------------
 * Component Breadcrumb
 ---------------------------------------*/
.c-breadcrumb {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 52px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb__list {
  width: 100%;
}

.c-breadcrumb__item {
  display: inline-block;
  font-size: 12px;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 8px;
  margin: 0 6px;
  background-image: url("../images/new-plus/icon_triangle_green.svg");
  background-size: contain;
}

/*---------------------------------------
 * Component Share
 ---------------------------------------*/
.c-share {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}

.c-share__heading {
  font-family: "Concert One", "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
}

.c-share__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}

.c-share__item {
  width: 30px;
}

.c-share__link {
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.c-share__link:hover {
  text-decoration: none;
  opacity: 0.65;
}

/*---------------------------------------
 * Component Related
 ---------------------------------------*/
.c-related {
  max-width: 740px;
  margin-inline: auto;
}

.c-related__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  gap: 5.4054054%;
}

@media screen and (max-width: 767px) {
  .c-related__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-related__item .c-article-card__link {
    display: -webkit-box;
    display: flex;
    gap: 20px;
  }
  .c-related__item .c-article-card__thumbnail {
    width: 150px;
    margin-bottom: 0;
    padding-top: 150px;
  }
  .c-related__item .c-article-card__title {
    width: calc(100% - 170px);
  }
}

/*---------------------------------------
 * Component Recommend
 ---------------------------------------*/
.c-recommend {
  max-width: 740px;
  margin-inline: auto;
}

.c-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  gap: 20px 2.7027027%;
}

@media screen and (max-width: 767px) {
  .c-recommend__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}

.c-recommend__link {
  display: block;
  height: 100%;
  min-height: 100px;
  padding: 10px 20px 10px 10px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

@media screen and (max-width: 767px) {
  .c-recommend__link {
    min-height: 76px;
    padding: 8px 16px 8px 8px;
    border-radius: 4px;
  }
}

.c-recommend__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-recommend__card {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  height: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-recommend__card {
    gap: 20px;
  }
}

.c-recommend__card img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .c-recommend__card img {
    width: 60px;
    height: 60px;
  }
}

.c-recommend__meta {
  width: calc(100% - 90px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .c-recommend__meta {
    width: calc(100% - 80px);
    font-size: 14px;
    line-height: 1.57;
  }
}

/*---------------------------------------
 * Component Recommend Archive
 ---------------------------------------*/
.c-recommend-archive {
  max-width: 740px;
  margin-inline: auto;
}

.c-recommend-archive__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 17px;
}

@media screen and (max-width: 767px) {
  .c-recommend-archive__list {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-recommend-archive__item {
    width: 100%;
  }
}

.c-recommend-archive__link {
  display: block;
  min-height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  border-radius: 9999px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

@media screen and (max-width: 767px) {
  .c-recommend-archive__link {
    width: 100%;
  }
}

.c-recommend-archive__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*---------------------------------------
 * Project plus-home
 ---------------------------------------*/
.p-plus-home {
  background-color: #fcf9f2;
}

@media screen and (max-width: 767px) {
  .p-plus-home__pickup {
    padding-top: 0;
  }
}

.p-plus-home__pickup-inner.l-container {
  max-width: 1200px;
}

.p-plus-home__search {
  background-color: #f2ebdd;
}

@media print, screen and (min-width: 768px) {
  .p-plus-home__search {
    padding-block: 50px 60px;
  }
}

.p-plus-home__search .c-heading {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-plus-home__search .c-heading {
    margin-bottom: 30px;
  }
}

.p-plus-home__search .c-heading--sub {
  margin-top: 36px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-plus-home__search .c-heading--sub {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-plus-home__list--top {
    min-height: 1000px;
    padding-top: 68px;
    padding-bottom: 126px;
    background-image: url("../images/new-plus/bg_article_top.png"), url("../images/new-plus/bg_article_bottom.png");
    background-size: 1920px auto, 1920px auto;
    background-position: center top, center bottom;
  }
}

.p-plus-home__list--top .c-heading {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-plus-home__list--top .c-heading {
    margin-bottom: 40px;
  }
}

.p-plus-home__more {
  width: 200px;
  margin: 56px auto 0;
}

@media screen and (max-width: 767px) {
  .p-plus-home__more {
    width: 162px;
    margin-top: 35px;
  }
}

.p-plus-home__more a {
  color: #ffffff;
  text-decoration: none;
}

/*---------------------------------------
 * Project plus-detail
 ---------------------------------------*/
.p-plus-detail__article {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__article {
    padding-bottom: 40px;
  }
}

.p-plus-detail__header {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__header {
    margin-bottom: 32px;
  }
}

.p-plus-detail__header-inner {
  max-width: 820px;
}

.p-plus-detail__header .c-breadcrumb {
  margin-bottom: 30px;
}

.p-plus-detail__header .c-tags {
  -webkit-box-pack: start;
          justify-content: flex-start;
  gap: 10px;
  max-width: none;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__header .c-tags {
    margin-top: 16px;
  }
}

.p-plus-detail__header .c-tags__button-link {
  font-size: 12px;
  background-color: #f2ebdd;
}

.p-plus-detail__header .c-tags__button-link:hover {
  background-color: #68b54f;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__header .c-tags__button-link {
    font-size: 10px;
  }
}

.p-plus-detail__thumbnail {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__thumbnail {
    width: calc(100% + (100% * 2 / 13));
    margin-inline: calc(100% * -1 / 13);
    margin-bottom: 32px;
  }
}

.p-plus-detail__thumbnail figure {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__thumbnail figure {
    border-radius: 0;
  }
}

.p-plus-detail__thumbnail img {
  width: 100%;
}

.p-plus-detail__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__meta {
    margin-top: 32px;
  }
}

.p-plus-detail__date {
  display: block;
  color: #7e807d;
  font-family: "Concert One", "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
}

.p-plus-detail__new-label {
  padding: 4px 7px 4px 9px;
  color: #fff;
  font-family: "Concert One", "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .15em;
  background-color: #68b54f;
  border-radius: 9999px;
}

.p-plus-detail__title {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__title {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-plus-detail__body-inner {
  max-width: 820px;
}

.p-plus-detail__share {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__share {
    margin-top: 30px;
  }
}

.p-plus-detail__related {
  background-color: #fcf9f2;
}

.p-plus-detail__related .c-heading {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__related .c-heading {
    margin-bottom: 40px;
  }
}

.p-plus-detail__related .c-tags {
  gap: 10px;
  max-width: 820px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__related .c-tags {
    margin-bottom: 40px;
  }
}

.p-plus-detail__related .c-tags__button-link {
  font-size: 13px;
  background-color: #f2ebdd;
}

.p-plus-detail__related .c-tags__button-link:hover {
  background-color: #68b54f;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__related .c-tags__button-link {
    font-size: 12px;
  }
}

.p-plus-detail__recommend {
  background-color: #f2ebdd;
}

.p-plus-detail__recommend .c-heading {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__recommend .c-heading {
    margin-bottom: 32px;
  }
}

.p-plus-detail__recommend-description {
  margin-bottom: 36px;
  font-size: 14px;
  text-align: center;
}

.p-plus-detail__recommend .c-recommend + .c-recommend-archive {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__recommend .c-recommend + .c-recommend-archive {
    margin-top: 32px;
  }
}

.p-plus-detail__back-button {
  width: 200px;
  margin: 0 auto;
  padding-block: 60px;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__back-button {
    width: 162px;
    padding-block: 50px;
  }
}

.p-plus-detail__back-button a {
  color: #ffffff;
  text-decoration: none;
}

.p-plus-detail__content {
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__content {
    line-height: 1.785714;
  }
}

.p-plus-detail__content > *:last-child {
  margin-bottom: 0;
}

.p-plus-detail__content p {
  margin-top: 0;
}

.p-plus-detail__content p.has-text-align-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__content p.has-text-align-center {
    text-align: left;
  }
}

.p-plus-detail__content p.has-text-align-right {
  text-align: right;
}

.p-plus-detail__content a {
  color: #68b54f;
  text-decoration: underline;
}

.p-plus-detail__content ul, .p-plus-detail__content ol {
  margin: 1em 0;
  padding-left: 1.5em;
}

.p-plus-detail__content ul ul, .p-plus-detail__content ul ol, .p-plus-detail__content ol ul, .p-plus-detail__content ol ol {
  margin: 0;
}

.p-plus-detail__content ul ul, .p-plus-detail__content ol ul {
  list-style-type: revert;
}

.p-plus-detail__content ul {
  list-style: disc;
}

.p-plus-detail__content .wp-block-image,
.p-plus-detail__content .image {
  margin-top: 15px;
  margin-bottom: 40px;
}

.p-plus-detail__content .wp-block-image figure,
.p-plus-detail__content .image figure {
  margin: 0;
}

.p-plus-detail__content .wp-block-image img,
.p-plus-detail__content .image img {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .p-plus-detail__content .wp-block-image a,
  .p-plus-detail__content .image a {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .p-plus-detail__content .wp-block-image a:hover,
  .p-plus-detail__content .image a:hover {
    opacity: 0.8;
  }
}

.p-plus-detail__content h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  padding: 10px 0 13px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border-left: solid 6px #68b54f;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__content h2 {
    margin-top: 20px;
  }
}

.p-plus-detail__content h3 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #68b54f;
}

.p-plus-detail__content h4, .p-plus-detail__content h5, .p-plus-detail__content h6 {
  margin-top: 15px;
  margin-bottom: 0;
}

.p-plus-detail__content--plus_season h2 {
  margin-top: 40px;
  padding: 8px 20px;
  color: #fff;
  background: #68b54f;
  border: none;
  border-radius: 4px;
}

@media print, screen and (min-width: 768px) {
  .p-plus-detail__content--plus_season h2 {
    margin-bottom: 30px;
    padding: 12px 20px;
    font-size: 24px;
    border-radius: 8px;
  }
}

.p-plus-detail__content--plus_season h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  padding: 10px 0 13px 20px;
  color: #40403f;
  font-size: 20px;
  line-height: 1.3;
  border-left: solid 6px #68b54f;
}

@media screen and (max-width: 767px) {
  .p-plus-detail__content--plus_season h3 {
    margin-top: 20px;
  }
}

.p-plus-detail__content--plus_season h4 {
  font-weight: bold;
  font-size: 18px;
  color: #68b54f;
}

/*---------------------------------------
 * Project plus-tag
 ---------------------------------------*/
.p-plus-tag {
  background-color: #fcf9f2;
}

.p-plus-tag__list {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-plus-tag__list {
    padding-top: 32px;
  }
}

.p-plus-tag__list .c-heading {
  margin-bottom: 80px;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .p-plus-tag__list .c-heading {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

.p-plus-tag__list .c-heading .hash {
  display: inline-block;
  margin-right: .1em;
  color: #68b54f;
  font-size: 52px;
  vertical-align: -0.15em;
}

@media screen and (max-width: 767px) {
  .p-plus-tag__list .c-heading .hash {
    font-size: 34px;
  }
}

/*---------------------------------------
 * Project plus-search
 ---------------------------------------*/
.p-plus-search {
  background-color: #fcf9f2;
}

.p-plus-search__form {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-plus-search__form {
    margin-bottom: 50px;
  }
}

.p-plus-search__list .c-heading {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .p-plus-search__list .c-heading {
    font-size: 18px;
  }
}

.p-plus-search__count {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-plus-search__count {
    font-size: 14px;
  }
}

.p-plus-search__count .num {
  color: #68b54f;
}

/*---------------------------------------
 * Utility
 ---------------------------------------*/
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-tb-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-sp-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-sp-pc {
    display: none !important;
  }
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}
/*# sourceMappingURL=new-plus.css.map */
