@charset "UTF-8";

/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
.breadcrumb {
  background-color: #f8f9f9;
  padding-left: 50px;
  padding-right: 50px;
  border-top: none;
}

.breadcrumb ul {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 11px;
  font-size: 0.6875rem;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li a {
  margin-right: 27px;
  display: inline;
  position: relative;
  line-height: 1.2;
  word-break: break-all;
}

.breadcrumb ul li a:after {
  content: '';
  display: block;
  width: 10px;
  height: 11px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-bread.svg) no-repeat left center;
}

.breadcrumb ul li strong {
  font-weight: normal;
}

@media screen and (min-width: 701px) and (max-width: 1120px) {
  .breadcrumb {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 700px) {
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumb ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* main next
------------------------------------------------------------*/
main.next {
  position: relative;
  border-bottom: 1px solid #dddddd;
}

main.next.member {
  background-color: #f7f6f3;
  background-image: url(../img/next/bg-member_01.svg), url(../img/next/bg-member_02.svg);
  background-size: 100% 168px;
  background-repeat: no-repeat;
  background-position: left top 690px, left top 1650px;
}

main.next.member .blog-list .item-text .cat a {
  border-top: none;
  border-bottom: none;
}

main.next.member .blog-list .item-text .title {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: -5px;
}

main.next.member .blog-detail .item-title {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

main.next.member .blog-detail .item-info {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}

main.next.member .blog-detail .item-info .cat a {
  border-top: none;
  border-bottom: none;
}

@media screen and (min-width: 701px) {
  main.next.member .blog-detail .item-link .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  main.next.member .blog-detail .item-link .list a {
    border: 1px solid #eb0a1d;
    background: #FFF;
    padding: 15px;
  }

  main.next.member .blog-detail .item-link .link:not(.list) a {
    width: 68px;
    height: 68px;
    background: #FFF;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #eb0a1d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }

  main.next.member .blog-detail .item-link .link:not(.list) a:before,
  main.next.member .blog-detail .item-link .link:not(.list) a:after {
    margin: 0;
  }
}

main.next #articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  position: relative;
  z-index: 3;
}

main.next #articles aside {
  width: 250px;
  margin-right: 50px;
  margin-bottom: -25px;
}

main.next #articles aside.re2512 {

  position: sticky;
  bottom: 0;
  align-self: flex-end;
}

main.next #articles aside>section {
  margin-bottom: 25px;
}

main.next #articles aside h2:not(.item-title) {
  border-bottom: 2px solid #eb0a1d;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 15px;
  color: #777777;
}

main.next #articles aside .cat-list>li {
  border-bottom: 1px dashed #dddddd;
  padding: 10px 15px;
  font-size: 15px;
  font-size: 0.9375rem;
}

main.next #articles aside .cat-list>li span {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next #articles aside .cat-list>li ul {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next #articles aside .cat-list>li ul li:not(:last-child) {
  margin-bottom: 10px;
}

main.next #articles aside .bnr {
  text-align: center;
}

main.next #articles aside .card .item-img img {
  width: 100%;
}

main.next #articles aside .card .item-content {
  background: url(../img/next/side/bg-card.jpg) no-repeat center/cover;
  padding: 15px;
}

main.next #articles aside .card .item-content a {
  -webkit-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
}

main.next #articles aside .card .item-content a:hover {
  background-color: #000;
}

main.next #articles aside .card .item-content a:not(:last-child) {
  margin-bottom: 10px;
}

main.next #articles aside .member-links {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}

main.next #articles aside .member-links .item-title {
  border-top: 3px solid #bda455;
  border-bottom: 1px solid #bda455;
  padding: 15px;
  line-height: 1.1;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #bda455;
  margin-bottom: 15px;
}

main.next #articles aside .member-links .item-hd {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #666666;
  line-height: 1.2;
}

main.next #articles aside .member-links .item-hd:not(:last-child) {
  margin-bottom: 15px;
}

main.next #articles aside .member-links .item-hd:not(:first-of-type) {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}

main.next #articles aside .member-links .item-links {
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
}

main.next #articles aside .member-links .item-links li {
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
}

main.next #articles aside .member-links .item-links li:not(:last-child) {
  margin-bottom: 15px;
}

main.next #articles article {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: -40px;
}

main.next .blog-detail>* {
  margin-bottom: 50px;
}

main.next .blog-detail .item-parts .img,
main.next .blog-detail .item-recipe .img,
main.next .blog-detail .item-place .img,
main.next .blog-detail .item-text .img {
  line-height: 0;
  text-align: center;
}

main.next .blog-detail .item-parts .img:not(:last-child),
main.next .blog-detail .item-recipe .img:not(:last-child),
main.next .blog-detail .item-place .img:not(:last-child),
main.next .blog-detail .item-text .img:not(:last-child) {
  margin-bottom: 30px;
}

main.next .blog-detail .item-parts .img.w500,
main.next .blog-detail .item-recipe .img.w500,
main.next .blog-detail .item-place .img.w500,
main.next .blog-detail .item-text .img.w500 {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .blog-detail .item-parts .img.w750,
main.next .blog-detail .item-recipe .img.w750,
main.next .blog-detail .item-place .img.w750,
main.next .blog-detail .item-text .img.w750 {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .blog-detail .item-parts .img.w450,
main.next .blog-detail .item-recipe .img.w450,
main.next .blog-detail .item-place .img.w450,
main.next .blog-detail .item-text .img.w450 {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .blog-detail .item-parts .img.w700,
main.next .blog-detail .item-recipe .img.w700,
main.next .blog-detail .item-place .img.w700,
main.next .blog-detail .item-text .img.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .blog-detail .item-parts .img.w400,
main.next .blog-detail .item-recipe .img.w400,
main.next .blog-detail .item-place .img.w400,
main.next .blog-detail .item-text .img.w400 {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .blog-detail .item-parts .img figcaption,
main.next .blog-detail .item-recipe .img figcaption,
main.next .blog-detail .item-place .img figcaption,
main.next .blog-detail .item-text .img figcaption {
  line-height: 1.6;
  color: #8f8f8f;
  padding-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}

main.next .blog-detail .item-parts .imgs,
main.next .blog-detail .item-recipe .imgs,
main.next .blog-detail .item-place .imgs,
main.next .blog-detail .item-text .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-bottom: -2px;
}

main.next .blog-detail .item-parts .imgs:not(:last-child),
main.next .blog-detail .item-recipe .imgs:not(:last-child),
main.next .blog-detail .item-place .imgs:not(:last-child),
main.next .blog-detail .item-text .imgs:not(:last-child) {
  margin-bottom: 30px;
}

main.next .blog-detail .item-parts .imgs>*,
main.next .blog-detail .item-recipe .imgs>*,
main.next .blog-detail .item-place .imgs>*,
main.next .blog-detail .item-text .imgs>* {
  width: calc(50% - 2px);
  margin-right: 2px;
  margin-bottom: 2px;
}

main.next .blog-detail .item-parts .imgs>*.lg,
main.next .blog-detail .item-recipe .imgs>*.lg,
main.next .blog-detail .item-place .imgs>*.lg,
main.next .blog-detail .item-text .imgs>*.lg {
  width: calc(100% - 2px);
}

main.next .blog-detail .item-parts .img.a-center,
main.next .blog-detail .item-recipe .img.a-center,
main.next .blog-detail .item-place .img.a-center,
main.next .blog-detail .item-text .img.a-center {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

main.next .blog-detail .item-parts .img.float-left,
main.next .blog-detail .item-recipe .img.float-left,
main.next .blog-detail .item-place .img.float-left,
main.next .blog-detail .item-text .img.float-left,
main.next .blog-detail .item-parts .img.float-right,
main.next .blog-detail .item-recipe .img.float-right,
main.next .blog-detail .item-place .img.float-right,
main.next .blog-detail .item-text .img.float-right {
  margin-bottom: 20px;
  max-width: 50%;
}

main.next .blog-detail .item-parts .img.float-left,
main.next .blog-detail .item-recipe .img.float-left,
main.next .blog-detail .item-place .img.float-left,
main.next .blog-detail .item-text .img.float-left {
  float: left;
  margin-right: 20px;
}

main.next .blog-detail .item-parts .img.float-right,
main.next .blog-detail .item-recipe .img.float-right,
main.next .blog-detail .item-place .img.float-right,
main.next .blog-detail .item-text .img.float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

main.next .blog-detail .item-parts .img figure.border,
main.next .blog-detail .item-recipe .img figure.border,
main.next .blog-detail .item-place .img figure.border,
main.next .blog-detail .item-text .img figure.border {
  border: 1px solid #dddddd;
}

main.next .blog-detail .item-parts .howto ul li,
main.next .blog-detail .item-recipe .howto ul li,
main.next .blog-detail .item-place .howto ul li,
main.next .blog-detail .item-text .howto ul li {
  text-indent: -0;
  padding-left: 0;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  counter-increment: number;
  position: relative;
}

main.next .blog-detail .item-parts .howto ul li:not(:last-child),
main.next .blog-detail .item-recipe .howto ul li:not(:last-child),
main.next .blog-detail .item-place .howto ul li:not(:last-child),
main.next .blog-detail .item-text .howto ul li:not(:last-child) {
  margin-bottom: 15px;
}

main.next .blog-detail .item-parts .howto ul li:before,
main.next .blog-detail .item-recipe .howto ul li:before,
main.next .blog-detail .item-place .howto ul li:before,
main.next .blog-detail .item-text .howto ul li:before {
  display: none;
}

main.next .blog-detail .item-parts .howto ul li:after,
main.next .blog-detail .item-recipe .howto ul li:after,
main.next .blog-detail .item-place .howto ul li:after,
main.next .blog-detail .item-text .howto ul li:after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: #f9f0e3;
  content: counter(number);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

main.next .blog-detail .item-parts .howto ul li .img,
main.next .blog-detail .item-recipe .howto ul li .img,
main.next .blog-detail .item-place .howto ul li .img,
main.next .blog-detail .item-text .howto ul li .img {
  width: 260px;
  margin-right: 20px;
  line-height: 0;
  margin-bottom: 0;
  max-width: 30%;
}

main.next .blog-detail .item-parts .howto ul li .text,
main.next .blog-detail .item-recipe .howto ul li .text,
main.next .blog-detail .item-place .howto ul li .text,
main.next .blog-detail .item-text .howto ul li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-parts .material,
main.next .blog-detail .item-recipe .material,
main.next .blog-detail .item-place .material,
main.next .blog-detail .item-text .material {
  border-top: 2px solid #f9f0e3;
  border-bottom: 2px solid #f9f0e3;
  padding: 20px 0;
}

main.next .blog-detail .item-parts .material:not(:last-child),
main.next .blog-detail .item-recipe .material:not(:last-child),
main.next .blog-detail .item-place .material:not(:last-child),
main.next .blog-detail .item-text .material:not(:last-child) {
  margin-bottom: 30px;
}

main.next .blog-detail .item-parts .material ul,
main.next .blog-detail .item-recipe .material ul,
main.next .blog-detail .item-place .material ul,
main.next .blog-detail .item-text .material ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .blog-detail .item-parts .material ul li,
main.next .blog-detail .item-recipe .material ul li,
main.next .blog-detail .item-place .material ul li,
main.next .blog-detail .item-text .material ul li {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .blog-detail .item-parts .flex-block,
main.next .blog-detail .item-recipe .flex-block,
main.next .blog-detail .item-place .flex-block,
main.next .blog-detail .item-text .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -25px;
}

main.next .blog-detail .item-parts .flex-block:not(:last-child):not(:last-child),
main.next .blog-detail .item-recipe .flex-block:not(:last-child):not(:last-child),
main.next .blog-detail .item-place .flex-block:not(:last-child):not(:last-child),
main.next .blog-detail .item-text .flex-block:not(:last-child):not(:last-child) {
  margin-bottom: 30px;
}

main.next .blog-detail .item-parts .flex-block.center,
main.next .blog-detail .item-recipe .flex-block.center,
main.next .blog-detail .item-place .flex-block.center,
main.next .blog-detail .item-text .flex-block.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .blog-detail .item-parts .flex-block.justify,
main.next .blog-detail .item-recipe .flex-block.justify,
main.next .blog-detail .item-place .flex-block.justify,
main.next .blog-detail .item-text .flex-block.justify {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next .blog-detail .item-parts .flex-block.img-l .img,
main.next .blog-detail .item-recipe .flex-block.img-l .img,
main.next .blog-detail .item-place .flex-block.img-l .img,
main.next .blog-detail .item-text .flex-block.img-l .img {
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

main.next .blog-detail .item-parts .flex-block.img-l .text,
main.next .blog-detail .item-recipe .flex-block.img-l .text,
main.next .blog-detail .item-place .flex-block.img-l .text,
main.next .blog-detail .item-text .flex-block.img-l .text {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

main.next .blog-detail .item-parts .flex-block>*,
main.next .blog-detail .item-recipe .flex-block>*,
main.next .blog-detail .item-place .flex-block>*,
main.next .blog-detail .item-text .flex-block>* {
  margin-right: 25px;
}

@media screen and (min-width: 701px) {

  main.next .blog-detail .item-parts .flex-block .img,
  main.next .blog-detail .item-recipe .flex-block .img,
  main.next .blog-detail .item-place .flex-block .img,
  main.next .blog-detail .item-text .flex-block .img {
    max-width: 40%;
  }
}

main.next .blog-detail .item-parts .flex-block .img:not(:last-child),
main.next .blog-detail .item-recipe .flex-block .img:not(:last-child),
main.next .blog-detail .item-place .flex-block .img:not(:last-child),
main.next .blog-detail .item-text .flex-block .img:not(:last-child) {
  margin-bottom: 0;
}

main.next .blog-detail .item-parts .flex-block .img img:not(:last-child),
main.next .blog-detail .item-recipe .flex-block .img img:not(:last-child),
main.next .blog-detail .item-place .flex-block .img img:not(:last-child),
main.next .blog-detail .item-text .flex-block .img img:not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-parts .flex-block .text,
main.next .blog-detail .item-recipe .flex-block .text,
main.next .blog-detail .item-place .flex-block .text,
main.next .blog-detail .item-text .flex-block .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-parts .slides li,
main.next .blog-detail .item-recipe .slides li,
main.next .blog-detail .item-place .slides li,
main.next .blog-detail .item-text .slides li {
  list-style-type: none;
  text-indent: 0;
  padding-left: 0;
}

main.next .blog-detail .item-parts .slides li:before,
main.next .blog-detail .item-recipe .slides li:before,
main.next .blog-detail .item-place .slides li:before,
main.next .blog-detail .item-text .slides li:before {
  display: none;
}

main.next .blog-detail .item-parts .slides .slick-slide,
main.next .blog-detail .item-recipe .slides .slick-slide,
main.next .blog-detail .item-place .slides .slick-slide,
main.next .blog-detail .item-text .slides .slick-slide {
  margin-right: 10px;
}

main.next .blog-detail .item-parts .slides .slick-slide img,
main.next .blog-detail .item-recipe .slides .slick-slide img,
main.next .blog-detail .item-place .slides .slick-slide img,
main.next .blog-detail .item-text .slides .slick-slide img {
  width: auto;
}

@media screen and (min-width: 701px) and (max-width: 1120px) {

  main.next .blog-detail .item-parts .slides .slick-slide img,
  main.next .blog-detail .item-recipe .slides .slick-slide img,
  main.next .blog-detail .item-place .slides .slick-slide img,
  main.next .blog-detail .item-text .slides .slick-slide img {
    height: 350px;
  }
}

@media screen and (max-width: 700px) {

  main.next .blog-detail .item-parts .slides .slick-slide img,
  main.next .blog-detail .item-recipe .slides .slick-slide img,
  main.next .blog-detail .item-place .slides .slick-slide img,
  main.next .blog-detail .item-text .slides .slick-slide img {
    height: 200px;
  }
}

main.next .blog-detail .item-parts .slides.tac .slick-slide,
main.next .blog-detail .item-recipe .slides.tac .slick-slide,
main.next .blog-detail .item-place .slides.tac .slick-slide,
main.next .blog-detail .item-text .slides.tac .slick-slide {
  text-align: center;
  margin-right: 0px;
}

main.next .blog-detail .item-parts .slides.tac .slick-slide img,
main.next .blog-detail .item-recipe .slides.tac .slick-slide img,
main.next .blog-detail .item-place .slides.tac .slick-slide img,
main.next .blog-detail .item-text .slides.tac .slick-slide img {
  display: inline;
}

main.next .blog-detail .item-parts .slides.tac .slick-slide figcaption,
main.next .blog-detail .item-recipe .slides.tac .slick-slide figcaption,
main.next .blog-detail .item-place .slides.tac .slick-slide figcaption,
main.next .blog-detail .item-text .slides.tac .slick-slide figcaption {
  text-align: center !important;
}

main.next .blog-detail .item-title {
  width: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}

main.next .blog-detail .item-title>span {
  display: block;
}

main.next .blog-detail .item-title>span:nth-child(1) {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
}

main.next .blog-detail .item-title>span:nth-child(1) b {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

main.next .blog-detail .item-title>span:nth-child(1) span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

main.next .blog-detail .item-title>span:nth-child(1):not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-title>span:nth-child(2) {
  font-size: 23.5px;
  font-size: 1.46875rem;
}

main.next .blog-detail .item-title>span:nth-child(2).credit {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

main.next .blog-detail .item-info>* {
  margin-right: 15px;
}

main.next .blog-detail .item-info time {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

main.next .blog-detail .item-info .tag {
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-info .cat a {
  border: 1px solid #eb0a1d;
  display: block;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #eb0a1d;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .blog-detail .item-info .cat a:hover {
  text-decoration: none;
  background-color: #eb0a1d;
  color: #FFF;
}

main.next .blog-detail .item-sub {
  border: 2px solid #dddddd;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .blog-detail .item-sub h2 {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}

main.next .blog-detail .item-sub h2:not(:last-child) {
  margin-bottom: 30px;
}

main.next .blog-detail .item-sub .left {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-sub .left h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .blog-detail .item-sub .right {
  border-left: 2px solid #dddddd;
  margin-left: 30px;
  padding-left: 30px;
}

main.next .blog-detail .item-sub .right>*:not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-sub .right p {
  font-size: 15px;
  font-size: 0.9375rem;
}

main.next .blog-detail .item-sub .credit {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-sub .credit:not(:first-child) {
  margin-top: 15px;
}

main.next .blog-detail .item-img {
  line-height: 0;
  width: 100%;
  text-align: center;
}

main.next .blog-detail .item-img span,
main.next .blog-detail .item-img figure {
  display: block;
}

main.next .blog-detail .item-img .border {
  border: 1px solid #dddddd;
}

main.next .blog-detail .item-img figcaption {
  text-align: left;
  color: #666666;
  line-height: 1.6;
  padding-top: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}

main.next .blog-detail .item-img figcaption.left {
  text-align: left;
}

main.next .blog-detail .item-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 0;
  margin-right: -10px;
  margin-bottom: -15px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-imgs:not(:last-child) {
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
  main.next .blog-detail .item-imgs {
    width: 100%;
  }
}

main.next .blog-detail .item-imgs>* {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 15px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}

main.next .blog-detail .item-imgs>* figcaption {
  text-align: right;
  color: #666666;
  line-height: 1.6;
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-imgs>* figcaption.left {
  text-align: left;
}

main.next .blog-detail .item-imgs>*.border {
  border: 1px solid #dddddd;
}

main.next .blog-detail .item-imgs>*.lg {
  width: calc(100% - 2px);
  max-width: 940px;
}

main.next .blog-detail .item-imgs>*.lg.portrait {
  /* max-width: 70%;
                margin-left: auto;
                margin-right: auto; */
  text-align: center;
}

main.next .blog-detail .item-imgs>*.lg.portrait>div {
  display: -moz-inline-box;
  display: inline-block;
  width: 70%;
}

main.next .blog-detail .item-imgs>*.lg.portrait>div img {
  width: 100%;
  height: auto;
}

main.next .blog-detail .item-imgs>*.lg.portrait img {
  width: 70%;
  height: auto;
}

main.next .blog-detail .item-text {
  width: 100%;
}

main.next .blog-detail .item-text:after {
  clear: both;
  display: block;
  content: '';
}

main.next .blog-detail .item-text .interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-text .interview:not(:last-child) {
  margin-bottom: 30px;
}

main.next .blog-detail .item-text .interview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: -30px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-text .interview dl>* {
  margin-bottom: 30px;
}

main.next .blog-detail .item-text .interview dl>dt {
  background: #f9f0e3;
  width: 50px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 20px;
}

main.next .blog-detail .item-text .interview dl>dt.w100 {
  width: 100px;
}

main.next .blog-detail .item-text .interview dl>dt.w100~dt {
  width: 100px;
}

main.next .blog-detail .item-text .interview dl>dt.w100~dd {
  width: calc(100% - 100px - 20px);
}

main.next .blog-detail .item-text .interview dl>dd {
  width: calc(100% - 50px - 20px);
}

main.next .blog-detail .item-text .interview dl>dd.img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .blog-detail .item-text .interview dl>dd.img figure {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 0;
  text-align: center;
}

main.next .blog-detail .item-text .interview dl>dd.img figure:not(:first-child) {
  margin-left: 10px;
}

main.next .blog-detail .item-text .interview dl>dd.img figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8f8f8f;
  line-height: 1.5;
  padding-top: 5px;
  text-align: left;
}

main.next .blog-detail .item-text a,
main.next .blog-detail .item-text p {
  word-break: break-word;
}

main.next .blog-detail .item-text.special {
  border-left: 5px solid #f9f0e3;
  padding: 30px;
  padding-right: 0;
}

main.next .blog-detail .item-text .sup {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

main.next .blog-detail .item-text .img-text-list li {
  padding-left: 0;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-text .img-text-list li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
}

main.next .blog-detail .item-text .img-text-list li:before {
  display: none;
}

main.next .blog-detail .item-text .img-text-list li .img {
  line-height: 0;
  margin-bottom: 0;
  margin-right: 30px;
  width: 45%;
}

main.next .blog-detail .item-text .img-text-list li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-text .img-text-list li .text h3:not(:first-child),
main.next .blog-detail .item-text .img-text-list li .text h4:not(:first-child) {
  margin-top: 15px;
}

main.next .blog-detail .item-text .img-text-list li .text h3:not(:last-child),
main.next .blog-detail .item-text .img-text-list li .text h4:not(:last-child) {
  margin-bottom: 15px;
}

main.next .blog-detail .item-text .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-text .download>*:not(:last-child) {
  margin-right: 30px;
}

main.next .blog-detail .item-text .download img {
  height: 60px;
  width: auto;
}

main.next .blog-detail .item-text .video:not(:last-child) {
  margin-bottom: 30px;
}

main.next .blog-detail .item-text .video+.caption,
main.next .blog-detail .item-text .item-book li .img-lg .video+figcaption,
main.next .blog-detail .item-text .item-list li .img-lg .video+figcaption,
main.next .blog-detail .item-text .item-spot li .img-lg .video+figcaption,
main.next .blog-detail .item-book li .img-lg .item-text .video+figcaption,
main.next .blog-detail .item-list li .img-lg .item-text .video+figcaption,
main.next .blog-detail .item-spot li .img-lg .item-text .video+figcaption,
main.next .blog-detail .item-text .item-book li .img .video+figcaption,
main.next .blog-detail .item-text .item-list li .img .video+figcaption,
main.next .blog-detail .item-text .item-spot li .img .video+figcaption,
main.next .blog-detail .item-book li .img .item-text .video+figcaption,
main.next .blog-detail .item-list li .img .item-text .video+figcaption,
main.next .blog-detail .item-spot li .img .item-text .video+figcaption {
  margin-top: -20px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8f8f8f;
  line-height: 1.5;
  padding-top: 10px;
}

main.next .blog-detail .item-text.border {
  border: 3px solid #f9f0e3;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .blog-detail .item-text.border-top {
  border-top: 3px dashed #f9f0e3;
  padding-top: 30px;
}

main.next .blog-detail .item-text .btn-block:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-text .btn-block.mb0:not(:last-child) {
  margin-bottom: 0px;
}

main.next .blog-detail .item-text h2:not(:first-child) {
  margin-top: 50px;
}

main.next .blog-detail .item-spec {
  width: 100%;
  border: 2px solid #dddddd;
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .blog-detail .item-spec h3 {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}

main.next .blog-detail .item-spec h3 small {
  font-size: 20px;
  font-size: 1.25rem;
}

main.next .blog-detail .item-spec h3:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-spec h4 {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}

main.next .blog-detail .item-spec h4:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-spec>p {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-spec dl {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-spec dl dt {
  text-indent: -15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .blog-detail .item-spec dl dt:before {
  content: "・";
  color: #eb0a1d;
  margin-right: 5px;
}

main.next .blog-detail .item-spec dl dd:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-spec dl dd>*:not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-spec .imgs {
  width: 400px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -20px;
}

@media screen and (min-width: 701px) {
  main.next .blog-detail .item-spec .imgs {
    max-width: 50%;
  }
}

main.next .blog-detail .item-spec .imgs>figure {
  width: calc(50% - 10px);
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 20px;
}

main.next .blog-detail .item-spec .imgs>figure.long {
  width: calc(100% - 10px);
}

main.next .blog-detail .item-spec+.item-text {
  margin-top: -10px;
}

main.next .blog-detail .item-place {
  border: 5px solid #f9f0e3;
  padding: 25px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(55% - 10px);
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-place.mr0 {
  margin-right: 0;
}

main.next .blog-detail .item-place h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

main.next .blog-detail .item-place h3:not(:first-child) {
  margin-top: 25px;
}

main.next .blog-detail .item-place p {
  font-size: 15px;
  font-size: 0.9375rem;
  word-break: break-word;
}

main.next .blog-detail .item-place p:not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-place p:not(:last-child).no-mb {
  margin-bottom: 0;
}

main.next .blog-detail .item-place p.sup {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

main.next .blog-detail .item-place dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

main.next .blog-detail .item-place dl:not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-place dl>* {
  margin-bottom: 5px;
}

main.next .blog-detail .item-place dl dt {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-place dl dt:after {
  content: "：";
  margin-left: auto;
}

main.next .blog-detail .item-place dl dd {
  word-break: break-all;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 180px);
  line-height: 1.5;
}

main.next .blog-detail .item-place dl.dt-w87 dt {
  width: 87px;
}

main.next .blog-detail .item-place dl.dt-w87 dd {
  width: calc(100% - 87px);
}

main.next .blog-detail .item-place .bnr:not(:first-child) {
  margin-top: 20px;
}

main.next .blog-detail .item-place .bnr>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #dddddd;
}

main.next .blog-detail .item-place .bnr .img {
  line-height: 0;
  margin-bottom: 0;
  border-right: 2px solid #dddddd;
}

main.next .blog-detail .item-place .bnr .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3;
}

main.next .blog-detail .item-place.long {
  width: 100%;
  margin-right: 0;
}

main.next .blog-detail .item-ebook {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f0e3 url(../img/next/bg-ebook.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 25px 60px;
  -webkit-box-original-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
  position: relative;
}

main.next .blog-detail .item-ebook:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 10px * 2);
  height: calc(100% - 10px * 2);
  background: rgba(255, 255, 255, 0.6);
}

main.next .blog-detail .item-ebook>* {
  position: relative;
}

main.next .blog-detail .item-ebook .img {
  line-height: 0;
  margin-right: 35px;
  max-width: 35%;
}

main.next .blog-detail .item-ebook .img img {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}

main.next .blog-detail .item-ebook .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-ebook .text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dotted #FFF;
  padding-bottom: 10px;
  line-height: 1.2;
}

main.next .blog-detail .item-ebook .text p {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-ebook .text .link {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

main.next .blog-detail .item-ebook .text .link a {
  font-size: 13px;
  font-size: 0.8125rem;
}

main.next .blog-detail .item-book,
main.next .blog-detail .item-list,
main.next .blog-detail .item-spot {
  border-top: 3px dashed #f9f0e3;
  padding-top: 45px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .blog-detail .item-book li,
main.next .blog-detail .item-list li,
main.next .blog-detail .item-spot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* .pum{
            @include fb;
            @include nlc{
              margin-bottom: 15px;
            }
            a{
              @include fb;
              @include align(center);
              @include b_box;
              @include transition;
              &:hover{
                text-decoration: none;
                @include opacity;
              }
              span{
                @include nc(1){
                  margin-right: 20px;
                  @include remb(12);
                }
                @include nc(2){
                  line-height: 0;
                  border: 2px solid $bg;
                  padding: 10px 50px 10px 20px;
                  @include radius(40px);
                  @include fb;
                  @include align(center);
                  position: relative;
                  width: 200px;
                  &:after{
                    @include coverBG(true,50px,100%,false,0);
                    right: 0;
                    background: url(../img/common/arrow-link.svg) no-repeat center;
                  }
                }
              }
            }
          } */
}

main.next .blog-detail .item-book li:not(:last-child),
main.next .blog-detail .item-list li:not(:last-child),
main.next .blog-detail .item-spot li:not(:last-child) {
  margin-bottom: 45px;
}

main.next .blog-detail .item-book li h2,
main.next .blog-detail .item-list li h2,
main.next .blog-detail .item-spot li h2,
main.next .blog-detail .item-book li .text,
main.next .blog-detail .item-list li .text,
main.next .blog-detail .item-spot li .text {
  width: 100%;
}

main.next .blog-detail .item-book li .pum,
main.next .blog-detail .item-list li .pum,
main.next .blog-detail .item-spot li .pum {
  line-height: 0;
}

main.next .blog-detail .item-book li .left,
main.next .blog-detail .item-list li .left,
main.next .blog-detail .item-spot li .left {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}

main.next .blog-detail .item-book li .text,
main.next .blog-detail .item-list li .text,
main.next .blog-detail .item-spot li .text {
  padding-top: 15px;
}

main.next .blog-detail .item-book li .text:not(:last-child),
main.next .blog-detail .item-list li .text:not(:last-child),
main.next .blog-detail .item-spot li .text:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-book li .caption,
main.next .blog-detail .item-list li .caption,
main.next .blog-detail .item-spot li .caption,
main.next .blog-detail .item-book li .img-lg figcaption,
main.next .blog-detail .item-list li .img-lg figcaption,
main.next .blog-detail .item-spot li .img-lg figcaption,
main.next .blog-detail .item-book li .img figcaption,
main.next .blog-detail .item-list li .img figcaption,
main.next .blog-detail .item-spot li .img figcaption {
  text-align: right;
  color: #666666;
  line-height: 1.6;
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-book li .img,
main.next .blog-detail .item-list li .img,
main.next .blog-detail .item-spot li .img {
  width: 30%;
  line-height: 0;
}

main.next .blog-detail .item-book li .img:not(:last-child),
main.next .blog-detail .item-list li .img:not(:last-child),
main.next .blog-detail .item-spot li .img:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-book li .img-lg,
main.next .blog-detail .item-list li .img-lg,
main.next .blog-detail .item-spot li .img-lg {
  width: 100%;
  line-height: 0;
}

main.next .blog-detail .item-book li .img-lg:not(:last-child),
main.next .blog-detail .item-list li .img-lg:not(:last-child),
main.next .blog-detail .item-spot li .img-lg:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-book li .img-lg.map,
main.next .blog-detail .item-list li .img-lg.map,
main.next .blog-detail .item-spot li .img-lg.map {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .blog-detail .item-book li .spot,
main.next .blog-detail .item-list li .spot,
main.next .blog-detail .item-spot li .spot {
  border: 3px solid #f9f0e3;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .blog-detail .item-book li .spot>*:not(:last-child),
main.next .blog-detail .item-list li .spot>*:not(:last-child),
main.next .blog-detail .item-spot li .spot>*:not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-book li .spot dl,
main.next .blog-detail .item-list li .spot dl,
main.next .blog-detail .item-spot li .spot dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

main.next .blog-detail .item-book li .spot dl>*,
main.next .blog-detail .item-list li .spot dl>*,
main.next .blog-detail .item-spot li .spot dl>* {
  margin-bottom: 5px;
}

main.next .blog-detail .item-book li .spot dl dt,
main.next .blog-detail .item-list li .spot dl dt,
main.next .blog-detail .item-spot li .spot dl dt {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-book li .spot dl dt:after,
main.next .blog-detail .item-list li .spot dl dt:after,
main.next .blog-detail .item-spot li .spot dl dt:after {
  content: ":";
  margin-left: auto;
}

main.next .blog-detail .item-book li .spot dl dd,
main.next .blog-detail .item-list li .spot dl dd,
main.next .blog-detail .item-spot li .spot dl dd {
  word-break: break-all;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 90px);
  line-height: 1.5;
}

main.next .blog-detail .item-book li .spot dl.dt-w87 dt,
main.next .blog-detail .item-list li .spot dl.dt-w87 dt,
main.next .blog-detail .item-spot li .spot dl.dt-w87 dt {
  width: 87px;
}

main.next .blog-detail .item-book li .spot dl.dt-w87 dd,
main.next .blog-detail .item-list li .spot dl.dt-w87 dd,
main.next .blog-detail .item-spot li .spot dl.dt-w87 dd {
  width: calc(100% - 87px);
}

main.next .blog-detail .item-right {
  width: calc(45% - 10px);
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .blog-detail .item-right>*:not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-right .item-pum {
  width: 100%;
}

main.next .blog-detail .item-pum {
  text-align: center;
  line-height: 0;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-pum .text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  padding-top: 10px;
}

main.next .blog-detail .item-pum a {
  display: block;
}

main.next .blog-detail .item-pum a:hover {
  text-decoration: none;
}

main.next .blog-detail .item-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-link>* {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-link>.list {
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next .blog-detail .item-link>.list:first-child {
  margin-left: auto;
}

main.next .blog-detail .item-link>.list a:after {
  display: none;
}

main.next .blog-detail .item-link>.list a:before {
  content: "";
  width: 18px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(../img/next/icon-list.svg);
  margin-right: 10px;
}

main.next .blog-detail .item-link>.next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

main.next .blog-detail .item-video {
  width: 100%;
}

main.next .blog-detail .item-video .video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

main.next .blog-detail .item-video .video iframe,
main.next .blog-detail .item-video .video object,
main.next .blog-detail .item-video .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.next .blog-detail .item-video .video-caption {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8f8f8f;
  line-height: 1.5;
  padding-top: 10px;
}

main.next .blog-detail .item-bnr {
  width: 100%;
  line-height: 0;
  text-align: center;
}

main.next .blog-detail .item-bnr:not(:last-child) {
  margin-bottom: 40px;
}

main.next .blog-detail .item-recommend {
  width: 100%;
}

main.next .blog-detail .item-recommend .heading-lv01 {
  margin-bottom: 20px;
}

main.next .blog-detail .item-recommend .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
}

main.next .blog-detail .item-recommend .blog-list li {
  position: relative;
  margin: 0 30px 30px 0;
  width: calc(33.3333% - 30px);
}

main.next .blog-detail .item-recommend .blog-list .item-text {
  margin-bottom: -5px;
}

main.next .blog-detail .item-recommend .blog-list .item-text>* {
  margin-bottom: 5px;
}

main.next .blog-detail .item-recommend .blog-list .item-text .cat a {
  padding: 3px 5px;
  line-height: 1.2;
}

main.next .blog-detail .item-recommend .blog-list .item-text .title {
  font-size: 15px;
  font-size: 0.9375rem;
}

main.next .blog-detail .item-recommend .blog-list .item-text .text {
  display: none;
}

main.next .blog-detail .item-recommend .blog-list .item-text .link a {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-more {
  width: 100%;
  display: none;
  margin-top: -10px;
}

main.next .blog-detail .item-more .inside {
  background: #f9f0e3;
  padding: 40px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}

main.next .blog-detail .item-more .inside:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  height: 200px;
  background: rgba(249, 240, 227, 0);
  background: -moz-linear-gradient(top, rgba(249, 240, 227, 0) 0%, #f9f0e3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 240, 227, 0) 0%, #f9f0e3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 240, 227, 0) 0%, #f9f0e3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

main.next .blog-detail .item-more .sub {
  text-align: center;
}

main.next .blog-detail .item-more .sub:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-more .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-more .btns:not(:last-child) {
  margin-bottom: 35px;
}

main.next .blog-detail .item-more .btns>* {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

main.next .blog-detail .item-more .btns>*:not(:last-child) {
  margin-right: 30px;
}

main.next .blog-detail .item-more .btns>* img {
  width: 100%;
  height: auto;
}

main.next .blog-detail .item-more .bnr {
  width: 451px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-size: 0.8125rem;
}

main.next .blog-detail .item-recipe {
  border-top: 3px dashed #f9f0e3;
  padding-top: 45px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .blog-detail .item-recipe>li:not(:last-child) {
  margin-bottom: 50px;
}

main.next .blog-detail .item-recipe h2:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-recipe h2 span {
  display: block;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
}

main.next .blog-detail .item-recipe h2 span.jp {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.next .blog-detail .item-recipe h3:not(:first-child) {
  margin-top: 20px;
}

main.next .blog-detail .item-recipe h4:not(:last-child) {
  margin-bottom: 15px;
}

main.next .blog-detail .item-recipe .img {
  text-align: center;
  line-height: 0;
}

main.next .blog-detail .item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 2px solid #dddddd;
  padding: 30px;
}

main.next .blog-detail .item-profile .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-profile .text h3 {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}

main.next .blog-detail .item-profile .text h3:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-profile .img {
  max-width: 30%;
  margin-left: 30px;
}

main.next .blog-detail .item-anchor {
  background: #fff;
  padding: 30px 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .blog-detail .item-anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: -20px;
  margin-bottom: -15px;
}

main.next .blog-detail .item-anchor ul li {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-anchor ul li a {
  width: 100%;
  line-height: 1.5;
  position: relative;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-anchor ul li a:hover {
  text-decoration: none;
}

main.next .blog-detail .item-anchor ul li a:hover span:nth-child(2):after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.next .blog-detail .item-anchor ul li a span:nth-child(1) {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  width: 100px;
  line-height: 1.3;
}

main.next .blog-detail .item-anchor ul li a span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

main.next .blog-detail .item-anchor ul li a span:nth-child(2):after {
  content: "";
  width: 15px;
  height: 9px;
  background: no-repeat center/auto;
  background-image: url(../img/next/arrow-anchor.svg);
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .blog-detail .item-product .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: -20px;
  margin-bottom: -30px;
}

main.next .blog-detail .item-product .imgs:not(:last-child) {
  margin-bottom: -10px;
}

main.next .blog-detail .item-product .imgs>* {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
}

main.next .blog-detail .item-product .imgs .img {
  line-height: 0;
  text-align: center;
}

main.next .blog-detail .item-product .imgs .img figcaption {
  line-height: 1.6;
  padding-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

main.next .blog-detail .item-product .imgs+h3:not(:first-child) {
  margin-top: 10px;
}

main.next .blog-detail .item-people {
  border-top: 3px dashed #f9f0e3;
  padding-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .blog-detail .item-people li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .blog-detail .item-people li:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px dashed #f9f0e3;
}

main.next .blog-detail .item-people li .title {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  border-left: 5px solid #000;
  padding-left: 20px;
}

main.next .blog-detail .item-people li .title:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-people li .pict {
  width: 400px;
  margin-right: 30px;
  line-height: 0;
  max-width: 50%;
}

main.next .blog-detail .item-people li .pict figcaption {
  text-align: right;
  color: #666666;
  line-height: 1.6;
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-people li .pict figcaption.left {
  text-align: left;
}

main.next .blog-detail .item-people li .right {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .blog-detail .item-people li .right .number {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

main.next .blog-detail .item-people li .right .name {
  line-height: 1.6;
  margin-bottom: 10px;
}

main.next .blog-detail .item-people li .right .name span {
  display: block;
}

main.next .blog-detail .item-people li .right .name span:nth-child(1) {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

main.next .blog-detail .item-people li .right .name span:nth-child(2) {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

main.next .blog-detail .item-people li .right .job {
  margin-bottom: 10px;
}

main.next .blog-detail .item-people li .right .text>p:not(:last-child) {
  margin-bottom: 5px;
}

main.next .blog-detail .item-people li .img {
  width: 100%;
  line-height: 0;
  padding-top: 30px;
}

main.next .blog-detail .item-people li .img:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-people li .imgs {
  padding-top: 30px;
  width: 100%;
  line-height: 0;
}

main.next .blog-detail .item-people li .imgs:not(:last-child) {
  margin-bottom: 20px;
}

main.next .blog-detail .item-people li .imgs .img {
  padding-top: 0;
}

main.next .blog-detail .item-people li .imgs .img:not(:last-child) {
  margin-bottom: 10px;
}

main.next .blog-detail .item-people li .imgs .img figcaption {
  text-align: right;
  color: #666666;
  line-height: 1.6;
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .blog-detail .item-people li .imgs .img figcaption.left {
  text-align: left;
}

main.next .blog-detail .item-left {
  width: calc(55% - 10px);
  margin-right: 20px;
}

main.next .blog-detail .item-link {
  -webkit-box-original-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

main.next .blog-detail .item-share {
  -webkit-box-original-group: 9;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

main.next .blog-detail .item-share span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  margin-right: 15px;
}

main.next .blog-detail .item-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .blog-detail .item-share ul li {
  margin-right: 0;
  margin-left: 0;
  line-height: 0;
}

main.next .blog-detail .item-share ul li:not(:last-child) {
  margin-right: 12px;
}

main.next .blog-detail .item-share ul li span {
  margin: 0;
}

main.next .blog-detail.general>.item-img,
main.next .blog-detail.general>.item-imgs,
main.next .blog-detail.general>.item-text,
main.next .blog-detail.general>.item-spec,
main.next .blog-detail.general>.item-place,
main.next .blog-detail.general>.item-book,
main.next .blog-detail.general>.item-spot,
main.next .blog-detail.general>.item-list,
main.next .blog-detail.general>.item-right,
main.next .blog-detail.general>.item-video,
main.next .blog-detail.general>.item-recipe,
main.next .blog-detail.general>.item-profile,
main.next .blog-detail.general>.item-product,
main.next .blog-detail.general>.item-people {
  display: none;
}

main.next .blog-detail.general>.item-more {
  display: block;
}

main.next .blog-detail.general>.item-img:nth-child(3),
main.next .blog-detail.general>.item-text:nth-child(3),
main.next .blog-detail.general>.item-spot:nth-child(3) {
  display: block;
}

main.next .blog-detail.general>.item-img:nth-child(4),
main.next .blog-detail.general>.item-text:nth-child(4),
main.next .blog-detail.general>.item-spot:nth-child(4) {
  display: block;
}

main.next #loginguide {
  padding: 60px 40px;
}

main.next #loginguide .content {
  width: 820px;
}

main.next #loginguide .toggle-block dl {
  background: #a99534;
  color: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 8px 0px rgba(21, 21, 21, 0.1);
}

main.next #loginguide .toggle-block dl:not(:last-child) {
  margin-bottom: 20px;
}

main.next #loginguide .toggle-block dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.next #loginguide .toggle-block dt small {
  font-size: 18px;
  font-size: 1.125rem;
}

main.next #loginguide .toggle-block dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  right: 0;
  background: url(../img/next/loginguide/icon-plus.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next #loginguide .toggle-block dt:not(:first-child) {
  margin-top: 12px;
}

main.next #loginguide .toggle-block dt.active:after {
  background-image: url(../img/next/loginguide/icon-minus.svg);
}

main.next #loginguide .toggle-block dd {
  display: none;
  padding: 40px;
  background: #FFF;
  border-top: 1px solid #dddddd;
  position: relative;
}

main.next #loginguide .toggle-block dd section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next #loginguide .toggle-block dd section:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

main.next #loginguide .toggle-block dd .item-img {
  margin-right: 30px;
  max-width: 50%;
  line-height: 0;
}

main.next #loginguide .toggle-block dd .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}

main.next #loginguide .toggle-block dd .item-text h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #eb0a1d;
  margin-bottom: 10px;
  text-transform: uppercase;
}

main.next #loginguide .toggle-block dd .item-text h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  border-left: 4px solid #e2dbd1;
  padding-left: 15px;
}

main.next #loginguide .toggle-block dd .item-text h3:not(:last-child) {
  margin-bottom: 25px;
}

main.next #loginguide .toggle-block dd .item-text .img {
  line-height: 0;
}

main.next #loginguide .toggle-block dd .item-text .img:not(:last-child) {
  margin-bottom: 20px;
}

main.next #loginguide .toggle-block dd .item-btn {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

main.next .present .item-notes,
main.next .present-coupon .item-notes,
main.next .present-reader .item-notes,
main.next .present-block .item-notes {
  padding: 25px;
  border: 2px solid #d4d4d4;
}

main.next .present .item-notes h2,
main.next .present-coupon .item-notes h2,
main.next .present-reader .item-notes h2,
main.next .present-block .item-notes h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 10px;
}

main.next .present .item-notes ul:not(:last-child),
main.next .present-coupon .item-notes ul:not(:last-child),
main.next .present-reader .item-notes ul:not(:last-child),
main.next .present-block .item-notes ul:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present .item-notes ul li,
main.next .present-coupon .item-notes ul li,
main.next .present-reader .item-notes ul li,
main.next .present-block .item-notes ul li {
  text-indent: -1em;
  padding-left: 1em;
}

main.next .present .item-notes ul li:not(:last-child),
main.next .present-coupon .item-notes ul li:not(:last-child),
main.next .present-reader .item-notes ul li:not(:last-child),
main.next .present-block .item-notes ul li:not(:last-child) {
  margin-bottom: 5px;
}

main.next .present .item-notes ol,
main.next .present-coupon .item-notes ol,
main.next .present-reader .item-notes ol,
main.next .present-block .item-notes ol {
  padding-left: 1.5em;
}

main.next .present .item-notes ol:not(:last-child),
main.next .present-coupon .item-notes ol:not(:last-child),
main.next .present-reader .item-notes ol:not(:last-child),
main.next .present-block .item-notes ol:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present .item-notes ol li,
main.next .present-coupon .item-notes ol li,
main.next .present-reader .item-notes ol li,
main.next .present-block .item-notes ol li {
  list-style-type: decimal;
}

main.next .present .item-notes ol li:not(:last-child),
main.next .present-coupon .item-notes ol li:not(:last-child),
main.next .present-reader .item-notes ol li:not(:last-child),
main.next .present-block .item-notes ol li:not(:last-child) {
  margin-bottom: 15x;
}

main.next .present .item-notes ol li:last-child,
main.next .present-coupon .item-notes ol li:last-child,
main.next .present-reader .item-notes ol li:last-child,
main.next .present-block .item-notes ol li:last-child {
  padding-bottom: 0;
}

main.next .present .item-notes p:not(:last-child),
main.next .present-coupon .item-notes p:not(:last-child),
main.next .present-reader .item-notes p:not(:last-child),
main.next .present-block .item-notes p:not(:last-child) {
  margin-bottom: 20px;
}

main.next .present-reader .inside,
main.next .present-block .inside {
  position: relative;
  padding-bottom: 20px;
}

main.next .present-reader .inside:before,
main.next .present-block .inside:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  width: calc(100% + 40px);
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 10%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 10%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 10%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

main.next .present-reader .inside>*,
main.next .present-block .inside>* {
  position: relative;
}

main.next .present-reader .inside>*:not(:last-child),
main.next .present-block .inside>*:not(:last-child) {
  margin-bottom: 40px;
}

main.next .present-reader .inside:not(:last-child),
main.next .present-block .inside:not(:last-child) {
  margin-bottom: 20px;
}

main.next .present-reader .item,
main.next .present-block .item {
  /* &-title{
          background: $bg;
          padding: 20px;
          line-height: 1.5;
          text-align: center;
          @include nlc{
            margin-bottom: 0;
          }
          span{
            @include fb;
            @include justify(center);
            @include align(center);
            @include century;
            color: $gold;
            @include rem(30);
            margin-bottom: 10px;
            &:before,&:after{
              content: "";
              width: 20px;
              height: 2px;
              background: $gold;
              margin-left: 20px;
              margin-right: 20px;
            }
          }
          h1{
            @include remn(32);
          }
        } */
  /* &-thumbs{
          @include fb;
          line-height: 0;
          >*{
            width: calc(100% / 7);
          }
        } */
}

main.next .present-reader .item-title,
main.next .present-block .item-title {
  background: #f9f0e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main.next .present-reader .item-title:not(:last-child),
main.next .present-block .item-title:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 701px) {

  main.next .present-reader .item-title .text,
  main.next .present-block .item-title .text {
    max-width: 40%;
  }

  main.next .present-reader .item-title .img,
  main.next .present-block .item-title .img {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
  }
}

main.next .present-reader .item-howto,
main.next .present-block .item-howto {
  padding: 20px 25px;
  border: 2px solid #dddddd;
  /* dl{
            dt{
              text-indent: -1em;
              @include remb(16);
              &:before{
                content: "・";
                color: $red;
                margin-right: 0.5em;
              }
            }
            dd{
              @include nlc{
                margin-bottom: 15px;
              }
            }
          } */
}

main.next .present-reader .item-howto h2,
main.next .present-block .item-howto h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 15px;
}

main.next .present-reader .item-howto>*:not(:last-child),
main.next .present-block .item-howto>*:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-reader .item-howto time,
main.next .present-block .item-howto time {
  display: block;
  text-align: center;
  background: #f9f0e3;
  padding: 5px;
}

main.next .present-reader .item-list:not(:last-child),
main.next .present-block .item-list:not(:last-child) {
  margin-bottom: 75px;
}

main.next .present-reader .item-list>li,
main.next .present-block .item-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -30px;
}

main.next .present-reader .item-list>li:not(:last-child),
main.next .present-block .item-list>li:not(:last-child) {
  margin-bottom: 70px;
}

main.next .present-reader .item-list>li>*,
main.next .present-block .item-list>li>* {
  margin-right: 30px;
}

@media screen and (min-width: 701px) {

  main.next .present-reader .item-list>li:nth-child(even),
  main.next .present-block .item-list>li:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

main.next .present-reader .item-list .text,
main.next .present-block .item-list .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .present-reader .item-list .text .title,
main.next .present-block .item-list .text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 2px solid #a99534;
  margin-bottom: 20px;
}

main.next .present-reader .item-list .text .title>span,
main.next .present-block .item-list .text .title>span {
  width: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  background-color: #a99534;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
  margin-right: 15px;
}

main.next .present-reader .item-list .text .title>span span,
main.next .present-block .item-list .text .title>span span {
  display: block;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.2;
}

main.next .present-reader .item-list .text .title h2,
main.next .present-block .item-list .text .title h2 {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}

main.next .present-reader .item-list .text .number,
main.next .present-block .item-list .text .number {
  margin-top: -15px;
  text-align: right;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main.next .present-reader .item-list .text>p:not(:last-child),
main.next .present-block .item-list .text>p:not(:last-child) {
  margin-bottom: 15px;
}

main.next .present-reader .item-list .img,
main.next .present-block .item-list .img {
  line-height: 0;
  max-width: 35%;
}

main.next .present-reader .item-btn,
main.next .present-block .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

main.next .present-reader .item-btn a,
main.next .present-block .item-btn a {
  margin-right: -20px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #eb0a1d;
  color: #FFF;
}

main.next .present-reader .item-btn a:after,
main.next .present-block .item-btn a:after {
  margin-left: 0;
  margin-top: 8px;
  width: 20px;
  background-image: url(../img/common/arrow-btn_white.svg);
  background-size: contain;
}

main.next .present-reader .item-btn a:hover,
main.next .present-block .item-btn a:hover {
  background-image: url(../img/common/arrow-btn.svg);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next .present-coupon {
  position: relative;
  padding-bottom: 20px;
}

main.next .present-coupon:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  width: calc(100% + 40px);
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 15%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 15%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 15%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

main.next .present-coupon>* {
  position: relative;
}

main.next .present-coupon .item-title {
  line-height: 1.6;
}

main.next .present-coupon .item-title:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-coupon .item-title span {
  font-size: 16px;
  font-size: 1rem;
}

main.next .present-coupon .item-title h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
}

main.next .present-coupon .item-text-box {
  background: #f9f0e3;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

main.next .present-coupon .item-title_online {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

main.next .present-coupon .item-title_online small {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

main.next .present-coupon .item-img {
  line-height: 0;
  text-align: center;
}

main.next .present-coupon .item-img:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-coupon .item-img.no-mb {
  margin-bottom: 0px !important;
}

main.next .present-coupon .item-img h2 {
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

main.next .present-coupon .item-text p:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-coupon .item-text:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-coupon .item-about {
  padding: 25px;
  border: 2px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .present-coupon .item-about:not(:last-child) {
  margin-bottom: 50px;
}

main.next .present-coupon .item-about>h2 {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 20px;
}

main.next .present-coupon .item-about>h2 img {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: bottom;
}

main.next .present-coupon .item-about>p {
  text-align: center;
}

main.next .present-coupon .item-about>p:not(:last-child) {
  margin-bottom: 20px;
}

main.next .present-coupon .item-about>h3 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

main.next .present-coupon .item-about>h3:not(:first-child) {
  margin-top: 30px;
}

main.next .present-coupon .item-about>h3:not(:last-child) {
  margin-bottom: 40px;
}

main.next .present-coupon .item-about>h3:before,
main.next .present-coupon .item-about>h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -6px;
}

main.next .present-coupon .item-about>h3:after {
  border-top-color: #FFF;
  bottom: -4px;
}

main.next .present-coupon .item-about .list {
  width: 100%;
}

main.next .present-coupon .item-about .list:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-coupon .item-about .list li {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .present-coupon .item-about .list li:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-coupon .item-about .list h4 {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  background: #fccb00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

main.next .present-coupon .item-about .list h4:before,
main.next .present-coupon .item-about .list h4:after {
  content: "";
  width: 13px;
  height: 17px;
  background: no-repeat center/auto;
}

main.next .present-coupon .item-about .list h4:before {
  background-image: url(../img/present/coupon/line-hd_01.svg);
  margin-right: 10px;
}

main.next .present-coupon .item-about .list h4:after {
  background-image: url(../img/present/coupon/line-hd_02.svg);
  margin-left: 10px;
}

main.next .present-coupon .item-about .list .img {
  line-height: 0;
  width: 340px;
  max-width: 40%;
  text-align: center;
  margin-right: 20px;
}

main.next .present-coupon .item-about .list .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.next .present-coupon .item-about .list .text>* {
  max-width: 100%;
}

main.next .present-coupon .item-about .list .text h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}

main.next .present-coupon .item-about .list .text h6 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #eb0a1d;
  background: url(../img/present/coupon/bg-label.svg) no-repeat right center/100% 100%;
  padding-right: 20px;
  padding-left: 10px;
}

main.next .present-coupon .item-btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

main.next .present-coupon .item-btn:not(:last-child) {
  margin-bottom: 45px;
}

main.next .present-coupon .item-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
  color: #FFF;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

main.next .present-coupon .item-btn a span {
  margin-left: 10px;
  margin-right: 10px;
}

main.next .present-coupon .item-btn a span:nth-child(1) {
  font-size: 16px;
  font-size: 1rem;
}

main.next .present-coupon .item-btn a span:nth-child(2) {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

main.next .present-coupon .item-step:not(:last-child) {
  margin-bottom: 45px;
}

main.next .present-coupon .item-step>ul>li:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-coupon .item-step>ul>li:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

main.next .present-coupon .item-step h2 {
  /* border: 5px solid $bg;
            padding: 10px;
            @include fb;
            @include justify(center);
            @include f_wrap;
            @include align(center);
            margin-bottom: 30px; */
  text-align: center;
  margin-bottom: 15px;
}

main.next .present-coupon .item-step h2 span {
  display: block;
  /* margin-left: 5px;
              margin-right: 5px; */
}

main.next .present-coupon .item-step h2 span:nth-child(1) {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

main.next .present-coupon .item-step h2 span:nth-child(2) {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

main.next .present-coupon .item-step h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 10px;
}

main.next .present-coupon .item-step h3:before,
main.next .present-coupon .item-step h3:after {
  content: "";
  width: 22px;
  height: 2px;
  background: #eb0a1d;
  margin-right: 15px;
  margin-left: 15px;
}

main.next .present-coupon .item-step .inside {
  background: #f9f0e3;
  padding: 25px;
}

main.next .present-coupon .item-step .inside:not(.flex)>*:not(:last-child) {
  margin-bottom: 15px;
}

main.next .present-coupon .item-step .inside.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .present-coupon .item-step .inside.flex .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}

main.next .present-coupon .item-step .inside.flex .text>*:not(:last-child) {
  margin-bottom: 15px;
}

main.next .present-coupon .item-step .inside.flex .img {
  line-height: 0;
}

main.next .present-coupon .item-step .inside.flex .img img {
  display: block;
}

main.next .present-coupon .item-step .inside.flex .img img:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-coupon .item-step .inside h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}

main.next .present-coupon .item-step .inside h4:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-coupon .item-step .inside .box {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

main.next .present-block .item-title {
  display: block;
}

main.next .present-block .item-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

main.next .present-block .item-title .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  bottom: 0;
  background: #ebdecc;
  background: linear-gradient(90deg, #ebdecc 0%, #ebdecc 33%, #abda84 33%, #abda84 66%, #fccb00 66%);
}

main.next .present-block .item-title .title span {
  z-index: 3;
  position: relative;
}

main.next .present-block .item-title .title span:nth-child(1) {
  line-height: 0;
  margin-bottom: 5px;
}

main.next .present-block .item-title .title span:nth-child(2) {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #a99534;
}

main.next .present-block .item-title .title span:nth-child(2):before,
main.next .present-block .item-title .title span:nth-child(2):after {
  content: "";
  width: 22px;
  height: 2px;
  background: #a99534;
  margin-left: 15px;
  margin-right: 15px;
}

main.next .present-block .item-title .title span:nth-child(3) {
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 2;
}

main.next .present-block .item-title .title span:nth-child(4) {
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: 2;
}

main.next .present-block .item-title .img {
  width: 100%;
}

main.next .present-block .item-list:not(:last-child) {
  margin-bottom: 50px;
}

main.next .present-block .item-list>li {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .present-block .item-list .text .title {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

main.next .present-block .item-list .text .title h2 {
  padding-bottom: 15px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .present-block .item-list .text .title h2 .gold {
  color: #a99534;
}

main.next .present-block .item-list .text .number {
  font-size: 16px;
  font-size: 1rem;
}

main.next .present-block .item-list .text .number:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-block .item-list .period {
  width: 100%;
  margin-top: 30px;
  border: 2px solid #dddddd;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .present-block .item-list .period h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 15px;
}

main.next .present-block .item-list .period .time {
  background: #f9f0e3;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
}

main.next .present-block .item-list .period .time:not(:last-child) {
  margin-bottom: 15px;
}

main.next .present-block .item-list .period ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

main.next .present-block .item-list .period ul li:not(:last-child) {
  margin-bottom: 5px;
}

main.next .present-block .item-list .period ul li:before {
  content: "※";
  color: #eb0a1d;
  margin-right: 5px;
}

main.next .present-block .item-list .period ul li span:last-child {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .present-block .item-notes {
  border-color: #ffd7d7;
}

main.next .present-block .item-notes:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-block .item-notes h2 {
  color: #eb0a1d;
  font-weight: bold;
}

main.next .present-block .item-text:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

main.next .present-block .item-text:last-child>*:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-block .item-text:last-child .text-sup {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

main.next .present-block .item-btn-fixed {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

main.next .present-block .item-btn-fixed.ie {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 3;
}

main.next .present-block .item-btn-fixed:not(:last-child) {
  margin-bottom: 45px;
}

main.next .present-block .item-btn-fixed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #a99534;
  border-color: #a99534;
  color: #FFF;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

main.next .present-block .item-btn-fixed a>span:nth-child(1) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

main.next .present-block .item-btn-fixed a>span:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: 15px;
  padding-left: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

main.next .present-block .item-btn-fixed a>span:nth-child(2) span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  main.next .present-block .item-btn-fixed a {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
  }

  main.next .present-block .item-btn-fixed a>span:nth-child(2) {
    border-left: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  main.next .present-block .item-btn-fixed a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

main.next .present-new .block-menu {
  background: #FFF;
  padding: 40px 60px 50px;
  position: relative;
}

main.next .present-new .block-menu:not(:last-child) {
  margin-bottom: 100px;
}

main.next .present-new .block-menu .item-title {
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  color: #bda455;
  line-height: 1.1;
  padding-bottom: 15px;
  position: relative;
}

main.next .present-new .block-menu .item-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 120px;
  height: 2px;
  bottom: 0;
  background: #bda455;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next .present-new .block-menu .item-title span {
  display: block;
}

main.next .present-new .block-menu .item-title span:nth-child(1) {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}

main.next .present-new .block-menu .item-title span:nth-child(2) {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}

main.next .present-new .block-menu .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next .present-new .block-menu .item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  letter-spacing: 0em;
}

main.next .present-new .block-menu .item-list li:not(:last-child) {
  margin-bottom: 20px;
}

main.next .present-new .block-menu .item-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

main.next .present-new .block-menu .item-list li a:hover {
  text-decoration: none;
}

main.next .present-new .block-menu .item-list li a:hover p:before {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

main.next .present-new .block-menu .item-list li a>span {
  color: #666666;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 60px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

main.next .present-new .block-menu .item-list li a>span span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  color: #bda455;
  display: block;
}

main.next .present-new .block-menu .item-list li a p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .present-new .block-menu .item-list li a p:before {
  content: "";
  width: 14px;
  height: 8px;
  background: no-repeat center/auto;
  background-image: url(../img/present-new/arrow-anchor.svg);
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .present-new .block-list:not(:last-child) {
  margin-bottom: 90px;
}

main.next .present-new .block-list .item-section:not(:last-child) {
  margin-bottom: 90px;
}

main.next .present-new .block-list .item-title:not(:last-child) {
  margin-bottom: 40px;
}

main.next .present-new .block-list .item-title .img {
  padding-top: 60px;
  position: relative;
}

main.next .present-new .block-list .item-title .img>p {
  position: relative;
  z-index: 2;
}

main.next .present-new .block-list .item-title .img>div {
  position: absolute;
  left: 80px;
  top: 0;
  width: 100%;
  height: calc(100% - 140px);
  background: #a99534;
}

@media screen and (max-width: 1400px) {
  main.next .present-new .block-list .item-title .img>div {
    left: 50px;
  }
}

main.next .present-new .block-list .item-title .img>div h3 {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 4;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}

main.next .present-new .block-list .item-title .img>div h3 span:nth-child(1) {
  color: #666666;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}

main.next .present-new .block-list .item-title .img>div h3 span:nth-child(2) {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: normal;
  color: #a99534;
}

main.next .present-new .block-list .item-title .text {
  background: #FFF;
  position: relative;
  z-index: 5;
  margin-top: -30px;
  margin-left: 40px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 25px;
}

main.next .present-new .block-list .item-title .text h3 {
  border-right: 1px solid #dddddd;
  padding-right: 25px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}

main.next .present-new .block-list .item-title .text h3 span:nth-child(1) {
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

main.next .present-new .block-list .item-title .text h3 span:nth-child(2) {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
  color: #bda455;
}

main.next .present-new .block-list .item-title .text .title {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .present-new .block-list .item-title .text .title span {
  display: -moz-inline-box;
  display: inline-block;
  background: #a99534;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 8px;
}

main.next .present-new .block-list .item-title .text .title h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

main.next .present-new .block-list .item-title .text .title p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #bda455;
}

main.next .present-new .block-list .item-title .text .number {
  border-left: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
}

main.next .present-new .block-list .item-text:not(:last-child) {
  margin-bottom: 40px;
}

main.next .present-new .block-list .item-text h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

main.next .present-new .block-list .item-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -30px;
}

main.next .present-new .block-list .item-imgs:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-new .block-list .item-imgs li {
  margin-right: 40px;
  margin-bottom: 30px;
  width: calc(50% - 40px);
  line-height: 0;
}

main.next .present-new .block-list .item-info {
  background: #FFF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .present-new .block-list .item-info:not(:last-child) {
  margin-bottom: 45px;
}

main.next .present-new .block-list .item-info .title {
  width: 260px;
  border-right: 1px solid #dddddd;
  padding-right: 40px;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 50%;
}

main.next .present-new .block-list .item-info .title>span {
  background: #a99534;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 3px 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

main.next .present-new .block-list .item-info .title h4 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .present-new .block-list .item-info .title p {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .present-new .block-list .item-info .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .present-new .block-list .item-info .text h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

main.next .present-new .block-list .item-info .text p {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .present-new .block-list .item-info .text p:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-new .block-list .item-info .text .btn-block:not(:first-child) {
  margin-top: 20px;
}

main.next .present-new .block-list .item-time {
  background: #FFF;
}

main.next .present-new .block-list .item-time h3 {
  background: #bda455;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
  color: #FFF;
}

main.next .present-new .block-list .item-time .inside {
  padding: 30px 50px;
}

main.next .present-new .block-list .item-time .inside>p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  background: #f5f0e2;
  padding: 10px 20px;
  line-height: 1.5;
}

main.next .present-new .block-list .item-time .inside>p:not(:last-child) {
  margin-bottom: 15px;
}

main.next .present-new .block-list .item-time .inside ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.next .present-new .block-list .item-time .inside ul li:not(:last-child) {
  margin-bottom: 15px;
}

main.next .present-new .block-list .item-time .inside ul li span:nth-child(1) {
  width: 90px;
  margin-right: 15px;
  text-align: center;
  background: #f9f0e3;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .present-new .block-list .item-time .inside ul li span:nth-child(1).red {
  border: 1px solid #eb0a1d;
  background-color: #FFF;
}

main.next .present-new .block-list .item-time .inside ul li span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .present-new .block-notes:not(:last-child) {
  margin-bottom: 60px;
}

main.next .present-new .block-notes .item-notes {
  padding: 25px;
  border: 2px solid #d4d4d4;
}

main.next .present-new .block-notes .item-notes h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 10px;
}

main.next .present-new .block-notes .item-notes ul:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-new .block-notes .item-notes ul li {
  text-indent: -1em;
  padding-left: 1em;
}

main.next .present-new .block-notes .item-notes ul li:not(:last-child) {
  margin-bottom: 5px;
}

main.next .present-new .block-notes .item-notes ol {
  padding-left: 1.5em;
}

main.next .present-new .block-notes .item-notes ol:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-new .block-notes .item-notes ol li {
  list-style-type: decimal;
}

main.next .present-new .block-notes .item-notes ol li:not(:last-child) {
  margin-bottom: 15x;
}

main.next .present-new .block-notes .item-notes ol li:last-child {
  padding-bottom: 0;
}

main.next .present-new .block-notes .item-notes p:not(:last-child) {
  margin-bottom: 20px;
}

main.next .present-new .block-notes .item-notes {
  border-color: #ffd7d7;
}

main.next .present-new .block-notes .item-notes:not(:last-child) {
  margin-bottom: 30px;
}

main.next .present-new .block-notes .item-notes h2 {
  color: #eb0a1d;
  font-weight: bold;
}

main.next .present-new .block-notes .item-text:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

main.next .present-new .block-notes .item-text:last-child>*:not(:last-child) {
  margin-bottom: 10px;
}

main.next .present-new .block-notes .item-text:last-child .text-sup {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

main.next .present-new .block-btn-fixed {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 6;
}

main.next .present-new .block-btn-fixed.ie {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 3;
}

main.next .present-new .block-btn-fixed:not(:last-child) {
  margin-bottom: 45px;
}

main.next .present-new .block-btn-fixed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #a99534;
  border-color: #a99534;
  color: #FFF;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

main.next .present-new .block-btn-fixed a>span:nth-child(1) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

main.next .present-new .block-btn-fixed a>span:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: 15px;
  padding-left: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

main.next .present-new .block-btn-fixed a>span:nth-child(2) span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  main.next .present-new .block-btn-fixed a {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
  }

  main.next .present-new .block-btn-fixed a>span:nth-child(2) {
    border-left: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  main.next .present-new .block-btn-fixed a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 701px) and (max-width: 1120px) {

  /* main next
------------------------------------------------------------*/
  main.next #articles aside {
    width: 210px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1120px) and (max-width: 880px) {
  main.next #articles {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main.next #articles article {
    width: 100%;
  }

  main.next #articles aside {
    width: 100%;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: -25px;
    width: calc(100% + 20px);
    margin-right: -20px;
  }

  main.next #articles aside>section {
    margin-bottom: 25px;
    margin-right: 20px;
    width: calc(25% - 20px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  main.next #articles aside.re2512 {
    position: static;
  }
}

@media screen and (min-width: 701px) and (max-width: 1120px) and (max-width: 1000px) {
  main.next .blog-detail .item-text .interview {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main.next .blog-detail .item-text .interview .imgs {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  main.next .blog-detail .item-text .interview .imgs>* {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 701px) and (max-width: 1120px) {
  main.next .blog-detail .item-imgs>*.lg.portrait {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  main.next .present-new .block-menu {
    padding: 40px 30px 50px;
  }

  main.next .present-new .block-list .item-title .img>div {
    left: 40px;
  }

  main.next .present-new .block-list .item-title .img>div h3 {
    width: 140px;
    height: 140px;
  }

  main.next .present-new .block-list .item-title .img>div h3 span:nth-child(1) {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .present-new .block-list .item-title .img>div h3 span:nth-child(2) {
    font-size: 48px;
    font-size: 3rem;
  }

  main.next .present-new .block-list .item-title .text {
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  main.next .present-new .block-list .item-title .text h3 {
    padding-right: 20px;
    margin-right: 20px;
  }

  main.next .present-new .block-list .item-title .text h3 span:nth-child(1) {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  main.next .present-new .block-list .item-title .text h3 span:nth-child(2) {
    font-size: 30px;
    font-size: 1.875rem;
  }

  main.next .present-new .block-list .item-title .text .title h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  main.next .present-new .block-list .item-title .text .title p {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .present-new .block-list .item-imgs {
    margin-right: -30px;
  }

  main.next .present-new .block-list .item-imgs li {
    margin-right: 30px;
    width: calc(50% - 30px);
  }

  main.next .present-new .block-list .item-info {
    padding: 30px;
  }

  main.next .present-new .block-list .item-info .title {
    width: 240px;
    padding-right: 20px;
    margin-right: 20px;
  }

  main.next .present-new .block-list .item-time .inside {
    padding: 20px 30px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {

  /* main next
------------------------------------------------------------*/
  main.next.member {
    background-size: 100% 80px;
    background-position: left top 400px, left top 1000px;
  }

  main.next #articles {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  main.next #articles aside {
    width: 100%;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 50px;
    margin-right: 0;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  main.next #articles aside>section {
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  main.next #articles aside>section:nth-child(1) {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  main.next #articles aside>section:nth-child(3) {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  main.next #articles aside .categories,
  main.next #articles aside .card {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  main.next #articles article {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }

  main.next .blog-detail {
    margin-bottom: -25px;
  }

  main.next .blog-detail>* {
    margin-bottom: 25px;
  }

  main.next .blog-detail .item-parts .material:not(:last-child),
  main.next .blog-detail .item-text .material:not(:last-child),
  main.next .blog-detail .item-place .material:not(:last-child),
  main.next .blog-detail .item-recipe .material:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-parts .material ul li,
  main.next .blog-detail .item-text .material ul li,
  main.next .blog-detail .item-place .material ul li,
  main.next .blog-detail .item-recipe .material ul li {
    width: 50%;
  }

  main.next .blog-detail .item-parts .howto ul li,
  main.next .blog-detail .item-text .howto ul li,
  main.next .blog-detail .item-place .howto ul li,
  main.next .blog-detail .item-recipe .howto ul li {
    padding: 10px;
  }

  main.next .blog-detail .item-parts .howto ul li:not(:last-child),
  main.next .blog-detail .item-text .howto ul li:not(:last-child),
  main.next .blog-detail .item-place .howto ul li:not(:last-child),
  main.next .blog-detail .item-recipe .howto ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  main.next .blog-detail .item-parts .howto ul li .img,
  main.next .blog-detail .item-text .howto ul li .img,
  main.next .blog-detail .item-place .howto ul li .img,
  main.next .blog-detail .item-recipe .howto ul li .img {
    margin-right: 15px;
    line-height: 0;
    max-width: 30%;
  }

  main.next .blog-detail .item-parts .howto ul li .text,
  main.next .blog-detail .item-text .howto ul li .text,
  main.next .blog-detail .item-place .howto ul li .text,
  main.next .blog-detail .item-recipe .howto ul li .text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  main.next .blog-detail .item-parts .img:not(:last-child),
  main.next .blog-detail .item-text .img:not(:last-child),
  main.next .blog-detail .item-place .img:not(:last-child),
  main.next .blog-detail .item-recipe .img:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-parts .img figcaption,
  main.next .blog-detail .item-text .img figcaption,
  main.next .blog-detail .item-place .img figcaption,
  main.next .blog-detail .item-recipe .img figcaption {
    padding-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  main.next .blog-detail .item-parts .img.float-left,
  main.next .blog-detail .item-text .img.float-left,
  main.next .blog-detail .item-place .img.float-left,
  main.next .blog-detail .item-recipe .img.float-left,
  main.next .blog-detail .item-parts .img.float-right,
  main.next .blog-detail .item-text .img.float-right,
  main.next .blog-detail .item-place .img.float-right,
  main.next .blog-detail .item-recipe .img.float-right {
    float: inherit;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  main.next .blog-detail .item-parts .flex-block,
  main.next .blog-detail .item-text .flex-block,
  main.next .blog-detail .item-place .flex-block,
  main.next .blog-detail .item-recipe .flex-block {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0px;
  }

  main.next .blog-detail .item-parts .flex-block:not(:last-child),
  main.next .blog-detail .item-text .flex-block:not(:last-child),
  main.next .blog-detail .item-place .flex-block:not(:last-child),
  main.next .blog-detail .item-recipe .flex-block:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-parts .flex-block>*,
  main.next .blog-detail .item-text .flex-block>*,
  main.next .blog-detail .item-place .flex-block>*,
  main.next .blog-detail .item-recipe .flex-block>* {
    margin-right: 0;
  }

  main.next .blog-detail .item-parts .flex-block>*:not(:last-child),
  main.next .blog-detail .item-text .flex-block>*:not(:last-child),
  main.next .blog-detail .item-place .flex-block>*:not(:last-child),
  main.next .blog-detail .item-recipe .flex-block>*:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-parts .flex-block.img-l .img,
  main.next .blog-detail .item-text .flex-block.img-l .img,
  main.next .blog-detail .item-place .flex-block.img-l .img,
  main.next .blog-detail .item-recipe .flex-block.img-l .img {
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-parts .flex-block .img:not(:last-child),
  main.next .blog-detail .item-text .flex-block .img:not(:last-child),
  main.next .blog-detail .item-place .flex-block .img:not(:last-child),
  main.next .blog-detail .item-recipe .flex-block .img:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-parts .flex-block .text,
  main.next .blog-detail .item-text .flex-block .text,
  main.next .blog-detail .item-place .flex-block .text,
  main.next .blog-detail .item-recipe .flex-block .text {
    width: 100%;
  }

  main.next .blog-detail .item-title>span:nth-child(1) {
    font-size: 28px;
    font-size: 1.75rem;
  }

  main.next .blog-detail .item-title>span:nth-child(1) span {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .blog-detail .item-title>span:nth-child(2) {
    font-size: 18px;
    font-size: 1.125rem;
  }

  main.next .blog-detail .item-sub {
    padding: 20px;
  }

  main.next .blog-detail .item-sub h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .blog-detail .item-sub h2:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-sub .left {
    width: 100%;
  }

  main.next .blog-detail .item-sub .right {
    width: 100%;
    border-top: 2px solid #dddddd;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    padding-top: 15px;
  }

  main.next .blog-detail .item-sub .credit {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }

  main.next .blog-detail .item-sub .credit:not(:first-child) {
    margin-top: 15px;
  }

  main.next .blog-detail .item-imgs {
    margin-left: -10px;
    margin-right: -12px;
  }

  main.next .blog-detail .item-imgs:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-imgs>*.portrait {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  main.next .blog-detail .item-text .interview {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main.next .blog-detail .item-text .interview dl>* {
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-text .interview .imgs {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  main.next .blog-detail .item-text .interview .imgs>* {
    width: calc(50% - 10px);
  }

  main.next .blog-detail .item-text.special {
    padding: 20px;
    padding-right: 0;
  }

  main.next .blog-detail .item-text .img-text-list li {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main.next .blog-detail .item-text .img-text-list li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-text .img-text-list li:before {
    display: none;
  }

  main.next .blog-detail .item-text .img-text-list li .img {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  main.next .blog-detail .item-text .img-text-list li .text {
    width: auto;
  }

  main.next .blog-detail .item-text .download>*:not(:last-child) {
    margin-right: 10px;
  }

  main.next .blog-detail .item-text .download img {
    height: 40px;
  }

  main.next .blog-detail .item-text h2:not(:first-child) {
    margin-top: 25px;
  }

  main.next .blog-detail .item-spec {
    padding: 20px;
  }

  main.next .blog-detail .item-spec h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .blog-detail .item-spec h3:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-spec dl {
    width: 100%;
  }

  main.next .blog-detail .item-spec dl dd:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-spec .imgs {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  main.next .blog-detail .item-place {
    border: 5px solid #f9f0e3;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  main.next .blog-detail .item-ebook {
    padding: 15px;
  }

  main.next .blog-detail .item-ebook:before {
    width: calc(100% - 5px * 2);
    height: calc(100% - 5px * 2);
    left: 5px;
    top: 5px;
  }

  main.next .blog-detail .item-ebook .img {
    max-width: 35%;
    margin-right: 15px;
  }

  main.next .blog-detail .item-book,
  main.next .blog-detail .item-spot,
  main.next .blog-detail .item-list {
    padding-top: 25px;
  }

  main.next .blog-detail .item-book li,
  main.next .blog-detail .item-spot li,
  main.next .blog-detail .item-list li {
    /* .pum{
            @include justify(center);
            a{
              @include direction(column);
              @include align(center);
              padding: 10px;
              span{
                @include nc(1){
                  margin-right: 0;
                  margin-bottom: 10px;
                  @include rem(12);
                  text-align: center;
                  br{
                    @include mqMin(360px){
                      display: none;
                    }
                  }
                }
              }
            }
          } */
  }

  main.next .blog-detail .item-book li:not(:last-child),
  main.next .blog-detail .item-spot li:not(:last-child),
  main.next .blog-detail .item-list li:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .blog-detail .item-book li h2:not(:last-child),
  main.next .blog-detail .item-spot li h2:not(:last-child),
  main.next .blog-detail .item-list li h2:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-book li .pum,
  main.next .blog-detail .item-spot li .pum,
  main.next .blog-detail .item-list li .pum {
    text-align: center;
  }

  main.next .blog-detail .item-book li .text,
  main.next .blog-detail .item-spot li .text,
  main.next .blog-detail .item-list li .text {
    padding-top: 15px;
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {

  main.next .blog-detail .item-book li .left,
  main.next .blog-detail .item-spot li .left,
  main.next .blog-detail .item-list li .left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  main.next .blog-detail .item-book li .img,
  main.next .blog-detail .item-spot li .img,
  main.next .blog-detail .item-list li .img {
    width: 100%;
    text-align: center;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-book li .img-lg,
  main.next .blog-detail .item-spot li .img-lg,
  main.next .blog-detail .item-list li .img-lg {
    -webkit-box-original-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  main.next .blog-detail .item-book li .text,
  main.next .blog-detail .item-spot li .text,
  main.next .blog-detail .item-list li .text {
    -webkit-box-original-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}

@media screen and (max-width: 700px) {
  main.next .blog-detail .item-pum {
    text-align: center;
    width: 100%;
  }

  main.next .blog-detail .item-pum:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-pum .text {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 7px;
  }

  main.next .blog-detail .item-link {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main.next .blog-detail .item-link>* {
    width: 50%;
  }

  main.next .blog-detail .item-link>.next {
    margin-left: auto;
  }

  main.next .blog-detail .item-link>.list {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding-top: 15px;
    width: 100%;
  }

  main.next .blog-detail .item-recommend .blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -20px 0;
  }

  main.next .blog-detail .item-recommend .blog-list li {
    margin: 0 15px 20px 0;
    width: calc(50% - 15px);
  }

  main.next .blog-detail .item-more .inside {
    padding: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  main.next .blog-detail .item-more .inside:before {
    height: 150px;
    top: -150px;
  }

  main.next .blog-detail .item-more .sub {
    font-size: 14px;
    font-size: 0.875rem;
  }

  main.next .blog-detail .item-more .sub:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-more .btns {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main.next .blog-detail .item-more .btns:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-more .btns>* {
    width: auto;
  }

  main.next .blog-detail .item-more .btns>*:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-recipe {
    padding-top: 25px;
  }

  main.next .blog-detail .item-recipe>li:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .blog-detail .item-recipe h2:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .blog-detail .item-recipe h2 span {
    font-size: 16px;
    font-size: 1rem;
  }

  main.next .blog-detail .item-recipe h3:not(:first-child) {
    margin-top: 15px;
  }

  main.next .blog-detail .item-profile {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
  }

  main.next .blog-detail .item-profile .text {
    width: 100%;
  }

  main.next .blog-detail .item-profile .text h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .blog-detail .item-profile .img {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
  }

  main.next .blog-detail .item-anchor {
    padding: 15px 20px;
  }

  main.next .blog-detail .item-anchor ul {
    margin-right: 0;
    margin-bottom: -10px;
  }

  main.next .blog-detail .item-anchor ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  main.next .blog-detail .item-anchor ul li a span:nth-child(1) {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 80px;
  }

  main.next .blog-detail .item-anchor ul li a span:nth-child(2) {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }

  main.next .blog-detail .item-product .imgs {
    margin-right: -10px;
    margin-bottom: -20px;
  }

  main.next .blog-detail .item-product .imgs:not(:last-child) {
    margin-bottom: -10px;
  }

  main.next .blog-detail .item-product .imgs>* {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }

  main.next .blog-detail .item-product .imgs .img figcaption {
    padding-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  main.next .blog-detail .item-people {
    border-top-width: 2px;
    padding-top: 20px;
  }

  main.next .blog-detail .item-people li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  main.next .blog-detail .item-people li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
  }

  main.next .blog-detail .item-people li .pict {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
  }

  main.next .blog-detail .item-people li .right .name span:nth-child(1) {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }

  main.next .blog-detail .item-people li .img {
    padding-top: 20px;
  }

  main.next #loginguide .toggle-block dt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding: 15px 50px 15px 20px;
  }

  main.next #loginguide .toggle-block dt:after {
    width: 50px;
    background-size: 30px auto;
  }

  main.next #loginguide .toggle-block dt:not(:first-child) {
    margin-top: 10px;
  }

  main.next #loginguide .toggle-block dd {
    padding: 15px;
  }

  main.next #loginguide .toggle-block dd section:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  main.next #loginguide .toggle-block dd .item-img {
    margin-right: 15px;
    max-width: 45%;
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next #loginguide .toggle-block dd .item-img {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  main.next #loginguide .toggle-block dd .item-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  main.next #loginguide .toggle-block dd .item-text h3 {
    font-size: 16px;
    font-size: 1rem;
  }

  main.next #loginguide .toggle-block dd .item-text h3:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next #loginguide .toggle-block dd .item-text .img:not(:last-child) {
    margin-bottom: 10px;
  }

  main.next #loginguide .toggle-block dd .item-btn {
    width: 100%;
  }

  main.next #loginguide .toggle-block dd .item-btn .btn {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  main.next .present .item-notes,
  main.next .present-reader .item-notes,
  main.next .present-coupon .item-notes,
  main.next .present-block .item-notes {
    padding: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .present .item-notes h2,
  main.next .present-reader .item-notes h2,
  main.next .present-coupon .item-notes h2,
  main.next .present-block .item-notes h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .present .item-notes ul:not(:last-child),
  main.next .present-reader .item-notes ul:not(:last-child),
  main.next .present-coupon .item-notes ul:not(:last-child),
  main.next .present-block .item-notes ul:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .present-reader .inside:before,
  main.next .present-block .inside:before {
    width: calc(100% + 20px);
    left: -10px;
  }

  main.next .present-reader .inside>*:not(:last-child),
  main.next .present-block .inside>*:not(:last-child) {
    margin-bottom: 25px;
  }

  main.next .present-reader .item,
  main.next .present-block .item {
    /* &-title{
          padding: 15px;
          margin-bottom: 0;
          @include nlc{
            margin-bottom: 0;
          }
          span{
            @include rem(20);
          }
          h1{
            @include remn(26);
          }
        }
        &-thumbs{
          @include f_wrap;
          >*{
            width: calc(100% / 7);
          }
        } */
  }

  main.next .present-reader .item-title,
  main.next .present-block .item-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main.next .present-reader .item-title>*,
  main.next .present-block .item-title>* {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  main.next .present-reader .item-title .text,
  main.next .present-block .item-title .text {
    padding: 15px 10px;
  }

  main.next .present-reader .item-title:not(:last-child),
  main.next .present-block .item-title:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .present-reader .item-howto,
  main.next .present-block .item-howto {
    padding: 15px 20px;
  }

  main.next .present-reader .item-howto h2,
  main.next .present-block .item-howto h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .present-reader .item-list:not(:last-child),
  main.next .present-block .item-list:not(:last-child) {
    margin-bottom: 45px;
  }

  main.next .present-reader .item-list>li,
  main.next .present-block .item-list>li {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
  }

  main.next .present-reader .item-list>li:not(:last-child),
  main.next .present-block .item-list>li:not(:last-child) {
    margin-bottom: 45px;
  }

  main.next .present-reader .item-list>li>*,
  main.next .present-block .item-list>li>* {
    margin-right: 0;
  }

  main.next .present-reader .item-list .text,
  main.next .present-block .item-list .text {
    width: 100%;
    margin-bottom: 20px;
  }

  main.next .present-reader .item-list .text .title,
  main.next .present-block .item-list .text .title {
    margin-bottom: 15px;
  }

  main.next .present-reader .item-list .text .title>span,
  main.next .present-block .item-list .text .title>span {
    width: 80px;
    min-height: 80px;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .present-reader .item-list .text .title>span span,
  main.next .present-block .item-list .text .title>span span {
    font-size: 22px;
    font-size: 1.375rem;
  }

  main.next .present-reader .item-list .text .title h2,
  main.next .present-block .item-list .text .title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .present-reader .item-list .text .number,
  main.next .present-block .item-list .text .number {
    margin-top: -10px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  main.next .present-reader .item-list .text>p:not(:last-child),
  main.next .present-block .item-list .text>p:not(:last-child) {
    margin-bottom: 10px;
  }

  main.next .present-reader .item-list .img,
  main.next .present-block .item-list .img {
    max-width: 100%;
  }

  main.next .present-reader .item-btn a,
  main.next .present-block .item-btn a {
    margin-right: 0;
  }

  main.next .present-coupon>* {
    position: relative;
  }

  main.next .present-coupon>*:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .present-coupon .item-title:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .present-coupon .item-title span {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .present-coupon .item-title h1 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: normal;
  }

  main.next .present-coupon .item-title_online {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  main.next .present-coupon .item-title_online small {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
  }

  main.next .present-coupon .item-img:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .present-coupon .item-img h2 {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  main.next .present-coupon .item-text p:not(:last-child) {
    margin-bottom: 10px;
  }

  main.next .present-coupon .item-text:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .present-coupon .item-about {
    padding: 15px;
  }

  main.next .present-coupon .item-about:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .present-coupon .item-about>h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 10px;
  }

  main.next .present-coupon .item-about>p {
    text-align: left;
  }

  main.next .present-coupon .item-about>p:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .present-coupon .item-about>h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 10px;
  }

  main.next .present-coupon .item-about>h3:not(:first-child) {
    margin-top: 20px;
  }

  main.next .present-coupon .item-about>h3:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .present-coupon .item-about .list li {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  main.next .present-coupon .item-about .list li:not(:last-child) {
    margin-bottom: 25px;
  }

  main.next .present-coupon .item-about .list h4 {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 5px;
    margin-bottom: 15px;
  }

  main.next .present-coupon .item-about .list .img {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: 15px;
  }

  main.next .present-coupon .item-btn:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .present-coupon .item-btn a {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 10px;
  }

  main.next .present-coupon .item-btn a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  main.next .present-coupon .item-btn a span {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  main.next .present-coupon .item-step:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .present-coupon .item-step h2 {
    border-width: 3px;
    margin-bottom: 20px;
  }

  main.next .present-coupon .item-step h2 span:nth-child(1) {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .present-coupon .item-step h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
  }

  main.next .present-coupon .item-step .inside {
    padding: 15px;
  }

  main.next .present-coupon .item-step .inside:not(.flex)>*:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .present-coupon .item-step .inside.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  main.next .present-coupon .item-step .inside.flex .text {
    margin-right: 15px;
  }

  main.next .present-coupon .item-step .inside.flex .img {
    width: 80px;
  }

  main.next .present-block .item-title {
    display: block;
  }

  main.next .present-block .item-title .title {
    padding: 15px;
  }

  main.next .present-block .item-title .title:before {
    height: 5px;
  }

  main.next .present-block .item-title .title span:nth-child(1) {
    padding-left: 30px;
    padding-right: 30px;
  }

  main.next .present-block .item-title .title span:nth-child(2) {
    font-size: 18px;
    font-size: 1.125rem;
  }

  main.next .present-block .item-title .title span:nth-child(3) {
    width: 60px;
  }

  main.next .present-block .item-title .title span:nth-child(4) {
    width: 60px;
  }

  main.next .present-block .item-title .img {
    width: 100%;
  }

  main.next .present-block .item-list .period {
    margin-top: 20px;
    border: 2px solid #dddddd;
    padding: 15px;
  }

  main.next .present-block .item-list .period h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  main.next .present-block .item-list .period .time {
    padding: 10px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .present-block .item-list .period .time:not(:last-child) {
    margin-bottom: 10px;
  }

  main.next .present-block .item-btn-fixed:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .present-block .item-btn-fixed a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 10px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main.next .present-block .item-btn-fixed a>span:nth-child(1) {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 100%;
    text-align: center;
  }

  main.next .present-block .item-btn-fixed a>span:nth-child(2) {
    text-align: center;
    width: 100%;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }

  main.next .present-block .item-btn-fixed a>span:nth-child(2) span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  main.next .present-block .item-btn-fixed a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  main.next .present-new .block-menu {
    padding: 20px 20px 20px;
  }

  main.next .present-new .block-menu:not(:last-child) {
    margin-bottom: 25px;
  }

  main.next .present-new .block-menu .item-title {
    margin-bottom: 15px;
  }

  main.next .present-new .block-menu .item-title span:nth-child(1) {
    font-size: 14px;
    font-size: 0.875rem;
  }

  main.next .present-new .block-menu .item-title span:nth-child(2) {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  main.next .present-new .block-menu .item-list ul {
    width: 100%;
  }

  main.next .present-new .block-menu .item-list li:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .present-new .block-menu .item-list li a>span span {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  main.next .present-new .block-menu .item-list li a p {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .present-new .block-list:not(:last-child) {
    margin-bottom: 50px;
  }

  main.next .present-new .block-list .item-section:not(:last-child) {
    margin-bottom: 50px;
  }

  main.next .present-new .block-list .item-title:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .present-new .block-list .item-title .img {
    padding-top: 20px;
  }

  main.next .present-new .block-list .item-title .img>div {
    left: 20px;
    height: 70%;
  }

  main.next .present-new .block-list .item-title .img>div h3 {
    width: 100px;
    height: 100px;
  }

  main.next .present-new .block-list .item-title .img>div h3 span:nth-child(1) {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  main.next .present-new .block-list .item-title .img>div h3 span:nth-child(2) {
    font-size: 40px;
    font-size: 2.5rem;
  }

  main.next .present-new .block-list .item-title .text {
    margin-top: -10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main.next .present-new .block-list .item-title .text h3 {
    padding-right: 15px;
    margin-right: 15px;
  }

  main.next .present-new .block-list .item-title .text h3 span:nth-child(1) {
    font-size: 12px;
    font-size: 0.75rem;
  }

  main.next .present-new .block-list .item-title .text h3 span:nth-child(2) {
    font-size: 26px;
    font-size: 1.625rem;
  }

  main.next .present-new .block-list .item-title .text .title span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  main.next .present-new .block-list .item-title .text .title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .present-new .block-list .item-title .text .title p {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .present-new .block-list .item-title .text .number {
    margin-top: 10px;
    width: 100%;
    border-left: none;
    border-top: 1px solid #dddddd;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-left: 0px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 10px;
  }

  main.next .present-new .block-list .item-text:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .present-new .block-list .item-text h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  main.next .present-new .block-list .item-imgs {
    margin-right: -10px;
    margin-bottom: -20px;
  }

  main.next .present-new .block-list .item-imgs li {
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    line-height: 0;
  }

  main.next .present-new .block-list .item-info {
    padding: 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main.next .present-new .block-list .item-info:not(:last-child) {
    margin-bottom: 25px;
  }

  main.next .present-new .block-list .item-info .title {
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #dddddd;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    max-width: 100%;
  }

  main.next .present-new .block-list .item-info .title>span {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 3px 15px;
    margin-bottom: 10px;
  }

  main.next .present-new .block-list .item-info .title h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }

  main.next .present-new .block-list .item-info .text h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3;
  }

  main.next .present-new .block-list .item-info .text .btn-block:not(:first-child) {
    margin-top: 15px;
  }

  main.next .present-new .block-list .item-time h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 5px;
  }

  main.next .present-new .block-list .item-time .inside {
    padding: 20px;
  }

  main.next .present-new .block-list .item-time .inside>p {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 10px;
  }

  main.next .present-new .block-list .item-time .inside>p:not(:last-child) {
    margin-bottom: 15px;
  }

  main.next .present-new .block-list .item-time .inside ul li span:nth-child(1) {
    width: 80px;
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  main.next .present-new .block-list .item-time .inside ul li span:nth-child(2) {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  main.next .present-new .block-notes .item-notes {
    padding: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .present-new .block-notes .item-notes h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  main.next .present-new .block-notes .item-notes ul:not(:last-child) {
    margin-bottom: 20px;
  }

  main.next .present-new .block-btn-fixed:not(:last-child) {
    margin-bottom: 30px;
  }

  main.next .present-new .block-btn-fixed a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 10px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main.next .present-new .block-btn-fixed a>span:nth-child(1) {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 100%;
    text-align: center;
  }

  main.next .present-new .block-btn-fixed a>span:nth-child(2) {
    text-align: center;
    width: 100%;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }

  main.next .present-new .block-btn-fixed a>span:nth-child(2) span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  main.next .present-new .block-btn-fixed a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}



.related {
  margin: 40px 0;
}

.related-main-title {
  margin-bottom: 10px;
  color: #585858;
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.post li.related-item {
  text-indent: 0;
  padding-left: 0;
}

.related-link {
  display: grid;
  grid-template-columns: 120px 1fr 40px;
  gap: 10px;
  border: 1px solid #d4d4d4;
  padding: 10px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.related-link:hover {
  background: #000;
}

.related-link:after {
  margin: auto 0;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.related-link:hover:after {
  width: 50px;
  background: #fff;
}

.related-link:hover .related-title {
  color: #fff;
}

.related-link:hover {
  text-decoration: none;
}

.related-txt-box {
  font-size: 0;
}

.related-img:hover {
  opacity: inherit;
}

.related-tag {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 0.75rem;
  background: #e8ddc7;
  line-height: 1.2;
  padding: 4px 8px;
}

.related-title {
  font-size: 0.875rem;
  color: #585858;
}


html.is-open {
  overflow: hidden;
}

html.is-open header {
  z-index: initial;
}

.blog-modal .modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.55s cubic-bezier(.55, 0, .38, .97);
  z-index: 9999;

}

.blog-modal .modal .--is-open {
  z-index: 99999 !important;
}

.blog-modal .modal:not(.--is-open) {
  opacity: 0;
  pointer-events: none;
}

.blog-modal .modal__layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-modal .modal__container {
  height: 100%;
  overflow: scroll;
  position: relative;
  z-index: 2;
  overscroll-behavior-y: contain;
}



.blog-top {
  width: 100%;
}

.blog-top__main {
  height: 320px;
  position: relative;
  background-image: url(../img/articles/top/blog-main-img1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blog-top__lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-top__body {
  display: flex;
  column-gap: 80px;
  justify-content: center;
  margin-top: 30px;
}

.blog-top__text {
  margin-top: 40px;
}

.blog-top__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30/16);
  letter-spacing: 0.08em;
}

.blog-top__movie {
  cursor: pointer;
  position: relative;
}

.blog-top__movie::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/articles/top/blog-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 700px) {
  .blog-top__main {
    height: 160px;
    background-image: url(../img/articles/top/blog-main-img1-sp.webp);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .blog-top__lead {
    max-width: 206.25px;
    width: 100%;
  }

  .blog-top__lead img {
    width: 100%;
    height: auto;
  }

  .blog-top__body {
    column-gap: 20px;
    margin-top: 20px;
  }

  .blog-top__text {
    margin-top: 30px;
  }

  .blog-top__icon {
    max-width: 110px;
    width: 100%;
  }

  .blog-top__icon img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .blog-top__movie {
    max-width: 195.56px;
    width: 100%;
  }

  .blog-top__movie img {
    width: 100%;
    height: auto;
  }

  .blog-top__movie::after {
    width: 60px;
    height: 60px;
  }

}


.blog-modal .modal__container {
  position: relative;
  z-index: 2;
  overscroll-behavior-y: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.blog-modal .modal__body {
  max-width: min(64vw, 800px);
  width: 100%;
  height: auto;
  margin: 10vh 0;
  position: relative;
}

.blog-modal .modal iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1080/607;
  object-fit: cover;
}

.blog-modal .modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(100% + 40px);
  bottom: calc(100% + 10px);
  cursor: pointer;
}


@media screen and (max-width: 700px) {


  .blog-modal .modal__body {
    max-width: 450px;
    width: 90%;
    height: auto;
    margin: 10vh 0;
    position: relative;
  }

  .blog-modal .modal iframe {
    aspect-ratio: 1080/607;
  }

  .blog-modal .modal__close {
    width: 20px;
    height: 20px;
    left: auto;
    right: 0;
    bottom: calc(100% + 10px);
  }

}

main.next .blog-detail .item-text.border.bg-beige {
  background-color: #f9f0e3;
}

main.next .blog-detail .item-movieInfo {
  width: 100%;
  margin-block: -20px 25px;
}

@media screen and (max-width: 700px) {
  main.next .blog-detail .item-movieInfo {
    margin-block: -20px 5px;
  }
}

main.next .blog-detail .item-movieAnchor {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e8ddc7;
  padding: 5px 20px;
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  main.next .blog-detail .item-movieAnchor {
    gap: 5px;
    padding: 5px;
    font-size: 0.875rem;
  }
}

main.next .blog-detail .item-movieAnchor:before {
  content: "";
  display: block;
  width: 44px;
  min-width: 25px;
  height: 21px;
  background: url(../img/common/icon-movie.svg) no-repeat center / contain;
}

@media screen and (max-width: 700px) {}

main.next .present-new .block-btn-fixed a[href=""] {
  pointer-events: none;
}

main.next .present-new .block-btn-fixed a[href=""]::after {
  content: none;
}

main.next .present-new .block-btn-fixed a:hover {
  background: #000;
}

.single-essay .breadcrumb ul li:nth-child(2) a {
  pointer-events: none;
}


/* re2512 */

/* side */

/* main.next #articles:has(.re2512) {
  align-items: flex-start;
}

main.next #articles aside.re2512 {
  position: sticky;
  top: 80px;
} */

main.next #articles aside.re2512 .member-links {
  border-bottom: none;
}

main.next #articles aside.re2512 .member-links .item-hd:first-child {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}

main.next #articles aside.re2512 .side-bnr {
  /* position: sticky;
  top: 90px; */
}

main.next #articles aside.re2512 .side-bnr section {
  margin-bottom: 25px;
}

@media screen and (max-width: 700px) {
  main.next #articles aside.re2512 .side-bnr {
    position: static;
    top: auto;
    width: 100%;
  }

  main.next #articles aside.re2512 .side-bnr section {
    text-align: center;
  }

  main.next #articles aside.re2512 {
    position: static;
  }
}

/* 
@media (max-height: 630px) {
  .vw-hide1 {
    display: none;
  }
}
@media (max-height: 630px) and (max-width: 880px) {
  .vw-hide1 {
    display: block;
  }
}

@media (max-height: 740px) {
  .vw-hide2 {
    display: none;
  }
}
@media (max-height: 740px) and (max-width: 880px) {
  .vw-hide2 {
    display: block;
  }
}
@media (max-height: 920px) {
  .vw-hide3 {
    display: none;
  }
}
@media (max-height: 920px) and (max-width: 880px) {
  .vw-hide3 {
    display: block;
  }
}

@media (max-height: 1300px) {
  .vw-hide4 {
    display: none;
  }
}
@media (max-height: 1300px) and (max-width: 880px) {
  .vw-hide4 {
    display: block;
  }
} */




/* おすすめ記事 */


main.next .blog-related.order {
  order: 8;
}

.article-more {
  order: 9;
  display: flex;
  justify-content: center;
  width: 100%;
}

.article-more a {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #c7b080;
  padding: 8px;
  font-size: 22px;
  font-weight: 600;
}

main.next .blog-related+.item-link {
  order: initial;
}

main.next .blog-related:not(:first-child) {
  margin-top: 0;
}

main.next .blog-related:not(:last-child) {
  margin-bottom: 45px;
}

main.next .blog-related .item-box {
  background-color: #efefef;
  padding: 60px;
}

main.next .blog-related .item-box:not(:last-child) {
  margin-bottom: 45px;
}

main.next .blog-related .item-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.2;
}

main.next .blog-related .item-hd:after {
  content: "";
  height: 1px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #c7b080;
  margin-left: 10px;
}

main.next .blog-related .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-bottom: -35px;
  padding-top: 0;
}

main.next .blog-related .item-list li {
  margin-right: 35px;
  margin-bottom: 35px;
  width: calc(33.3333333333% - 25px);
  display: block;
}

main.next .blog-related .item-list li:nth-child(3) {
  margin-right: 0;
}

main.next .blog-related .item-img {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

main.next .blog-related .item-text {
  width: 100%;
}

main.next .blog-related .item-text time,
main.next .blog-related .item-text .cat,
main.next .blog-related .item-text .label,
main.next .blog-related .item-text .text,
main.next .blog-related .item-text .btn {
  display: none;
}

main.next .blog-related .item-text .title {
  font-size: 14px;
  font-size: 0.875rem;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}

main.next .blog-related .item-text .title span {
  display: none;
}

main.next .blog-related .item-btn:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (min-width: 701px) and (max-width: 1110px) {
  main.next .blog-related:not(:first-child) {
    margin-top: 70px;
  }

  main.next .blog-related .item-box {
    padding: 30px;
  }

  main.next .blog-related .item-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }

  main.next .blog-related .item-list li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(33.3333333333% - 20px);
    display: block;
  }
}

@media screen and (max-width: 700px) {
  main.next .blog-related {
    -webkit-box-original-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    width: 100%;
  }

  main.next .blog-related:not(:last-child) {
    margin-bottom: 40px;
  }

  main.next .blog-related:not(:first-child) {
    margin-top: 40px;
  }

  main.next .blog-related .item-box {
    padding: 50px 20px;
    /* margin-left: -15px;
    margin-right: -15px; */
  }

  main.next .blog-related .item-box:not(:last-child) {
    margin-bottom: 40px;
  }

  main.next .blog-related .item-hd {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  main.next .blog-related .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0;
    margin-bottom: -20px;
  }

  main.next .blog-related .item-list li {
    margin-right: 0;
    margin-bottom: 20px;
    width: calc(100% - 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  main.next .blog-related .item-list li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  main.next .blog-related .item-img {
    width: 125px;
    margin-right: 15px;
    max-width: 100%;
    margin-bottom: -0;
  }

  main.next .blog-related .item-text {
    width: 10px;
    flex: 1;
  }

  main.next .blog-related .item-text .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  main.next .blog-related .item-btn:not(:last-child) {
    margin-bottom: 40px;
  }

  .article-more a {
    font-size: 16px;
  }
}


/* サイドバーのオススメ記事 */

aside.re2512 .blog-related .item-box {
  padding: 30px;
}

aside.re2512 .blog-related .item-box li {
  width: 100%;
}

aside.re2512 .blog-related .item-box li:not(:first-child) {
  display: none;
}

main.next #articles aside>section.blog-related {
  margin-top: 0;
}

@media screen and (max-width: 880px) {
  main.next #articles aside>section.blog-related {
    width: 100%;
  }

  main.next #articles aside>section.blog-related img {
    width: 100%;
  }
}


/* 検索結果 */

.search_harmony .mf_finder_searchBox_doctype {
  display: none;
}

.search_harmony .mf_finder_searchBox_items {
  position: relative;
}

.search_harmony .mf_finder_searchBox_query_input {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
}

.search_harmony .mf_finder_searchBox_submit {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  right: 0;
  font-size: 0;
  border: none;
  background: url(../img/common/icon-search-gold.svg) no-repeat center;
  cursor: pointer;
}

.search_harmony .mf_finder_searchBox_sort,
.search_harmony .mf_finder_searchBox_imgsize {
  display: none;
}

.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_category_links:after,
.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links:after,
.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links:after,
.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_sort_links:after {
  content: none !important;
}

.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_category_links:before,
.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links:before,
.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links:before,
.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_sort_links:before {
  left: 0;
  top: 0;
  font-size: 1.125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 108px;
}

.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_category_links:before {
  content: "カテゴリ";
}

.search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links:before {
  content: "表示件数";
}

.mf_finder_searchBox_links .mf_finder_searchBox_category_links,
.mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links,
.mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links,
.mf_finder_searchBox_links .mf_finder_searchBox_sort_links {
  padding-left: 8rem;
}

.mf_finder_searchBox:lang(ja) .mf_finder_searchBox_category_link_0 a:after,
.mf_finder_searchBox:lang(ja) .mf_finder_searchBox_category_link_0+span:before,
.mf_finder_searchBox:lang(ja-JP) .mf_finder_searchBox_category_link_0 a:after,
.mf_finder_searchBox:lang(ja-JP) .mf_finder_searchBox_category_link_0+span:before {
  font-size: 1.0625rem;
}

main.next .search-result .mf_finder_searchBox_links .mf_finder_searchBox_category_links div a.mf_finder_searchBox_link_current,
main.next .search-result .mf_finder_searchBox_links .mf_finder_searchBox_pagemax div a.mf_finder_searchBox_link_current,
main.next .search-result .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links div a.mf_finder_searchBox_link_current {
  font-size: 1.0625rem;
}

.search_harmony .mf_finder_searchBox {
  margin-bottom: 30px;
}

.search_harmony .mf_finder_container h2 {
  font-size: 1.375rem;
  margin-bottom: 30px;
  border-top: 3px solid #000000;
  padding-top: 15px;
}

.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_header {
  flex-direction: column-reverse;
}

.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums {
  margin-left: 100px;
}

.search_harmony .mf_finder_organic_doc_img_wrapper.mf_gui_img_frame {
  width: 350px;
  width: 38.5%;
  margin-right: 35px;
  flex-shrink: 0;
}

.search_harmony .mf_finder_organic_wrapper.mf_imgsize_1 .mf_finder_organic_doc_img {
  width: 100%;
  height: auto;
  min-width: unset;
  max-width: unset;
  max-height: unset;
}

.search_harmony .mf_finder_organic_doc_title {
  font-size: 22px;
}

.search_harmony .mf_finder_organic_doc_body {
  font-size: 1rem;
  line-height: 2;
}

.search_harmony .mf_finder_organic .mf_finder_organic_doc_contents_wrapper .mf_finder_organic_doc_contents .mf_finder_organic_doc_body_wrapper {
  margin-bottom: 20px;
}

.search_harmony .mf_finder_organic_pager_wrapper {
  margin-top: 40px;
}

.search_harmony .mf_finder_organic .mf_finder_logo a {
  display: none;
}

@media screen and (max-width: 700px) {
  .search_harmony .heading-lv01 span:nth-child(1) {
    font-size: 5.75rem;
  }

  .search_harmony .mf_finder_organic_doc {
    flex-direction: column;
  }

  .search_harmony .mf_finder_organic_doc_img_wrapper.mf_gui_img_frame {
    width: 100%;
  }

  .search_harmony .mf_finder_organic_doc_title {
    font-size: 18px;
  }

  .search_harmony .mf_finder_organic_doc_body {
    font-size: 16px;
  }

  .mf_finder_searchBox_links .mf_finder_searchBox_category_links,
  .mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links,
  .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links,
  .mf_finder_searchBox_links .mf_finder_searchBox_sort_links {
    padding-left: 0;
  }

  .search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_category_links:before {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    top: 4px;
    left: 0;
  }

  .search_harmony .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links:before {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    top: 4px;
    left: 0;
  }

  .search_harmony .mf_finder_searchBox {
    margin-left: 0;
    margin-right: 0;
  }
}


.search-page .mf-search-bar_doc-type {
  display: none;
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links_row .mf-filters_use-links_item:nth-child(1),
.search-page .mf-search-box .mf-filters .mf-filters_use-links_row .mf-filters_use-links_item:nth-child(3) {
  display: none;
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item .mf-filters_use-links_item_icon-text .mf-filters_use-links_item_icon-text_icon {
  display: none;
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links_row .mf-filters_use-links_item,
.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item.mf-filters_use-links_item--full-width {
  padding-left: 8rem;
  position: relative;
  box-sizing: border-box;
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links_row .mf-filters_use-links_item::after,
.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item.mf-filters_use-links_item--full-width::after {
  position: absolute;
  width: 6em;
  font-size: 1.125rem;
  left: 0;
  top: 0;
  content: "カテゴリ";
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item.mf-filters_use-links_item--full-width::after {
  content: "表示件数";
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item_icon-text_text {
  display: none;
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item .mf-filters_use-links_item_buttons button {
  margin-right: 10px;
  display: block;
  line-height: 175%;
  background-color: #ddd;
  padding: .125rem .5rem;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  transition: background-color .2s linear, color .2s;
  border: none;
  font-size: 1.0625rem;
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item .mf-filters_use-links_item_buttons button.mf-filters_use-links_item_buttons_button--selected {
  background-color: #000000 !important;
  color: #eee;
  cursor: default;
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_row {
  padding: .5rem 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.search-page .mf-search-box {
  margin-bottom: 30px;
}

.search-page .mf-search-box .mf-search-bar .mf-search-bar_input {
  border: 1px solid #d4d4d4;
  font-size: 0.875rem;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  outline: none;
  padding: 8px 45px 8px 10px;
  min-height: 45px;
  width: 100%;
}

.search-page .mf-search-box .mf-search-bar .mf-search-bar_input::placeholder {
  display: none;
  color: transparent;
}

.search-page .mf-search-box .mf-search-bar {
  position: relative;
}

.search-page .mf-search-box .mf-search-bar .mf-search-bar_button {
  width: 40px;
  height: 45px;
  right: 0;
  font-size: 0;
  border: none;
  background: url(../img/common/icon-search-gold.svg) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.search-page .mf-search-box .mf-search-bar .mf-search-bar_button .mf-search-bar_button_icon,
.search-page .mf-search-box .mf-search-bar .mf-search-bar_button span {
  display: none;
}

.search-page .mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_image {
  width: 350px;
  margin-right: 35px;
}

.search-page .mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_image img {
  width: 100%;
  border-radius: 0;
}

.search-page .mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_texts .mf-search-results_body_result_texts_title .mf-search-results_body_result_texts_title_link {
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.search-page .mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_texts .mf-search-results_body_result_texts_description {
  color: #585858;
  font-size: 16px;
  margin-bottom: 20px;
}

.search-page .mf-search-results .mf_imgsize-2 {
  max-width: none;
}

.search-page .mf-search-box .mf-search-bar .mf-search-bar_input-wrapper {
  margin-bottom: 20px;
}

.search-page .mf-pagination .mf-pagination_button {
  border: none;
  color: #eee;
  background-color: #222;
  border-radius: 2px;
  margin: 0 .25rem;
  text-align: center;
  display: inline-block;
  padding: .25rem .75rem;
  text-decoration: none;
  width: 33px;
  height: 36px;
}

.search-page .mf-pagination .mf-pagination_button.active-page {
  background-color: transparent;
  color: #000;
}

.search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item .mf-filters_use-links_item_buttons button:hover {
  background-color: #999;
  color: #fff;
}


@media screen and (max-width: 700px) {
  .search-page .mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_image {
    width: 100%;
    margin: 0 0 8px 0;
  }

  .search-page .mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_image img {
    width: 100% !important;
    border-radius: 0;
  }

  .search-page .mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_texts .mf-search-results_body_result_texts_title .mf-search-results_body_result_texts_title_link {
    font-size: 18px;
  }

  .search-page .mf-search-box .mf-filters .mf-filters_use-links_row .mf-filters_use-links_item,
  .search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item.mf-filters_use-links_item--full-width {
    padding-left: 0;
    padding-top: 37px;
  }

  .search-page .mf-search-results .mf-search-results_body .mf-search-results_body_result {
    flex-direction: column;
    border-radius: 0;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
  }

  .search-page .mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item {
    gap: 0 !important;
  }
}

.search-page .mf-search-results_mars-logo {
  display: none;
}


@media screen and (min-width: 701px) and (max-width: 1120px) and (max-width: 880px) {
  main.next #articles aside.re2512 .member-links {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  main.next #articles aside.re2512 .member-links {
    display: none;
  }
}

main.next.member:has(.bn-harmony) {
  background-image: none;
}

.bn-harmony {
  padding: 64px 0 70px;
}

.bn-harmony__title {
  font-size: 43px;
  text-align: center;
  font-weight: 400;
}

.bn-harmony__contents {
  margin-top: 50px;
}

.harmony-inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.bn-harmony__box:not(:first-child) {
  margin-top: 50px;
}

.bn-harmony__img img {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.bn-harmony__btn {
  margin-top: 21px;
  position: relative;
}

.bn-harmony__btn a.btn {
  width: 421px;
  margin: 0 auto;
}

.bn-harmony__btn a.back-number {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  padding-right: 25px;
  transition: .3s opacity;
}

.bn-harmony__btn a.back-number:hover {
  opacity: .7;
}

.bn-harmony__btn a.back-number::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../img/harmony/bn-arrow.svg);
  width: 14.93px;
  aspect-ratio: 14.93/3.23;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.harmony-schedule {
  padding: 63px 0 49px;
  background-color: #fff;
}

.harmony-schedule__label {
  font-size: 28px;
  text-align: center;
  line-height: calc(33/28);
}

.harmony-schedule__heading {
  font-size: 43px;
  text-align: center;
  line-height: calc(52/43);
  font-weight: 400;
}

.harmony-schedule__contents {
  margin-top: 55px;
}

.harmony-schedule__text {
  font-size: 19px;
  text-align: center;
}

.harmony-schedule__img {
  margin-top: 30px;
}

.harmony-schedule__btn {
  margin-top: 43px;
}

.harmony-schedule__btn a {
  width: 421px;
  margin: 0 auto;
}

.harmony-banner {
  padding: 55px 0 31px;
}

.harmony-banner__comment {
  margin-top: 6px;
  text-align: right;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .bn-harmony__btn a.btn {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .bn-harmony {
    padding: 30px 0;
  }

  .bn-harmony__title {
    font-size: 26px;
  }

  .bn-harmony__contents {
    margin-top: 25px;
  }

  .harmony-inner {
    max-width: none;
    padding: 0 15px;
  }

  .bn-harmony__box:not(:first-child) {
    margin-top: 30px;
  }

  .bn-harmony__btn {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }

  .bn-harmony__btn a.btn {
    width: 80%;
    margin: 0 auto;
  }

  .bn-harmony__btn a.back-number {
    position: relative;
    transform: none;
  }

  .bn-harmony__btn a.back-number::after {
    width: 14.93px;
    aspect-ratio: 14.93/3.23;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }


  .harmony-schedule {
    padding: 30px 0;
  }

  .harmony-schedule__label {
    font-size: 20px;
  }

  .harmony-schedule__heading {
    font-size: 24px;
  }

  .harmony-schedule__contents {
    margin-top: 28px;
  }

  .harmony-schedule__text {
    font-size: 15px;
  }

  .harmony-schedule__img {
    margin-top: 20px;
  }

  .harmony-schedule__btn {
    margin-top: 20px;
  }

  .harmony-schedule__btn a {
    width: 80%;
  }

  .harmony-banner {
    padding: 25px 0;
  }

  .harmony-banner__comment {
    margin-top: 4px;
    font-size: 12px;
  }
}


.post-slide {
  padding: 0 20px;
  margin-bottom: 40px;
}

.post-slide__item {
  margin: 0 10px;
}

.slide-dots {
  margin-top: 20px;
}

.slide-dots__dots {
  display: flex;
  justify-content: center;
}

.slide-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}

.slide-dots button::before {
  font-family: 'slick';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  background-color: #000;
  border-radius: 50%;
}

.slide-dots li.slick-active button::before {
  opacity: 1;
}

.post-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  width: 25px;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}

.post-slide .slick-arrow::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.post-slide .slick-arrow.slick-prev {
  left: -18px;
}

.post-slide .slick-arrow.slick-prev::after {
  transform: translate(-32%, -50%) rotate(-135deg);
}

.post-slide .slick-arrow.slick-next {
  right: -18px;
}

.post-slide .slick-arrow.slick-next::after {
  transform: translate(-63%, -50%) rotate(45deg);
}

@media screen and (max-width: 700px) {
  .post-slide {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .post-slide__item {
    margin: 0 5px;
  }

  .slide-dots {
    margin-top: 15px;
  }

  .post-slide .slick-arrow {
    width: 15px;
  }

  .post-slide .slick-arrow::after {
    width: 5px;
    border-top: 2.3px solid #fff;
    border-right: 2.3px solid #fff;
  }
  .slide-dots button {
    width: 5px;
  }
}