@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;
}

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

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

.space_wrapper .inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px 80px;
}

.space_title {
  text-align: center;
}

.space_copy {
  line-height: 1.7;
}

.coordinate_list {
  position: absolute;
  display: inline-block;
  z-index: 50;
}

.coordinate_list img {
  width: 100%;
}

.coordinate_bg {
  position: absolute;
  z-index: 0;
}

.coordinate_list_box1 {
  position: relative;
}

.coordinate_list_box2 {
  position: relative;
}

.gender_item_wrapper .coordinate_list {
  position: relative;
}

.gender_item_wrapper .coordinate_list img {
  backface-visibility: hidden;
}

.gender_item_wrapper .gender_mens_title,
.gender_item_wrapper .gender_womens_title {
  text-align: center;
}

.gender_item_wrapper .gender_mens_items,
.gender_item_wrapper .gender_womens_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.original_wrapper {
  background: #ffbd00;
}

.original_wrapper .coordinate_list {
  position: relative;
}

.original_title {
  text-align: center;
}

.original_copy {
  line-height: 1.7;
  text-align: center;
}

.original_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.original_forMen_title,
.original_forWomen_title {
  text-align: center;
}

.original_forMen_items,
.original_forWomen_items {
  display: flex;
}

.original_forMen_items .item_box:first-child,
.original_forWomen_items .item_box:first-child {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.collabo_title {
  text-align: center;
}

.collabo_txt {
  text-align: center;
  color: #616161;
}

.collabo_slide_wrap {
  width: 100%;
  overflow: hidden;
}

.collabo_slide_wrap .slide_item {
  height: 100%;
  background: url("../img/orangelabel/collabo_slide.jpg") repeat-x;
  background-size: contain;
}

.collabo_item {
  position: relative;
}

.collabo_item_title {
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  line-height: 1.6;
}

.collabo_item_credit {
  font-family: 'Helvetica', sans-serif;
  line-height: 1.3;
}

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

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

.collabo_item_credit_kind {
  font-weight: bold;
  margin-right: 0.8em;
}

.collabo_item_credit_price {
  margin-right: 0.8em;
}

.collabo_item_credit_link {
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  color: #000;
  font-weight: bold;
  transition: 0.3s opacity;
}

.collabo_item_image img {
  max-width: none;
  width: 100%;
}

#sp_modal {
  background: #fff;
}

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

@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 {
    top: 18.75vw;
  }

  .kv_title.loaded {
    top: 15.78vw;
  }

  .kv_title {
    left: 5.23vw;
  }

  .kv_title img {
    width: 32.03vw;
  }

  .space_title {
    margin-bottom: 44px;
  }

  .space_title img {
    width: 285px;
  }

  .space_copy {
    font-size: 1.6rem;
    margin: 0 170px 30px;
  }

  .coordinate_wrapper {
    padding-bottom: 4.69vw;
  }

  .coordinate_list_box1 {
    width: 100%;
    height: 54.69vw;
    margin-bottom: 14.45vw;
  }

  .coordinate_list_box1 .coordinate_list:nth-child(1) {
    top: -3.12vw;
    left: 11.72vw;
    width: 37.42vw;
  }

  .coordinate_list_box1 .coordinate_list:nth-child(2) {
    bottom: -10.47vw;
    right: 11.72vw;
    width: 37.19vw;
  }

  .coordinate_list_box1 .coordinate_bg:nth-child(3) {
    top: 0;
    left: -26.17vw;
    width: 166.41vw;
    height: 54.69vw;
    background: url("../img/orangelabel/background_6.jpg") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 {
    width: 100%;
    height: 211.17vw;
    margin-bottom: 4.3vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(1) {
    top: 0;
    left: 19.61vw;
    width: 35.94vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(2) {
    top: 33.83vw;
    right: 15.55vw;
    width: 36.25vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(3) {
    top: 82.5vw;
    left: 11.72vw;
    width: 41.88vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(4) {
    bottom: 57.03vw;
    right: 20.86vw;
    width: 16.88vw;
    height: 55.63vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(5) {
    bottom: 34.69vw;
    left: 17.5vw;
    width: 27.27vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(6) {
    bottom: 0;
    right: 18.59vw;
    width: 34.3vw;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(7) {
    top: 7.5vw;
    right: 6.64vw;
    width: 46.41vw;
    height: 46.95vw;
    background: url("../img/orangelabel/background_4.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(8) {
    top: 30.16vw;
    left: -5.47vw;
    width: 47.66vw;
    height: 47.66vw;
    background: url("../img/orangelabel/background_5.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(9) {
    top: 65.16vw;
    right: 3.52vw;
    width: 63.28vw;
    height: 63.28vw;
    background: url("../img/orangelabel/background_1.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(10) {
    bottom: 5.47vw;
    left: 6.64vw;
    width: 83.59vw;
    height: 57.27vw;
    background: url("../img/orangelabel/background_3.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(11) {
    bottom: 0.31vw;
    left: 17.73vw;
    width: 19.3vw;
    height: 25.16vw;
    background: url("../img/orangelabel/background_2.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .caddie {
    background: url("../img/orangelabel/caddie_hover.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .caddie .credit_box {
    left: 3.91vw;
    bottom: 23.83vw;
  }

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

  .coordinate_list_box3 .coordinate_list:nth-child(1) {
    position: relative;
    width: 76.56vw;
    display: block;
    margin: 0 auto;
  }

  .gender_item_wrapper {
    padding: 50px 0;
    background: url("../img/orangelabel/background_7.jpg") no-repeat;
    background-size: cover;
  }

  .gender_item_wrapper .inner {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 145px;
  }

  .gender_item_wrapper .coordinate_list {
    width: 220px;
    height: 260px;
    overflow: hidden;
  }

  .gender_item_wrapper .coordinate_list:nth-child(-n+3) {
    margin-bottom: 15px;
  }

  .gender_item_wrapper .gender_mens_title,
  .gender_item_wrapper .gender_womens_title {
    margin-bottom: 33px;
  }

  .gender_item_wrapper .gender_mens_title img,
  .gender_item_wrapper .gender_womens_title img {
    height: 30px;
  }

  .gender_item_wrapper .gender_mens_items {
    margin-bottom: 50px;
  }

  .original_wrapper {
    padding: 165px 0;
  }

  .original_wrapper .inner {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 50px;
  }

  .original_title {
    margin-bottom: 44px;
  }

  .original_title img {
    width: 510px;
  }

  .original_copy {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .original_items .coordinate_list {
    width: 483px;
  }

  .original_forMen,
  .original_forWomen {
    margin-top: 50px;
  }

  .original_forMen_title,
  .original_forWomen_title {
    margin-bottom: 25px;
  }

  .original_forMen_title img,
  .original_forWomen_title img {
    height: 23px;
  }

  .original_forMen_items,
  .original_forWomen_items {
    justify-content: space-between;
    height: 605px;
  }

  .original_forMen_items .item_box:first-child,
  .original_forWomen_items .item_box:first-child {
    width: 483px;
  }

  .original_forMen_items .item_box:first-child .coordinate_list,
  .original_forWomen_items .item_box:first-child .coordinate_list {
    width: 239px;
    height: 300px;
  }

  .original_forMen_items .item_box:last-child,
  .original_forWomen_items .item_box:last-child {
    width: 483px;
  }

  .original_forMen_items .item_box:last-child .coordinate_list,
  .original_forWomen_items .item_box:last-child .coordinate_list,
  .original_forMen_items .item_box:last-child .coordinate_list img,
  .original_forWomen_items .item_box:last-child .coordinate_list img {
    height: 100%;
  }

  .collabo_wrapper {
    padding: 60px 0 120px;
  }

  .collabo_title {
    margin-bottom: 37px;
  }

  .collabo_title img {
    width: 642px;
  }

  .collabo_txt {
    font-size: 16px;
    margin-bottom: 55px;
  }

  .collabo_slide_wrap {
    height: 62.97vw;
  }

  .collabo_slide_wrap .slide_item {
    width: 323.28vw;
    animation: slidePc 20s linear infinite;
  }

  .collabo_items {
    width: 76.56vw;
    margin: 0 auto;
  }

  .collabo_item {
    width: 22.42vw;
  }

  .collabo_item_title {
    font-size: 1.41vw;
    margin-bottom: 1.17vw;
  }

  .collabo_item_copy {
    line-height: 1.6;
    font-size: 1.09vw;
    margin-bottom: 1.17vw;
  }

  .collabo_item_credit {
    font-size: 1.09vw;
  }

  .collabo_item_credit:not(:first-child) {
    margin-top: 0.7em;
  }

  .collabo_item_credit_link:hover {
    opacity: 0.7;
  }

  .collabo_item_image {
    position: absolute;
    pointer-events: none;
  }

  .collabo_item1 {
    margin: 2.34vw auto 0 19.53vw;
    width: 37.5vw;
  }

  .collabo_item2 {
    margin: 3.91vw 5.08vw 40.47vw auto;
  }

  .collabo_item2 .collabo_item_image {
    bottom: -34.77vw;
    right: 12.66vw;
    width: 56.02vw;
  }

  .collabo_item3 {
    margin: 0 auto 20.23vw 4.69vw;
  }

  .collabo_item3 .collabo_item_image {
    top: -11.72vw;
    left: 23.28vw;
    width: 67.03vw;
  }

  .collabo_item4 {
    margin: 0 10.08vw 24.53vw auto;
  }

  .collabo_item4 .collabo_item_image {
    top: -6.25vw;
    left: -42.34vw;
    width: 39.38vw;
  }

  .collabo_item5 {
    margin: 0 auto 36.25vw 5vw;
  }

  .collabo_item5 .collabo_item_image {
    top: -21.09vw;
    right: -43.67vw;
    width: 39.38vw;
  }

  .collabo_item6 {
    margin: 0 auto 12.97vw 0;
  }

  .collabo_item6 .collabo_item_image {
    top: -31.72vw;
    left: 0.23vw;
    width: 26.17vw;
  }

  .collabo_item7 {
    margin: 0 auto 0 4.69vw;
  }

  .collabo_item7 .collabo_item_image {
    top: -50.31vw;
    left: 17.58vw;
    width: 60.55vw;
  }

  .collabo_item7 .collabo_item_image figcaption {
    position: absolute;
    width: 35.94vw;
    left: -2.34vw;
    bottom: -4.69vw;
  }

  .original_wrapper .credit {
    background: rgba(0,0,0,0.5);
  }

  .credit {
    background: rgba(0,70,225,0.5);
  }
}

@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_title {
    transform: translateY(-30%);
  }

  .kv_title.loaded {
    transform: translateY(-50%);
  }

  .kv_bg {
    height: 100vh;
  }

  .kv_title {
    top: 50% !important;
  }

  .collabo_items {
    max-width: 980px;
  }

  .collabo_item {
    width: 287px;
  }

  .collabo_item_title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .collabo_item_copy {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .collabo_item_credit {
    font-size: 14px;
  }

  .collabo_item1 {
    margin: 30px auto 0 250px;
    width: 480px;
  }

  .collabo_item2 {
    margin: 50px 65px 518px auto;
  }

  .collabo_item2 .collabo_item_image {
    bottom: -445px;
    right: 162px;
    width: 717px;
  }

  .collabo_item3 {
    margin: 0 auto 259px 60px;
  }

  .collabo_item3 .collabo_item_image {
    top: -150px;
    left: 298px;
    width: 858px;
  }

  .collabo_item4 {
    margin: 0 129px 314px auto;
  }

  .collabo_item4 .collabo_item_image {
    top: -80px;
    left: -542px;
    width: 504px;
  }

  .collabo_item5 {
    margin: 0 auto 464px 64px;
  }

  .collabo_item5 .collabo_item_image {
    top: -270px;
    right: -559px;
    width: 504px;
  }

  .collabo_item6 {
    margin: 0 auto 166px 0;
  }

  .collabo_item6 .collabo_item_image {
    top: -406px;
    left: 3px;
    width: 335px;
  }

  .collabo_item7 {
    margin: 0 auto 0 60px;
  }

  .collabo_item7 .collabo_item_image {
    top: -644px;
    left: 225px;
    width: 775px;
  }

  .collabo_item7 .collabo_item_image figcaption {
    width: 460px;
    left: -30px;
    bottom: -60px;
  }

  .gender_item_wrapper .coordinate_list:after {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
  }

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

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

  .gender_item_wrapper .credit_box .credit_list:after {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
  }

  .original_wrapper .coordinate_list:after {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
  }

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

  .original_wrapper .credit .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: 24vw;
  }

  .kv_title.loaded {
    top: 15.47vw;
  }

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

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

  .kv_title img {
    width: 78.4vw;
    height: 21.07vw;
    max-width: none;
  }

  .space_wrapper .inner {
    padding: 8vw 5.33vw 12vw;
  }

  .space_title {
    margin-bottom: 6.67vw;
  }

  .space_title img {
    width: 38.53vw;
  }

  .space_copy {
    font-size: 3.73vw;
  }

  .coordinate_wrapper {
    padding-bottom: 5.33vw;
  }

  .coordinate_wrapper .credit:after {
    bottom: auto;
    top: 2vw;
  }

  .coordinate_list_box1 {
    width: 100%;
    height: 176vw;
    margin-bottom: 6.67vw;
  }

  .coordinate_list_box1 .coordinate_list:nth-child(1) {
    top: 0;
    left: 5.33vw;
    width: 63.87vw;
  }

  .coordinate_list_box1 .coordinate_list:nth-child(2) {
    bottom: 0;
    right: 10.4vw;
    width: 63.47vw;
  }

  .coordinate_list_box1 .coordinate_bg:nth-child(3) {
    top: -21.6vw;
    left: 0;
    width: 100vw;
    height: 222.8vw;
    background: url("../img/orangelabel/background_6_sp.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 {
    width: 100%;
    height: 414.53vw;
    margin-bottom: 4.8vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(1) {
    top: 0;
    left: -8.13vw;
    width: 61.33vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(2) {
    top: 70.67vw;
    right: 0;
    width: 60.53vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(3) {
    top: 150.13vw;
    left: 14.27vw;
    width: 71.47vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(4) {
    bottom: 98.13vw;
    left: 8.13vw;
    width: 28.8vw;
    height: 94.93vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(5) {
    bottom: 94vw;
    right: 0;
    width: 52vw;
  }

  .coordinate_list_box2 .coordinate_list:nth-child(6) {
    bottom: 0;
    left: 20.8vw;
    width: 58.53vw;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(7) {
    top: 11.33vw;
    right: 6.67vw;
    width: 79.2vw;
    height: 80.13vw;
    background: url("../img/orangelabel/background_4.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(8) {
    top: 73.6vw;
    left: 2.67vw;
    width: 81.33vw;
    height: 81.33vw;
    background: url("../img/orangelabel/background_5.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(9) {
    top: 180.67vw;
    left: -30.27vw;
    width: 108vw;
    height: 108vw;
    background: url("../img/orangelabel/background_1.png") no-repeat;
    background-size: contain;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(10) {
    bottom: 4vw;
    right: -14.27vw;
    width: 142vw;
    height: 97.6vw;
    background: url("../img/orangelabel/background_3.png") no-repeat;
    background-size: contain;
    z-index: 20;
  }

  .coordinate_list_box2 .coordinate_bg:nth-child(11) {
    display: none;
    bottom: -31.73vw;
    left: -48.27vw;
    width: 80.8vw;
    height: 80.8vw;
    background: url("../img/orangelabel/background_2.png") no-repeat;
    background-size: contain;
  }

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

  .coordinate_list_box3 .coordinate_list:nth-child(1) {
    position: relative;
    width: 89.33vw;
    display: block;
    margin: 0 auto;
  }

  .gender_item_wrapper {
    padding: 6.67vw 0;
    background: url("../img/orangelabel/background_7_sp.jpg") no-repeat;
    background-size: cover;
  }

  .gender_item_wrapper .inner {
    width: 94.67vw;
    margin: 0 auto;
  }

  .gender_item_wrapper .coordinate_list {
    width: 46.93vw;
    height: 56vw;
  }

  .gender_item_wrapper .coordinate_list:nth-child(-n+4) {
    margin-bottom: 0.8vw;
  }

  .gender_item_wrapper .gender_mens_title,
  .gender_item_wrapper .gender_womens_title {
    margin-bottom: 4vw;
  }

  .gender_item_wrapper .gender_mens_title img,
  .gender_item_wrapper .gender_womens_title img {
    height: 4vw;
  }

  .gender_item_wrapper .gender_mens_items {
    margin-bottom: 6.67vw;
  }

  .original_wrapper {
    padding: 6.67vw 0;
  }

  .original_wrapper .inner {
    width: 100%;
  }

  .original_title {
    margin-bottom: 6.67vw;
  }

  .original_title img {
    width: 68vw;
  }

  .original_copy {
    margin: 0 2.67vw 4vw;
    font-size: 3.73vw;
  }

  .original_items {
    flex-wrap: wrap;
    width: 89.33vw;
    margin: 0 auto;
  }

  .original_items .coordinate_list {
    width: 100%;
  }

  .original_items .coordinate_list:first-child {
    margin-bottom: 2vw;
  }

  .original_forMen,
  .original_forWomen {
    margin-top: 6.67vw;
  }

  .original_forMen_title,
  .original_forWomen_title {
    margin-bottom: 2.67vw;
  }

  .original_forMen_title img,
  .original_forWomen_title img {
    height: 4.93vw;
  }

  .original_forMen_items,
  .original_forWomen_items {
    flex-wrap: wrap;
  }

  .original_forMen_items .item_box:first-child,
  .original_forWomen_items .item_box:first-child {
    order: 1;
    width: 94.67vw;
    margin: 2.67vw auto 0;
  }

  .original_forMen_items .item_box:first-child .coordinate_list,
  .original_forWomen_items .item_box:first-child .coordinate_list {
    width: 46.93vw;
    height: 56vw;
  }

  .original_forMen_items .item_box:first-child .coordinate_list:nth-child(-n+2),
  .original_forWomen_items .item_box:first-child .coordinate_list:nth-child(-n+2) {
    margin-bottom: 0.8vw;
  }

  .collabo_wrapper {
    padding: 6.67vw 0 24vw;
  }

  .collabo_title {
    margin-bottom: 4vw;
  }

  .collabo_title img {
    width: 89.33vw;
  }

  .collabo_txt {
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }

  .collabo_slide_wrap {
    height: 85.47vw;
  }

  .collabo_slide_wrap .slide_item {
    width: 4400vw;
    animation: slideSp 20s linear infinite;
  }

  .collabo_items {
    width: 100%;
    margin: 0 auto;
  }

  .collabo_item_title {
    width: 89.33vw;
    font-size: 4.27vw;
    margin: 0 auto 3.33vw;
  }

  .collabo_item_copy {
    line-height: 1.8;
    width: 89.33vw;
    font-size: 3.73vw;
    margin: 0 auto 4.67vw;
  }

  .collabo_item_credit {
    width: 89.33vw;
    font-size: 3.73vw;
    margin: 0 auto;
    line-height: 1.8;
  }

  .collabo_item1 {
    margin: 5.33vw 0 7.6vw;
  }

  .collabo_item2 {
    margin-bottom: 8vw;
  }

  .collabo_item2 .collabo_item_image {
    margin-bottom: 3.33vw;
  }

  .collabo_item3.inview.inviewd {
    transform: translate3d(0, 0, 10px);
  }

  .collabo_item3 .collabo_item_image {
    margin-left: 4.4vw;
    margin-bottom: 2.4vw;
  }

  .collabo_item4 {
    margin-bottom: 8.4vw;
    z-index: -1;
  }

  .collabo_item4 .collabo_item_image {
    position: relative;
    height: 166vw;
  }

  .collabo_item4 .collabo_item_image img {
    position: absolute;
    left: 0;
    top: -30vw;
    z-index: -1;
  }

  .collabo_item5 {
    margin-bottom: 8.27vw;
  }

  .collabo_item5 .collabo_item_image {
    margin-right: 5.33vw;
    margin-bottom: 8.93vw;
  }

  .collabo_item6 {
    margin-bottom: 7.47vw;
  }

  .collabo_item6 .collabo_item_image {
    margin-bottom: 6.53vw;
  }

  .collabo_item7 .collabo_item_image {
    margin-bottom: 11.2vw;
  }

  .collabo_item7 .collabo_item_image figcaption {
    width: 89.33vw;
    margin: 3.33vw auto 0;
  }
}

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

  .space_copy {
    margin: 0 12.04vw 2.78vw;
  }

  .original_wrapper .inner {
    padding: 0 4.63vw;
  }

  .original_title {
    margin-bottom: 4.07vw;
  }

  .original_title img {
    width: 47.22vw;
  }

  .original_copy {
    margin-bottom: 2.78vw;
  }

  .original_items .coordinate_list {
    width: 44.72vw;
  }

  .original_forMen,
  .original_forWomen {
    margin-top: 4.63vw;
  }

  .original_forMen_title,
  .original_forWomen_title {
    margin-bottom: 2.31vw;
  }

  .original_forMen_title img,
  .original_forWomen_title img {
    height: 2.13vw;
  }

  .original_forMen_items,
  .original_forWomen_items {
    height: 56.02vw;
  }

  .original_forMen_items .item_box:first-child,
  .original_forWomen_items .item_box:first-child {
    width: 44.72vw;
  }

  .original_forMen_items .item_box:first-child .coordinate_list,
  .original_forWomen_items .item_box:first-child .coordinate_list {
    width: 22.13vw;
    height: 27.78vw;
  }

  .original_forMen_items .item_box:last-child,
  .original_forWomen_items .item_box:last-child {
    width: 44.72vw;
  }

  .collabo_title {
    margin-bottom: 3.43vw;
  }

  .collabo_title img {
    width: 59.44vw;
  }

  .collabo_txt {
    font-size: 1.48vw;
    margin-bottom: 5.09vw;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 980px) {
  .gender_item_wrapper .inner {
    max-width: 100vw;
    padding: 0 14.8vw;
  }

  .gender_item_wrapper .coordinate_list {
    width: 22.45vw;
    height: 26.53vw;
  }

  .gender_item_wrapper .coordinate_list:nth-child(-n+3) {
    margin-bottom: 1.39vw;
  }

  .gender_item_wrapper .gender_mens_title img,
  .gender_item_wrapper .gender_womens_title img {
    height: 3.06vw;
  }
}

@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;
  }
}