/* Common CSS */

/* ################################################################################################################

共通

################################################################################################################ */
body{
  font-family: "ヒラギノ角ゴPro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  background-color: #ffffff;
  letter-spacing: 0;
  font-size: 16px;
  color: #000000;
  line-height: 1.93;
  -webkit-text-size-adjust: 100%;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;  
  overflow-x: hidden;
}
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, a{
  box-sizing: border-box;
}
main{
  display:block;
}
img{
  max-width:100%;
  height: auto;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
::selection {
 background: #ffffff;
 color: #ffffff;
}

::-moz-selection {
 background: #ffffff;
 color: #ffffff;
}
a:link { color: #ffffff; text-decoration: none;}
a:visited { color: #ffffff; }
a:hover { color: #ffffff; text-decoration: none;}
a:active { color: #ffffff; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.align-c{
  text-align:center;
}
.align-r{
  text-align:right;
}
.show-sml{
  display: none;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.video iframe,
.video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* HEADER */

.header-logo {
  position: fixed;
  z-index: 101;
  top: 45px;
  left: 60px;
}
.header-nav {
  position: fixed;
  z-index: 10;
  top: 62px;
  right: 132px;  
  display: flex;
  justify-content: flex-start;
  align-items: center;  
}
.header-nav .shoplink-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
}
.header-nav .gnav{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.header-nav .gnav > li {
  margin-left: 46px;
}
.header-nav .gnav > li a {
  transition: color .2s ease-out;
}
.header-nav .gnav > li.disabled {
  position: relative;
  pointer-events: none;
}
.header-nav .gnav > li.disabled::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 14px;
  left: 0;
}
.header-nav .gnav > li.current {
  position: relative;
 }
.header-nav .gnav > li.current:after {
  content:'';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 32px;
  left: 0;
}
.header-nav .gnav > li.current a {
  color: #ffffff;
}
.header-nav .gnav > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1260px) {
  .header-logo {
    left: 30px;
  }
  .header-nav .gnav > li {
    margin-left: 30px;
    font-size: 14px;    
  }
  .menu-icon {
    right: 30px;
  }
}
@media screen and (max-width: 1110px) and (min-width: 801px) { 
  .header-nav { 
    display: none;
  }
}
.menu-icon {
  width: 50px;
  height: 50px;
  padding-top: 5px;
  position: fixed;
  z-index: 101!important;
  top: 58px;
  right: 50px;
}
.menu-trigger {
  display:block;
  position: relative;
  z-index: 100;
  width: 30px;
  height: 15px;
  margin: 0 auto;
}
.menu-trigger span {
  display: inline-block;
  position: absolute;
  z-index:3;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 8px;
  will-change:transform;
  transition:transform .2s ease-out, width .2s ease-out, opacity .2s ease-out;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  width: 100%;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
  width: calc(100% - 5px);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: calc(100% - 10px);
}

body.is-menu-open .menu-icon .menu-trigger span:nth-of-type(1) {
  transform-origin:center center;
  transform: translateY(7px) translateX(0px) rotate(30deg);
}
body.is-menu-open .menu-icon .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
body.is-menu-open .menu-icon .menu-trigger span:nth-of-type(3) {
  transform-origin:center center;
  transform: translateY(-7px) translateX(0px) rotate(-30deg);
  width: 100%;
}
.ua-edge body.is-menu-open .menu-icon .menu-trigger span:nth-of-type(3),
.ua-ie body.is-menu-open .menu-icon .menu-trigger span:nth-of-type(3) {
  transform-origin:left top;
  transform: translateY(0px) translateX(0px) rotate(-30deg);
}
.ua-desktop .menu-icon:hover .menu-trigger span:nth-of-type(2) {
  width: 100%;
}
.ua-desktop .menu-icon:hover .menu-trigger span:nth-of-type(3) {
  width: 100%;
}


/* ################################################################################################################

section-head

################################################################################################################ */
.section-head .inner{
  position: relative;
  height: 430px;
  overflow: hidden;
  top: -16px;
}
.section-head .bg-head {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-head .bg-head video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-head .bg-head iframe {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}
.section-head .bg-head::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjY3QzE4MDIwNjJGMTFFQTk2NENFRjg3ODQ4MEUwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjY3QzE4MDMwNjJGMTFFQTk2NENFRjg3ODQ4MEUwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMjY4NDI4OTA2MkQxMUVBOTY0Q0VGODc4NDgwRTA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMjY4NDI4QTA2MkQxMUVBOTY0Q0VGODc4NDgwRTA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PufDswYAAAAsSURBVHjaYvz//z+DvLw8AxAcBhFMUA4MMLLAZIDAFqwCJgMiHj58yAAQYAA+CQgp/z9ZfwAAAABJRU5ErkJggg== ) repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-attachment: fixed;
}
.section-head .l-inner {
  position: relative;
  z-index: 3;
  margin-top: 205px;
  margin-top: 154px;
}
.section-head .copy {
  width: 400px;
  width:0;
  height: 114px;
  transition: width .2s ease-in-out;
  transition-delay: 0s; 
  overflow: hidden;    
}
body.is-sectionhead-loaded .section-head .copy {
  width: 400px;
}
.section-head .copy img {
  display: block;
  max-width: initial;
  width: 400px;
  height: auto;
}

.section-head .playbtn {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}
.section-head .playbtn .circle {
  display: inline-block;
  width: 53px;
  height: 53px;
  margin-right: 16px;
  padding-top: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  transition: border .2s ease-out, background .2s ease-out;
}
.section-head .playbtn:hover .circle {
  border: 1px solid #ffffff;
  background-color: #ffffff;  
}
.section-head .playbtn .circle img {
  margin-left: 2px;
}
.section-head .playbtn .text {
  position: relative;
  top: 10px;
  line-height: 1;
}

/* SECTION HEAD HOME */
.section-head.section-head-home .copy {
  width: 547px;
  width: 0;
  height: 125px;
transition-delay: 1.8s;
}
.section-head.section-head-home .copy img {
  width: 547px;
  height: 125px;
}
@media screen and (min-width: 801px){
  .section-head.section-head-home {
    position: relative;
  }
  .section-head.section-head-home .box-copy {
    margin-top: 220px;
  }
}
body.is-sectionhead-loaded .section-head.section-head-home .copy {
  width: 547px;
}

@media screen and (max-width: 1000px) and (min-width: 801px){ 
  .section-head.section-head-home .copy {
    width: 400px;
    width:0;
    height: 91px;
    background-size: 400px auto;
  }    
  body.is-sectionhead-loaded .section-head.section-head-home .copy {
    width: 400px;
  }  
  .section-head.section-head-home .copy img {
    width: 400px;
    height: 91px;
  }
}
.section-head.section-head-home .copy {
  width: 0;
}



.section-head.section-head-home .playbtn {
  margin-bottom: 20px;
}
.section-head.section-head-home .inner {
  height: 100vh;
  min-height: 500px;
}
.section-head.section-head-home .scrolldown {
  font-size: 15px;
  color: #dfdfdf;
  width: 100px;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  transform: rotate(90deg);
  transform-origin: center center;
  margin-bottom: 157px;
}
.section-head.section-head-home .scrolldown::after {
  content: '';
  display: block;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 112px;
}

@media screen and (max-width: 1100px) {
  .section-head.section-head-home .scrolldown {
    right: -2%;
  }
}

.banner-list {
  position: absolute;
  bottom: 60px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: 86%;
  max-width: 1520px;
  margin: 0 auto;
  text-align: right;
}
.banner-list a {
  display: inline-block;
}
.banner-list > li:nth-child(n+2) {
  margin-top: 15px;
}
.section-head.section-head-home .l-inner {
  position: relative;
  width: 86%;
  max-width: 1430px;
  height: 100%;
  margin-top:0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}



/* ################################################################################################################

下層

################################################################################################################ */
body.l-bg-light {
  background-color: #cacaca;
  color: #111111;
}
body.l-bg-light .dirttl::after {
  color: #dfdfdf;
}
body.no-headsection {
  margin-top: 472px;
}

.dirttl-sub {
  position: fixed;
  z-index: 5;
  width: 300px;
  text-align: center;
  height: auto;
  transform: rotate(90deg);
  transform-origin: center center;
  top: 50%;
  right: -77px;
  margin-top: 0px;
  font-size: 15px;  
  opacity: 1;
  transition: opacity .2s ease-out;
}
body.is-dirttlsub-hide .dirttl-sub { 
  opacity: 0;
}
@media screen and (max-width: 1500px) and (min-width: 951px){ 
  .dirttl-sub {
    right: -108px;
  }
}

@media screen and (max-width: 950px) and (min-width: 801px){
  .dirttl-sub {
      right: -122px;
  }  
}



.base-content h2{
  max-width: 68%;
  margin-top: 65px;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 1.82;
}
.base-content h3 {
  margin-top: 65px;
  margin-bottom: 27px;  
}
.base-content .video {
  margin-bottom: 41px;
}
.base-content p {
  margin-bottom: 29px;
}
.base-content .box {
  margin-top: 41px;
  margin-bottom: 41px;
  padding: 21px 30px 24px;
  border: 1px solid #555555;
}
.base-content .box p:last-child {
  margin-bottom: 0;
}
.base-content .caption {
  font-size: 13px;
  font-weight: bold;
}
.base-content .colored {
  color: #ffffff;
  font-weight: bold;
}
.base-content p a {
  background: linear-gradient(transparent 0%, #ffffff 0%);
}
.base-content .linkbox {
  position: relative;
  padding-left: 1em;
}
.base-content .linkbox::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  background: url("../img/assets/icon_arrow.png") center center /9px 8px no-repeat;
  width: 9px;
  height: 8px;
}
.information-pager {
  clear: both;
}



/* ################################################################################################################

フッター

################################################################################################################ */
footer {
  padding-top: 98px;
  padding-bottom: 70px;
  background-color: #101010;
}

footer .inner {
  position: relative;
}
footer .inner .footer-logo {
  float: left;
}
footer .footer-nav-main {
    float: right;
    margin-top: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}




.footernav-parent {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner  a {
  position: relative;
}






@media screen and (max-width: 1520px ){ 
  footer .inner .footer-logo { 
    float: none;
    margin-bottom: 50px;
  }
  footer .footer-nav-main {
    float: none;
  }
}


.footernav-parent > li {
  width: 170px;
} 
.footernav-child > li {
  margin-top: 26px;
  font-size: 13px;
}
.footernav-parent > li.disabled a {
  position: relative;
  pointer-events: none;
}
.footernav-parent > li.disabled a::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 11px;
  left: 0;
}

footer .shoplink-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 170px;
  margin-top: -4px;
  position: relative;
  right: -10px;
}

footer .copyright {
  margin-top: 218px;
  font-size: 12px;
  color: #ffffff;
}


@media screen and (max-width: 1080px ){
  .footernav-parent {
    width: 83.33%;
  }
  footer .shoplink-list {
    width: 16.66%;
  }
}

/* MENU */
body.is-menu-open {
  overflow:hidden;
}
.menu-container {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  opacity:0;
  overflow-x: hidden;
  overflow-y: scroll;
  pointer-events: none;
  transition: opacity .4s ease-out;
}
.menu-container.is-visible {
  opacity:1;
  pointer-events: auto;

}
.menu-container::before {
  content:'';
  display: block;
  width: 26%;
  height: 100%;
  min-height: 800px;
  background: url("../img/menu_bg.jpg") center center /cover no-repeat;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  transform: translateX(30px); 
  opacity: 0;  
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .8s ease-in-out;
}
body.is-menu-open .menu-container::before {
  transform: translateX(0); 
  opacity: 1;  
  transition-delay: 0s;
}

.menu-nav-main li a{
  position: relative;
  font-size: 18px;
  display: inline-block;
}
.menu-nav-main li {
  opacity: 1;
  transition: opacity .3s ease-out;
  transition-delay: 0s;
}
.menu-nav-main ul {
  counter-reset: listnum;
  max-width: 280px;
}
@media screen and (min-width: 801px) {
  .menu-nav-main li a::before {
    counter-increment: listnum;
    content: counter(listnum, decimal-leading-zero);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 22px;
    left: 0;
    line-height: 1;
    opacity:0;
    transition: opacity .3s ease-out;
  }
  .ua-desktop .menu-nav-main li a:hover::before {
    opacity: 1;
  }
  .menu-nav-main li a span {
    display: inline-block;
    transform: translateX(0);
    transition: transform .3s ease-out, opacity .3s ease-out;
  }
  .ua-desktop .menu-nav-main li a:hover span {
    transform: translateX(32px);
    transition: transform .2s ease-out;
  }  
  .ua-desktop .menu-nav-main ul:hover li span {
    opacity: .3;
  }  
}


.menu-nav-main li {
  padding-bottom: 11px;
  transform: translateX(-15px);
  opacity: 0;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s ease-in-out;
  transition-delay: .2s;
}

.menu-nav-main li.disabled a{
  pointer-events: none;
}
.is-menu-open .menu-nav-main li {
  transform: translateX(0); 
  opacity: 1;
}
.is-menu-open .menu-nav-main li:nth-child(1) {
  transition-delay: .3s;
}
.is-menu-open .menu-nav-main li:nth-child(2) {
  transition-delay: .45s;
}
.is-menu-open .menu-nav-main li:nth-child(3) {
  transition-delay: .6s;
}
.is-menu-open .menu-nav-main li:nth-child(4) {
  transition-delay: .75s;
}
.is-menu-open .menu-nav-main li:nth-child(5) {
  transition-delay: .9s;
}
.is-menu-open .menu-nav-main li:nth-child(6) {
  transition-delay: 1.05s;
}

.menu-content .shoplink-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -12px;  
}
.menu-content .social-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -12px;  
}
.menu-content {
  height: 100%;
  min-height: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 4;
}
.menu-content .inner {
  position: relative;
  max-width: 1490px;
  width: calc(86% + 60px);
  margin: 0 auto;
  padding: 0 60px;
}
.menu-content .block-secondary {
  position: absolute;
  bottom: 14px;
  left: 48%;
  transform: translateX(-15px);
  opacity: 0;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .8s ease-in-out;
  transition-delay: .2s;
}
body.is-menu-open .menu-content .block-secondary {
  transform: translateX(0); 
  opacity: 1;  
  transition-delay: 1.05s;  
}


.menu-nav-main li.disabled { 
}
.menu-nav-main li.disabled a{
  color: #262525;
}
.ua-desktop .menu-nav-main.is-ondisabledlist ul:hover li span {
  opacity: 1;
}
.ua-desktop .menu-nav-main.is-ondisabledlist li a:hover span {
  transform: translateX(0);
  transition: transform .2s ease-out;
}

.ua-desktop .menu-nav-main ul:hover li:hover span {
  opacity: 1;
}

@media screen and (min-width: 1520px) {
  .menu-content .block-secondary {
    left: 656px;
  }
}

.menu-content .block-secondary .head {
  margin-bottom: 14px;
}
.menu-content .block-secondary .shoplink-list {
  margin-bottom: 40px;
}

@media screen and (min-width: 801px ){ 
  .menu-content .copyright {
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
    transform-origin: right top;
    right: 60px;
    top: 50%;
    margin-top: 130px;
    font-size: 12px;
  }
}

.menu-content .copyright {
  color: #fff;
  opacity: 0;  
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s ease-in-out;
  transition-delay: 0s;  
}
body.is-menu-open .menu-content .copyright { 
  opacity: 1;  
  transition-delay: 1.2s;  
}


/* nav-side */
.nav-side {
  position: fixed;
  z-index: 4;
  bottom: 40px;
  left: 40px;
}
.nav-side .shoplink-list{
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 1500px) and (min-width: 801px){ 
  .nav-side {
    left: 2%;
  }
}

@media screen and (min-width: 800px) {
  .nav-side .shoplink-list::after {
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background-color: #ffffff;
    margin: 16px auto 0;
  }
}


/* ################################################################################################################

モジュール

################################################################################################################ */

/* layout */
.l-inner {
  width: calc(86% + 60px);
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
/*
@media screen and (max-width: 1270px ){
  .l-inner {
    width: 100%;
  }
}*/

.l-has-meshlayer {
  position: relative;
}
.l-has-meshlayer::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/assets/pattern_mesh.png") left top /2px 2px repeat;  
  background-color: rgba(0, 0, 0, 0.2);
  background-attachment: fixed;
}
.l-icon-list {
  display: flex;
  align-items: flex-start;
}
.l-icon-list li{
  width: 70px;
  height: 70px;
  margin:0 10px;
}
.l-icon-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transition: background .3s ease-out, border .3s ease-out;
}
.ua-desktop .l-icon-list li a:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  transition: background .2s ease-out, border .2s ease-out;    
}
.l-icon-list li.disabled a {
  pointer-events: none;
  
}
.l-icon-list li.disabled a svg {
  opacity: .2;
}

.icon-link a {
  position: relative;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 1;
  padding-top: 9px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transition: background .3s ease-out, border .3s ease-out;
}

.ua-desktop .icon-link a:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  transition: background .2s ease-out, border .2s ease-out;  
}


.nav-btnlist li a{
  position: relative;
  display: inline-block;
  min-width: 73px;
  height: 38px;
  border: 2px solid #1e1e1e;
  border-radius: 19px;
  text-align: center;
  padding: 0 18px;
  transition: background .3s ease-out, border .3s ease-out;
}
.nav-btnlist li.current a {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.ua-desktop .nav-btnlist li a:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  transition: background .2s ease-out, border .2s ease-out;
}


.nav-contents2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;  
}
.nav-contents2 li {
  margin-right: 25px;
}
.nav-contents2 li:last-child {
  margin-right: 0;
}


.contents2-list > li .metabox .metainfo {
  margin-bottom: 13px;
  font-size: 14px;
}
.contents2-list > li .metabox .sttl {
  margin-bottom: -7px;
  font-size: 13px;
  line-height: 1.4;
}
.contents2-list > li .metabox .ttl {
  font-size: 31px;
  margin-bottom: -10px;
}
.contents2-list > li .metabox .ttl-en {
  font-size: 14px;
  margin-top: -10px;
}


.icon-list a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}


.headline {
  font-size: 41px;
  letter-spacing: 0.05em;
}
.ua-windows_nt .headline {
  letter-spacing: 0;
}
.dirttl {
  font-size: 0;
}
.dirttl::after {
  content: attr(data-text)"";
  font-size: 260px;
  color: #171717;
  position: absolute;
  z-index: 0;
  top: -222px;
  right:0;
  text-indent: 6%;
  font-weight: 300;
  overflow: hidden;
  pointer-events: none;  
}
.l-container-subpage {
  position: relative;
}

.l-pager-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
}
.l-pager-unit li.spacer {
  min-width: 42px;
}
.l-pager-unit a{
  position: relative;
}


/* font */
.f-light {
  font-weight: 300;
}
.f-langen {
  color: #787878;  
}


/* svg icon */
.icon-cart{
  width: 19px;
  height: 16px;
}
.icon-music{
  width: 17px;
  height: 16px;
}
.icon-twitter {
  width: 18px;
  height: 16px;
}
.icon-youtube {
  width:19px;
  height: 13px;
}
.icon-instagram {
  width: 18px;
  height: 18px;
}
.icon-line {
  width: 21px;
  height: 20px;
}
.icon-facebook {
  width: 12px;
  height: 21px;
}

@keyframes blink{
  0%{
    opacity:.4
  }
  100%{
    opacity:1
  }
}
.ua-desktop .hover-blink,
.ua-desktop .contents2-list.contents2-list-home > li a:hover .metabox,
.ua-desktop .l-container-link-home .section-link-home:hover .headline,
.ua-desktop .information-list > li a:hover .metabox .blink p,
.ua-desktop .contents2-list.contents2-list-archive .imgbox:hover + .metabox,
.ua-desktop .contents2-list.contents2-list-archive .metabox:hover,
.ua-desktop .tile-contents a:hover .blink{
  animation: blink .04s 0s linear infinite alternate-reverse;
  animation-fill-mode: both;
  will-change: opacity;
}
.ua-desktop .cursor,
.ua-desktop .cursor-follow {
  display: block;
}
.cursor-follow.is-active {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.cursor-follow.is-active-onbtn {
  transform:scale(0);
}
.cursor-follow.on-blue {
  border: 1px solid #fff;
  background-color: #fff;
}
.cursor-follow.on-sml {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
}
.ua-ie .cursor-follow.on-blue,
.ua-edge .cursor-follow.on-blue{
  opacity: .7;
}
.cursor-react,
.cursor-react-blue,
.cursor-react-sml{
  z-index: 10;
}


.loader {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  transform:translateX(0); 
  background-color: #fff;
}
.loader::before {
  content:'';
  display: block;
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;

  transform:translateX(-100%);
}
.loader::after {
  content:'';
  display: block;
  position: fixed;
  z-index: 211;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  transform:translateX(-100%);
}
body.is-sectionhead-loaded .loader::before {
  transform:translateX(0); 
  transition: transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.is-sectionhead-loaded .loader::after {
  transform:translateX(0); 
  transition: transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: .6s;
}
body.is-sectionhead-loaded .loader {
  transform:translateX(100%); 
  transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.2s;
}

.ua-ie body.is-sectionhead-loaded .loader {
  transform:translateX(100%); 
  transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  opacity:0;
  transition-delay: 2.2s; 
}

.loader p{
  position: relative;
  z-index: 210;
}
.loader img {
  mix-blend-mode: exclusion;
}
    
/* ################################################################################################################

アイテム

################################################################################################################ */
.item-fadein {
  opacity: 0;
  transform: translateY(5px);
  will-change: opacity, transform;
}
.item-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);  
  transition: opacity .6s ease-in-out, transform .6s ease-in-out;
}
.item-fadein.is-visible.is-animate-done {
  opacity: unset;
  transform: unset;
  will-change: unset;
}

.js-covereffect{
  position:relative;
  overflow:hidden;
  opacity: 0;
}
.js-covereffect.is-ready {
  opacity: 1;
}
.js-covereffect-content{
  opacity:0;
}
.js-covereffect-cover{
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  top:0;
  left:0;
  background-color:#fff;
  transform: translateX(-100%);
  will-change:transform;
}
.is-covereffect-black .js-covereffect-cover {
  background-color: #000;
}

.is-shopicon-disabled .shoplink-list-nav a{
  pointer-events: none;
  opacity: .2;
}


/*
################################################################################################################

その他共通

################################################################################################################
/*
/* 改行切り替え */
.brPc {
	display: block;
}
.brSp {
	display: none;
}

@media screen and (max-width: 768px) {
.brPc {
	display: none;
}
.brSp {
	display: block;
}
.spNone {
	display: none;
}
}
/* SNS */
.sns iframe {
	margin: 0 !important;
}

@media screen and (max-width: 768px) {
.fgcp {
	width: 100%;	
}
.fgcp img {
	width: 100%;
	height: auto;	
}
}

/* ################################################################################################################

ヘッダーメニュー切り替え用

################################################################################################################ */

.header {
  position: fixed;
  top: 0;
　left: 0;
  width: 100%;
　overflow: hidden;
  background-color: #000001;
z-index: 100000;
}

.hidden {
  background: none;
  transition: all 0.5s ease;
}

@media print, screen and (min-width: 801px) {
.header {
	height: 100px !important;
}
}

@media print, screen and (max-width: 800px) {
.header {
	height: 70px !important;
}
}
