.p-ranking,
.p-blog {
  border-top: 1px solid #000;
}

.p-checked {
  padding-bottom: 50px;
}

@media screen and (max-width: 1440px) {
  .p-ranking,
  .p-blog {
    padding-left: 0;
    padding-right: 0;
    margin: 0 3.472vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking,
  .p-blog {
    padding: 20px 0;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-checked {
    padding-bottom: 25px;
  }
}
/******************************/
/* SLIDER */
/******************************/
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#slider > div {
  display: none;
}

.bx-viewport #slider {
  margin-left: 50%;
}

.bx-viewport #slider > div {
  display: block;
  width: 550px !important;
  margin-right: 275px;
  margin-left: -275px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager {
  bottom: -27px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 2px solid #e2e2e2;
  border-radius: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 2px solid #003366;
}

.slider .bx-wrapper .bx-controls-direction a {
  background: #171c61;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
.slider .bx-wrapper .bx-controls-direction a::before {
  content: "\F3E4";
  display: block;
  position: absolute;
  text-indent: 0;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 13px;
  width: 1em;
  height: 1em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1.0;
  transition: color .3s;
}
.slider .bx-wrapper .bx-controls-direction a:hover::before {
  color: #ff0;
}
.slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.slider .bx-wrapper .bx-controls-direction a.bx-prev::before {
  transform: rotate(-90deg);
}
.slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.slider .bx-wrapper .bx-controls-direction a.bx-next::before {
  transform: rotate(90deg);
}

@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -50px;
    margin-right: -50px;
    position: relative;
  }

  .slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 50px;
  }
  .slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }

  .bx-wrapper .bx-pager {
    bottom: -20px !important;
  }

  .slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px;
  }
  .slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px;
  }
}
@media screen and (max-width: 550px) {
  .bx-viewport #slider > div {
    width: 100vw !important;
    margin-right: 50vw;
    margin-left: -50vw;
  }
}
/******************************/
/* NEWS */
/******************************/
.p-line-information {
  max-width: 1280px;
  width: calc(100% - 100px);
  background: #f4f5f6;
  border: 1px solid #d5dbe3;
  border-radius: 10px;
  padding: 50px 100px;
  padding: 3% 6%;
  margin-top: 60px;
}
.p-line-information h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.p-line-information h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
}
.p-line-information strong {
  font-weight: 700;
  color: #171c61;
}
.p-line-information p, .p-line-information ul, .p-line-information ol, .p-line-information dl {
  font-size: 16px;
  line-height: 2.0;
  margin: 1em 0;
}
.p-line-information ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-line-information ul li:before {
  content: "¡ü";
  text-indent: 0;
}
.p-line-information ol {
  margin-left: 1em;
  list-style-type: decimal;
}
.p-line-information dl dt {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-line-information {
    display: block;
    margin-top: 40px;
    width: calc(100% - 40px);
    padding: 25px 15px;
  }
  .p-line-information h3 {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-line-information h4 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .p-line-information p, .p-line-information ul, .p-line-information ol, .p-line-information dl {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-line-information ul li + li, .p-line-information ol li + li {
    margin-top: .5em;
  }
  .p-line-information dl dt {
    margin-bottom: 0;
  }
}
.p-line-information__ttl {
  position: relative;
  margin: 0 0 1em 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  color: #171c61;
}

@media screen and (max-width: 767px) {
  .p-line-information__ttl {
    margin: 0;
    font-size: 18px;
  }
}
.p-line-information__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}

@media screen and (max-width: 767px) {
  .p-line-information__ttl:before {
    content: none;
  }
}
/******************************/
/* BANNER */
/******************************/
.top-bnr-container {
  max-width: 640px;
}

/******************************/
/* FEATURES */
/******************************/
.p-features {
  padding-bottom: 30px;
  max-width: 1280px;
}

.p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
}

@media screen and (max-width: 1030px) {
  .p-features-list {
    column-gap: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: calc((40vw* 4) + 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-features-list {
    column-gap: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: calc((80vw* 4) + 80px);
  }
}
.p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 24px;
  width: calc((100% - (24px * 3)) / 4);
}

@media screen and (max-width: 1030px) {
  .p-features-list__item {
    width: 40vw;
    margin-bottom: 20px;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-features-list__item {
    margin-bottom: 10px;
    width: 80vw;
    flex: 1;
  }
}
.p-features-list__in {
  box-sizing: border-box;
  position: relative;
}

.p-features-list__in:hover .p-features-list__img img {
  transform: scale(1.05, 1.05);
}

.p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-features-list__img img {
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-features-list__txt {
  box-sizing: border-box;
  padding: 20px 0;
}

@media screen and (max-width: 1030px) {
  .p-features-list__txt {
    padding: 10px 0;
  }
}
.p-features-list__ttl {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.5;
}

.p-features-list__body {
  color: #000;
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}

@media screen and (max-width: 1030px) {
  .p-features-list__ttl,
  .p-features-list__body {
    white-space: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-features-list__ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
/******************************/
/* NEW ITEMS */
/******************************/
.p-new-item {
  background: #f4f5f6;
  padding: 50px 0;
}
.p-new-item .u-container {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 20px;
  border-radius: 10px;
  max-width: 1400px;
}

@media screen and (max-width: 1440px) {
  .p-new-item {
    padding: 3.472vw 0;
  }
  .p-new-item .u-container {
    padding: 3.472vw 3.472vw 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-new-item {
    padding: 25px 0;
  }
  .p-new-item .u-container {
    padding: 20px;
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
}
/******************************/
/* RECOMMEND */
/******************************/
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
/***** NEWS *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "&#222;&#226;&#204;&#192;&#196;&#171;&#194;&#206;", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* TOP CONCEPT */
/******************************/
.p-concept-list {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 30px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 135px;
}

@media screen and (max-width: 1030px) {
  .p-concept-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-concept-list__item:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-concept-list__item:last-child {
    margin-bottom: 0px;
  }
}
.p-concept-list__item:nth-child(even) .p-concept-list__txt {
  margin-left: 100px;
  margin-right: 130px;
  order: -1;
}

@media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__img {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-concept-list__img {
    width: auto;
    text-align: center;
  }
}
.p-concept-list__img:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 15px;
  right: 90px;
  left: 90px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-concept-list__img:before {
    bottom: 20px;
    right: 20%;
    left: 20%;
  }
}
.p-concept-list__txt {
  flex: 1;
  margin-left: 130px;
  margin-right: 100px;
}

@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__txt {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__ttl {
  font-size: 18px;
  font-weight: normal;
}

.p-concept-list__body {
  color: #909090;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: calc(50% - 50px);
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 0;
  word-break: break-all;
  width: 10%;
}

@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}

.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.p-ranking-list__num.is-1 {
  background: #c7b062;
}
.p-ranking-list__num.is-2 {
  background: #b9bdc1;
}
.p-ranking-list__num.is-3 {
  background: #b1632f;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__ttl {
  color: #000;
  font-size: 13px;
  line-height: 1.38;
  height: 2.76em;
  overflow: hidden;
  font-feature-settings: "palt";
}
.p-ranking-list__ttl a {
  color: #000;
}

.p-ranking-list__price {
  color: #000;
  margin-top: 5px;
  font-size: 13px;
}

.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-ranking-list__btn.is-added {
  color: #000000;
}

.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__ttl {
    font-size: 15px;
    font-weight: 700;
    height: auto;
  }

  .p-ranking-list__price {
    font-size: 15px;
    font-weight: 700;
  }
}
/******************************/
/* TOP STYLING */
/******************************/
.p-styling {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-styling {
    margin-bottom: 0;
  }
}
.p-styling-list {
  box-sizing: border-box;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .p-styling-list {
    -webkit-column-count: 3;
    column-count: 3;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-styling-list__item {
  box-sizing: border-box;
  padding: 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.p-styling-list__item img {
  width: 100%;
}

/******************************/
/* TOP BLOG */
/******************************/
.p-blog-list {
  display: flex;
  gap: 2.5%;
  margin-bottom: 2.5%;
}
.p-blog-list__item {
  width: 23.125%;
}
.p-blog-list__item a:hover {
  text-decoration: none;
}
.p-blog-list__item a:hover .p-blog-list__ttl {
  color: #b60000;
}
.p-blog-list__img {
  margin-bottom: 7.2%;
  width: 100%;
  padding-top: 66.9%;
  position: relative;
  overflow: hidden;
}
.p-blog-list__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.p-blog-list__ttl {
  font-size: 18px;
  color: #171c61;
  font-weight: 700;
  height: 1.75em;
  width: 100%;
  overflow: hidden;
  margin: 0;
  transition: color .3s;
  white-space: normal;
  text-align: justify;
}
.p-blog-list__date {
  margin: .5em 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #666;
  display: block;
}
.p-blog-list__expl {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  height: 4.5em;
  overflow: hidden;
  white-space: normal;
  text-align: justify;
}

@media screen and (max-width: 1030px) {
  .p-blog-list__item {
    /*width: 89.55%;*/
  }
}
@media screen and (max-width: 767px) {
  .p-blog-contents {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .p-blog-list {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .p-blog-list__item {
    width: 80vw;
  }
  .p-blog-list__img {
    width: 80vw;
  }
  .p-blog-list__ttl {
    font-size: 16px;
  }
  .p-blog-list__date {
    font-size: 13px;
  }
  .p-blog-list__expl {
    height: 3em;
  }
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
.p-information .c-ttl-main {
  text-align: left;
  font-size: 28px;
}
.p-information__body ul {
  border-top: 1px solid #ccc;
  width: 100%;
  display: block;
}
.p-information__body li {
  border-bottom: 1px solid #ccc;
  padding: 24px 40px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.p-information__body a, .p-information__body span {
  font-weight: 400;
  margin-left: 40px;
}
.p-information__body a:hover {
  color: #b60000;
  text-decoration: none;
}

@media screen and (max-width: 1030px) {
  .p-information {
    padding-top: 0;
  }
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
  .p-information__body li {
    padding: 15px 0;
    font-size: 14px;
  }
  .p-information__body a, .p-information__body span {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-information {
    padding-top: 0;
  }
  .p-information .c-ttl-main {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
  .p-information__body li {
    font-size: 14px;
  }
  .p-information__body a, .p-information__body span {
    display: block;
    margin-left: 0;
  }
}
/******************************/
/* TOP SNS NAVI */
/******************************/
.p-sns-navi {
  padding-bottom: 0;
}

.l-sns-navi-list {
  display: flex;
  gap: 30px;
}
.l-sns-navi-list li {
  background-color: #f4f5f6;
}
.l-sns-navi-list li a {
  display: flex;
  height: calc(100% - 90px);
  padding: 45px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-sns-navi-list li a:hover {
  text-decoration: none;
  color: #b60000;
}
.l-sns-navi-list li a:hover i {
  transform: scale(1.2);
}
.l-sns-navi-list li i {
  font-size: 80px;
  line-height: 1.0;
  transition: transform .3s;
}
.l-sns-navi-list__item {
  width: 18%;
}
.l-sns-navi-list__item_label {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 1em;
  line-height: 1.0;
}
.l-sns-navi-list__item_w {
  width: 38.5%;
}
.l-sns-navi-list .l-sns-navi-list__item_w a {
  align-items: flex-start;
}
.l-sns-navi-list__item_w .mailmaga_ttl {
  position: relative;
  padding-left: 90px;
  font-weight: 700;
  margin-bottom: 30px;
}
.l-sns-navi-list__item_w .mailmaga_ttl i,
.l-sns-navi-list__item_w .mailmaga_ttl span {
  display: block;
  line-height: 1.5;
}
.l-sns-navi-list__item_w .mailmaga_ttl i {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  vertical-align: top;
  line-height: 1.0;
}
.l-sns-navi-list__item_w .mailmaga_ttl .s {
  font-size: 20px;
}
.l-sns-navi-list__item_w .mailmaga_ttl .big {
  font-size: 30px;
}
.l-sns-navi-list__item_w .mailmaga_note {
  font-weight: 700;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 0;
}

@media screen and (max-width: 1030px) {
  .l-sns-navi-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .l-sns-navi-list li a {
    height: auto;
    padding: 20px;
  }
  .l-sns-navi-list__item {
    width: calc((100% - 20px) / 3);
  }
  .l-sns-navi-list__item_w {
    width: 100%;
  }
  .l-sns-navi-list__item_w .mailmaga_ttl {
    margin-bottom: 15px;
  }
  .l-sns-navi-list__item_label {
    margin-top: .5em;
  }
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list li i {
    font-size: 40px;
  }
  .l-sns-navi-list__item_label {
    font-size: 13px;
  }
  .l-sns-navi-list__item_w .mailmaga_ttl {
    padding-left: 60px;
    margin-bottom: 15px;
  }
  .l-sns-navi-list__item_w .mailmaga_ttl .s {
    font-size: 13px;
  }
  .l-sns-navi-list__item_w .mailmaga_ttl .big {
    font-size: 20px;
  }
  .l-sns-navi-list__item_w .mailmaga_ttl i {
    font-size: 52px;
  }
  .l-sns-navi-list__item_w .mailmaga_note {
    font-size: 14px;
    line-height: 1.5;
  }
}
/******************************/
/* STAFF CALENDAR */
/******************************/
.p-shop-info {
  display: flex;
}

@media screen and (max-width: 1030px) {
  .p-shop-info {
    display: block;
  }
}
.p-shop-info .u-contents-s {
  flex: 1;
}

/********** STAFF **********/
.p-staff {
  box-sizing: border-box;
  flex: 1;
  padding: 50px;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .p-staff {
    padding: 40px 20px;
  }
}
.p-staff + .p-calendar {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-staff + .p-calendar {
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-staff-box {
  overflow: hidden;
}

.p-staff__img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .p-staff__img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 90px;
  }
}
.p-staff__img-name {
  margin-top: 5px;
  font-size: 12px;
  color: #909090;
  text-align: center;
}

/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}

@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
/* ABOUT */
.p-about-info {
  padding: 100px 50px 85px;
  background-size: cover;
}
.p-about-info .inner {
  padding: 50px;
  text-align: center;
  z-index: 0;
}
.p-about-info .inner::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  opacity: .7;
  z-index: -1;
}
.p-about-info .c-ttl {
  font-size: 26px;
  margin-top: 0;
}
.p-about-info .p-staff-box {
  font-size: 16px;
  line-height: 2.0;
}

@media screen and (max-width: 1030px) {
  .p-about-info {
    padding: 3.472vw;
  }
  .p-about-info .inner {
    padding: 3.472vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about-info {
    padding: 25px 20px;
  }
  .p-about-info .inner {
    padding: 25px;
  }
  .p-about-info .c-ttl {
    font-size: 18px;
    margin-bottom: .3em;
  }
  .p-about-info .p-staff-box {
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    text-align: justify;
  }
}
/* ¤Õ¤ë¤µ¤ÈÇ¼ÀÇ */
.p-furusato {
  border-bottom: 1px solid #000;
  padding: 50px 0 60px;
}
.p-furusato.u-container {
  max-width: 1280px;
}
.p-furusato .c-ttl {
  margin-top: 0;
}
.p-furusato .c-txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
.p-furusato__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.34375%;
}
.p-furusato__list li {
  flex: 1;
}
.p-furusato__list li a {
  display: block;
}

@media screen and (max-width: 1380px) {
  .p-furusato {
    padding: 3.472vw 0;
    margin-left: 3.472vw;
    margin-right: 3.472vw;
  }
}
@media screen and (max-width: 1030px) {
  .p-furusato__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-furusato__list li {
    width: calc(30% - 20px);
    flex: auto;
  }
  .p-furusato .c-txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-furusato {
    padding: 25px 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-furusato__list li {
    width: calc(50% - 10px);
  }
  .p-furusato .c-ttl {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-furusato .c-txt {
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    text-align: justify;
  }
}
/********** CALENDAR **********/
.p-calendar {
  box-sizing: border-box;
  padding: 50px 0;
}
.p-calendar .c-ttl-sub {
  margin-bottom: 20px;
}
.p-calendar .c-ttl-sub__jp {
  margin-top: 0;
}
.p-calendar .side_section_cal {
  width: 510px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1030px) {
  .p-calendar {
    padding: 3.472vw 0;
  }
  .p-calendar .c-ttl-sub {
    font-size: 16px;
    letter-spacing: .25em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar {
    padding-left: 0;
    min-width: inherit;
  }
  .p-calendar .c-ttl-sub {
    margin-bottom: 15px;
  }
}
.side_cal {
  display: flex;
  gap: 3.472vw;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  margin-left: 40px;
  width: 230px;
  text-align: center;
}

@media screen and (max-width: 1030px) {
  .tbl_calendar {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 70.6vw;
  }
}
.tbl_calendar:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}

.tbl_calendar th {
  font-size: 14px;
  font-weight: 400;
}

.tbl_calendar td {
  padding: 2px;
  font-size: 14px;
}

@media screen and (max-width: 1030px) {
  .tbl_calendar caption {
    margin-bottom: 10px;
  }
}
.side_cal_memo {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  padding-left: 1em;
}
.side_cal_memo .holiday {
  display: inline-block;
  text-indent: -1em;
}
.side_cal_memo .holiday:before {
  content: "¢£";
  color: #b60000;
}
