@charset "UTF-8";
button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #1565c0;
}

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

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

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

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-size: 62.5%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a:focus {
  outline: none;
  border: 0;
}

select:focus {
  outline: none;
  border: 0;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-family: "Noto Sans CJK", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h2, h3, h4, h5 {
  letter-spacing: 0em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2, h3, h4, h5 {
    font-size: 1.8rem;
  }
}

dd, dt {
  font-size: 1.8rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  dd, dt {
    font-size: 1.3rem;
  }
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

strong {
  font-size: 1.25rem;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000100;
  letter-spacing: 0em;
}
a:hover {
  opacity: 0.8;
  color: #000100;
  text-decoration: none;
}
a:focus {
  outline: inherit;
  outline-offset: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

span {
  font-size: 1.6rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  span {
    font-size: 1.3rem;
  }
}

p {
  font-size: 1.6rem;
  letter-spacing: 0em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.3rem;
  }
}

input, select {
  vertical-align: middle;
}

textarea {
  width: 100%;
  padding: 5px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

li {
  list-style: none;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.8;
}

img.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: 1px auto;
}

img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}

body {
  padding-top: 128px;
}
@media screen and (min-width: 960px) {
  body {
    padding-top: 140px;
  }
}

.text-center {
  display: block;
  width: 100%;
  text-align: center;
}

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

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

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

body {
  background-color: #ebebeb;
}

.home, .post-type-archive-store, .page-id-5 {
  background-color: #fff;
}

.content-width {
  width: calc(100% - 32px);
  max-width: 1100px;
  margin: 0 auto;
}
.content-width .content-width__container {
  padding: 0px 13px;
}

.mobile-none {
  display: none;
}
@media screen and (min-width: 600px) {
  .mobile-none {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .br-sm--none {
    display: none;
  }
}

.com-title-keyword h1, .com-title-keyword h2, .com-title-keyword h3 {
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .com-title-keyword h1, .com-title-keyword h2, .com-title-keyword h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.com-title {
  margin-bottom: 47px;
}
.com-title h2, .com-title h1, .com-title h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .com-title h2, .com-title h1, .com-title h3 {
    font-size: 3rem;
  }
}
.com-title span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  margin-top: 2px;
}
@media screen and (min-width: 960px) {
  .com-title span {
    font-size: 1.8rem;
  }
}

.com-title--white {
  margin-bottom: 47px;
}
.com-title--white h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .com-title--white h2 {
    font-size: 3rem;
  }
}
.com-title--white span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  margin-top: 2px;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .com-title--white span {
    font-size: 1.8rem;
  }
}

.com-btn--black a {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: block;
  width: 222px;
  position: relative;
  background-color: #4d4d4d;
  font-size: 1.4rem;
  padding: 12px 0px;
  padding-right: 5px;
}
.com-btn--black a::after {
  position: absolute;
  content: "";
  background-image: url(../img/css/./img/css/icon-arrow--white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 11px;
  right: 78px;
  top: 18px;
}
.com-btn--black__store::after {
  right: 45px !important;
}

.top {
  /* 20220310削除
  &-profile{
      margin-bottom: 41.5px;
      &-col{
          display: flex;
          align-items: center;
          &-img{
              width: 119px;
              @include media(md){
                  width: 160px;
              }
              img{
                  width: 100%;
                  padding: 7px;
                  background-color: #fff;
                  border-radius: 50%;
              }
          }

          &-txt{
              width:calc(100% - 119px);
              padding-left: 13px;
              @include media(md){
                  padding-left: 26px;
                  width:calc(100% - 160px);
              }
              h2{
                  span{
                      display: block;
                      margin-bottom: 4px;
                  }
                  font-family: $font-gothic-not;
                  font-weight: normal;
                  margin-bottom: 10px;
              }
              p{
                  margin-bottom: 0px;
                  font-size: 1.4rem;
                  line-height: 1.5;
                  @include media(md){
                      font-size: 1.8rem;
                      line-height: 1.6;
                  }
              }
          }

      }
  }*/
}
.top .top-main-desc {
  max-width: 385px;
  width: 90%;
  margin: 0 auto 30px;
  /* border-top: 1px solid #333;
  border-bottom: 1px solid #333; */
  padding: 10px 0px;
  position: absolute;
  top: 50vh;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 600px) {
  .top .top-main-desc {
    max-width: 980px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.top .top-main-desc p {
  margin-bottom: 0px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top .top-main-desc p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.top-menu {
  margin-bottom: 39px;
  width: 100%;
  /* max-width: 980px; */
  margin: 0 auto;
  /* padding-top: 140px; */
}
@media screen and (max-width: 960px) {
  .top-menu {
    /* width: 95%; */
    width: 100%;
    /* padding-top: 122px; */
  }
}
.top-menu ul {
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 1200px) {
  .top-menu ul {
    overflow: visible;
  }
}
.top-menu ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  height: 0;
  /* padding-top: calc(2 / 3 * 100%); */
  padding-top: 50vh;
}
.top-menu ul li:first-child {
  /* padding-left: 16px; */
}
.top-menu ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-menu ul li img {
  /* width: 83px; */
  width: 100%;
  /* border-radius: 50%; */
  /* height: 83px; */
  height: 100%;
  object-fit: cover;
  background-color: #fff;
  /* border: 2px solid #4d4d4d; */
}
@media screen and (min-width: 960px) {
  .top-menu ul li img {
    /* width: 110px;
    height: 110px; */
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .top-menu ul li img {
    padding: 0px;
    border: 2px solid #4d4d4d;
  }
}
.top-menu ul li .top-menu-damy {
  /* width: 83px;
  height: 83px; */
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #fff;
  /* border-radius: 50%; */
}
@media screen and (min-width: 960px) {
  .top-menu ul li .top-menu-damy {
    /* width: 110px;
    height: 110px; */
    height: 100%;
    width: 100%;
  }
}
.top-menu ul li .top-menu-damy p {
  margin-bottom: 0px;
  background-color: #4d4d4d;
  width: calc(100% - 14px);
  display: block;
  height: calc(100% - 14px);
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top-menu ul li .top-menu-damy p span {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.6);
}


.top-icon {
  padding: 0px 10px;
  margin-bottom: 48px;
  width: 100%;
  max-width: 800px;
}
@media screen and (min-width: 960px) {
  .top-icon {
    margin: 0 auto 60px;
  }
}
.top-icon-col {
  display: flex;
}
.top-icon-col-6-1 {
  margin-right: 18.5px;
  width: calc(16.666% - 3.7px);
}
.top-icon-col-6-1:last-child {
  margin-right: 0px;
}
@media screen and (min-width: 600px) {
  .top-icon-col-6-1 img {
    width: 100%;
    max-width: 70px;
  }
}
.top-icon-col-6-1 a {
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top-icon-col-6-1 a {
    text-align: center;
  }
}
.top-icon-col-6-1 a span {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0rem;
}
@media screen and (min-width: 960px) {
  .top-icon-col-6-1 a span {
    font-size: 1.3rem;
  }
}
.top-icon-col-6-1 a .top-icon-col-6-1__new {
  position: absolute;
  right: -5px;
  top: 0px;
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .top-icon-col-6-1 a .top-icon-col-6-1__new {
    right: 0px;
    top: 7px;
  }
}
@media screen and (min-width: 960px) {
  .top-icon-col-6-1 a .top-icon-col-6-1__new {
    padding: 1px 5px;
    right: 16px;
    top: 7px;
  }
}
.top-icon-col-6-1:nth-child(3) a span {
  width: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .top-icon-col-6-1:nth-child(3) a span {
    width: 100%;
  }
}
.top-icon-col-6-1 .top-icon-col-6-1__small {
  font-size: 10px;
  letter-spacing: -0.07em;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .top-icon-col-6-1 .top-icon-col-6-1__small {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 960px) {
  .top-icon-col-6-1 .top-icon-col-6-1__small {
    font-size: 1.3rem;
  }
}
.top .top-topics {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .top .top-topics {
    margin-bottom: 100px;
  }
}
.top .top-topics-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .top .top-topics-tag {
    margin-bottom: 15px;
  }
}
.top .top-topics-tag li {
  margin-right: 7px;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .top .top-topics-tag li {
    margin-right: 15px;
    display: inline-block;
    width: auto;
  }
  .top .top-topics-tag li:last-child {
    margin-right: 0px;
  }
}
.top .top-topics-tag li a {
  font-size: 1.6rem;
  color: #c46a4b;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .top .top-topics-tag li a {
    font-size: 2rem;
  }
}
.top .top-topics-wrap {
  display: flex;
  flex-wrap: wrap;
}
.top .top-topics-wrap-col {
  width: calc(50% - 3.5px);
  margin-right: 7px;
  margin-bottom: 10px;
}
.top .top-topics-wrap-col:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (min-width: 600px) {
  .top .top-topics-wrap-col {
    width: calc(33.33% - 6.666px);
    margin-right: 10px;
  }
  .top .top-topics-wrap-col:nth-child(2n) {
    margin-right: 10px;
  }
  .top .top-topics-wrap-col:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 960px) {
  .top .top-topics-wrap-col {
    margin-bottom: 30px;
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
  .top .top-topics-wrap-col:nth-child(2n) {
    margin-right: 30px;
  }
  .top .top-topics-wrap-col:nth-child(3n) {
    margin-right: 0px;
  }
}

.top-topics-wrap-col__wrap{
  display: flex !important;
}

.top .top-topics-wrap-col-img {
  width: 100%;
  margin-bottom: 7px;
  position: relative;
  height: calc(50vw - 19.5px);
}
@media screen and (min-width: 600px) {
  .top .top-topics-wrap-col-img {
    height: calc(33.333vw - 17.2222px);
  }
}
@media screen and (min-width: 960px) {
  .top .top-topics-wrap-col-img {
    height: calc(33.333vw - 31.2222px);
    max-height: 306.633px;
  }
}
.top .top-topics-wrap-col-img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top .top-topics-wrap-col a {
  display: block;
  position: relative;
}
.top .top-topics-wrap-col h2 {
  /* position: absolute; */
  /* left: 0px; */
  /* width: 100%;
  bottom: 0px; */
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  text-align: left;
  /* background-color: rgba(0, 0, 0, 0.4); */
  /* color: #fff; */
  padding: 4px 5px;
  letter-spacing: 0;
  white-space: break-spaces;
  word-break: break-all;
  width: 70%;
}
.top .content-width__container {
  /* position: absolute; */
  /* left: 0px; */
  /* width: 100%;
  bottom: 0px; */
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  text-align: left;
  /* background-color: rgba(0, 0, 0, 0.4); */
  /* color: #fff; */
  padding: 4px 5px;
  letter-spacing: 0;
  white-space: break-spaces;
  word-break: break-all;
  width: 70%;
}
.top .top-topics-wrap-col a{
  display: flex !important;
}
@media screen and (min-width: 960px) {
  .top .top-topics-wrap-col h2 {
  }
}
@media screen and (min-width: 600px) {
  .top .top-news {
    width: 100%;
    margin: 0 auto;
  }
}
.top .top-news-wrap {
  display: flex;
  flex-wrap: wrap;
}
.top .top-news-wrap-col {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}

.top .top-topics-wrap-col-img {
  position: relative;
  width: 30%;
  padding-top: 30%;
  height: 0;
}

.top .top-topics-wrap-col-img .img-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top .top-topics-wrap-col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (min-width: 600px) {
  .top .top-news-wrap-col {
    width: 48%;
    margin-bottom: 30px;
    margin-right: 4%;
  }
  .top .top-news-wrap-col:nth-child(2n) {
    margin-right: 0%;
  }
}
.top .top-news-wrap-col-img {
  width: 100px;
}
@media screen and (min-width: 960px) {
  .top .top-news-wrap-col-img {
    width: 150px;
  }
}
.top .top-news-wrap-col-img img {
  height: 100px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .top .top-news-wrap-col-img img {
    height: 150px;
  }
}
.top .top-news-wrap-col-txt {
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 960px) {
  .top .top-news-wrap-col-txt {
    width: calc(100% - 150px);
  }
}
.top .top-news-wrap-col time {
  font-size: 1.4rem;
  color: #808080;
  display: inline-block;
  margin-bottom: 0px;
}
.top .top-news-wrap-col h3 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #777;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .top .top-news-wrap-col h3 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.header__scroll {
  top: 0px;
  width: 100%;
  background-color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: fixed;
}
.header__scroll .header-menu {
  top: 8px;
}
@media screen and (min-width: 960px) {
  .header__scroll .header-menu {
    top: 15px;
  }
}
.header__scroll .header-search {
  top: 8px;
}
@media screen and (min-width: 960px) {
  .header__scroll .header-search {
    top: 15px;
  }
}
.header__scroll .header-logo {
  padding: 7px 0px;
}
.header__scroll .header-logo .header-logo__txt {
  height: 0px;
  overflow: hidden;
  display: none;
}
.header__scroll .header-logo img {
  width: 81px !important;
}
@media screen and (min-width: 960px) {
  .header__scroll .header-logo img {
    width: 120px !important;
  }
}

.header {
  z-index: 90;
  position: fixed;
  top: 0px;
  width: 100%;
  transition: all 0.3s ease;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.6);

  /* top: 0px;
  width: 100%;
  background-color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important; */
}
.header__container {
  position: relative;
}
.header .content-width {
  max-width: 95%;
}
.header-logo {
  text-align: center;
}
.header-logo .header-logo__txt {
  width: 100px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 600px) {
  .header-logo .header-logo__txt {
    width: 135px;
    margin-bottom: 20px;
  }
}
.header-logo .header-logo__txt h2 {
  text-align: center;
  font-family: sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 13px;
}
.header-logo .header-logo__txt h2 span {
  display: block;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .header-logo .header-logo__txt h2 span {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) {
  .header-logo .header-logo__txt h2 {
    font-size: 18px;
  }
}
.header-logo img {
  width: 100px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .header-logo img {
    width: 100px;
  }
}
.header-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.3s ease;
}
.header-menu img {
  width: 27px;
}
.header-search {
  position: absolute;
  transition: all 0.3s ease;
  top: 0px;
  right: 0px;
}
.header-search img {
  width: 25px;
}
.header .header-search-more {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 105;
}
.header .header-search-more-bg {
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 106;
  background-color: rgba(0, 0, 0, 0.6);
}
.header .header-search-more-input {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 107;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  max-height: 80vh;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .header .header-search-more-input {
    width: 600px;
  }
}
.header .header-search-more-input-wrap {
  background-color: #fff;
  padding: 40px 20px;
  position: relative;
  border-radius: 3px;
}
@media screen and (min-width: 960px) {
  .header .header-search-more-input-wrap {
    padding: 60px 60px 80px;
  }
}
.header .header-search-more-input-wrap h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.header .header-search-more-input-wrap input {
  margin: 0px;
}
.header .header-search-more-input-wrap input:focus {
  box-shadow: none;
}
.header .header-search-more-input-wrap #search-sujest {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}
.header .header-search-more-input-wrap #search-sujest span {
  cursor: pointer;
  font-size: 14px;
}
.header .header-search-more-input-wrap #search-tag {
  margin-top: 10px;
}
.header .header-search-more-input-wrap #search-tag li {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .header .header-search-more-input-wrap #search-tag li {
    margin-bottom: 5px;
  }
}
.header .header-search-more-input-wrap #search-tag li:last-child {
  margin-bottom: 0px;
}
.header .header-search-more-input-wrap #search-tag li a {
  font-size: 2rem;
  color: #c46a4b;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .header .header-search-more-input-wrap #search-tag li a {
    font-size: 2.2rem;
  }
}
.header .header-search-more-input-wrap #search-tag li a span {
  display: inline-block;
  background-color: #c46a4b;
  color: #fff;
  margin-right: 10px;
  padding: 3px 10px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.header .header-search-more .header-search-more-close {
  position: absolute;
  width: 30px;
  right: 15px;
  top: 20px;
  z-index: 108;
}
@media screen and (min-width: 960px) {
  .header .header-search-more .header-search-more-close {
    right: 50px;
    top: 30px;
  }
}
.header .header-search-more .header-search-more-close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.header .header-menu-more--active {
  display: block !important;
  transform: translateX(0vw) !important;
  transition: all 0.1s ease-in !important;
}
.header .header-menu-more--active .header-menu-more-wrap {
  transform: translateX(0px) !important;
}
.header .header-menu-more--active .header-menu-more-bg {
  opacity: 1;
  transition-delay: 0.1s;
}
@media all and (-ms-high-contrast: none) {
  .header {
    /* ここに書く */
  }
  .header .header-menu-more {
    display: none;
  }
}
.header-menu-more {
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  transform: translateX(-100vw);
  transition: all 0.3s ease-in;
}
.header-menu-more-bg {
  opacity: 0;
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
}
.header-menu-more-close {
  position: absolute;
  left: 210px;
  top: 10px;
  width: 30px;
  z-index: 102;
}
.header-menu-more-close:hover {
  opacity: 0.8;
  cursor: pointer;
}
.header-menu-more-close img {
  width: 100%;
}
.header-menu-more-wrap {
  position: absolute;
  transform: translateX(-200px);
  transition: all 0.3s ease-in;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 100vh;
  z-index: 101;
  background-color: #fff;
  overflow: scroll;
  padding-bottom: 30px;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.header-menu-more-wrap h2 a {
  background-color: #4d4d4d;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 10px;
  position: relative;
}
.header-menu-more-wrap h2 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  background-image: url(../img/css/./img/css/icon-arrow--white.png);
  width: 10px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-menu-more-wrap h2 span {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  padding: 10px;
}
.header-menu-more-wrap ul li {
  border-bottom: 1px solid #ddd;
}
.header-menu-more-wrap ul li a {
  display: block;
  padding: 10px;
  font-size: 1.4rem;
  position: relative;
}
.header-menu-more-wrap ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 19px;
  background-image: url(../img/css/./img/css/icon-next--black.png);
  width: 8px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-menu-more-wrap ul #store-parents:after, .header-menu-more-wrap ul #topics-parents:after {
  transform: rotate(90deg);
}
.header-menu-more-wrap ul .flex a {
  display: flex;
  width: 100%;
  align-items: center;
}
.header-menu-more-wrap ul .flex a img {
  width: 30px;
}
.header-menu-more-wrap ul .flex a span {
  font-size: 1.4rem;
}
.header-menu-more .child {
  display: none;
}

.header-menu-more-wrap::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.footer {
  background-color: #4d4d4d;
  margin-top: 39px;
  padding: 30px 0px;
}
@media screen and (min-width: 600px) {
  .footer {
    padding: 60px 0px;
    margin-top: 90px;
  }
}
.footer ul {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .footer ul {
    text-align: center;
  }
}
.footer ul li {
  margin-bottom: 5px;
}
.footer ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 600px) {
  .footer ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .footer ul li:last-child {
    margin-right: 0px;
  }
}
@media screen and (min-width: 960px) {
  .footer ul li {
    margin-right: 30px;
  }
}
.footer ul li a {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
.footer-logo a {
  display: block;
  text-align: center;
}
.footer-logo a img {
  width: 141px;
}
@media screen and (min-width: 960px) {
  .footer-logo a img {
    width: 180px;
  }
}

.page .store .store-title {
  display: block;
  position: relative;
  width: 60px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .page .store .store-title {
    width: 100px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .page .store .store-title img {
    width: 80px;
  }
}
.page .store .store-title span {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0rem;
  font-weight: normal;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 600px) {
  .page .store .store-title span {
    top: -13px;
    font-size: 1.6rem;
  }
}
.page .store .store-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 8px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 600px) {
  .page .store .store-wrap {
    width: 95%;
    max-width: 550px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 960px) {
  .page .store .store-wrap {
    max-width: 800px;
  }
}
.page .store .store-wrap-col {
  width: 83.5px;
  margin-right: calc((100% - 334px) / 3);
  margin-bottom: 10px;
}
.page .store .store-wrap-col:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 370px) {
  .page .store .store-wrap-col {
    width: 70px;
    margin-right: calc((100% - 280px) / 3);
  }
}
@media screen and (min-width: 600px) {
  .page .store .store-wrap-col {
    width: 83.5px;
    margin-right: calc((100% - 417.5px) / 4);
    margin-bottom: 15px;
  }
  .page .store .store-wrap-col:nth-child(4n) {
    margin-right: calc((100% - 417.5px) / 4);
  }
  .page .store .store-wrap-col:nth-child(5n) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 960px) {
  .page .store .store-wrap-col {
    width: 110px;
    margin-right: calc((100% - 660px) / 5);
    margin-bottom: 20px;
  }
  .page .store .store-wrap-col:nth-child(4n) {
    margin-right: calc((100% - 660px) / 5);
  }
  .page .store .store-wrap-col:nth-child(5n) {
    margin-right: calc((100% - 660px) / 5);
  }
  .page .store .store-wrap-col:nth-child(6n) {
    margin-right: 0px;
  }
}
.page .store .store-wrap-col a {
  display: block;
}
.page .store .store-wrap-col img {
  width: 83.5px;
  border-radius: 50%;
  height: 83.5px;
  object-fit: cover;
  padding: 0px;
  background-color: #fff;
  border: 2px solid #4d4d4d;
}
@media screen and (max-width: 370px) {
  .page .store .store-wrap-col img {
    width: 70px;
    height: 70px;
    padding: 4px;
  }
}
@media screen and (min-width: 960px) {
  .page .store .store-wrap-col img {
    width: 110px;
    height: 110px;
  }
}
@media all and (-ms-high-contrast: none) {
  .page .store .store-wrap-col img {
    padding: 0px;
    border: 2px solid #4d4d4d;
  }
}
.page .store .store-wrap-col span {
  display: block;
  font-size: 1.3rem;
  height: 23px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page .privacy p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .page .privacy p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.page .privacy h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .page .privacy h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.page .privacy ol, .page .privacy ul {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .page .privacy ol, .page .privacy ul {
    margin-bottom: 30px;
  }
}
.page .privacy ol li, .page .privacy ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .page .privacy ol li, .page .privacy ul li {
    font-size: 1.4rem;
  }
}
.page .privacy .tR {
  text-align: right;
}
.page .company-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.page .company dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page .company dl dt {
  width: 90px;
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .page .company dl dt {
    width: 120px;
    font-size: 1.6rem;
  }
}
.page .company dl dd {
  width: calc(100% - 90px);
  font-size: 1.3rem;
  padding-left: 5px;
}
@media screen and (min-width: 600px) {
  .page .company dl dd {
    width: calc(100% - 120px);
    font-size: 1.8rem;
  }
}
.page .company dl dd a {
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .page .company dl dd a {
    font-size: 1.8rem;
  }
}

.pagenation {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pagenation span, .pagenation a {
  display: block;
  font-size: 1.3rem;
  margin-right: 10px;
  border: 1px solid #808080;
  width: 25px;
  position: relative;
  padding: 6px 0px;
}
.pagenation .current {
  background-color: #808080;
  color: #fff;
}
.pagenation a:last-child {
  margin-right: 0px;
}
.pagenation a img {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound .notfound-title {
  font-size: 8rem;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 30px;
}
.notfound .notfound-desc {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .notfound .notfound-desc {
    font-size: 2.2rem;
  }
}

.details .content-width {
  max-width:1100px;
}
.details .sec01 {
  margin-bottom: 45px;
}
.details .sec02 {
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .details .sec02 {
    margin-bottom: 50px;
  }
}
.details-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .details-info {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
.details-info-img {
  width: 83.5px;
}
@media screen and (min-width: 960px) {
  .details-info-img {
    width: 160px;
  }
}
.details-info-img img {
  width: 83.5px;
  border-radius: 50%;
  height: 83.5px;
  object-fit: cover;
  padding: 7px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .details-info-img img {
    width: 160px;
    height: 160px;
  }
}
@media all and (-ms-high-contrast: none) {
  .details-info-img img {
    padding: 0px;
    border: 7px solid #fff;
  }
}
.details-info-txt {
  padding-left: 12px;
  width: calc(100% - 83.5px);
  padding-left: 13px;
}
@media screen and (min-width: 960px) {
  .details-info-txt {
    padding-left: 26px;
    width: calc(100% - 160px);
  }
}
.details-info-txt p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .details-info-txt p {
    font-size: 1.6rem;
  }
}
.details-info-txt a {
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .details-info-txt a {
    font-size: 1.6rem;
  }
}
.details-title {
  background-color: #4d4d4d;
  padding: 47px 0px;
  margin-bottom: 35px;
}
.details-title h1, .details-title h2 {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .details-title h1, .details-title h2 {
    font-size: 2.4rem;
  }
}
.details-title span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .details-title span {
    font-size: 1.6rem;
  }
}
.details-tag {
  margin-bottom: 23px;
}
.details-tag ul li {
  display: inline-block;
  margin-right: 14px;
  line-height: 1.4;
  color: #c46a4b;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .details-tag ul li {
    font-size: 1.6rem;
  }
}
.details-tag ul li:last-child {
  margin-right: 0px;
}
.details-tag ul li a {
  color: #c46a4b;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .details-tag ul li a {
    font-size: 1.6rem;
  }
}
.details-slide {
  margin-bottom: 55px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .details-slide {
    margin-bottom: 80px;
  }
}
.details-slide-icon {
  position: absolute;
  bottom: -12.5px;
  right: 0px;
  display: flex;
  z-index: 6;
}
.details-slide-icon li {
  width: 40px;
  height: 40px;
  background-color: #000;
  position: relative;
  margin-right: 2.5px;
}
.details-slide-icon li:last-child {
  margin-right: 0px;
}
.details-slide-icon li a {
  display: block;
  width: 100%;
  height: 100%;
}
.details-slide-icon li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.details-slide-icon-favo {
  overflow: hidden;
}
.details-slide-icon-favo img {
  width: 21px;
}
.details-slide-icon-favo a {
  font-size: 0rem;
}
.details-slide-icon-favo .wpfp-link {
  position: relative;
  z-index: 51;
}
.details-slide-icon-favo .wpfp-span-remove {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
}
.details-slide-icon-favo .wpfp-span-remove:before {
  content: "";
  display: block;
  background-image: url(../img/css/./img/css/icon-favo-active.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 17.533px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.details-slide-icon-share img {
  width: 15px;
}
.details-slide-share {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: none;
}
.details-slide-share-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.details-slide-share ul {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
}
.details-slide-share ul li {
  width: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.details-slide-share ul li:nth-child(2n) {
  margin-right: 0px;
}
.details-slide-share a {
  display: block;
  font-size: 1rem;
  color: #fff;
  width: 75px;
  height: 75px;
  padding-top: 40px;
  font-size: 10px;
  line-height: 20px;
  background-position: center 18px;
  background-size: auto 22px;
  text-align: center;
  background-repeat: no-repeat;
}
.details-slide-share .instagram {
  background-color: #cf2f93;
}
.details-slide-share .instagram a {
  background-image: url(../img/css/./img/css/icon-sns-instagram.png);
}
.details-slide-share .line {
  background-color: #05c755;
}
.details-slide-share .line a {
  background-image: url(../img/css/./img/css/icon-sns-line.png);
}
.details-slide-share .twitter {
  background-color: #55acee;
}
.details-slide-share .twitter a {
  background-image: url(../img/css/./img/css/icon-sns-twitter.png);
}
.details-slide-share .facebook {
  background-color: #0e3280;
}
.details-slide-share .facebook a {
  background-image: url(../img/css/./img/css/icon-sns-facebook.png);
}
.details-slide-share .pinterest {
  background-color: #bd081c;
}
.details-slide-share .pinterest a {
  background-image: url(../img/css/./img/css/icon-sns-pinterest.png);
}
.details-slide-share .details-slide-share-close {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  padding-top: 46px;
  background-image: url(../img/css/./img/css/icon-close--white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.details-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.details-content h2, .details-content h1 {
  font-size: 2.2rem;
  line-height: 1.59;
  margin-bottom: 23px;
}
.details-content p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.details-content-topics {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .details-content-topics {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.details-content-topics iframe {
  max-width: 100%;
}
.details-content-topics p {
  margin-bottom: 25px;
}
.details-content-topics img {
  max-width: 100%;
  margin-bottom: 20px;
}
.details-content-topics div {
  max-width: 100%;
  margin-bottom: 20px;
}
.details-content-topics table {
  margin-bottom: 20px;
}
.details-content-topics table th {
  text-align: center;
  width: 15%;
}
.details-content-topics table th, .details-content-topics table td {
  padding: 10px;
  border-bottom: 1px solid #c5c5c5;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .details-content-topics table th, .details-content-topics table td {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.details-content-topics ul, .details-content-topics ol {
  padding-left: 15px;
  margin-bottom: 20px;
}
.details-content-topics ul li, .details-content-topics ol li {
  font-size: 1.3rem;
  line-height: 1.6;
  list-style: circle;
}
@media screen and (min-width: 960px) {
  .details-content-topics ul li, .details-content-topics ol li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.details-content-topics b, .details-content-topics span, .details-content-topics strong {
  color: inherit;
  font-size: inherit;
}
.details-content-topics a {
  text-decoration: underline;
}
.details-content-topics p, .details-content-topics span, .details-content-topics a, .details-content-topics strong, .details-content-topics div {
  font-size: inherit;
  line-height: 1.6;
  font-family: inherit;
}
@media screen and (min-width: 960px) {
  .details-content-topics p, .details-content-topics span, .details-content-topics a, .details-content-topics strong, .details-content-topics div {
    line-height: 1.8;
  }
}
.details-content-topics h2 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .details-content-topics h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.details-content-topics h3, .details-content-topics h4, .details-content-topics h5 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .details-content-topics h3, .details-content-topics h4, .details-content-topics h5 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.details .details-topics-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .details .details-topics-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0px;
  }
}
.details .details-topics-col {
  width: 100%;
  border-bottom: 1px solid #c8c8c9;
  padding: 19px 0px;
}
@media screen and (min-width: 600px) {
  .details .details-topics-col {
    border-bottom: 0px solid #c8c8c9;
    width: 33.333%;
  }
}
.details .details-topics-col:first-child {
  border-top: 1px solid #c8c8c9;
}
@media screen and (min-width: 600px) {
  .details .details-topics-col:first-child {
    border-top: 0px solid #c8c8c9;
  }
}
.details .details-topics-col-img {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  height: calc(50vw - 19.5px);
  overflow: hidden;
}
.details .details-topics-col-img a {
  display: block;
  width: 100%;
  height: 100%;
  /*
  &:hover{
      img{
          transform: translate(-50%,-50%) scale(1.2);
      }
  }*/
}
@media screen and (min-width: 600px) {
  .details .details-topics-col-img {
    height: calc(33.333vw - 17.2222px);
  }
}
@media screen and (min-width: 960px) {
  .details .details-topics-col-img {
    height: calc(33.333vw - 31.2222px);
    max-height: 234.65px;
  }
}
.details .details-topics-col-img img {
  transition: all 0.3s ease;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.details .details-topics-col-txt time {
  display: block;
  font-size: 1.4rem;
  color: #808080;
}
.details .details-topics-col-txt p {
  margin-bottom: 0px;
  font-size: 1.4rem;
}
.details .details-topics-col-txt .recruit-wrap-col-info-tag {
  margin-bottom: 19px;
}
.details .details-topics-col-txt .recruit-wrap-col-info-tag li {
  display: inline-block;
  font-size: 10px;
  background-color: #4d4d4d;
  line-height: 1;
  padding: 3px 5px;
  color: #fff;
  margin-right: 3px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .details .details-topics-col-txt .recruit-wrap-col-info-tag li {
    font-size: 1.2rem;
  }
}
.details .details-topics-col-txt .recruit-wrap-col-info-tag li:last-child {
  margin-right: 0px;
}
.details .sec03 {
  margin-bottom: 42px;
}
@media screen and (min-width: 960px) {
  .details .sec03 {
    margin-bottom: 80px;
  }
}
.details .sec03 .details-profile {
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .details .sec03 .details-profile {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 40px;
  }
}
.details .sec03 .details-profile li {
  font-size: 1.4rem;
  border-bottom: 1px solid #c8c8c9;
  position: relative;
  padding: 20px 0px 20px 77px;
}
@media screen and (min-width: 960px) {
  .details .sec03 .details-profile li {
    font-size: 1.6rem;
  }
}
.details .sec03 .details-profile li:first-child {
  border-top: 1px solid #c8c8c9;
}
.details .sec03 .details-profile-type:before {
  background-image: url(../img/css/./img/css/icon-detai-01.png);
  width: 24px;
  height: 21px;
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.details .sec03 .details-profile-adress:before {
  background-image: url(../img/css/./img/css/icon-detai-02.png);
  width: 20px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  top: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.details .sec03 .details-profile-time:before {
  background-image: url(../img/css/./img/css/icon-detai-03.png);
  width: 22px;
  height: 22px;
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.details .sec03 .details-profile-tel:before {
  background-image: url(../img/css/./img/css/icon-detai-04.png);
  width: 15px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  left: 26px;
  top: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.details .sec03 .details-profile-mail:before {
  background-image: url(../img/css/./img/css/icon-detai-05.png);
  width: 21px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 22.5px;
  top: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.details .sec03 .details-profile-park:before {
  background-image: url(../img/css/./img/css/icon-park.png);
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 22.5px;
  top: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.details .sec03 .details-profile-money:before {
  background-image: url(../img/css/./img/css/icon-money_ver2.png);
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 22.5px;
  top: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.details .sec03 .com-btn--black {
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .details .sec03 .com-btn--black {
    margin-bottom: 40px;
  }
}
.details .sec03 .details-iframe {
  height: 159px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .details .sec03 .details-iframe {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    height: 350px;
  }
}
.details .sec03 .details-iframe-title {
  font-size: 1.6rem;
  margin: 20px auto;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .details .sec03 .details-iframe-title {
    font-size: 1.8rem;
    max-width: 800px;
  }
}
.details .sec03 .details-iframe iframe {
  width: 100%;
  height: 100%;
}
.details .sec04-news {
  margin-bottom: 50px;
}
.details .sec04 .com-title {
  margin-bottom: 26px;
}
.details .sec04 .details-related {
  display: flex;
  flex-wrap: wrap;
}
.details .sec04 .details-related-col {
  width: calc(33.333% - 4px);
  margin-bottom: 6px;
  margin-right: 6px;
}
.details .sec04 .details-related-col:nth-child(3n) {
  margin-right: 0px;
}
@media screen and (min-width: 600px) {
  .details .sec04 .details-related-col {
    width: calc(33.333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .details .sec04 .details-related-col {
    width: calc(33.333% - 13.333px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.details .sec04 .details-related-col-noimage {
  width: 100%;
  height: 100%;
  min-height: 100px;
  background-color: #4d4d4d;
  position: relative;
}
.details .sec04 .details-related-col-noimage span {
  width: 100%;
  overflow: hidden;
  top: 50%;
  left: 0px;
  position: absolute;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.details-more-logo {
  text-align: center;
  margin-bottom: 52px;
  padding-top: 100px;
}
.details-more-logo img {
  width: 190px;
}
.details-more-logo h2 {
  margin-bottom: 7px;
}
.details-more-logo h1 {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .details-more-logo h1 {
    font-size: 1.8rem;
  }
}
.details-more .title_postiion_img {
  height: auto;
  margin-bottom: 20px;
}
.details-more .title_postiion_img img {
  height: auto !important;
  object-fit: inherit !important;
}
.details-more__main-visual {
  height: 535px;
  width: 100%;
  position: relative;
  margin-bottom: 42px;
}
@media screen and (min-width: 600px) {
  .details-more__main-visual {
    max-width: 1100px;
    margin: 0 auto 60px;
  }
}
.details-more__main-visual__txt h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  text-orientation: mixed;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  margin: 0px;
  letter-spacing: 0.3em;
  line-height: 2;
  height: 90%;
  text-align: center;
  z-index: 10;
}
.details-more__main-visual__txt h2 span {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.3em;
}
.details-more__main-visual__txt .title_postiion_left_top {
  left: 5%;
  top: 5%;
  transform: translate(0%, 0%) !important;
  text-align: left;
}
.details-more__main-visual__txt .title_postiion_left_center {
  left: 5%;
  transform: translate(0%, -50%) !important;
}
.details-more__main-visual__txt .title_postiion_left_bottom {
  left: 5%;
  top: 5%;
  transform: translate(0%, 0%) !important;
  text-align: right;
}
.details-more__main-visual__txt .title_postiion_right_top {
  left: inherit;
  right: 5%;
  top: 5%;
  transform: translate(0%, 0%) !important;
  text-align: left;
}
.details-more__main-visual__txt .title_postiion_right_center {
  left: inherit;
  right: 5%;
  transform: translate(0%, -50%) !important;
}
.details-more__main-visual__txt .title_postiion_right_bottom {
  left: inherit;
  right: 5%;
  top: 5%;
  transform: translate(0%, 0%) !important;
  text-align: right;
}
.details-more__main-visual__bg {
  height: 100%;
  background-color: #4d4d4d;
}
.details-more__main-visual__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.details-more__main-visual__bg .main-movie {
  width: 100%;
  height: 100%;
  position: relative;
}
.details-more__main-visual__bg .main-movie:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
}
.details-more__main-visual__bg iframe {
  width: 100%;
  height: 100%;
}
.details-more__main-visual__bg .details-more__main-visual__bg__favi {
  width: 40px;
  height: 40px;
  background-color: #000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
.details-more__main-visual__bg .details-more__main-visual__bg__favi img {
  width: 21px;
  height: auto;
  object-fit: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.details-more__main-visual__bg .details-more__main-visual__bg__favi a {
  font-size: 0rem;
  display: block;
  width: 100%;
  height: 100%;
}
.details-more__main-visual__bg .details-more__main-visual__bg__favi .wpfp-link {
  position: relative;
  z-index: 51;
}
.details-more__main-visual__bg .details-more__main-visual__bg__favi .wpfp-span-remove {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
}
.details-more__main-visual__bg .details-more__main-visual__bg__favi .wpfp-span-remove:before {
  content: "";
  display: block;
  background-image: url(../img/css/./img/css/icon-favo-active.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 17.533px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.details-more .sec05 {
  margin-bottom: 35px;
}
@media screen and (min-width: 960px) {
  .details-more .sec05 {
    margin-bottom: 60px;
  }
}
.details-more .sec05 .com-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .details-more .sec05 .com-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .details-more .details-topics-more {
    width: 95%;
    max-width:1100px;
    margin: 0 auto;
  }
}
.details-more .details-topics-more-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .details-more .details-topics-more-wrap {
    border-top: 1px solid #c8c8c9;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .details-more .details-topics-more-wrap__next {
    border-top: 0px solid #c8c8c9;
    margin-bottom: 50px;
  }
}
.details-more .details-topics-more-col {
  width: 100%;
  border-bottom: 1px solid #c8c8c9;
  padding: 19px 16px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .details-more .details-topics-more-col {
    width: 50%;
  }
}
.details-more .details-topics-more-col:first-child {
  border-top: 1px solid #c8c8c9;
}
@media screen and (min-width: 960px) {
  .details-more .details-topics-more-col:first-child {
    border-top: 0px solid #c8c8c9;
  }
}
.details-more .details-topics-more-col-img {
  width: 102.5px;
}
@media screen and (min-width: 600px) {
  .details-more .details-topics-more-col-img {
    width: 120px;
  }
}
.details-more .details-topics-more-col-img img {
  width: 100%;
  height: 102.5px;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .details-more .details-topics-more-col-img img {
    height: 120px;
  }
}
.details-more .details-topics-more-col-txt {
  width: calc(100% - 102.5px);
  padding: 0px 13px;
}
@media screen and (min-width: 600px) {
  .details-more .details-topics-more-col-txt {
    width: calc(100% - 120px);
  }
}
.details-more .details-topics-more-col-txt .recruit-wrap-col-info-tag {
  margin-bottom: 8px;
}
.details-more .details-topics-more-col-txt .recruit-wrap-col-info-tag li {
  display: inline-block;
  font-size: 10px;
  background-color: #4d4d4d;
  line-height: 1;
  padding: 3px 5px;
  color: #fff;
  margin-right: 3px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .details-more .details-topics-more-col-txt .recruit-wrap-col-info-tag li {
    font-size: 1.2rem;
  }
}
.details-more .details-topics-more-col-txt .recruit-wrap-col-info-tag li:last-child {
  margin-right: 0px;
}
.details-more .details-topics-more-col-txt time {
  display: block;
  font-size: 1.4rem;
  color: #808080;
  margin-bottom: 5px;
  letter-spacing: 0.07em;
}
.details-more .details-topics-more-col-txt p {
  margin-bottom: 0px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.57;
}
.details-more .sec06, .details-more .sec08 {
  background-color: #4d4d4d;
  padding: 45px 0px 10px;
  margin-bottom: 42px;
}
@media screen and (min-width: 960px) {
  .details-more .sec06, .details-more .sec08 {
    padding: 80px 0px 60px;
    margin-bottom: 90px;
  }
}
.details-more .sec06 .com-title--white, .details-more .sec08 .com-title--white {
  margin-bottom: 15px;
}
.details-more .sec07 {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .details-more .sec07 {
    margin-bottom: 90px;
  }
}
.details-more .sec07 .com-title {
  margin-bottom: 15px;
}
.details-more .layout {
  border-top: 1px solid #c8c8c9;
  padding-top: 19px;
}
@media screen and (min-width: 600px) {
  .details-more .layout {
    padding-top: 30px;
  }
}
.details-more .layout-wrap {
  display: flex;
  flex-wrap: wrap;
}
.details-more .layout-wrap-col {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .details-more .layout-wrap-col {
    width: 49%;
    margin-right: 2%;
  }
  .details-more .layout-wrap-col:nth-child(2n) {
    margin-right: 0px;
  }
}
.details-more .layout-wrap-col-img {
  margin-bottom: 10px;
}
.details-more .layout-wrap-col-img img {
  width: 100%;
  max-height: 258px;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .details-more .layout-wrap-col-img img {
    max-height: 345px;
  }
}
.details-more .layout-wrap-col-txt p, .details-more .layout-wrap-col-txt span {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0px;
}
.details-more .layaout--black .layout-wrap-col-txt p, .details-more .layaout--black .layout-wrap-col-txt span {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 0px;
}
.details-more .sec09 {
  margin-bottom: 37.5px;
}
.details-more .sec09 .com-title {
  margin-bottom: 15px;
}
.details-more .sec09 p {
  margin-bottom: 0px;
}
.details-more .sec03 .details-profile {
  margin-bottom: 0px;
}
.details-more .details-more-icon {
  background-color: #4d4d4d;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.details-more .details-more-icon ul {
  display: flex;
}
.details-more .details-more-icon ul li {
  width: 12.5%;
  height: 52px;
}
@media screen and (min-width: 600px) {
  .details-more .details-more-icon ul li {
    width: 20%;
  }
}
.details-more .details-more-icon ul li a {
  width: 100%;
  height: 100%;
  background-position: center 14px;
  background-size: auto 22px;
  overflow: hidden;
  padding-top: 52px;
  display: block;
  background-repeat: no-repeat;
}
.details-more .details-more-icon ul .hp a {
  background-image: url(../img/css/./img/css/icon-sns-hp-ver2.png);
}
.details-more .details-more-icon ul .line a {
  background-image: url(../img/css/./img/css/icon-sns-line.png);
}
.details-more .details-more-icon ul .instagram a {
  background-image: url(../img/css/./img/css/icon-sns-instagram.png);
}
.details-more .details-more-icon ul .blog a {
  background-image: url(../img/css/./img/css/icon-blog.png);
  background-size: auto 30px;
  background-position: center 11px;
}
.details-more .details-more-icon ul .youtube a {
  background-image: url(../img/css/./img/css/icon-youtube.png);
}
.details-more .details-more-icon ul .pinterest a {
  background-image: url(../img/css/./img/css/icon-sns-pinterest.png);
}
.details-more .details-more-icon ul .twitter a {
  background-image: url(../img/css/./img/css/icon-sns-twitter.png);
}
.details-more .details-more-icon ul .facebook a {
  background-image: url(../img/css/./img/css/icon-sns-facebook.png);
}

.details-slide {
  width: 100%;
  max-width: 1100px;
}
.details-slide .slick-slider {
  margin-bottom: 0px;
}
@media screen and (min-width: 600px) {
  .details-slide .details-img-slide__item {
    padding: 0px 10px;
  }
}
.details-slide .details-img-slide__item img {
  width: 100%;
}
.details-slide .slick-dots {
  bottom: -25.5px;
}
.details-slide .slick-dots li {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 8px;
}
.details-slide .slick-dots li:last-child {
  margin-right: 0px;
}
.details-slide .slick-dots button {
  width: 7.5px;
  height: 7.5px;
  background-color: #c8c8c9;
  border-radius: 50%;
}
.details-slide .slick-dots button:before {
  display: none;
}
.details-slide .slick-dots .slick-active button {
  background-color: #808080;
}

.recruit-single-img-list .slick-dots {
  bottom: -25.5px;
}
.recruit-single-img-list .slick-dots li {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 8px;
}
.recruit-single-img-list .slick-dots li:last-child {
  margin-right: 0px;
}
.recruit-single-img-list .slick-dots button {
  width: 7.5px;
  height: 7.5px;
  background-color: #c8c8c9;
  border-radius: 50%;
}
.recruit-single-img-list .slick-dots button:before {
  display: none;
}
.recruit-single-img-list .slick-dots .slick-active button {
  background-color: #808080;
}

.recruit .recruit-title {
  display: block;
  position: relative;
  width: 50px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .recruit .recruit-title {
    width: 100px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .recruit .recruit-title img {
    width: 80px;
  }
}
.recruit .recruit-title span {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0rem;
  font-weight: normal;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 600px) {
  .recruit .recruit-title span {
    top: -13px;
    font-size: 1.6rem;
  }
}
.recruit .recruit-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.recruit .recruit-wrap a {
  display: block;
}
.recruit .recruit-wrap-col {
  width: 100%;
  background-color: #fff;
  padding: 13px 0px 10px;
  margin-bottom: 13px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .recruit .recruit-wrap-col {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .recruit .recruit-wrap-col:nth-child(2n) {
    margin-right: 0px;
  }
}
.recruit .recruit-wrap-col__new {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.recruit .recruit-wrap-col-info {
  padding: 0px 13px;
}
.recruit .recruit-wrap-col-info-tag {
  margin-bottom: 10px;
}
.recruit .recruit-wrap-col-info-tag li {
  display: inline-block;
  font-size: 10px;
  background-color: #4d4d4d;
  line-height: 1;
  padding: 3px 5px;
  color: #fff;
  margin-right: 3px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-wrap-col-info-tag li {
    font-size: 1.2rem;
  }
}
.recruit .recruit-wrap-col-info-tag li:last-child {
  margin-right: 0px;
}
.recruit .recruit-wrap-col-info h1 {
  font-size: 1.4rem;
  margin-bottom: 13px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-wrap-col-info h1 {
    font-size: 1.8rem;
  }
}
.recruit .recruit-wrap-col-list {
  display: flex;
  border-top: 1px solid #c8c8c9;
  border-bottom: 1px solid #c8c8c9;
  padding: 10px 13px;
  align-items: center;
}
.recruit .recruit-wrap-col-list ul {
  width: calc(100% - 102px);
}
@media screen and (min-width: 960px) {
  .recruit .recruit-wrap-col-list ul {
    width: calc(100% - 152px);
  }
}
.recruit .recruit-wrap-col-list ul li {
  font-size: 1.1rem;
  height: 20px;
  position: relative;
  padding-left: 19px;
  padding-right: 5px;
  overflow-y: hidden;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-wrap-col-list ul li {
    font-size: 1.4rem;
    height: auto;
    padding-left: 25px;
  }
}
.recruit .recruit-wrap-col-list ul li:after {
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-wrap-col-list ul li:after {
    width: 14px;
    height: 100%;
    background-size: 14px auto;
  }
}
.recruit .recruit-wrap-col-list-img {
  width: 102px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-wrap-col-list-img {
    width: 152px;
  }
}
.recruit .recruit-wrap-col-day {
  padding: 0px 13px;
  padding-top: 10px;
}
.recruit .recruit-wrap-col-day p {
  margin: 0px;
  text-align: right;
  font-size: 1.1rem;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-wrap-col-day p {
    font-size: 1.3rem;
  }
}
.recruit .icon-company:after {
  background-image: url(../img/css/./img/css/icon-01.png);
}
.recruit .icon-adress:after {
  background-image: url(../img/css/./img/css/icon-02.png);
}
.recruit .icon-price:after {
  background-image: url(../img/css/./img/css/icon-03.png);
}
.recruit .icon-traffic:after {
  background-image: url(../img/css/./img/css/icon-04.png);
}
.recruit .icon-time:after {
  background-image: url(../img/css/./img/css/icon-05.png);
}
@media screen and (min-width: 600px) {
  .recruit .recruit-single__container {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single__container {
    width: 95%;
    display: flex;
    max-width: 980px;
    flex-direction: row-reverse;
  }
}
.recruit .recruit-single-img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-img {
    margin-bottom: 0px;
    width: 50%;
  }
  .recruit .recruit-single-img img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-txt {
    width: 50%;
    padding-right: 30px;
  }
}
.recruit .recruit-single-info__new {
  display: inline-block;
  font-size: 13px;
  padding: 2px 10px;
  background-color: red;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .recruit .recruit-single-info__new {
    font-size: 15px;
  }
}
.recruit .recruit-single-info-tag {
  margin-bottom: 19px;
}
.recruit .recruit-single-info-tag li {
  display: inline-block;
  font-size: 10px;
  background-color: #4d4d4d;
  line-height: 1;
  padding: 3px 5px;
  color: #fff;
  margin-right: 3px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-info-tag li {
    font-size: 1.2rem;
  }
}
.recruit .recruit-single-info-tag li:last-child {
  margin-right: 0px;
}
.recruit .recruit-single-info h1 {
  font-size: 2rem;
  margin-bottom: 13px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-info h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.recruit .recruit-single-info-list {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-info-list {
    margin-bottom: 60px;
  }
}
.recruit .recruit-single-info-list dl {
  margin-bottom: 15px;
}
.recruit .recruit-single-info-list dl dt {
  padding-left: 23px;
  position: relative;
  font-size: 1.1rem;
  margin-bottom: 2px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-info-list dl dt {
    font-size: 1.4rem;
    height: auto;
    padding-left: 30px;
  }
}
.recruit .recruit-single-info-list dl dt:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-info-list dl dt:after {
    width: 14px;
    background-size: 14px auto;
    height: 100%;
  }
}
.recruit .recruit-single-info-list dl dd {
  padding-left: 23px;
  font-size: 1.3rem;
  line-height: 1.53;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-info-list dl dd {
    font-size: 1.4rem;
    height: auto;
    padding-left: 30px;
    line-height: 1.7;
  }
}
.recruit .recruit-single-details {
  margin-bottom: 38px;
}
@media screen and (min-width: 600px) {
  .recruit .recruit-single-details {
    width: 95%;
    margin: 0 auto 50px;
    max-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-details {
    max-width: 980px;
  }
}
.recruit .recruit-single-details-title {
  border-bottom: 1px solid #c8c8c9;
  padding: 0px 29px;
  font-size: 1.65rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-details-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.recruit .recruit-single-details p {
  font-size: 1.3rem;
  line-height: 1.53;
  margin-bottom: 0px;
}
@media screen and (min-width: 960px) {
  .recruit .recruit-single-details p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 600px) {
  .news .top-news {
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
  }
}
.news .top-news-wrap-col {
  margin-bottom: 30px;
}
.news .top-news-wrap-col time {
  font-size: 1.4rem;
  color: #808080;
  display: inline-block;
  margin-bottom: 5px;
}
.news .top-news-wrap-col h3 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #c46a4b;
  text-decoration: underline;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .news .top-news-wrap-col h3 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.news .top-column {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .news .top-column {
    width: 100%;
    max-width: 100%;
  }
}
.news .top-column-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news .top-column-wrap-col {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .news .top-column-wrap-col {
    width: 48%;
    margin-bottom: 30px;
    margin-right: 4%;
  }
  .news .top-column-wrap-col:nth-child(2n) {
    margin-right: 0%;
  }
}
.news .top-column-wrap-col-img {
  width: 100px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .news .top-column-wrap-col-img {
    width: 150px;
  }
}
.news .top-column-wrap-col-img img {
  height: 100px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .news .top-column-wrap-col-img img {
    height: 150px;
  }
}
.news .top-column-wrap-col-img__new {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.news .top-column-wrap-col-txt {
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 960px) {
  .news .top-column-wrap-col-txt {
    width: calc(100% - 150px);
  }
}
.news .top-column-wrap-col time {
  font-size: 1.4rem;
  color: #808080;
  display: inline-block;
  margin-bottom: 0px;
}
.news .top-column-wrap-col h3 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #777;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .news .top-column-wrap-col h3 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.single .single__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single .content-width-article {
  width: 100%;
  max-width: 700px;
}
.single .content-width-side {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .single .content-width-side {
    width: 250px;
  }
}
.single .content-width-side .com-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .single .content-width-side .com-title h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .single .content-width-side .com-title span {
    font-size: 1.3rem;
  }
}
.single .content-width-side .side-topics-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.single .content-width-side .side-topics-wrap-col {
  width: calc(50% - 3.5px);
  margin-right: 7px;
  margin-bottom: 10px;
}
.single .content-width-side .side-topics-wrap-col:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (min-width: 960px) {
  .single .content-width-side .side-topics-wrap-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.single .content-width-side .side-topics-wrap-col-img {
  width: 100%;
  margin-bottom: 7px;
  height: calc(50vw - 19.5px);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .single .content-width-side .side-topics-wrap-col-img {
    height: auto;
  }
}
.single .content-width-side .side-topics-wrap-col-img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .single .content-width-side .side-topics-wrap-col-img img {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }
}
.single .content-width-side .side-topics-wrap-col a {
  display: block;
}
.single .content-width-side .side-topics-wrap-col h2 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0px;
}
@media screen and (min-width: 960px) {
  .single .content-width-side .side-topics-wrap-col h2 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.single .content-width-side .wpp-list li {
  display: flex;
  align-items: center;
}
.single .content-width-side .wpp-list .wpp-post-title {
  padding-left: 10px;
  display: block;
  width: calc(100% - 80px);
}
.single .content-width-side .wpp-list .wpp-thumbnail {
  margin: 0px;
}
.single .content-width-side .wpp-list a {
  font-size: 1.3rem;
}
.single .content-width-side .wpp-list a:first-child {
  display: block;
  width: 80px;
}
.single .content-width-side .wpp-list a:first-child img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .single .content-width-side .wpp-list a {
    font-size: 1.4rem;
  }
}
.single .article-img {
  margin-bottom: 20px;
}
.single .article-img img {
  width: 100%;
}
.single .article h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .single .article h1 {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.single .article time {
  font-size: 1.4rem;
  color: #808080;
  display: inline-block;
  margin-bottom: 15px;
}
.single .article .article-info ul li {
  font-size: 1.4rem;
  color: #808080;
  display: inline-block;
  margin-right: 10px;
}
.single .article .article-info ul li:after {
  content: "|";
  margin-left: 10px;
}
.single .article .article-info ul li:last-child {
  margin-right: 0px;
}
.single .article .article-info ul li:last-child:after {
  display: none;
}
.single .article .article-tag {
  margin-bottom: 15px;
}
.single .article .article-tag ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
}
.single .article .article-tag ul li a {
  font-size: 1.2rem;
  color: #c46a4b;
}
@media screen and (min-width: 960px) {
  .single .article .article-tag ul li a {
    font-size: 1.3rem;
  }
}
.single .article .article-tag ul li:last-child {
  margin-right: 0px;
}
.single .article .article-store {
  margin-right: 10px;
  margin-bottom: 10px;
}
.single .article .article-store:last-child {
  margin-right: 0px;
}
.single .article .article-store__container {
  display: flex;
  flex-wrap: wrap;
}
.single .article .article-store a {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
}
.single .article .article-store .article-store-img {
  width: 35px;
}
@media screen and (min-width: 960px) {
  .single .article .article-store .article-store-img {
    width: 40px;
  }
}
.single .article .article-store .article-store-img img {
  width: 100%;
  height: 35px;
  border-radius: 50%;
  padding: 4px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .single .article .article-store .article-store-img img {
    height: 40px;
  }
}
.single .article .article-store .article-store-txt {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 5px;
}
@media screen and (min-width: 960px) {
  .single .article .article-store .article-store-txt {
    font-size: 1.3rem;
    padding-left: 10px;
  }
}
.single .article .article-desc {
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .single .article .article-desc {
    font-size: 1.6rem;
  }
}
.single .article .article-desc p, .single .article .article-desc span, .single .article .article-desc a, .single .article .article-desc div {
  font-size: 1.3rem;
  line-height: 1.6;
  color: inherit;
}
@media screen and (min-width: 960px) {
  .single .article .article-desc p, .single .article .article-desc span, .single .article .article-desc a, .single .article .article-desc div {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.single .article .article-desc b, .single .article .article-desc span, .single .article .article-desc strong {
  color: inherit;
  font-size: inherit;
}
.single .article .article-desc img {
  max-width: 100%;
  margin-bottom: 20px;
}
.single .article .article-desc div {
  max-width: 100%;
}
.single .article .article-desc table th {
  text-align: center;
  width: 15%;
}
.single .article .article-desc table th, .single .article .article-desc table td {
  padding: 10px;
  border-bottom: 1px solid #c5c5c5;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .single .article .article-desc table th, .single .article .article-desc table td {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.single .article .article-desc ul, .single .article .article-desc ol {
  padding-left: 15px;
  margin-bottom: 20px;
}
.single .article .article-desc ul li, .single .article .article-desc ol li {
  font-size: 1.3rem;
  line-height: 1.6;
  list-style: circle;
}
@media screen and (min-width: 960px) {
  .single .article .article-desc ul li, .single .article .article-desc ol li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.single .article .article-desc a {
  text-decoration: underline;
}
.single .article .article-desc h2 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .single .article .article-desc h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.single .article .article-desc h3, .single .article .article-desc h4, .single .article .article-desc h5 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .single .article .article-desc h3, .single .article .article-desc h4, .single .article .article-desc h5 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.single .single__new {
  display: inline-block;
  font-size: 13px;
  padding: 2px 10px;
  background-color: red;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .single .single__new {
    font-size: 15px;
  }
}

.archive .store .store-title {
  display: block;
  position: relative;
  width: 60px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .archive .store .store-title {
    width: 100px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .archive .store .store-title img {
    width: 80px;
  }
}
.archive .store .store-title span {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0rem;
  font-weight: normal;
  position: relative;
  top: 0px;
}
@media screen and (min-width: 600px) {
  .archive .store .store-title span {
    top: 6px;
    font-size: 1.6rem;
  }
}
.archive .store .store-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 8px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 600px) {
  .archive .store .store-wrap {
    width: 95%;
    max-width: 550px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 960px) {
  .archive .store .store-wrap {
    max-width: 800px;
  }
}
.archive .store .store-wrap-col {
  width: 83.5px;
  margin-right: calc((100% - 334px) / 3);
  margin-bottom: 10px;
}
.archive .store .store-wrap-col:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 370px) {
  .archive .store .store-wrap-col {
    width: 70px;
    margin-right: calc((100% - 280px) / 3);
  }
}
@media screen and (min-width: 600px) {
  .archive .store .store-wrap-col {
    width: 83.5px;
    margin-right: calc((100% - 417.5px) / 4);
    margin-bottom: 15px;
  }
  .archive .store .store-wrap-col:nth-child(4n) {
    margin-right: calc((100% - 417.5px) / 4);
  }
  .archive .store .store-wrap-col:nth-child(5n) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 960px) {
  .archive .store .store-wrap-col {
    width: 110px;
    margin-right: calc((100% - 660px) / 5);
    margin-bottom: 20px;
  }
  .archive .store .store-wrap-col:nth-child(4n) {
    margin-right: calc((100% - 660px) / 5);
  }
  .archive .store .store-wrap-col:nth-child(5n) {
    margin-right: calc((100% - 660px) / 5);
  }
  .archive .store .store-wrap-col:nth-child(6n) {
    margin-right: 0px;
  }
}
.archive .store .store-wrap-col a {
  display: block;
}
.archive .store .store-wrap-col img {
  width: 83.5px;
  border-radius: 50%;
  height: 83.5px;
  object-fit: cover;
  background-color: #fff;
  border: 2px solid #4d4d4d;
}
@media screen and (max-width: 370px) {
  .archive .store .store-wrap-col img {
    width: 70px;
    height: 70px;
    padding: 4px;
  }
}
@media screen and (min-width: 960px) {
  .archive .store .store-wrap-col img {
    width: 110px;
    height: 110px;
  }
}
@media all and (-ms-high-contrast: none) {
  .archive .store .store-wrap-col img {
    padding: 0px;
    border: 2px solid #4d4d4d;
  }
}
.archive .store .store-wrap-col span {
  display: block;
  font-size: 1.3rem;
  height: 23px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ajax-loader {
  display: none;
}

.ajax-loader-news {
  display: none;
}

.ajax-loader-search {
  display: none;
}

.spinner {
  margin: 10px auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  /* サイズ - 可変 - 大きくした場合、上の「.spinner」のサイズも変えないと縦長になる */
  height: 18px;
  /* サイズ - 可変 */
  background-color: #4d4d4d;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.favorite .favorite_clear {
  font-size: 13px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.favorite .wpfp-link {
  font-size: 15px;
}
.favorite .wpfp-img {
  width: 20px;
}

.favorite-store-page {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .favorite-store-page {
    max-width: 700px;
  }
}
.favorite-store-page-wrap {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .favorite-store-page-wrap {
    margin-bottom: 30px;
  }
}
.favorite-store-page-wrap:nth-child(4n) {
  margin-right: 0px;
}
.favorite-store-page-wrap-img {
  text-align: center;
  margin-bottom: 5px;
}
.favorite-store-page-wrap-img img {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  object-fit: cover;
  padding: 7px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .favorite-store-page-wrap-img img {
    width: 110px;
    height: 110px;
  }
}
.favorite-store-page-wrap-txt h2 {
  text-align: center;
  font-size: 11px;
}

.top-store-favo {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 30px;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 960px) {
  .top-store-favo {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .top-store-favo {
    overflow: visible;
  }
}
.top-store-favo .top-store-favo-col {
  display: inline-block;
  margin-right: 10px;
}
.top-store-favo .top-store-favo-col:first-child {
  padding-left: 16px;
}
.top-store-favo .top-store-favo-col a {
  display: block;
  position: relative;
}
.top-store-favo .top-store-favo-col img {
  width: 83px;
  border-radius: 50%;
  height: 83px;
  object-fit: cover;
  padding: 7px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .top-store-favo .top-store-favo-col img {
    width: 110px;
    height: 110px;
  }
}
@media all and (-ms-high-contrast: none) {
  .top-store-favo .top-store-favo-col img {
    padding: 0px;
    border: 7px solid #fff;
  }
}
.top-store-favo .top-store-favo-col .top-store-favo-col-img {
  position: relative;
  margin-bottom: 3px;
}
.top-store-favo .top-store-favo-col .top-store-favo-col-img__heart {
  position: absolute;
  width: 25px;
  right: 5px;
  bottom: 5px;
}
.top-store-favo .top-store-favo-col .top-store-favo-col-img__heart img {
  width: 100%;
  border-radius: 0%;
  height: auto;
  object-fit: inherit;
  padding: 0px;
  background-color: inherit;
}
@media screen and (max-width: 767px) {
  .top-store-favo .top-store-favo-col .top-store-favo-col--text {
    font-size: 10px;
    margin-top: 4px;
  }
}
.top-store-favo .top-store-favo-col .top-menu-damy {
  width: 83px;
  height: 83px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .top-store-favo .top-store-favo-col .top-menu-damy {
    width: 110px;
    height: 110px;
  }
}
.top-store-favo .top-store-favo-col .top-menu-damy p {
  margin-bottom: 0px;
  background-color: #4d4d4d;
  width: calc(100% - 14px);
  display: block;
  height: calc(100% - 14px);
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top-store-favo .top-store-favo-col .top-menu-damy p span {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.6);
}
.top-store-favo .top-store-favo-col span {
  display: block;
  font-size: 1.3rem;
  height: 23px;
  text-align: center;
  width: 100%;
  width: 83px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .top-store-favo .top-store-favo-col span {
    width: 110px;
  }
}

.manage-favo table {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.manage-favo table img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #aaa;
}
.manage-favo table th, .manage-favo table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.manage-favo table th {
  background-color: #ddd;
}

@media screen and (min-width: 600px) {
  .contact {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
.contact .title {
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .contact .title {
    font-size: 1.4rem;
  }
}
.contact input:focus {
  box-shadow: inherit;
}
.contact textarea:focus {
  box-shadow: inherit;
}
.contact .contact-btn .wpcf7-submit {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
  font-size: 1.3rem;
  background-color: #4d4d4d;
  letter-spacing: 0.07em;
  border-radius: 0px;
}
@media screen and (min-width: 600px) {
  .contact .contact-btn .wpcf7-submit {
    width: 200px;
    font-size: 1.6rem;
    padding: 15px 0px;
    margin-top: 30px;
  }
}
.contact .wpcf7-response-output {
  font-size: 1.4rem;
}

.paper .top-topics-wrap-col-img {
  height: auto;
  max-height: inherit !important;
}
.paper .top-topics-wrap-col-img img {
  position: inherit;
  left: 0px;
  top: 0px;
  transform: inherit;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*SNS表示領域修正20231221*/
.details-more-section{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 40px;
}
.details-more-section ul {
  display: flex;
  flex-wrap: wrap;
	justify-content:center;
}
.details-more-section ul li {
  width: calc(0.2 * (100% - 120px));
  margin: 0 15px 15px 0;
}
.details-more-section ul li .icon {
  width: 100%;
  background-color: #4d4d4d;
box-shadow: 0px 0px 15px -5px #777777;
		border:4px solid #fff;
border-radius: 8px;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	min-height: 145px;
}
.details-more-section ul li .icon:hover {
box-shadow:none;;
}
.details-more-section ul li .icon .icon_img {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
	background-size:cover;
}
.details-more-section ul li .icon .hp_img {
  background-image: url(../img/css/./img/css/icon-sns-hp-ver2.png);
	height:43px;
}
.details-more-section ul li .icon .facebook_img {
  background-image: url(../img/css/./img/css/icon-sns-facebook.png);
}
.details-more-section ul li .icon .twitter_img {
  background-image: url(../img/css/./img/css/icon-sns-twitter.png);
}
.details-more-section ul li .icon .instagram_img {
  background-image: url(../img/css/./img/css/icon-sns-instagram.png);
}
.details-more-section ul li .icon .line_img {
  background-image: url(../img/css/./img/css/icon-sns-line.png);
	height:48px;
}
.details-more-section ul li .icon .pinterest_img {
  background-image: url(../img/css/./img/css/icon-sns-pinterest.png);
}
.details-more-section ul li .icon .youtube_img {
  background-image: url(../img/css/./img/css/icon-youtube.png);
	height:37px;
}
.details-more-section ul li .icon .blog_img {
  background-image: url(../img/css/./img/css/icon-blog.png);
}
.details-more-section ul li .icon .icon_text {
  text-align: center;
	color:#fff;
}
@media screen and (max-width: 599px) {
	.details-more-section ul li {
	  width: calc(0.25 * (100% - 90px));
	  margin: 0 5px 15px 5px;
	}
	.details-more-section ul li .icon {
		min-height: 110px;
	}
	.details-more-section ul li .icon .icon_img {
    margin: 0 auto 5px auto;
	}
	.details-more-section ul li .icon .icon_img {
    width: 30px;
    height: 30px;
	}
	.details-more-section ul li .icon .facebook_img {
/* 	  background-image: url(../img/css/./img/css/icon-sns-facebook.png); */
	}
	.details-more-section ul li .icon .twitter_img {
/* 	  background-image: url(../img/css/./img/css/icon-sns-twitter.png); */
	}
	.details-more-section ul li .icon .instagram_img {
/* 	  background-image: url(../img/css/./img/css/icon-sns-instagram.png); */
	}
	.details-more-section ul li .icon .line_img {
/* 	  background-image: url(../img/css/./img/css/icon-sns-line.png); */
		height:29px;
	}
	.details-more-section ul li .icon .pinterest_img {
/* 	  background-image: url(../img/css/./img/css/icon-sns-pinterest.png); */
	}
	.details-more-section ul li .icon .youtube_img {
/* 	  background-image: url(../img/css/./img/css/icon-youtube.png); */
		height:22px;
	}
	.details-more-section ul li .icon .blog_img {
/* 	  background-image: url(../img/css/./img/css/icon-blog.png); */
	}
	.details-more-section ul li .icon .hp_img {
/*  	 background-image: url(../img/css/./img/css/icon-sns-hp-ver2.png); */
		height:26px;
	}
	.details-more-section ul li .icon .icon_text{
		margin-bottom:0;
	}
}
/*# sourceMappingURL=custom.css.map */

.top-menu_slick li .cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.25s ease-in;
}

.top-menu_slick li .top-menu_slick__text{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 10px;
  text-align: center;
  max-width: 100vw;
}

.top-menu_slick li .top-menu_slick__text .top-menu_slick__title{
  color: #fff;
  font-weight: bold;
  font-size: 320%;
  letter-spacing: 0.12rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px){
  .top-menu_slick li .top-menu_slick__text .top-menu_slick__title{
    font-size: 180%;
  }
}

.top-menu_slick li .top-menu_slick__text .top-menu_slick__catch{
  color: #fff;
  font-weight: bold;
  font-size: 160%;
  letter-spacing: 0.2rem;
  max-width: 100vw;
}

@media screen and (max-width: 767px){
  .top-menu_slick li .top-menu_slick__text .top-menu_slick__catch{
    font-size: 130%;
  }
}

.top-menu_slick li .top-menu_slick__text .top-menu_slick__btn a{
  position: relative;
  width: fit-content;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 0.15rem;
  border-radius: 4px;
	margin: 0 auto;
    color: #fff;
    text-align: center;
    display: block;
    width: 222px;
    position: relative;
    background-color: #4d4d4d;
    font-size: 1.4rem;
    padding: 12px 0px;
}

.more_store_btn a{
	  position: relative;
  width: fit-content;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 0.15rem;
  border-radius: 4px;
	margin: 0 auto;
    color: #fff;
    text-align: center;
    display: block;
    width: 222px;
    position: relative;
    background-color: #4d4d4d;
    font-size: 1.4rem;
    padding: 12px 0px;
}


.top-menu_slick-thumb{
}

.top-menu_slick-thumb .slick-center .cover{
  background: transparent;
  visibility: hidden;
  transition: 0.25s ease;
}

.top-menu_slick-thumb li{
  position: relative;
  padding-top: 150px;
  /* height: 0;  */
}

@media screen and (max-width: 767px){
  .top-menu_slick-thumb li{
    padding-top: 100px;
  }
}

.top-menu_slick-thumb li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-menu_slick-thumb li .cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.25s ease-in;
}

.top-menu_slick-thumb li a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.top-menu_slick .details-profile {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
}
.top-menu_slick .details-profile li{
  color: #fff; 
  font-size: 12px;
  text-align: right;
  padding: 0 !important;
  display: block;
  height: auto;
  letter-spacing: 0.2rem;
  width: fit-content;
  margin-left: auto;
}
.top-menu_slick .details-profile li span{
  font-weight: normal !important;
    font-size: 100% !important;
    color: #fff !important;
    display: block;
    width: fit-content;
}

.top-menu_slick .details-profile-type:before {
  background-image: url(../img/css/./img/css/icon-detai-01.png);
  width: 24px;
  height: 21px;
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(1) invert(0);
}
.top-menu_slick .details-profile-adress:before {
  background-image: url(../img/css/./img/css/icon_wh_02.png);
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  left: -21px;
  top: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(200%); 
    background-blend-mode: lighten;
}
.top-menu_slick .details-profile-time:before {
  background-image: url(../img/css/./img/css/icon-detai-03.png);
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(1) invert(0);
}
.top-menu_slick .details-profile-tel:before {
  background-image: url(../img/css/./img/css/icon-detai-04.png);
  width: 15px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  left: 26px;
  top: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(1) invert(0);
}
.top-menu_slick .details-profile-mail:before {
  background-image: url(../img/css/./img/css/icon-detai-05.png);
  width: 21px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 22.5px;
  top: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(1) invert(0);
}
.details .sec03 .details-profile-park:before {
  background-image: url(../img/css/./img/css/icon-park.png);
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 22.5px;
  top: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(1) invert(0);
}
.top-menu_slick .details-profile-money:before {
  background-image: url(../img/css/./img/css/icon-money_ver2.png);
  background-color: white; /* 白を重ねる */
    background-blend-mode: lighten;
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 22.5px;
  top: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: brightness(1) invert(0); */
}


/*おすすめレストラン*/
.recommend_store{
  margin: 60px 0;
}

.recommend_store .recommend__store__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recommend_store .recommend__store__list .recommend__store__list--item{
  width: 24%;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px){
  .recommend_store .recommend__store__list .recommend__store__list--item{
    width: 30%;
  }
}

@media screen and (max-width: 599px){
  .recommend_store .recommend__store__list .recommend__store__list--item{
    width: 49%;
  }
}

.recommend_store .recommend__store__list .recommend__store__list--item a{
  display: block;
}

.recommend__store__list--item__img{
  height: 0;
  padding-top: calc(2 /3 * 100%);
  position: relative;
}

.recommend__store__list--item__img .img-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recommend__store__list--item__img .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommend__store__list--item__img .img-box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.recommend__store__list--item__body{
  padding: 12px 8px;
}

@media screen and (max-width: 599px){
  .recommend__store__list--item__body{
    padding: 8px 4px;
  }
}


.recommend__store__list--item__text{
  margin-bottom:8px;
}

.recommend__store__list--item__title{
  font-size: 16px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 599px){
  .recommend__store__list--item__title{
    font-size: 14px;
  }
}

.recommend__store__list--item__catch{
  width: 100%;
   font-size: 12px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}

.recommend__store__list--item__catch.ad{
   -webkit-line-clamp: 8;
}

.recommend__store__list--item__details-profile{
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend__store__list--item__details-adress{
  display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
}

.recommend__store__list--item__details--time{
  display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}

.recommend__store__list--item__details-profile span{
  display: block !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

.recommend__store__list--item__details-profile li{
  font-size: 12px;
  position: relative;
  padding-left: 24px;
}

.recommend__store__list--item__details-adress:before {
  background-image: url(../img/css/./img/css/icon_bk_02.png);
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(200%); 
    background-blend-mode: lighten;
}

.recommend__store__list--item__details--time:before {
  background-image: url(../img/css/./img/css/icon-05.png);
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(200%); 
    background-blend-mode: lighten;
}



/*特集動画*/
.feature__store__list {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 6px;
  align-items: center;
}

.feature__list--item:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.feature__list--item {
  display: flex;
  flex-direction: column;
}

.feature__list--item__movie {
  padding-top: calc(2/ 3 * 100%);
  height: 0;
  position: relative;
}
.feature__list--item__movie .movie-box{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature__list--item__movie--caption{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 10px;
  padding: 6px 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}

.feature__list--item__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ▼ スマホ対応（幅768px以下） */
@media (max-width: 768px) {
  .feature__store__list {
      grid-template-columns: 1fr 1fr; /* 2列にする */
      grid-template-rows: auto;
  }

  .feature__list--item:first-child {
      grid-column: 1 / 3; /* 横幅いっぱい */
  }

  .feature__list--item:not(:first-child) {
      grid-column: span 1; /* 残りのアイテムは2列で均等配置 */
  }
}