@charset "utf-8";

@-moz-keyframes slidePc {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-161.64vw, 0, 0) rotate(0deg);
  }
}

@-webkit-keyframes slidePc {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-161.64vw, 0, 0) rotate(0deg);
  }
}

@-o-keyframes slidePc {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-161.64vw, 0, 0) rotate(0deg);
  }
}

@keyframes slidePc {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-161.64vw, 0, 0) rotate(0deg);
  }
}

@-moz-keyframes slideSp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-220vw, 0, 0) rotate(0deg);
  }
}

@-webkit-keyframes slideSp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-220vw, 0, 0) rotate(0deg);
  }
}

@-o-keyframes slideSp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-220vw, 0, 0) rotate(0deg);
  }
}

@keyframes slideSp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-220vw, 0, 0) rotate(0deg);
  }
}

@-moz-keyframes arrowRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes arrowRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(0);
  }
}

@-o-keyframes arrowRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes arrowRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(0);
  }
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3 {
  text-transform: initial;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif;
}

.global_wrap {
  overflow: hidden;
}

.halfIndent {
  display: inline-block;
  text-indent: -0.5em;
}

.indent {
  display: inline-block;
  text-indent: -1em;
}

.jsInviewFade {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsInviewFade.inviewd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.jsInviewFade-order {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.no_scroll {
  position: fixed;
  width: 100%;
  height: 100%;
}

.credit {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.credit_list {
  display: block;
  color: #fff;
  font-size: 1.09vw;
  font-family: 'Helvetica', sans-serif;
}

.credit_list:not(:last-child) {
  margin-bottom: 0.5em;
}

.credit_list:not(:first-child) .credit_gender {
  margin-top: 3.13vw;
}

.credit_list > div {
  display: inline-block;
}

.credit_list > div > span {
  pointer-events: none;
  border-bottom: none;
}

.credit_gender {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.credit_name,
.credit_brand {
  margin-right: 0.5em;
  font-weight: bold;
}

.credit_price {
  margin-right: 0.5em;
}

.credit_link {
  color: #fff;
  font-weight: bold;
  padding-bottom: 0.16vw;
  border-bottom: 0.08vw solid #fff;
  transition: 0.3s opacity;
}

.fade {
  opacity: 0;
  transition: 1s opacity;
}

.fade.faded {
  opacity: 1;
}

.inview {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.inview.inviewd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.header #hamburger_btn {
  width: 3.67vw;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  position: fixed;
  top: 2.73vw;
  right: 2.58vw;
  z-index: 100;
}

.header #hamburger_btn.is-active span {
  background: #fff;
}

.header #hamburger_btn.is-active span:first-child {
  transform: translateY(1.33vw) rotate(-45deg);
}

.header #hamburger_btn.is-active span:nth-child(2) {
  opacity: 0;
}

.header #hamburger_btn.is-active span:last-child {
  transform: translateY(-1.33vw) rotate(45deg);
}

.header #hamburger_btn span {
  display: inline-block;
  width: 100%;
  height: 0.16vw;
  box-shadow: 1px 1px 5px #333;
  background: #fff;
  transition: 0.3s all;
}

.header #hamburger_btn span:nth-child(1),
.header #hamburger_btn span:nth-child(3) {
  transform-origin: center;
}

.header #hamburger_btn span:nth-child(2) {
  transform-origin: right;
}

.header #hamburger_btn span:not(:last-child) {
  margin-bottom: 1.17vw;
}

.header #header_menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background: #fff;
}

.header #header_menu .menu_container {
  display: flex;
  width: 100%;
  height: 100%;
}

.header #header_menu .menu_container .menu {
  width: 50%;
  height: 100%;
  position: relative;
  transition: 0.3s opacity;
}

.header #header_menu .menu_container .menu_orange {
  background: #fff;
}

.header #header_menu .menu_container .menu_orange .menu_more {
  color: #000;
}

.header #header_menu .menu_container .menu_orange .menu_more span {
  border-bottom: 1px solid #000;
}

.header #header_menu .menu_container .menu_purple {
  background: #000;
}

.header #header_menu .menu_container .menu_purple .menu_more {
  color: #fff;
}

.header #header_menu .menu_container .menu_purple .menu_more span {
  border-bottom: 1px solid #fff;
}

.header #header_menu .menu_container .menu_box {
  display: inline-block;
}

.header #header_menu .menu_container .menu_logo {
  margin: 0 auto 30px;
}

.header #header_menu .menu_container .menu_more {
  font-family: 'Helvetica', sans-serif;
  text-align: center;
  font-weight: bold;
}

.header #header_menu .menu_container .menu_more:after {
  content: ">";
  display: inline-block;
  margin-left: 0.7em;
  position: relative;
  top: -0.12em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif;
  animation: arrowRight 2s ease infinite;
}

.footer {
  background: #fff;
}

.footer_logo {
  text-align: center;
}

.footer .follow_us {
  text-align: center;
}

.footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .sns a:first-child {
  margin-right: 40px;
}

.footer .copy {
  text-align: center;
}

.kv_bg {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 1s ease-in-out, transform 0.8s;
}

.kv_bg.loaded {
  opacity: 1;
  transform: scale(1);
}

.kv_title {
  opacity: 0;
  transition-delay: 1s;
  transition-duration: 1s;
}

.kv_title.loaded {
  opacity: 1;
}

.kv_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: #b8b1a0;
}

.kv_bg {
  width: 100%;
  height: 54.69vw;
  background: url("../img/purplelabel/kv.jpg") no-repeat center;
  background-size: cover;
}

.kv_title {
  display: inline-block;
  position: absolute;
}

.nouvelle_wrapper {
  background: #b8b1a0;
}

.nouvelle_wrapper .inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 90px;
}

.nouvelle_contents {
  display: flex;
  align-items: center;
}

.nouvelle_txt {
  width: 465px;
  margin-right: 83px;
}

.nouvelle_txt .nouvelle_title {
  margin-bottom: 50px;
}

.nouvelle_txt_1 {
  font-size: 1.6rem;
  line-height: 2;
}

.nouvelle_img {
  position: relative;
  width: 434px;
}

.coordinate_wrapper {
  background: #b8b1a0;
}

.coordinate_list {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.coordinate_list img {
  width: 100%;
}

.coordinate_bg {
  z-index: 0;
}

.coordinate_list_box2 {
  position: relative;
}

.coordinate_list_box3 {
  position: relative;
}

.coordinate_list_box4 {
  position: relative;
}

.coordinate_list_box5 {
  position: relative;
}

.coordinate_list_box6 {
  position: relative;
}

#sp_modal {
  background: #b8b1a0;
}

.footer {
  border-top: 1px solid #000;
  background-color: #b8b1a0;
}

@media print, screen and (min-width: 769px) {
  br.forPC,
  img.forPC {
    display: inline;
  }

  br.forTAB,
  img.forTAB,
  br.forSP,
  img.forSP,
  br.forSP_small,
  img.forSP_small {
    display: none;
  }

  .coordinate_list.coordinate_bg:after {
    display: none;
  }

  .coordinate_list:after,
  .nouvelle_img:after {
    position: absolute;
    content: "";
    background: url("../img/plus.svg") no-repeat;
    background-size: contain;
    width: 3.52vw;
    height: 3.52vw;
    bottom: 1.17vw;
    right: 1.17vw;
    transition: 0.3s opacity;
    pointer-events: none;
  }

  .coordinate_list:hover:after,
  .nouvelle_img:hover:after {
    opacity: 0;
  }

  .coordinate_list.parallax:after {
    display: none;
  }

  .coordinate_list.parallax .parallax_inner:after {
    position: absolute;
    content: "";
    background: url("../img/plus.svg") no-repeat;
    background-size: contain;
    width: 3.52vw;
    height: 3.52vw;
    bottom: 1.17vw;
    right: 1.17vw;
    transition: 0.3s opacity;
    pointer-events: none;
  }

  .coordinate_list.parallax .parallax_inner:hover:after {
    opacity: 0;
  }

  .credit {
    opacity: 0;
    transition: 0.3s all;
  }

  .credit:hover {
    opacity: 1;
  }

  .credit_box {
    position: absolute;
    left: 1.17vw;
    bottom: 1.17vw;
    margin-right: 1.17vw;
    line-height: 1.6;
  }

  .credit_box.lower_right {
    left: auto;
    right: 1.17vw;
    margin-right: 0;
    margin-left: 1.17vw;
  }

  .credit_box.top_right {
    left: auto;
    bottom: auto;
    right: 1.17vw;
    top: 1.17vw;
    margin-right: 0;
    margin-left: 1.17vw;
  }

  .credit_box.top_left {
    bottom: auto;
    right: 1.17vw;
    top: 1.17vw;
  }

  .credit_link:hover {
    opacity: 0.7;
  }

  .header #hamburger_btn:hover span:nth-child(2) {
    transform: scaleX(0.7);
  }

  .header #header_menu .menu_container .menu {
    padding: 0 30px;
  }

  .header #header_menu .menu_container .menu:hover {
    opacity: 0.7;
  }

  .header #header_menu .menu_container .menu_orange {
    display: flex;
    justify-content: flex-end;
  }

  .header #header_menu .menu_container .menu_box {
    position: relative;
    top: 18%;
  }

  .header #header_menu .menu_container .menu_img {
    max-width: 420px;
  }

  .header #header_menu .menu_container .menu_logo {
    max-width: 290px;
  }

  .header #header_menu .menu_container .menu_more {
    font-size: 1.02vw;
    margin-top: 1.72vw;
  }

  #sp_modal {
    display: none !important;
  }

  .footer .inner {
    padding: 40px 0;
  }

  .footer_logo {
    margin-bottom: 35px;
  }

  .footer_logo img {
    width: 297px;
  }

  .footer .follow_us {
    margin-bottom: 25px;
  }

  .footer .sns {
    margin-bottom: 30px;
  }

  .footer a {
    transition: 0.3s opacity;
  }

  .footer a:hover {
    opacity: 0.7;
  }

  .kv_title {
    bottom: 0.78vw;
  }

  .kv_title.loaded {
    bottom: 3.44vw;
  }

  .kv_title {
    left: 50%;
    transform: translateX(-50%);
  }

  .kv_title img {
    width: 48.44vw;
  }

  .coordinate_wrapper {
    padding-bottom: 7.81vw;
  }

  .coordinate_list_box1 {
    display: flex;
    width: 100%;
  }

  .coordinate_list_box1 .coordinate_list {
    width: 50%;
  }

  .coordinate_list_box2 {
    width: 89.69vw;
    height: 120.47vw;
    margin-top: 4.22vw;
    margin-left: auto;
    margin-right: 0;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(1) {
    position: absolute;
    top: 0;
    left: 45.23vw;
    width: 27.03vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(2) {
    position: absolute;
    left: 4.45vw;
    top: 9.38vw;
    width: 33.28vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(4) {
    position: absolute;
    left: 44.14vw;
    bottom: -6.8vw;
    width: 37.03vw;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(3) {
    position: absolute;
    top: 21.25vw;
    right: 0;
    width: 89.69vw;
    height: 83.13vw;
    background: url("../img/purplelabel/background_1.jpg") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box3 {
    width: 100%;
    height: 82.34vw;
  }

  .coordinate_list_box3 .coordinate_list:nth-child(1) {
    top: 0;
    left: 0;
    width: 50.16vw;
  }

  .coordinate_list_box3 .coordinate_list:nth-child(2) {
    position: absolute;
    top: 46.95vw;
    left: 44.06vw;
    width: 34.61vw;
  }

  .coordinate_list_box3 .coordinate_bg:nth-child(3) {
    position: absolute;
    right: 0;
    top: 11.25vw;
    width: 76.56vw;
    height: 55.94vw;
    background: url("../img/purplelabel/background_2.jpg") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box4 {
    width: 76.56vw;
    height: 127.5vw;
    margin: 4.69vw auto 0;
  }

  .coordinate_list_box4 .coordinate_list:nth-child(1) {
    position: absolute;
    width: 42.89vw;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .coordinate_list_box4 .coordinate_list:nth-child(2) {
    position: absolute;
    top: 75.63vw;
    left: 0;
    width: 37.58vw;
  }

  .coordinate_list_box4 .coordinate_list:nth-child(3) {
    position: absolute;
    top: 84.61vw;
    right: 0;
    width: 37.03vw;
  }

  .coordinate_list_box5 {
    width: 90.39vw;
    height: 236.09vw;
    margin: 9.38vw auto 0 0;
  }

  .coordinate_list_box5 .coordinate_list:nth-child(1) {
    position: absolute;
    top: 0;
    left: 21.41vw;
    width: 57.11vw;
  }

  .coordinate_list_box5 .coordinate_list:nth-child(3) {
    position: absolute;
    top: 109.77vw;
    right: 0.7vw;
    width: 41.48vw;
  }

  .coordinate_list_box5 .coordinate_list:nth-child(5) {
    position: absolute;
    bottom: 0;
    left: 14.06vw;
    width: 38.59vw;
  }

  .coordinate_list_box5 .coordinate_bg:nth-child(2) {
    position: absolute;
    top: 76.09vw;
    left: 0;
    background: url("../img/purplelabel/background_3.jpg") no-repeat;
    background-size: contain;
    width: 55.55vw;
    height: 49.22vw;
  }

  .coordinate_list_box5 .coordinate_bg:nth-child(4) {
    position: absolute;
    bottom: 28.83vw;
    right: 0;
    background: url("../img/purplelabel/background_4.jpg") no-repeat;
    background-size: contain;
    width: 80.86vw;
    height: 53.91vw;
  }

  .coordinate_list_box6 {
    width: 86.17vw;
    height: 247.97vw;
    margin: 3.91vw 0 0 auto;
  }

  .coordinate_list_box6 .coordinate_list:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 75.94vw;
  }

  .coordinate_list_box6 .coordinate_list:nth-child(2) {
    position: absolute;
    top: 87.03vw;
    left: 0;
    width: 49.45vw;
  }

  .coordinate_list_box6 .coordinate_list:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 24.14vw;
    width: 51.72vw;
  }

  .coordinate_list_box6 .coordinate_bg:nth-child(3) {
    position: absolute;
    bottom: 73.28vw;
    right: 0;
    background: url("../img/purplelabel/background_5.jpg") no-repeat;
    background-size: contain;
    width: 68.59vw;
    height: 56.33vw;
  }

  .credit {
    background: rgba(104,60,48,0.7);
  }
}

@media print, screen and (min-width: 769px) and (orientation: portrait) {
  .header #header_menu .menu_container .menu_box {
    top: 25%;
  }
}

@media print, screen and (min-width: 1281px) {
  .header #header_menu .menu_container .menu {
    padding: 0 2.34vw;
  }

  .header #header_menu .menu_container .menu_img {
    max-width: none;
    width: 32.81vw;
  }

  .header #header_menu .menu_container .menu_logo {
    max-width: none;
    width: 22.66vw;
  }

  .kv_bg {
    height: 100vh;
  }

  .nouvelle_wrapper .nouvelle_img:after {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
  }

  .nouvelle_wrapper .credit_box {
    left: 15px;
    bottom: 15px;
    margin-right: 15px;
  }

  .nouvelle_wrapper .credit_box .credit_list {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1020px) {
  br.forTAB,
  img.forTAB {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  br.forPC,
  img.forPC {
    display: none;
  }

  br.forSP,
  img.forSP {
    display: inline;
  }

  .credit:after {
    position: absolute;
    content: "";
    background: url("../img/plus.svg") no-repeat;
    background-size: contain;
    width: 5.33vw;
    height: 5.33vw;
    bottom: 2vw;
    right: 2vw;
  }

  .credit_box {
    display: none;
  }

  .header #hamburger_btn {
    width: 5.87vw;
    top: 5.33vw;
    right: 5.33vw;
  }

  .header #hamburger_btn.is-active span {
    background: #000;
  }

  .header #hamburger_btn.is-active span:first-child {
    transform: translateY(2.13vw) rotate(-45deg);
  }

  .header #hamburger_btn.is-active span:last-child {
    transform: translateY(-2.13vw) rotate(45deg);
  }

  .header #hamburger_btn span {
    height: 0.27vw;
  }

  .header #hamburger_btn span:not(:last-child) {
    margin-bottom: 1.87vw;
  }

  .header #header_menu {
    overflow-y: scroll;
  }

  .header #header_menu .menu_container {
    flex-wrap: wrap;
  }

  .header #header_menu .menu_container .menu {
    width: 100%;
  }

  .header #header_menu .menu_container .menu_orange {
    min-height: 104vw;
    max-height: 50%;
  }

  .header #header_menu .menu_container .menu_orange .menu_box {
    position: absolute;
    right: 6.67vw;
    bottom: 9.33vw;
  }

  .header #header_menu .menu_container .menu_purple {
    min-height: 104vw;
    max-height: 50%;
  }

  .header #header_menu .menu_container .menu_purple .menu_box {
    position: absolute;
    top: 9.33vw;
    left: 6.67vw;
  }

  .header #header_menu .menu_container .menu_img {
    width: 86.67vw;
  }

  .header #header_menu .menu_container .menu_logo {
    width: 56.93vw;
    margin-bottom: 4.67vw;
  }

  .header #header_menu .menu_container .menu_more {
    font-size: 2.93vw;
    margin-top: 4vw;
  }

  #sp_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: scroll;
  }

  #sp_modal .modal_credit_img {
    width: 70vw;
    margin: 5.33vw auto 0;
  }

  #sp_modal .modal_credit_img img {
    width: 100%;
  }

  #sp_modal .modal_credit {
    width: 86.67vw;
    margin: 6.67vw auto 13.33vw;
  }

  #sp_modal .modal_credit_list {
    font-size: 4.27vw;
    font-family: 'Helvetica', sans-serif;
    line-height: 1.8;
  }

  #sp_modal .modal_credit_list:not(:last-child) {
    margin-bottom: 2.67vw;
  }

  #sp_modal .modal_credit_list > div {
    display: inline-block;
  }

  #sp_modal .modal_credit_list > div > span {
    border-bottom: none !important;
    pointer-events: none;
  }

  #sp_modal .modal_credit_list .credit_link {
    color: #000;
    border-bottom: 0.27vw solid #000;
    padding-bottom: 0.67vw;
  }

  #sp_modal .modal_close_btn {
    position: fixed;
    top: 5.33vw;
    right: 5.33vw;
    width: 8vw;
    height: 8vw;
  }

  #sp_modal #modal_btn {
    width: 86.67vw;
    margin: 0 auto 6.67vw;
    display: flex;
    justify-content: space-between;
    font-size: 4.27vw;
  }

  #sp_modal #modal_btn a {
    color: #000;
    font-family: 'Helvetica', sans-serif;
  }

  #sp_modal #modal_btn .modal_btn_prev[disabled] {
    opacity: 0;
    pointer-events: none;
  }

  #sp_modal #modal_btn .modal_btn_next[disabled] {
    opacity: 0;
    pointer-events: none;
  }

  .footer .inner {
    padding: 5.33vw 0;
  }

  .footer_logo {
    margin-bottom: 5.73vw;
  }

  .footer_logo img {
    width: 39.6vw;
  }

  .footer .follow_us {
    margin-bottom: 4.67vw;
  }

  .footer .follow_us img {
    width: 20.29vw;
  }

  .footer .sns {
    margin-bottom: 4.27vw;
  }

  .footer .sns a:first-child {
    margin-right: 6.4vw;
  }

  .footer .sns .twitter img {
    width: 18vw;
  }

  .footer .sns .instagram img {
    width: 22.53vw;
  }

  .footer .copy img {
    width: 25.99vw;
  }

  .kv_title {
    top: 18.67vw;
  }

  .kv_title.loaded {
    top: 17.2vw;
  }

  .kv_bg {
    width: 100%;
    height: 129.87vw;
    background: url("../img/purplelabel/kv_sp.jpg") no-repeat;
    background-size: contain;
  }

  .kv_title {
    right: 5.33vw;
  }

  .kv_title img {
    width: 39.2vw;
  }

  .nouvelle_wrapper .inner {
    max-width: none;
    padding: 7.73vw 5.33vw 17.33vw;
  }

  .nouvelle_contents {
    flex-wrap: wrap;
  }

  .nouvelle_txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16vw;
  }

  .nouvelle_txt .nouvelle_title {
    text-align: center;
    margin-bottom: 8vw;
  }

  .nouvelle_txt .nouvelle_title img {
    width: 68vw;
  }

  .nouvelle_txt_1 {
    font-size: 3.73vw;
  }

  .nouvelle_img {
    width: 73.33vw;
    margin: 0 auto;
  }

  .nouvelle_img img {
    width: 100%;
  }

  .coordinate_wrapper {
    padding-bottom: 5.33vw;
  }

  .coordinate_list_box1 {
    display: flex;
    flex-wrap: wrap;
  }

  .coordinate_list_box1 .coordinate_list {
    width: 100%;
  }

  .coordinate_list_box2 {
    width: 100%;
    height: 261.33vw;
    margin-top: 8.67vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(1) {
    position: absolute;
    top: 0;
    right: 9.6vw;
    width: 63.33vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(2) {
    position: absolute;
    left: 0;
    top: 73.07vw;
    width: 71.73vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(4) {
    position: absolute;
    right: 8.4vw;
    bottom: 0vw;
    width: 68.4vw;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(3) {
    position: absolute;
    top: 113.33vw;
    left: 0;
    width: 100%;
    height: 134.4vw;
    background: url("../img/purplelabel/background_1_sp.jpg") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box3 {
    width: 100%;
    height: 260.67vw;
    margin-top: 16.27vw;
  }

  .coordinate_list_box3 .coordinate_list:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 89.33vw;
    margin: 0 auto;
  }

  .coordinate_list_box3 .coordinate_list:nth-child(2) {
    position: absolute;
    top: 141.87vw;
    left: 10.93vw;
    width: 67.47vw;
  }

  .coordinate_list_box3 .coordinate_bg:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: -26.67vw;
    width: 100%;
    height: 84.93vw;
    background: url("../img/purplelabel/background_2_sp.jpg") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box4 {
    width: 100%;
    height: 298vw;
  }

  .coordinate_list_box4 .coordinate_list:nth-child(1) {
    position: absolute;
    width: 70.13vw;
    top: 0;
    left: 0;
  }

  .coordinate_list_box4 .coordinate_list:nth-child(2) {
    position: absolute;
    top: 144.67vw;
    right: 7.07vw;
    width: 71.2vw;
  }

  .coordinate_list_box4 .coordinate_list:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 7.07vw;
    width: 75.33vw;
  }

  .coordinate_list_box5 {
    width: 100%;
    height: 461.33vw;
    margin-top: 14.93vw;
  }

  .coordinate_list_box5 .coordinate_list:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }

  .coordinate_list_box5 .coordinate_list:nth-child(3) {
    position: absolute;
    top: 200.67vw;
    left: 6.27vw;
    width: 68vw;
  }

  .coordinate_list_box5 .coordinate_list:nth-child(5) {
    position: absolute;
    bottom: 0;
    right: 7.73vw;
    width: 75.07vw;
  }

  .coordinate_list_box5 .coordinate_bg:nth-child(2) {
    position: absolute;
    top: 133.33vw;
    right: 9.87vw;
    background: url("../img/purplelabel/background_3_sp.jpg") no-repeat;
    background-size: contain;
    width: 66.13vw;
    height: 61.47vw;
  }

  .coordinate_list_box5 .coordinate_bg:nth-child(4) {
    position: absolute;
    bottom: 69.2vw;
    left: 0;
    background: url("../img/purplelabel/background_4_sp.jpg") no-repeat;
    background-size: contain;
    width: 100%;
    height: 118.93vw;
  }

  .coordinate_list_box6 {
    width: 100%;
    height: 482vw;
    margin-top: 7.73vw;
  }

  .coordinate_list_box6 .coordinate_list:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }

  .coordinate_list_box6 .coordinate_list:nth-child(2) {
    position: absolute;
    top: 142.67vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89.33vw;
  }

  .coordinate_list_box6 .coordinate_list:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89.33vw;
  }

  .coordinate_list_box6 .coordinate_bg:nth-child(3) {
    position: absolute;
    bottom: 138.93vw;
    right: 0;
    background: url("../img/purplelabel/background_5_sp.jpg") no-repeat;
    background-size: contain;
    width: 100%;
    height: 87.73vw;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .nouvelle_wrapper .inner {
    padding: 9.26vw 8.33vw;
  }

  .nouvelle_txt {
    width: 43.06vw;
    margin-right: 7.69vw;
  }

  .nouvelle_txt .nouvelle_title {
    margin-bottom: 4.63vw;
  }

  .nouvelle_txt .nouvelle_title img {
    width: 43.06vw;
  }

  .nouvelle_txt_1 {
    font-size: 1.48vw;
  }

  .nouvelle_img {
    width: 40.19vw;
  }
}

@media screen and (-ms-high-contrast: none) {
  .header #hamburger_btn span {
    transition: 0s all;
  }

  .header #hamburger_btn span:nth-child(2) {
    transition: 0.3s all;
  }
}