@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@600&family=Urbanist:wght@100..900&display=swap");
.backlink, .detail_sec .sec_shoplist .link, .detail_titlearea h1, footer .copy, footer .foot_sns dt, .info_area .info_cont .link, header .head_link ul.lang li, .sec_cont h2 {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.detail_sec .sec_titlearea h2, .detail_titlearea h1 span, .info_area .info_cont h3, .lead_area h1, .sec_cont h2 span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.info_area h2, .lead_area .head_sns, .lead_area h1, header .head_link {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info_area.show h2, .lead_area .head_sns.show, .lead_area.show h1, header .head_link.show, header .logo.show {
  opacity: 1;
  transform: translate(0);
}

/******* reset.scss *******/
html {
  font-size: 62.5%;
}

html,
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
  color: #343131;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 180%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

fieldset, img, abbr {
  border: none;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

a {
  color: #343131;
  text-decoration: none;
}
a:hover {
  color: #343131;
}

img {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address {
    font-size: 13px;
    line-height: 160%;
  }
  .sp {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
body.fade:after {
  opacity: 1;
}

#luxy {
  text-align: left;
}
#luxy:before {
  background-color: #343131;
  content: "";
  height: 85%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #luxy:before {
    height: 90vh;
    width: 4px;
  }
  #luxy.scroll:before {
    height: 90svh;
  }
}
@media screen and (min-width: 768px) {
  #luxy:before {
    height: 80%;
    width: 8px;
  }
}

.sec_cont {
  max-width: 1134px;
  margin: 0 auto;
}
.sec_cont h2 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_cont {
    max-width: 87.5%;
  }
  .sec_cont h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec_cont h2 span {
    font-size: 11px;
    margin-left: 11px;
  }
}
@media screen and (min-width: 768px) {
  .sec_cont h2 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .sec_cont h2 span {
    font-size: 20px;
    margin-left: 20px;
  }
}

header:before {
  background-color: #fff;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
header .logo {
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  width: 548px;
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), width 1s ease;
}
header .head_link ul {
  display: flex;
  justify-content: space-between;
}
header .head_link ul.lang {
  justify-content: center;
}
header .head_link ul.lang li {
  font-size: 14px;
}
header .head_link ul.lang li:first-child {
  margin-right: 11px;
}
header .head_link ul.lang li:first-child:after {
  background-color: #7C7C7C;
  content: "";
  height: 10px;
  display: inline-block;
  margin-left: 9px;
  width: 1px;
}
header .head_link ul.lang li a {
  color: #000;
}
header .head_link ul.lang li a.c {
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  header:before {
    height: 600px;
    width: 4px;
    z-index: 3;
  }
  header .logo {
    width: 269px;
  }
  header.scroll:before {
    display: none;
  }
  header.scroll .logo {
    width: 146px;
  }
  header.scroll .head_link ul.lang {
    top: 10px;
  }
  header.scroll .head_link .head_sns {
    display: none;
  }
  header .head_link {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
  }
  header .head_link ul.lang {
    position: absolute;
    top: 35px;
    right: 15px;
    width: 45px;
    z-index: 5;
  }
  header .head_link ul.lang li {
    font-size: 12px;
  }
  header .head_link ul.lang li:first-child {
    margin-right: 8px;
  }
  header .head_link ul.lang li:first-child:after {
    mix-blend-mode: multiply;
    margin-left: 7px;
  }
  header .head_link ul.lang li a {
    mix-blend-mode: multiply;
  }
  header .head_link .head_sns {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header:before {
    height: 155px;
    width: 8px;
  }
  header.scroll:before {
    display: none;
  }
  header.scroll .logo {
    width: 368px;
  }
  header .head_link {
    padding-left: 42px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 4;
  }
  header .head_link .lang {
    margin: 0 auto 25px;
    width: 56px;
  }
  header .head_link .head_sns {
    width: 72px;
  }
  header .head_link .head_sns li a {
    transition: opacity 0.8s ease-out;
  }
  header .head_link .head_sns li a:hover {
    opacity: 0.8;
  }
}

#luxy.detail header .logo {
  width: 368px;
}
@media screen and (max-width: 767px) {
  #luxy.detail header:before {
    height: 70px;
  }
  #luxy.detail header .logo {
    width: 146px;
  }
  #luxy.detail header .head_link .lang li a {
    color: #000;
  }
  #luxy.detail header .head_link .head_sns {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #luxy.detail header.scroll .logo {
    width: 368px;
  }
}

.mv_area {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.mv_area:before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
}
.mv_area .mv {
  overflow: hidden;
  position: relative;
}
.mv_area .mv div {
  height: 100%;
}
.mv_area .mv img {
  object-fit: cover;
  object-position: 50% 100%;
  min-height: 100%;
  max-width: 110%;
  width: 110%;
}
.mv_area .mv_logo {
  position: absolute;
  bottom: -4%;
  z-index: 3;
  overflow: hidden;
}
.mv_area .mv_logo .mv_logo_box {
  display: flex;
  width: max-content;
}
.mv_area .mv_logo .mv_logo_box img {
  height: auto;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mv_area {
    margin-bottom: 100px;
    padding: 10px 10px 0;
  }
  .mv_area:before {
    height: 570px;
    top: 60px;
    width: 4px;
  }
  .mv_area .mv img {
    object-fit: cover;
    max-height: 600px;
    max-width: 255vw;
    width: 255vw;
  }
  .mv_area .mv div.slick-slide img {
    transform: translateX(-20%);
  }
  .mv_area .mv div.slick-slide.slick-current img {
    transform: translateX(-15%);
    animation: mv_anime_sp 5.5s ease-out 0.5s forwards;
  }
  .mv_area .mv_logo {
    transform: translateY(60%);
    animation: mv_logo_anime_sp 1s ease-out 2s forwards;
  }
  .mv_area .mv_logo .mv_logo_box img {
    max-height: 103px;
  }
  .mv_area .mv_logo .mv_logo_box.loop {
    animation: scrollLoop 65s linear infinite;
  }
}
@media screen and (min-width: 768px) {
  .mv_area {
    height: calc(100vh - 20px);
    padding-top: 20px;
    padding-left: 155px;
  }
  .mv_area:before {
    height: 54vh;
    top: 130px;
    width: 8px;
  }
  .mv_area .mv {
    height: calc(100vh - 20px);
  }
  .mv_area .mv div.slick-slide img {
    transform: translateX(-5%);
  }
  .mv_area .mv div.slick-slide.slick-current img {
    transform: translateX(0);
    animation: mv_anime 5.5s ease-out 0.5s forwards;
  }
  .mv_area .mv_logo {
    left: 150px;
    transform: translateY(60%);
    animation: mv_logo_anime 1s ease-out 2s forwards;
  }
  .mv_area .mv_logo .mv_logo_box img {
    max-height: 195px;
  }
  .mv_area .mv_logo .mv_logo_box.loop {
    animation: scrollLoop 65s linear infinite;
  }
}

@keyframes mv_anime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5%);
  }
}
@keyframes mv_anime_sp {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(-20%);
  }
}
@keyframes mv_logo_anime {
  0% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(3%);
  }
}
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes mv_logo_anime_sp {
  0% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(0);
  }
}
.lead_area .sec_cont {
  margin: 0 auto;
  position: relative;
}
.lead_area .lead_bg {
  position: absolute;
  top: 0;
  left: 0;
}
.lead_area h1 {
  line-height: 140%;
  position: relative;
}
.lead_area .lead_txt_area {
  position: relative;
}
.lead_area .lead_txt_area p {
  line-height: 220%;
}
.lead_area .pict01,
.lead_area .pict02,
.lead_area .pict03 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lead_area .head_sns {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 162vw;
    right: 20px;
    width: 72px;
  }
  .lead_area .sec_cont {
    padding-top: 20px;
    padding-bottom: 610px;
  }
  .lead_area .lead_bg {
    top: 0;
    left: -72vw;
    width: 165vw;
  }
  .lead_area h1 {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .lead_area .pict01 {
    left: -6vw;
    bottom: 150px;
    width: 188px;
  }
  .lead_area .pict02 {
    right: -6.2vw;
    bottom: 235px;
    width: 142px;
  }
  .lead_area .pict03 {
    right: -6.2vw;
    bottom: -30px;
    width: 334px;
  }
  .lead_area .lead_txt_area {
    margin: 0 auto;
    width: 65.6vw;
  }
  .lead_area .lead_txt_area p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .lead_area .head_sns {
    display: none;
  }
  .lead_area .sec_cont {
    padding-top: 170px;
    padding-bottom: 320px;
    max-width: 1134px;
  }
  .lead_area .lead_bg {
    top: -30px;
  }
  .lead_area h1 {
    font-size: 46px;
    margin-bottom: 75px;
  }
  .lead_area .pict01 {
    left: 0;
    bottom: 20px;
    width: 284px;
  }
  .lead_area .pict02 {
    right: -30px;
    top: 130px;
    width: 397px;
  }
  .lead_area .pict03 {
    right: 0;
    bottom: -40px;
    width: 395px;
  }
  .lead_area .lead_txt_area {
    margin: 0 auto;
    width: 450px;
  }
  .lead_area .lead_txt_area p {
    margin-bottom: 40px;
  }
}

.sec_pict {
  position: relative;
  overflow: hidden;
}
.sec_pict img {
  position: absolute;
  top: 50%;
  margin-top: -24%;
}
@media screen and (max-width: 767px) {
  .sec_pict {
    height: 200px;
    margin-bottom: 35px;
  }
  .sec_pict img {
    top: 220px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_pict {
    margin-bottom: 100px;
    height: 500px;
  }
}

.movie_area .movie {
  aspect-ratio: 16/9;
  width: 100%;
}
.movie_area .movie iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie_area {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 768px) {
  .movie_area {
    margin-bottom: 150px;
  }
}

.info_area h2 span {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 46px;
  width: 597px;
  background: url("../img/info_title.svg");
  margin: 0;
}
.info_area h2:after {
  background-color: #343131;
  content: "";
  display: block;
}
.info_area h2.eng span {
  background: url("../img/info_title_eng.svg");
  height: 54px;
  width: 811px;
}
.info_area.show h2:after {
  animation: info_title_border 1.5s ease-out 0.5s forwards;
  width: 0;
}
@keyframes info_title_border {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.info_area .info_scroll_area {
  position: relative;
}
.info_area .info_scroll_area .info_scroll_pict {
  position: sticky;
  top: 60px;
  left: 0;
  z-index: 4;
}
.info_area .info_scroll_area .info_scroll_pict div {
  border-radius: 5px;
  overflow: hidden;
  height: 738px;
  height: 86vh;
  padding: 0;
  margin: 0;
  position: relative;
  width: 637px;
}
.info_area .info_scroll_area .info_scroll_pict div img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
  object-fit: cover;
  height: 100%;
}
.info_area .info_scroll_area .info_scroll_pict div.info01 img.info01 {
  opacity: 1;
}
.info_area .info_scroll_area .info_scroll_pict div.info02 img.info02 {
  opacity: 1;
}
.info_area .info_scroll_area .info_scroll_pict div.info03 img.info03 {
  opacity: 1;
}
.info_area .info_cont {
  position: relative;
}
.info_area .info_cont .bg_pict {
  position: absolute;
  top: 20px;
  left: 0;
}
.info_area .info_cont h3 {
  line-height: 140%;
  position: relative;
}
.info_area .info_cont p {
  position: relative;
}
.info_area .info_cont p.lead_txt {
  border-right: 1px solid #343131;
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.info_area .info_cont .link {
  font-weight: 700;
  max-width: 170px;
}
.info_area .info_cont .link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_area .info_cont .link a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 44px;
  width: 59px;
  aspect-ratio: 4/3;
  background: url(../img/icon.png) no-repeat 0 0/contain;
}
.info_area .info_cont .pict01,
.info_area .info_cont .pict02 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .info_area {
    margin-bottom: 60px;
  }
  .info_area h2 {
    margin-bottom: 50px;
    width: 290px;
  }
  .info_area h2 span {
    background-size: 100%;
    height: 19px;
    width: 240px;
  }
  .info_area h2:after {
    height: 2px;
    margin-top: 15px;
  }
  .info_area h2.eng span {
    background-size: 100%;
    height: 18px;
    width: 280px;
  }
  .info_area .info_scroll_pict_wrap {
    display: none;
  }
  .info_area .info_cont {
    margin-bottom: 60px;
  }
  .info_area .info_cont:last-of-type {
    margin-bottom: 0;
  }
  .info_area .info_cont .bg_pict {
    top: 64vw;
    left: -100px;
    width: 320px;
  }
  .info_area .info_cont .sppict {
    margin-bottom: 140px;
    position: relative;
  }
  .info_area .info_cont h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .info_area .info_cont p.info_txt {
    margin-bottom: 30px;
  }
  .info_area .info_cont p.lead_txt {
    right: -6vw;
  }
  .info_area .info_cont .pict01 {
    top: 360px;
    right: 110px;
    width: 85px;
  }
  .info_area .info_cont .pict02 {
    top: 310px;
    right: 10px;
    width: 85px;
  }
  .info_area .info_cont .link {
    margin-left: auto;
    max-width: 135px;
  }
  .info_area .info_cont .link a:after {
    height: 32px;
    width: 43px;
  }
}
@media screen and (min-width: 768px) {
  .info_area h2 {
    margin-bottom: 140px;
    width: 780px;
  }
  .info_area h2 span {
    height: 46px;
    width: 597px;
  }
  .info_area h2:after {
    height: 4px;
    margin-top: 25px;
  }
  .info_area h2.eng {
    width: 830px;
  }
  .info_area .info_scroll_area {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
  }
  .info_area .info_scroll_area .info_scroll_pict_wrap {
    width: 637px;
  }
  .info_area .info_scroll_area .info_cont_wrap {
    max-width: 430px;
    width: 40%;
  }
  .info_area .info_cont {
    padding-top: 440px;
    margin-bottom: 240px;
  }
  .info_area .info_cont:last-of-type {
    margin-bottom: 0;
  }
  .info_area .info_cont .bg_pict {
    top: 80px;
    left: -140px;
    width: 470px;
  }
  .info_area .info_cont .sppict {
    display: none;
  }
  .info_area .info_cont h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .info_area .info_cont p.info_txt {
    margin-bottom: 35px;
  }
  .info_area .info_cont .pict01 {
    top: 0;
    left: 0;
    width: 150px;
  }
  .info_area .info_cont .pict02 {
    top: 120px;
    left: 200px;
    width: 150px;
  }
  .info_area .info_cont .link a {
    transition: all 0.6s;
  }
  .info_area .info_cont .link a:hover {
    opacity: 0.8;
  }
}

.access_area .map {
  z-index: 0;
}
footer {
  background-color: #343131;
  position: relative;
  z-index: 5;
}
footer .foot_cont {
  margin: 0 auto;
}
footer .foot_cont p {
  color: #fff;
}
footer .foot_sns {
  display: flex;
}
footer .foot_sns dt {
  color: #fff;
  font-weight: 600;
}
footer .copy {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0 40px;
  }
  footer .foot_cont {
    max-width: 68vw;
  }
  footer .logo_area p {
    margin-top: 40px;
  }
  footer .logo_area p:last-child {
    margin-top: 20px;
  }
  footer .foot_sns {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 0;
  }
  footer .foot_sns dt {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  footer .foot_sns dd {
    margin: 0 10px;
  }
  footer .copy {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 80px 0 60px;
  }
  footer .foot_cont {
    max-width: 990px;
  }
  footer .logo_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .logo_area p:last-child {
    margin-top: 30px;
  }
  footer .foot_sns {
    align-items: center;
    margin: -20px 0 50px;
  }
  footer .foot_sns dt {
    margin-right: 40px;
  }
  footer .foot_sns dd:last-of-type {
    margin-left: 20px;
  }
}

.detail_titlearea {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.detail_titlearea h1 {
  font-weight: 600;
}
.detail_titlearea h1 span {
  display: block;
}
@media screen and (max-width: 767px) {
  .detail_titlearea {
    padding-top: 100px;
    max-width: 87.5%;
  }
  .detail_titlearea h1 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 30px;
  }
  .detail_titlearea h1 span {
    font-size: 11px;
  }
  .detail_titlearea p {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .detail_titlearea {
    padding-top: 175px;
    padding-right: 77px;
    margin-left: 195px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail_titlearea h1 {
    margin-right: 90px;
    font-size: 40px;
    min-width: 400px;
    line-height: 130%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1340px) {
  .detail_titlearea h1 {
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .detail_titlearea h1 span {
    font-size: 16px;
  }
  .detail_titlearea p {
    font-size: 17px;
    max-width: 570px;
    width: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1340px) {
  .detail_titlearea p {
    width: 40%;
  }
}

.detail_sec .sec_cont {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.detail_sec .bg_pict {
  position: absolute;
  top: 0;
}
.detail_sec .sec_titlearea {
  position: relative;
}
.detail_sec .sec_shoplist {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.detail_sec .sec_shoplist .sec_shop a {
  display: block;
  position: relative;
}
.detail_sec .sec_shoplist .sec_shoppict {
  border-radius: 5px;
}
.detail_sec .sec_shoplist .sec_logo {
  border: 1px solid #E8E8E8;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_sec .sec_shoplist .sec_logo img {
  width: 85%;
}
.detail_sec .sec_shoplist h3 {
  line-height: 150%;
}
.detail_sec .sec_shoplist h3 span {
  color: #838383;
  display: block;
}
.detail_sec .sec_shoplist .link {
  font-weight: 700;
  max-width: 170px;
  margin-left: auto;
}
.detail_sec .sec_shoplist .link span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_sec .sec_shoplist .link span:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 44px;
  width: 59px;
  aspect-ratio: 4/3;
  background: url(../img/icon.png) no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .detail_sec {
    margin-top: 50px;
  }
  .detail_sec .sec_cont {
    padding-top: 80px;
  }
  .detail_sec .bg_pict {
    left: -260px;
    width: 445px;
  }
  .detail_sec .bg_pict.bg_pict02 {
    top: 90px;
  }
  .detail_sec .bg_pict.bg_pict03 {
    top: 100px;
  }
  .detail_sec .sec_titlearea {
    box-sizing: border-box;
    max-width: 87.5%;
    margin: 0 auto 50px;
    padding-left: 120px;
  }
  .detail_sec .sec_titlearea h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .detail_sec .sec_titlearea p {
    font-size: 12px;
  }
  .detail_sec .sec_shoplist {
    max-width: 87.5%;
    margin: 0 auto;
  }
  .detail_sec .sec_shoplist .sec_shop {
    margin: 40px 6% 0 0;
    width: 47%;
  }
  .detail_sec .sec_shoplist .sec_shop .sec_shoppict {
    overflow: hidden;
  }
  .detail_sec .sec_shoplist .sec_shop:nth-of-type(2n) {
    margin-right: 0;
  }
  .detail_sec .sec_shoplist .sec_shop:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .detail_sec .sec_shoplist .logo_wrap {
    position: relative;
  }
  .detail_sec .sec_shoplist .sec_logo {
    top: -60px;
    left: 5px;
    height: 50px;
    width: 50px;
  }
  .detail_sec .sec_shoplist .sec_logo img {
    width: 30px;
  }
  .detail_sec .sec_shoplist h3 {
    font-size: 12px;
    margin: 20px 0 20px 0;
  }
  .detail_sec .sec_shoplist h3 span {
    font-size: 11px;
  }
  .detail_sec .sec_shoplist p {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .detail_sec .sec_shoplist .link {
    font-size: 11px;
    width: 100px;
  }
  .detail_sec .sec_shoplist .link span:after {
    height: 24px;
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  .detail_sec {
    margin-top: -40px;
  }
  .detail_sec .sec_cont {
    padding-top: 220px;
    padding-right: 77px;
    margin-left: 155px;
  }
  .detail_sec .bg_pict {
    top: -30px;
    left: -450px;
    width: 695px;
  }
  .detail_sec .bg_pict.bg_pict02 {
    top: 30px;
  }
  .detail_sec .bg_pict.bg_pict03 {
    top: 60px;
  }
  .detail_sec .sec_titlearea {
    margin-bottom: 100px;
    padding-left: 355px;
  }
  .detail_sec .sec_titlearea h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .detail_sec .sec_shoplist {
    padding-left: 40px;
  }
  .detail_sec .sec_shoplist .sec_shop {
    margin: 100px 5.6% 0 0;
    width: 29.6%;
  }
  .detail_sec .sec_shoplist .sec_shop .sec_shoppict {
    overflow: hidden;
  }
  .detail_sec .sec_shoplist .sec_shop .sec_shoppict img {
    transition: transform 0.6s ease;
  }
  .detail_sec .sec_shoplist .sec_shop:nth-of-type(3n) {
    margin-right: 0;
  }
  .detail_sec .sec_shoplist .sec_shop:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .detail_sec .sec_shoplist .sec_shop a:hover .sec_shoppict .slick-active img {
    transform: scale(1.1);
  }
  .detail_sec .sec_shoplist .sec_shop a:hover .link {
    opacity: 0.8;
  }
  .detail_sec .sec_shoplist .logo_wrap {
    position: relative;
  }
  .detail_sec .sec_shoplist .sec_logo {
    top: -25px;
    left: 10px;
    height: 90px;
    width: 90px;
  }
  .detail_sec .sec_shoplist h3 {
    font-size: 14px;
    margin: 10px 0 35px 120px;
  }
  .detail_sec .sec_shoplist h3 span {
    font-size: 12px;
  }
  .detail_sec .sec_shoplist p {
    font-size: 14px;
    margin: 0 10px 30px;
  }
  .detail_sec .sec_shoplist .link {
    font-size: 15px;
    margin-right: 10px;
    width: 135px;
    transition: all 0.5s;
  }
  .detail_sec .sec_shoplist .link span:after {
    height: 32px;
    width: 43px;
  }
}

.backlink {
  font-weight: 700;
}
.backlink a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.backlink a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 58px;
  width: 77px;
  aspect-ratio: 4/3;
  background: url(../img/icon.png) no-repeat 0 0/contain;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .backlink {
    font-size: 13px;
    margin: 50px 10px 50px auto;
    width: 85px;
  }
  .backlink a:before {
    height: 32px;
    width: 43px;
  }
}
@media screen and (min-width: 768px) {
  .backlink {
    font-size: 18px;
    margin: 120px auto;
    width: 130px;
  }
}