@charset "UTF-8";
/*                共通
======================================================= */
/**
.section {
  //font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "FP-こぶりなゴシック StdN W3", sans-serif;
  padding: 0;
  color: #3E3C3C;
}
.sectionInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.topicsDetail .topicsArticle p{
  color: $baseColor;
}
.pagetop{
  z-index: 1;
}
**/
span.avenir {
  /*   font-family: "AvenirLTPro-Light", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

sup {
  /* font-family: "AvenirLTPro-Light", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  display: inline-block;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  position: relative;
  top: 0.1em;
  padding-left: 1px;
}

.scroll_anime {
  opacity: 0;
  position: relative;
  top: 20px;
}

/* アニメーション ======================================= */
@-webkit-keyframes bg-color {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #273831;
  }
}
@keyframes bg-color {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #273831;
  }
}
@-webkit-keyframes bg-color2 {
  100% {
    -webkit-transform: scale(50.1);
    transform: scale(50.1);
  }
}
@keyframes bg-color2 {
  100% {
    -webkit-transform: scale(50.1);
    transform: scale(50.1);
  }
}
/* slick ======================================= */
.aaaaaaaaaaaaslider {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.aaaaaaaaaaaaslider input,
.aaaaaaaaaaaaslider textArea,
.aaaaaaaaaaaaslider select,
.aaaaaaaaaaaaslider button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}
.aaaaaaaaaaaaslider button {
  cursor: pointer;
}
.aaaaaaaaaaaaslider.slick-initialized {
  opacity: 1;
}
.aaaaaaaaaaaaslider .slick-list {
  width: 100%;
  height: 100%;
}
.aaaaaaaaaaaaslider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.aaaaaaaaaaaaslider .slick-slide {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.aaaaaaaaaaaaslider .slick-slide:focus {
  outline: none;
}
.aaaaaaaaaaaaslider .slick-arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow {
    top: calc(50% - 8vw);
  }
}
@media only screen and (min-width: 769px) {
  .aaaaaaaaaaaaslider .slick-arrow:hover {
    opacity: 0.8;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.nv_left {
  left: 20px;
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_left {
    left: -10px;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.nv_left span {
  padding-right: 1px;
  /* &:after{
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - -1px);
    transform: translate(-50%, -50%) rotate(-135deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 6px;
    height: 6px;
  } */
}
.aaaaaaaaaaaaslider .slick-arrow.nv_left span::after {
  content: "";
  background-image: url(../assets/images/dotn2022/left_ar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 20px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_left span::after {
    width: 14px;
    height: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_left span::after {
    width: 12px;
    height: 27px;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.nv_right {
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_right {
    right: -10px;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.nv_right span {
  padding-left: 1px;
  /* &:after{
    content: "";
    position: absolute;
    top: 50%;
    right: calc(50% - 6px);
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 6px;
    height: 6px;
  } */
}
.aaaaaaaaaaaaslider .slick-arrow.nv_right span::after {
  content: "";
  background-image: url(../assets/images/dotn2022/right_ar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 20px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_right span::after {
    width: 14px;
    height: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .aaaaaaaaaaaaslider .slick-arrow.nv_right span::after {
    width: 12px;
    height: 27px;
  }
}
.aaaaaaaaaaaaslider .slick-arrow.slick-disabled {
  display: none !important;
}
.aaaaaaaaaaaaslider .slick-dots {
  position: relative;
  z-index: 1;
  top: -5vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .aaaaaaaaaaaaslider .slick-dots {
    top: -4vw;
  }
}
.aaaaaaaaaaaaslider .slick-dots li {
  width: 8px;
  height: 8px;
}
.aaaaaaaaaaaaslider .slick-dots li + li {
  margin-left: 22px;
}
.aaaaaaaaaaaaslider .slick-dots li button {
  overflow: visible;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 999;
  background-color: #d8d8d8;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
}
.aaaaaaaaaaaaslider .slick-dots li:first-child button::before {
  display: none;
}
.aaaaaaaaaaaaslider .slick-dots li:last-child button::after {
  display: none;
}
.aaaaaaaaaaaaslider .slick-dots li.slick-active button {
  background-color: #3d3a3a;
}
.aaaaaaaaaaaaslider .slick-dots li:hover {
  cursor: pointer;
}
.aaaaaaaaaaaaslider .slick-dots li:hover button {
  background-color: #3d3a3a;
}
.aaaaaaaaaaaaslider .slick-dots > li:first-child:last-child {
  display: none;
}

@media only screen and (min-width: 1025px) {
  br.sp1024 {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  br.sp900 {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  br.sp768 {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  br.sp640 {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  br.sp480 {
    display: none;
  }
}
@media only screen and (min-width: 401px) {
  br.sp400 {
    display: none;
  }
}
@media only screen and (min-width: 351px) {
  br.sp350 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  br.sp1025 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  br.sp901 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br.sp769 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  br.sp641 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  br.sp481 {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  br.sp401 {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  br.sp351 {
    display: none;
  }
}

.btn {
  max-width: 250px;
  margin: 2em auto 0;
}
@media only screen and (max-width: 900px) {
  .btn {
    margin: 1.5em auto 0;
  }
}
.btn > a,
.btn > button,
.btn > span {
  font-size: 14px;
  background: #595757;
  border: 1px #595757 solid;
  border-radius: 0;
  padding: 7px 1em 6px;
}
@media only screen and (max-width: 900px) {
  .btn > a,
  .btn > button,
  .btn > span {
    font-size: 11px;
  }
}

/*                コンテンツ
======================================================= */
.lower {
  color: #303030;
}
.lower #main_area {
  position: relative;
  z-index: 1;
}
.lower #main_area::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 300px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.lower #kv_bg {
  position: fixed;
  top: 105px;
  z-index: -1;
  background: url(../images/lp/anniv_5th/top/kv_bg.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .lower #kv_bg {
    top: 45px;
  }
}
.lower #kv_bg::before {
  content: "";
  background: rgba(89, 87, 87, 0.48);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lower.kv_out #kv_bg {
  visibility: hidden;
}
.lower .lp_wrap .main_width {
  max-width: 856px;
}
.lower .lp_wrap .kv .first_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 105px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv .first_view {
    padding-bottom: 45px;
  }
}
.lower .lp_wrap .kv .first_view h1.img,
.lower .lp_wrap .kv .first_view p.img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv .first_view h1.img,
  .lower .lp_wrap .kv .first_view p.img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap .kv .first_view h1.img,
  .lower .lp_wrap .kv .first_view p.img {
    max-width: 170px;
  }
}
.lower .lp_wrap .kv .first_view h1.img img,
.lower .lp_wrap .kv .first_view p.img img {
  width: 100%;
  height: auto;
}
.lower .lp_wrap .kv p.catch {
  color: #000;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-bottom: 8em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv p.catch {
    font-size: 12px;
    padding-bottom: 5em;
  }
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap .kv p.catch {
    font-size: 11px;
  }
}
.lower .lp_wrap .kv div.catch {
  text-align: center;
  color: #fff;
  padding-bottom: 8em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv div.catch {
    padding-bottom: 5em;
  }
}
.lower .lp_wrap .kv div.catch .size_l {
  font-size: 35px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv div.catch .size_l {
    font-size: 20px;
  }
}
.lower .lp_wrap .kv div.catch .size_m {
  font-size: 25px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv div.catch .size_m {
    font-size: 16px;
  }
}
.lower .lp_wrap .kv div.catch .size_s {
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv div.catch .size_s {
    font-size: 12px;
  }
}
.lower .lp_wrap .kv div.catch span.line {
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  margin: 2.5em 0;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv div.catch span.line {
    margin: 2em 0;
  }
}
.lower .lp_wrap .kv div.catch span.line::before {
  content: "";
  background: #fff;
  width: 270px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv div.catch span.line::before {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap .kv div.catch span.line::before {
    width: 160px;
  }
}
.lower .lp_wrap .kv div.catch .group + .group {
  margin-top: 6em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap .kv div.catch .group + .group {
    margin-top: 5em;
  }
}
.lower .lp_wrap .lp_content {
  background: #fff;
}
.lower .lp_wrap .tab_area .tab_head {
  background: #a59b93;
  margin-bottom: 48px;
}
.lower .lp_wrap .tab_area .tab_head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 80px;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap .tab_area .tab_head ul {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap .tab_area .tab_head ul {
    padding: 0;
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap .tab_area .tab_head ul {
    margin: 0;
  }
}
.lower .lp_wrap .tab_area .tab_head ul li {
  /*   font-family: "Jost",  "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap .tab_area .tab_head ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap .tab_area .tab_head ul li {
    font-size: 10px;
    width: 33.33333333%;
    text-align: center;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap .tab_area .tab_head ul li {
    padding: 0;
  }
}
.lower .lp_wrap .tab_area .tab_head ul li span {
  position: relative;
  display: inline-block;
  padding: 1.15em 0;
}
.lower .lp_wrap .tab_area .tab_head ul li.current span::before {
  content: "";
  background: #3c3a3a;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}
.lower .lp_wrap .tab_area .tab_body .tab_cont {
  display: none;
}
.lower .lp_wrap .tab_area .tab_body .tab_cont.current {
  display: block;
}
.lower .lp_wrap #anniv_items .intro + .intro {
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .intro + .intro {
    margin-top: 40px;
  }
}
.lower .lp_wrap #anniv_items .intro + .gift_list {
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .intro + .gift_list {
    margin-top: 40px;
  }
}
.lower .lp_wrap #anniv_items .intro .img + .txt {
  margin-top: 1.5em;
}
.lower .lp_wrap #anniv_items .intro .txt .ttl {
  /*   font-family: "FP-こぶりなゴシック StdN W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .intro .txt .ttl {
    font-size: 12px;
  }
}
.lower .lp_wrap #anniv_items .intro .txt .price {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .intro .txt .price {
    font-size: 11px;
  }
}
.lower .lp_wrap #anniv_items .intro .txt .desc {
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .intro .txt .desc {
    font-size: 12px;
  }
}
.lower .lp_wrap #anniv_items .gift_list .bnr_ttl {
  position: relative;
  z-index: 1;
}
.lower .lp_wrap #anniv_items .gift_list .bnr_ttl + .list {
  margin-top: 1em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .gift_list .bnr_ttl + .list {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .gift_list .bnr_ttl {
    margin: 0 -16px;
  }
}
.lower .lp_wrap #anniv_items .gift_list .bnr_ttl .img img {
  width: 100%;
  height: auto;
}
.lower .lp_wrap #anniv_items .gift_list .bnr_ttl .txt {
  position: absolute;
  width: 55%;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.lower .lp_wrap #anniv_items .gift_list .bnr_ttl .txt .ttl .en {
  /*   font-family: "Jost",  "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 31px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .gift_list .bnr_ttl .txt .ttl .en {
    font-size: 19px;
  }
}
.lower .lp_wrap #anniv_items .gift_list .bnr_ttl .txt .ttl .badge {
  border: 1px #333 solid;
  display: table;
  font-size: 14px;
  padding: 1px 10px;
  margin: 0 auto 5px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .gift_list .bnr_ttl .txt .ttl .badge {
    font-size: 10px;
    padding: 1px 5px;
    margin: 0 auto;
  }
}
.lower .lp_wrap #anniv_items .gift_list .bnr_ttl .txt .ttl .jp {
  font-size: 13px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .gift_list .bnr_ttl .txt .ttl .jp {
    font-size: 11px;
  }
}
.lower .lp_wrap #anniv_items .gift_list .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #anniv_items .gift_list .list .block {
    display: block;
  }
}
.lower .lp_wrap #anniv_items .gift_list .list .block .set {
  width: 50%;
  padding: 35px 30px;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #anniv_items .gift_list .list .block .set + .set {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #anniv_items .gift_list .list .block .set {
    width: 100%;
    padding: 0 34px;
  }
}
.lower .lp_wrap #anniv_items .gift_list .list .block .set .img + .txt {
  margin-top: 1.5em;
}
.lower .lp_wrap #anniv_items .gift_list .list .block .set .txt .ttl {
  /*   font-family: "FP-こぶりなゴシック StdN W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .gift_list .list .block .set .txt .ttl {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #anniv_items .gift_list .list .block .set .txt .ttl {
    margin: 0 -1em;
  }
}
.lower .lp_wrap #anniv_items .gift_list .list .block .set .txt .price {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #anniv_items .gift_list .list .block .set .txt .price {
    font-size: 11px;
  }
}
.lower .lp_wrap #greetings {
  padding-top: 3em;
}
.lower .lp_wrap #greetings .intro + .list {
  margin-top: 70px;
}
.lower .lp_wrap #greetings .intro .txt .ttl {
  /*   font-family: "FP-こぶりなゴシック StdN W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .intro .txt .ttl {
    font-size: 16px;
  }
}
.lower .lp_wrap #greetings .intro .txt .desc {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .intro .txt .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #greetings .intro .txt .desc {
    margin: 0 -1em;
  }
}
.lower .lp_wrap #greetings .intro .img {
  max-width: 420px;
  margin: 3em auto 0;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #greetings .intro .img {
    padding: 0 34px;
  }
}
.lower .lp_wrap #greetings .intro .img .cap {
  font-size: 15px;
  margin-top: 1em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .intro .img .cap {
    font-size: 11px;
  }
}
.lower .lp_wrap #greetings .list {
  padding: 0 28px;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #greetings .list {
    padding: 0 34px;
  }
}
.lower .lp_wrap #greetings .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px -40px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .list .block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px 0;
  }
}
.lower .lp_wrap #greetings .list .block .set {
  width: 33.33333333%;
  padding: 0 25px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .list .block .set {
    margin-bottom: 0;
  }
}
.lower .lp_wrap #greetings .list .block .set .img + .txt {
  margin-top: 1.5em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .list .block .set .img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #greetings .list .block .set .img {
    max-width: 200px;
  }
}
.lower .lp_wrap #greetings .list .block .set .img img {
  width: 100%;
  height: auto;
}
.lower .lp_wrap #greetings .list .block .set .txt .ttl {
  /*  font-family: "FP-こぶりなゴシック StdN W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .list .block .set .txt .ttl {
    font-size: 14px;
  }
}
.lower .lp_wrap #greetings .list .block .set .txt .ttl span {
  display: block;
}
.lower .lp_wrap #greetings .list .block .set .txt .desc {
  font-size: 13px;
  text-align: center;
  margin-top: 1.5em;
}
@media only screen and (min-width: 901px) {
  .lower .lp_wrap #greetings .list .block .set .txt .desc {
    margin: 1.5em -1em 0;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .list .block .set .txt .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #greetings .list .block .set .txt .desc {
    margin: 1.5em -1em 0;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .list .block .set .txt .desc.pc {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .lower .lp_wrap #greetings .list .block .set .txt .desc.sp {
    display: none;
  }
}
.lower .lp_wrap #greetings .list .block.slider {
  opacity: 1 !important;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #greetings .list .block.slider .slick-arrow {
    top: 16vw;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #greetings .list .block.slider .slick-arrow {
    top: 19vw;
  }
}
.lower .lp_wrap #greetings .list .block.slider .slick-arrow.nv_left {
  left: 0;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #greetings .list .block.slider .slick-arrow.nv_left {
    left: 0;
  }
}
.lower .lp_wrap #greetings .list .block.slider .slick-arrow.nv_left span:before {
  top: 50%;
  right: -4px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  border-top: solid 1px #303030;
  border-right: solid 1px #303030;
  width: 20px;
  height: 20px;
}
.lower .lp_wrap #greetings .list .block.slider .slick-arrow.nv_right {
  right: 0;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #greetings .list .block.slider .slick-arrow.nv_right {
    right: 0;
  }
}
.lower .lp_wrap #greetings .list .block.slider .slick-arrow.nv_right span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 1px #303030;
  border-right: solid 1px #303030;
  width: 20px;
  height: 20px;
}
.lower .lp_wrap #greetings .list .block.slider .slick-dots li + li {
  margin-left: 15px;
}
.lower .lp_wrap #greetings .list .block.slider .slick-dots li button {
  background-color: rgba(89, 87, 87, 0.2);
  background-color: #fff;
  border: 1px #878787 solid;
}
.lower .lp_wrap #greetings .list .block.slider .slick-dots li.slick-active button {
  background-color: #878787;
}
.lower .lp_wrap #greetings .list .block.slider .slick-dots li:hover {
  cursor: pointer;
}
.lower .lp_wrap #greetings .list .block.slider .slick-dots li:hover button {
  background-color: #878787;
}
.lower .lp_wrap #history .history_inner {
  position: relative;
}
.lower .lp_wrap #history .history_anchor.sp {
  display: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .lower .lp_wrap #history .history_anchor.sp {
    display: block;
  }
}
.lower .lp_wrap #history .history_anchor .flex_flame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(50% - 50vw);
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap {
    max-width: 200px;
  }
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .current_ttl {
  display: block;
  font-size: 13px;
  position: relative;
  padding: 0.6em 8px 0.5em 16px;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .current_ttl {
    font-size: 10px;
  }
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .current_ttl::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 22px;
  line-height: 0.2;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .current_ttl.change {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .current_ttl.change:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -1px;
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul {
  max-width: 584px;
  display: block;
  max-width: none;
  background-color: #fff;
  margin: 0 auto;
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li {
  font-size: 13px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li {
    font-size: 10px;
  }
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li a {
  display: block;
  cursor: pointer;
  padding: 0.6em 8px 0.5em 16px;
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li.all a .inner {
  position: relative;
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li.all a .inner > span {
  display: block;
  position: absolute;
  width: 4em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li.all a .inner > span {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-weight: normal;
    width: auto;
  }
}
.lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li.all a .inner > img {
  opacity: 0;
}
@media only screen and (min-width: 901px) {
  .lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li.current a {
    border: solid 1px #009214;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_anchor .flex_flame .select_list_wrap .select_list ul li.active a span {
    border-bottom: 2px #000 solid;
  }
}
.lower .lp_wrap #history .history_anchor .flex_flame .close a {
  font-size: 24px;
  line-height: 1;
}
.lower .lp_wrap #history .history_link .block .set + .set {
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set + .set {
    margin-top: 50px;
  }
}
.lower .lp_wrap #history .history_link .block .set .set_inner {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #history .history_link .block .set .set_inner {
    padding: 0 34px;
  }
}
.lower .lp_wrap #history .history_link .block .set .set_inner .img_flame + .img_flame {
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set .set_inner .img_flame + .img_flame {
    margin-top: 20px;
  }
}
.lower .lp_wrap #history .history_link .block .set .set_inner .img_flame .flame_set .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.lower .lp_wrap #history .history_link .block .set .set_inner .img_flame .flame_set .img img {
  width: 100%;
  height: auto;
}
.lower .lp_wrap #history .history_link .block .set .set_inner .img_flame .flame_set .img .img_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.lower .lp_wrap #history .history_link .block .set .set_inner .img_flame .flame_set .img .hidden {
  visibility: hidden;
}
.lower .lp_wrap #history .history_link .block .set .set_inner .title {
  text-align: center;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set .set_inner .title {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 1.5em;
  }
}
.lower .lp_wrap #history .history_link .block .set .set_inner .title .sub {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set .set_inner .title .sub {
    font-size: 15px;
  }
}
.lower .lp_wrap #history .history_link .block .set .set_inner .title .en {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 56px;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set .set_inner .title .en {
    font-size: 32px;
  }
}
.lower .lp_wrap #history .history_link .block .set .set_inner .title .jp {
  font-size: 15px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set .set_inner .title .jp {
    font-size: 11px;
  }
}
.lower .lp_wrap #history .history_link .block .set .set_inner .discover {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  text-align: center;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /**
    &::after{
    content: "▲";
    transform:rotate(90deg);
    display: inline-block;
    position: relative;
    z-index: 1;
    top: -1px;
    line-height: 1.5;
  }
    **/
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set .set_inner .discover {
    font-size: 11px;
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 1em;
  }
}
.lower .lp_wrap #history .history_link .block .set .set_inner .discover > span.ar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: -1px;
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 .flame_set {
  width: 50%;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 .flame_set {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 .flame_set .img {
    width: calc(100% - 10px);
  }
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 .flame_set:nth-child(1) {
  width: 54.6%;
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 .flame_set:nth-child(1) {
    width: 58%;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.products
  .set_inner
  .img_flame.flame_01
  .flame_set:nth-child(1)
  .img
  .img_wrap {
  padding-right: 60px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.products
    .set_inner
    .img_flame.flame_01
    .flame_set:nth-child(1)
    .img
    .img_wrap {
    padding-right: 20px;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.products
  .set_inner
  .img_flame.flame_01
  .flame_set:nth-child(1)
  .img
  .hidden {
  padding-right: 60px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.products
    .set_inner
    .img_flame.flame_01
    .flame_set:nth-child(1)
    .img
    .hidden {
    padding-right: 10px;
  }
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 .flame_set:nth-child(2) {
  width: 45.4%;
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_01 .flame_set:nth-child(2) {
    width: 42%;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.products
  .set_inner
  .img_flame.flame_01
  .flame_set:nth-child(2)
  .img {
  padding-bottom: 62px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.products
    .set_inner
    .img_flame.flame_01
    .flame_set:nth-child(2)
    .img {
    padding-bottom: 30px;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.products
  .set_inner
  .img_flame.flame_01
  .flame_set:nth-child(2)
  .img
  .img_wrap {
  margin-top: 62px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.products
    .set_inner
    .img_flame.flame_01
    .flame_set:nth-child(2)
    .img
    .img_wrap {
    margin-top: 30px;
  }
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_02 {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_02 .flame_set {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_02 .flame_set {
    padding: 0 5px;
  }
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_02 .flame_set:nth-child(1) {
  width: 54.6%;
  margin-top: -210px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_02 .flame_set:nth-child(1) {
    margin-top: -32vw;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_link .block .set.products .set_inner .img_flame.flame_02 .flame_set:nth-child(1) {
    width: 58%;
    margin-top: -110px;
  }
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.products
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(1)
    .img
    .img_wrap {
    width: calc(100% - 10px);
    padding-left: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.products
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(1)
    .img
    .hidden {
    padding-left: 30px;
  }
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .title {
  bottom: 29em;
}
.lower .lp_wrap #history .history_link .block .set.products .set_inner .discover {
  bottom: 23em;
}
.lower .lp_wrap #history .history_link .block .set.customers .set_inner .img_flame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.customers .set_inner .img_flame {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.lower .lp_wrap #history .history_link .block .set.customers .set_inner .img_flame .flame_set {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.customers .set_inner .img_flame .flame_set {
    padding: 0 10px;
  }
}
.lower .lp_wrap #history .history_link .block .set.customers .set_inner .img_flame .flame_set:nth-child(1) {
  width: 42.9%;
}
.lower .lp_wrap #history .history_link .block .set.customers .set_inner .img_flame .flame_set:nth-child(1) .img {
  padding-bottom: 48px;
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_link .block .set.customers .set_inner .img_flame .flame_set:nth-child(1) .img {
    padding-bottom: 30px;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.customers
  .set_inner
  .img_flame
  .flame_set:nth-child(1)
  .img
  .img_wrap {
  margin-top: 48px;
}
@media only screen and (max-width: 480px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.customers
    .set_inner
    .img_flame
    .flame_set:nth-child(1)
    .img
    .img_wrap {
    margin-top: 30px;
  }
}
.lower .lp_wrap #history .history_link .block .set.customers .set_inner .img_flame .flame_set:nth-child(2) {
  width: 57.1%;
}
.lower .lp_wrap #history .history_link .block .set.customers .set_inner .title {
  bottom: 8em;
}
.lower .lp_wrap #history .history_link .block .set.customers .set_inner .discover {
  bottom: 2em;
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_01 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_01 .flame_set {
  width: 50%;
  padding: 0 24px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_01 .flame_set {
    padding: 0 10px;
  }
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_01 .flame_set:nth-child(1) {
  width: 47%;
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_01 .flame_set:nth-child(2) {
  width: 53%;
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.environment
  .set_inner
  .img_flame.flame_01
  .flame_set:nth-child(2)
  .img {
  padding-bottom: 18px;
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.environment
  .set_inner
  .img_flame.flame_01
  .flame_set:nth-child(2)
  .img
  .img_wrap {
  margin-top: 18px;
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -34px;
  margin-right: -34px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_02 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_02 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_02 .flame_set {
  width: 50%;
  padding: 0 34px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_02 .flame_set {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_02 .flame_set {
    padding: 0 10px;
  }
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_02 .flame_set:nth-child(1) {
  width: 54.4%;
}
@media only screen and (max-width: 480px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.environment
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(1) {
    margin-top: -5px;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.environment
  .set_inner
  .img_flame.flame_02
  .flame_set:nth-child(1)
  .img
  .img_wrap {
  padding-left: 56px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.environment
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(1)
    .img
    .img_wrap {
    padding-left: 20px;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.environment
  .set_inner
  .img_flame.flame_02
  .flame_set:nth-child(1)
  .img
  .hidden {
  padding-left: 56px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.environment
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(1)
    .img
    .hidden {
    padding-left: 20px;
  }
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .img_flame.flame_02 .flame_set:nth-child(2) {
  width: 45.6%;
  margin-top: -160px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.environment
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(2) {
    margin-top: -14vw;
  }
}
@media only screen and (max-width: 480px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.environment
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(2) {
    margin-top: -45px;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.environment
  .set_inner
  .img_flame.flame_02
  .flame_set:nth-child(2)
  .img
  .img_wrap {
  padding-right: 80px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.environment
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(2)
    .img
    .img_wrap {
    padding-right: 20px;
  }
}
.lower
  .lp_wrap
  #history
  .history_link
  .block
  .set.environment
  .set_inner
  .img_flame.flame_02
  .flame_set:nth-child(2)
  .img
  .hidden {
  padding-right: 80px;
}
@media only screen and (max-width: 900px) {
  .lower
    .lp_wrap
    #history
    .history_link
    .block
    .set.environment
    .set_inner
    .img_flame.flame_02
    .flame_set:nth-child(2)
    .img
    .hidden {
    padding-right: 20px;
  }
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .title {
  bottom: 29em;
}
.lower .lp_wrap #history .history_link .block .set.environment .set_inner .discover {
  bottom: 23em;
}
.lower .lp_wrap #history .cont_ttl {
  text-align: center;
}
.lower .lp_wrap #history .cont_ttl + .products_kv,
.lower .lp_wrap #history .cont_ttl + .history_block {
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .cont_ttl + .products_kv,
  .lower .lp_wrap #history .cont_ttl + .history_block {
    margin-top: 15px;
  }
}
.lower .lp_wrap #history .cont_ttl + p.lead {
  margin-top: 1.2em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .cont_ttl + p.lead {
    margin-top: 1em;
  }
}
.lower .lp_wrap #history .cont_ttl .sub {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .cont_ttl .sub {
    font-size: 15px;
  }
}
.lower .lp_wrap #history .cont_ttl .en {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 56px;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .cont_ttl .en {
    font-size: 32px;
  }
}
.lower .lp_wrap #history .cont_ttl .jp {
  font-size: 15px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .cont_ttl .jp {
    font-size: 11px;
  }
}
.lower .lp_wrap #history .color_ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .color_ttl {
    margin-bottom: 15px;
  }
}
.lower .lp_wrap #history .color_ttl .ttl {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background: #b9aa6f;
  padding: 1.3em 1em;
}
.lower .lp_wrap #history .color_ttl .ttl .en {
  font-size: 23px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .color_ttl .ttl .en {
    font-size: 16px;
  }
}
.lower .lp_wrap #history .color_ttl .ttl .jp {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .color_ttl .ttl .jp {
    font-size: 12px;
  }
}
.lower .lp_wrap #history .color_ttl.gray .ttl {
  background: #909090;
}
.lower .lp_wrap #history .boder_ttl {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.lower .lp_wrap #history .boder_ttl .ttl {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1;
}
.lower .lp_wrap #history .boder_ttl .ttl > span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
.lower .lp_wrap #history .boder_ttl .ttl > span::before,
.lower .lp_wrap #history .boder_ttl .ttl > span::after {
  content: "";
  background: #000;
  width: 300%;
  height: 1px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .boder_ttl .ttl > span::before,
  .lower .lp_wrap #history .boder_ttl .ttl > span::after {
    content: none;
  }
}
.lower .lp_wrap #history .boder_ttl .ttl > span::before {
  position: absolute;
  right: 100%;
  top: 50%;
}
.lower .lp_wrap #history .boder_ttl .ttl > span::after {
  position: absolute;
  left: 100%;
  top: 50%;
}
.lower .lp_wrap #history .boder_ttl .sub {
  font-size: 13px;
  margin-top: 0.5em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .boder_ttl .sub {
    font-size: 12px;
  }
}
.lower .lp_wrap #history p.lead {
  font-size: 15px;
  text-align: center;
  max-width: 632px;
  margin: 0 auto;
}
.lower .lp_wrap #history p.lead + .products_kv,
.lower .lp_wrap #history p.lead + .history_block {
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history p.lead + .products_kv,
  .lower .lp_wrap #history p.lead + .history_block {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history p.lead {
    font-size: 12px;
    padding: 0 34px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #history p.lead {
    margin: 0 -1em;
  }
}
.lower .lp_wrap #history .products_kv {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .products_kv {
    margin-bottom: 20px;
  }
}
.lower .lp_wrap #history .products_kv .kv .block .set .set_inner {
  position: relative;
  z-index: 1;
}
.lower .lp_wrap #history .products_kv .kv .block .set .set_inner .img img {
  width: 100%;
  height: auto;
}
.lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
}
.lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .ttl {
  color: #fff;
  text-align: center;
}
.lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .ttl + .desc {
  margin-top: 2em;
}
.lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .ttl .jp {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .ttl .jp {
    font-size: 13px;
  }
}
.lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .ttl .en {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 37px;
  line-height: 1.2;
  display: block;
  margin-top: 0.2em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .ttl .en {
    font-size: 21px;
  }
}
.lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #history .products_kv .kv .block .set .set_inner .txt .desc {
    margin: 0 -1em;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #history .history_block {
    padding: 0 34px;
  }
}
.lower .lp_wrap #history .history_block .history_set + .history_set {
  margin-top: 70px;
}
.lower .lp_wrap #history .history_block .history_set .products_img + .products_catch {
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .products_img + .products_catch {
    margin-top: 15px;
  }
}
.lower .lp_wrap #history .history_block .history_set .products_img .img img {
  width: 100%;
  height: auto;
}
.lower .lp_wrap #history .history_block .history_set .products_catch + .circle_list,
.lower .lp_wrap #history .history_block .history_set .products_catch + .products_slide {
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .products_catch + .circle_list,
  .lower .lp_wrap #history .history_block .history_set .products_catch + .products_slide {
    margin-top: 25px;
  }
}
.lower .lp_wrap #history .history_block .history_set .products_catch .ttl {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}
.lower .lp_wrap #history .history_block .history_set .products_catch .ttl + .catch,
.lower .lp_wrap #history .history_block .history_set .products_catch .ttl + .price {
  margin-top: 1em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .products_catch .ttl {
    font-size: 14px;
  }
}
.lower .lp_wrap #history .history_block .history_set .products_catch .price {
  font-size: 13px;
  text-align: center;
}
.lower .lp_wrap #history .history_block .history_set .products_catch .price + .catch {
  margin-top: 1em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .products_catch .price {
    font-size: 10px;
  }
}
.lower .lp_wrap #history .history_block .history_set .products_catch .catch {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .products_catch .catch {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #history .history_block .history_set .products_catch .catch {
    margin: 0 -1em;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list {
    margin: 0 -20px 15px;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block {
    margin: 0 -10px;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block .set {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block .set {
    padding: 0 10px;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .img {
  position: relative;
  margin-bottom: 2em;
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .img img {
  margin: 0 auto;
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .img .cap {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .img .cap {
    font-size: 12px;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .img .cap > span {
  font-size: 90%;
  display: block;
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .img .cap.gray {
  color: #303030;
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .txt .ttl {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  text-align: center;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .txt .ttl {
    font-size: 12px;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .txt .desc {
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .txt .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .txt .desc {
    margin: 0 -1em;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .txt .desc.pc {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block .set .set_inner .txt .desc.sp {
    display: none;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block.slider {
  opacity: 1 !important;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block.slider .slick-arrow {
    top: 10px;
    -webkit-transform: none;
    transform: none;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block.slider .slick-arrow.nv_left {
  left: 0;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block.slider .slick-arrow.nv_left {
    left: 0;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block.slider .slick-arrow.nv_left span:before {
  top: 50%;
  right: -4px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  border-top: solid 1px #303030;
  border-right: solid 1px #303030;
  width: 20px;
  height: 20px;
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block.slider .slick-arrow.nv_right {
  right: 0;
}
@media only screen and (max-width: 640px) {
  .lower .lp_wrap #history .history_block .history_set .circle_list .block.slider .slick-arrow.nv_right {
    right: 0;
  }
}
.lower .lp_wrap #history .history_block .history_set .circle_list .block.slider .slick-arrow.nv_right span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 1px #303030;
  border-right: solid 1px #303030;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #history .history_block .history_set .products_slide {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .products_slide .block .set .img {
    padding: 30px;
  }
}
.lower .lp_wrap #history .history_block .history_set .products_slide .block.slider {
  /**
                  .slick-arrow{
                    top: calc(50% - 15px);
                    transform: translateY(-50%);
                    @include media1024{}
                    &:hover{
                      //background: rgba(255, 255, 255, 0.10);
                    }
                    &.nv_left{
                      left: 0;
                      span{
                        //padding-right: 1px;
                        &:before{
                          content: "";
                          position: absolute;
                          top: 50%;
                          //right: calc(50% - 12px);
                          //right: auto;
                          //right: 16px;//+20
                          right: -4px;
                          transform: translate(-50%, -50%) rotate(-135deg);
                          border-top: solid 1px #303030;
                          border-right: solid 1px #303030;
                          width: 20px;
                          height: 20px;
                        }
                      }
                    }
                    &.nv_right{
                      right: 0;
                      span{
                        //padding-left: 1px;
                        &:after{
                          content: "";
                          position: absolute;
                          top: 50%;
                          //right: calc(50% - 8px);
                          //right: auto;
                          //right: -6px;//+20
                          right: 14px;
                          transform: translate(-50%, -50%) rotate(45deg);
                          border-top: solid 1px #303030;
                          border-right: solid 1px #303030;
                          width: 20px;
                          height: 20px;
                        }
                      }
                    }
                  }//slick-arrow
  **/
}
.lower .lp_wrap #history .history_block .history_set .products_slide .block.slider .slick-dots li + li {
  margin-left: 15px;
}
.lower .lp_wrap #history .history_block .history_set .products_slide .block.slider .slick-dots li button {
  background-color: rgba(89, 87, 87, 0.2);
  background-color: #fff;
  border: 1px #878787 solid;
}
.lower .lp_wrap #history .history_block .history_set .products_slide .block.slider .slick-dots li.slick-active button {
  background-color: #878787;
}
.lower .lp_wrap #history .history_block .history_set .products_slide .block.slider .slick-dots li:hover {
  cursor: pointer;
}
.lower .lp_wrap #history .history_block .history_set .products_slide .block.slider .slick-dots li:hover button {
  background-color: #878787;
}
.lower .lp_wrap #history .history_block .history_set .discover {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .discover {
    font-size: 11px;
    margin-top: 25px;
  }
}
.lower .lp_wrap #history .history_block .history_set .discover span.ar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: -1px;
}
.lower .lp_wrap #history .history_block .history_set .ar_txt {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .ar_txt {
    font-size: 11px;
    margin-top: 15px;
  }
}
.lower .lp_wrap #history .history_block .history_set .ar_txt span.ar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .ar_txt.pc {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .lower .lp_wrap #history .history_block .history_set .ar_txt.sp {
    display: none;
  }
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont + .boder_ttl {
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .imgtxt_cont + .boder_ttl {
    margin-top: 25px;
  }
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set + .set {
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set + .set {
    margin-top: 40px;
  }
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner {
    display: block;
  }
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .img {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .img {
    width: 100%;
  }
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .img img {
  width: 100%;
  height: auto;
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .txt {
  width: 50%;
  text-align: center;
  padding: 1.5em;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .txt {
    width: 100%;
    padding: 1.5em 0 0;
  }
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .txt .ttl {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .txt .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .txt .desc {
  font-size: 13px;
}
@media only screen and (max-width: 900px) {
  .lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .txt .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set .set_inner .txt .desc {
    margin: 0 -1em;
  }
}
.lower .lp_wrap #history .history_block .history_set .imgtxt_cont .block .set.re .set_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.menu_nav {
  background: #a59b93;
  margin-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .menu_nav {
    margin-bottom: 35px;
  }
}
.menu_nav .main_width {
  max-width: 856px;
}
.menu_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 80px;
}
@media only screen and (max-width: 640px) {
  .menu_nav ul {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 480px) {
  .menu_nav ul {
    padding: 0;
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 400px) {
  .menu_nav ul {
    margin: 0;
  }
}
.menu_nav ul li {
  font-family: "Jost", "秀英角ゴシック銀 L", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .menu_nav ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .menu_nav ul li {
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .menu_nav ul li {
    padding: 0;
  }
}
.menu_nav ul li span,
.menu_nav ul li a {
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 1.15em 0;
}
.menu_nav ul li span::before,
.menu_nav ul li a::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  content: "";
  background: #3c3a3a;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}
.menu_nav ul li.current span::before,
.menu_nav ul li.current a::before {
  opacity: 1;
}
@media only screen and (min-width: 901px) {
  .menu_nav ul li:hover span::before,
  .menu_nav ul li:hover a::before {
    opacity: 1;
  }
}
.menu_nav.fixed {
  position: fixed;
  z-index: 4;
  top: 105px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .menu_nav.fixed {
    top: 45px;
  }
}
.menu_nav.out {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
  z-index: 2;
  top: 105px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .menu_nav.out {
    top: 45px;
  }
}
.fixed_menu_nav .menu_nav.out {
  -webkit-transform: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .historyPage .menu_nav {
    margin-bottom: 0;
  }
}

.pc_close {
  position: absolute;
  bottom: 100%;
  left: 100%;
}
@media only screen and (max-width: 1200px) {
  .pc_close {
    display: none;
  }
}
.pc_close a {
  font-size: 32px;
  line-height: 1;
}

.history_anchor.pc {
  width: 270px;
  position: absolute;
  top: 0;
  right: 100%;
  padding-left: 16px;
}
@media only screen and (max-width: 1200px) {
  .history_anchor.pc {
    display: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .history_anchor.pc {
    width: 200px;
  }
}
.history_anchor .anchor_list_wrap ul li {
  font-size: 12px;
}
.history_anchor .anchor_list_wrap ul li + li {
  margin-top: 2em;
}
.history_anchor .anchor_list_wrap ul li a {
  position: relative;
  padding-bottom: 0.3em;
}
.history_anchor .anchor_list_wrap ul li a::after {
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  width: 0;
  height: 2px;
}
@media only screen and (min-width: 901px) {
  .history_anchor .anchor_list_wrap ul li a:hover::after {
    width: 100%;
  }
}
.history_anchor .anchor_list_wrap ul li.active a::after {
  width: 100%;
}
.history_anchor.out {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-180%);
  transform: translateY(-180%);
  position: fixed;
  z-index: 1;
  top: 190px;
  left: calc(50% - 682px);
}
@media only screen and (max-width: 1400px) {
  .history_anchor.out {
    left: calc(50% - 612px);
  }
}
.fixed_anc .history_anchor.out {
  display: block;
  -webkit-transform: none;
  transform: none;
}
.history_anchor.none {
  display: none !important;
}

.anchor_adjust {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .anchor_adjust {
    margin-top: 40px;
  }
}
.anchor_adjust .inn {
  width: 100%;
  height: 5px;
  position: absolute;
  top: -110px;
}
@media only screen and (max-width: 900px) {
  .anchor_adjust .inn {
    top: -80px;
  }
}
.anchor_adjust.mt0 {
  margin-top: 0;
}

body.loading {
  overflow: hidden;
  height: 100vh;
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #ccc5c1;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#loading .spinner {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/**
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  color: #a59b93;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
**/
.diagnosis {
  padding: 70px 0;
}
@media only screen and (max-width: 900px) {
  .diagnosis {
    padding: 50px 0 60px;
    margin: 0 -50px;
  }
}
@media only screen and (max-width: 640px) {
  .diagnosis {
    margin: 0;
  }
}
.diagnosis .diagnosis_inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 686px;
  padding: 0 16px;
}
.diagnosis .diagnosis_inner .diagnosis_link .top_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 40px;
  margin-bottom: 30px;
}
.diagnosis .diagnosis_inner .diagnosis_link .top_link a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  padding-right: 1.8em;
}
@media only screen and (max-width: 900px) {
  .diagnosis .diagnosis_inner .diagnosis_link .top_link a {
    font-size: 16px;
    padding-right: 1.9em;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .top_link a::after {
  content: none;
  background: url(/assets/images/sumire2022/ar_btm.svg) no-repeat center center;
  background-size: 20px 14px;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 0;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.diagnosis .diagnosis_inner .diagnosis_link .top_link a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 901px) {
  .diagnosis .diagnosis_inner .diagnosis_link .top_link a:hover {
    opacity: 0.7;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .start {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  border: 1px #707070 solid;
  padding: 30px 0 35px 40px;
}
@media only screen and (max-width: 768px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start {
    padding: 30px 24px 35px 24px;
  }
}
@media only screen and (max-width: 640px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start {
    padding: 20px 20px 25px 20px;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .start h2 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start h2 {
    font-size: 15px;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .start p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start p {
    font-size: 10px;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .start a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 16px;
  color: #fff;
  background: #727271;
  display: inline-block;
  max-width: 338px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 1.4em;
}
@media only screen and (max-width: 768px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start a {
    max-width: none;
    font-size: 14px;
    padding: 1.4em;
  }
}
@media only screen and (max-width: 640px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start a {
    padding: 1.2em;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .start a::after {
  content: "";
  background: url(/assets/images/sumire2022/ar_white.svg) no-repeat center center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: calc(50% + 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start a::after {
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .start a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 901px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 900px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start a.pc {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start a.sp {
    display: none;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .start .img {
  max-width: 45px;
  position: absolute;
  bottom: 32px;
  left: calc(50% - 230px);
}
@media only screen and (max-width: 768px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start .img {
    max-width: 30px;
    bottom: 110px;
    left: calc(50% - 132px);
  }
}
@media only screen and (max-width: 640px) {
  .diagnosis .diagnosis_inner .diagnosis_link .start .img {
    max-width: 20px;
    bottom: 90px;
    left: calc(50% - 100px);
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .btm_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .diagnosis .diagnosis_inner .diagnosis_link .btm_link {
    margin-top: 30px;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .btm_link a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 12px;
  color: #333;
  line-height: 1.4;
  padding-right: 3.5em;
}
@media only screen and (max-width: 900px) {
  .diagnosis .diagnosis_inner .diagnosis_link .btm_link a {
    padding-right: 2.5em;
  }
}
@media only screen and (max-width: 640px) {
  .diagnosis .diagnosis_inner .diagnosis_link .btm_link a {
    font-size: 10px;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .btm_link a::after {
  content: "";
  background: url(/assets/images/sumire2022/ar_black.svg) no-repeat center center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% + 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .diagnosis .diagnosis_inner .diagnosis_link .btm_link a::after {
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .btm_link a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 901px) {
  .diagnosis .diagnosis_inner .diagnosis_link .btm_link a:hover {
    opacity: 0.7;
  }
}
.diagnosis .diagnosis_inner .diagnosis_link .btm_link a .txt {
  position: relative;
  padding-bottom: 4px;
}
.diagnosis .diagnosis_inner .diagnosis_link .btm_link a .txt::before {
  content: "";
  background: #211815;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
