@charset "UTF-8";
a {
  color: #181818;
}

/*============================

PC

============================*/
.mv {
  background: url(../../img/top/mv_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.mv.hina {
  background: url(../../img/top/mv_bg_hina.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.mv.gogatsu {
  background: url(../../img/top/mv_bg_gogatsu.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.mv.doll {
  background: url(../../img/top/mv_bg_doll.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.mv.shougatsu {
  background: url(../../img/top/mv_bg_shougatsu.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.ipadImg{
  display: none;
  
}

.mv .mvMenu {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mvMenu .shopMenu .innerMenuWrap.min, header.low_top .shopMenu .innerMenuWrap.min {
  width: 122px;
  box-sizing: border-box;
  font-size: 11px;
  background:rgba(231,231,231,0.2);
  border:none;
  height:28px;
  line-height:28px;
  text-align:center;
  letter-spacing: 0.05em;
}
.mvMenu .shopMenu .innerMenuWrap a span, header.low_top .shopMenu .innerMenuWrap a span {
  color: #ffffff;
  letter-spacing: 0.05em;
}
.mv .logo {
  margin: 45px 65px 65px;
  width: 92px;
  height: auto;
}
.mv .menu {
  padding-top: 45px;
  margin-right: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.mv .menu li {
  width: 54px;
  letter-spacing: 0.2em;
}

.mv .menu li .innerMenu ul li {
  width: 32%;
}
.mv .menu li a {
  display: block;
  padding: 0 19px;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
.mv .menu li a:hover span:after {
  height: 100%;
}
.mv .menu li a span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: 0.03em;
  }*/
  position: relative;
}
.mv .menu li a span:after {
  content: "";
  background: #ffffff;
  height: 0;
  width: 1px;
  transition: 0.3s;
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 0;
}
@media all and (-ms-high-contrast: none) {
  .mv .menu li a span:after {
    right: -7px;
  }
}
.mv .menu li img {
  width: 23px;
}
.mv .menu li.mail,
.mv .menu li.cart,
.mv .menu li.instagram,
.mv .menu li.lang {
  transition: 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0 5px;
  position: relative;
  border: 1px solid  #fff;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.mv .menu li.mail:hover, .mv .menu li.cart:hover,
.mv .menu li.instagram:hover {
  opacity: 0.6;
}
.mv .menu li.mail a,
.mv .menu li.cart a,
.mv .menu li.instagram a,
.mv .menu li.lang span {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.mv .menu li.lang {
  margin-left: 35px;
}
.mv .menu li.mail img {
  width: 16px;
}
.mv .menu li.cart img {
  width: 20px;
}
.mv .menu li.cart span {
  font-family: inherit;
  color: #fff;
  background: #da1f00;
  border-radius: 100px;
  line-height: 1;
  padding: 2px 5px;
  font-size: 10px;
  position: absolute;
  right: -5px;
  top: -5px;
}
.mv .menu li.instagram img {
  width: 16px;
}
.mv .menu li.lang {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0;
	cursor: pointer;
	transition: .3s;
}
.mv .menu li.lang img {
	width: 20px;
	transition: .3s;
}
.mv .menu li.lang:hover {
	opacity: 1;
	border: 1px solid rgba(255,255,255,0.6);
}
.mv .menu li.lang:hover img {
	opacity: 0.4;
}
.mv .menu li.lang #qtranslate-chooser {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	background: #f0f0f0;
	padding: 10px;
	font-size: 13px !important;
	z-index: 10;
}
.mv .menu li.lang #qtranslate-chooser:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 12px 5px;
	border-color: transparent transparent #f0f0f0 transparent;
}
.mv .menu li.lang #qtranslate-chooser a {
	display: block;
	padding: 8px;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	color: #000;
}
.mv .menu li.lang #qtranslate-chooser a:hover {
	color: #999;
}
.mv .menu li .innerMenu {
  top: 175px;
}
.mv .menu li .innerMenu li {
  margin: 0 0 25px;
}
.mv .menu li .innerMenu li a {
  padding: 0 0;
}
.mv .menu li .innerMenu .imgBox img {
  width: 100%;
}
.mv .news_sp {
  display: none;
}
.mv .news {
  width: 100%;
  max-width: 725px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1;
  font-size: 13px;
}
.mv .news dt.cat {
  line-height: 1;
  padding: 5px;
  width: 15.5%;
  max-width: 90px;
  text-align: center;
  border: 1px solid #181818;
  font-size: 11px;
}
.mv .news dt.date {
  text-align: center;
  width: 95px;
  padding: 0  10px 0 15px;
  margin-right: 10px;
  border-right: 1px dotted rgba(24, 24, 24, 0.3);
}
.mv .news dd {
  padding: 0 10px;
  max-width: 420px;
  width: 55%;
  overflow: hidden;
}
.mv .news dd a {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  
}

.mv .news dd:nth-child(3) a {
  padding-left: 100%;
  animation   : scrollAnime 12s linear infinite;
  white-space: nowrap;
}

@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

.mv .news dd.more{
  overflow: inherit;
  
}
.mv .news dd.more a:after {
  content: "";
  background: #181818;
  height: 1px;
  width: 0;
  transition: 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.mv .news dd.more a:hover:after {
  width: 100%;
}
.mv .news dd.more {
  border-left: 1px dotted rgba(24, 24, 24, 0.3);
  padding-right: 0px;
  width: 9%;
  max-width: 65px;
  font-size: 13px;
  text-align: right;
}

div.sec01 {
  background: url(../../img/top/sec01_bg01.png) no-repeat;
  background-size: cover;
  padding: 118px 0 125px 0;
}
div.sec01 div.inner {
  background: url(../../img/top/sec01_bg02.png) repeat-y;
  background-size: contain;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  /*
  padding: 120px 0;
  */
  padding: 95px 0 85px 0;
  flex-direction: row-reverse;
  justify-content: center;
}
div.sec01 div.inner:before, div.sec01 div.inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
div.sec01 div.inner:before {
  background: url(../../img/top/sec01_bg02_top.png) no-repeat;
  background-size: contain;
  top: -10px;
}
div.sec01 div.inner:after {
  background: url(../../img/top/sec01_bg02_btm.png) no-repeat;
  background-size: contain;
  bottom: -12px;
}
div.sec01 h2 {
  width: 88px;
  height: auto;
  margin: 0;
  margin-left: 30px;
}
div.sec01 h2 img {
  display: block;
}
@media screen and (min-width: 768px) {
  div.sec01 h2 {
    opacity: 0;
    filter: blur(20px);
    transition: 0.7s;
  }
  div.sec01 h2.faded {
    opacity: 1;
    filter: blur(0);
  }
}
div.sec01 p.min {
  min-height: 370px;
  margin-right: 50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: 0.03em;
  }*/
  font-size: 15px;
  line-height: 44px;
}
div.sec01 p.min:nth-child(2) {
  max-width: 484px;
}
div.sec01 p.min:nth-child(3) {
  max-width: 308px;
}
@media screen and (min-width: 768px) {
  div.sec01 p.min {
    opacity: 0;
    transition: 0.7s;
  }
  div.sec01 p.min.faded {
    opacity: 1;
  }
  div.sec01 p.min:nth-child(2) {
    transition-delay: .6s;
  }
  div.sec01 p.min:nth-child(3) {
    transition-delay: 1.2s;
  }
}
div.sec01 div.more {
  margin-right: 80px;
  text-align: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: 0.03em;
  }*/
}
div.sec01 div.more a {
  display: inline-block;
  border: 1px solid #181818;
  background: url(../../img/link_arrow_black_lb.png) no-repeat left -1px bottom, url(../../img/link_arrow_black_lt.png) no-repeat left -1px top, url(../../img/link_arrow_black_rt.png) no-repeat right -1px top, url(../../img/link_arrow_black_rb.png) no-repeat right -1px bottom;
  background-size: 6px;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: -5px;
  }*/
  position: relative;
  padding: 40px 13px;
}
div.sec01 div.more a span {
  position: relative;
  z-index: 1;
}
div.sec01 div.more a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  display: block;
  background: #000;
  z-index: 0;
  transition: height 0.5s;
}
div.sec01 div.more a:after {
  transition: 0.6s;
  background: #f5f5f5;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 1px; 
  height: 21px;
  mix-blend-mode: exclusion;
}
@media all and (-ms-high-contrast: none) {
  div.sec01 div.more a:after {
    background: #000;
  }
}
div.sec01 div.more a:hover {
  color: #fff;
}
div.sec01 div.more a:hover:before {
  height: 100%;
}
div.sec01 div.more a:hover:after {
  height: 41px;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  div.sec01 div.more {
    opacity: 0;
    transition: 0.7s;
  }
  div.sec01 div.more.faded {
    opacity: 1;
    transition-delay: 2s;
  }
}

div.sec02 {
  /*動き*/
}
@media screen and (min-width: 768px) {
  div.sec02 div.block01, div.sec02 div.block02,
  div.sec02 div.block03, div.sec02 div.block04, div.sec02 div.block05 {
    /*
    background: #181818;
    */
    background: #fff;
    overflow: hidden;
    transition-delay: 100ms;
    transition: 1.5s;
    position: relative;
  }
  div.sec02 div.block01 .bg, div.sec02 div.block02 .bg,
  div.sec02 div.block03 .bg, div.sec02 div.block04 .bg, div.sec02 div.block05 .bg {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    transition: 0.8s;
    transform: scale(1.03);
    transition-delay: 0.5s;
    min-width: 1452px;
    /*
    transition: 1.1s;
    transform: scale(1.03);
    min-width: 1452px;
    */
  }
  div.sec02 div.block01:before, div.sec02 div.block02:before,
  div.sec02 div.block03:before, div.sec02 div.block04:before{
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    display: block;
    transition: 0.5s;
  }
  div.sec02 div.block01.faded, div.sec02 div.block02.faded,
  div.sec02 div.block03.faded, div.sec02 div.block04.faded, div.sec02 div.block05.faded{
    transition-delay: 0.2s;
  }
  div.sec02 div.block01.faded:before, div.sec02 div.block02.faded:before,
  div.sec02 div.block03.faded:before, div.sec02 div.block04.faded:before  {
    width: 100%;
  }
  div.sec02 div.block01.faded .bg, div.sec02 div.block02.faded .bg,
  div.sec02 div.block03.faded .bg, div.sec02 div.block04.faded .bg,
  div.sec02 div.block05 div.half01 .bg, div.sec02 div.block05 div.half02 .bg,div.sec02 div.block05 div.half03 .bg {
    transition-delay: 0s;
    opacity: 1;
    transform: scale(1);
  }
  div.sec02 div.block05 div.half01,
  div.sec02 div.block05 div.half02 {
    overflow: hidden;
    transition-delay: 100ms;
    transition: 1.6s;
    position: relative;
  }
  div.sec02 div.block05 div.half01 .bg,
  div.sec02 div.block05 div.half02 .bg {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 100%;
    max-width: inherit;
    /*
    transition: 1.1s;
    transform: scale(1.03);
    transition-delay: 0.9s;
    */
    transition: 0.8s;
    transform: scale(1.03);
    transition-delay: 0.5s;
    min-width: 726px;
  }
  div.sec02 div.block05 div.half01 .bg.fit {
    min-width: 484px;
  }
  div.sec02 div.block05 div.half02 .bg.fit {
    min-width: 484px;
  }
  div.sec02 div.block05 div.half03 .bg.fit {
    min-width: 484px;
  }
  div.sec02 div.block05 div.half01:before,
  div.sec02 div.block05 div.half02:before,
  div.sec02 div.block05 div.half03:before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    display: block;
    transition: 1.1s;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div.sec02 div.block05.faded div.half01,
  div.sec02 div.block05.faded div.half02,
  div.sec02 div.block05.faded div.half03 {
    opacity: 1;
    transition-delay: 0.1s;
  }
  div.sec02 div.block05.faded div.half01:before,
  div.sec02 div.block05.faded div.half02:before,
  div.sec02 div.block05.faded div.half03:before {
    width: 100%;
  }
  div.sec02 div.block05.faded div.half01 .bg,
  div.sec02 div.block05.faded div.half02 .bg,
  div.sec02 div.block05.faded div.half03 .bg {
    transition-delay: 0s;
    opacity: 1;
    transform: scale(1);
  }
}

div.sec02 div.block01, div.sec02 div.block02,
div.sec02 div.block03, div.sec02 div.block04, div.sec02 div.block05 {
  height: 360px;
  background: rgba(33, 33, 33, 0.9);
}
div.sec02 div.block01 a, div.sec02 div.block02 a,
div.sec02 div.block03 a, div.sec02 div.block04 a, div.sec02 div.block05 a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  div.sec02 div.block01 p.ttl, div.sec02 div.block02 p.ttl,
  div.sec02 div.block03 p.ttl, div.sec02 div.block04 p.ttl, div.sec02 div.block05 p.ttl {
    opacity: 0;
    filter: blur(5px);
    transition-duration: 0.8s;
    transition-delay: 1s;
  }
  div.sec02 div.block01.faded p.ttl, div.sec02 div.block02.faded p.ttl,
  div.sec02 div.block03.faded p.ttl, div.sec02 div.block04.faded p.ttl, div.sec02 div.block05.faded p.ttl {
    opacity: 1;
    filter: blur(0);
  }
}
div.sec02 p.ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: 0.03em;
  }*/
  color: #ffffff;
  border: 1px solid #ffffff;
  background: url(../../img/link_arrow_white_lb.png) no-repeat left -1px bottom, url(../../img/link_arrow_white_lt.png) no-repeat left -1px top, url(../../img/link_arrow_white_rt.png) no-repeat right -1px top, url(../../img/link_arrow_white_rb.png) no-repeat right -1px bottom;
  background-size: 6px;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: -5px;
  }*/
  position: relative;
  display: block;
  background: url(../../img/link_arrow_white_lb.png) no-repeat left 4px bottom 4px, url(../../img/link_arrow_white_lt.png) no-repeat left 4px top 4px, url(../../img/link_arrow_white_rt.png) no-repeat right 4px top 4px, url(../../img/link_arrow_white_rb.png) no-repeat right 4px bottom 4px;
  background-size: 6px;
  font-size: 21px;
  padding: 55px 0;
  letter-spacing: 0.3em;
  width: 78px;
  line-height: 78px;
}
div.sec02 p.ttl span {
  position: relative;
  z-index: 1;
}
/*
div.sec02 p.ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  display: block;
  background: #fff;
  z-index: 0;
  transition: height 0.5s;
}
div.sec02 p.ttl:after {
  transition: 0.6s;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 1px;
  height: 21px;
  mix-blend-mode: exclusion;
}
div.sec02 p.ttl:hover {
  color: #333;
}
*/
div.sec02 p.ttl:hover:before {
  height: 100%;
}
div.sec02 p.ttl:hover:after {
  height: 41px;
  bottom: -20px;
}
div.sec02 p.ttl:after {
  display: none;
}
div.sec02 div.block01:before {
  left: 0;
}
div.sec02 div.block01.faded:hover .bg {
  /*
  transform: scale(1.03);
  */
  transform: scale(1.15);
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
div.sec02 div.block02:before {
  right: 0;
}
div.sec02 div.block02.faded:hover .bg {
  /*
  transform: scale(1.03);
  */
  transform: scale(1.15);
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
div.sec02 div.block03:before {
  left: 0;
}
/*div.sec02 div.block03 p.ttl.wfh {
  line-height: 34px;
  padding-right: 4px;
  padding-left: 4px;
}*/
div.sec02 div.block03.faded:hover .bg {
  /*
  transform: scale(1.03);
  */
  transform: scale(1.15);
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
div.sec02 div.block04:before {
  right: 0;
}
/*div.sec02 div.block03 p.ttl.wfh {
  line-height: 34px;
  padding-right: 4px;
  padding-left: 4px;
}*/
div.sec02 div.block04.faded:hover .bg {
  /*
  transform: scale(1.03);
  */
  transform: scale(1.15);
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
div.sec02 div.block05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.sec02 div.block05 div.half01:hover .bg,
div.sec02 div.block05 div.half02:hover .bg,
div.sec02 div.block05 div.half03:hover .bg {
  /*
  transform: scale(1.03);
  */
  transform: scale(1.15);
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
div.sec02 div.block04 p.ttl {
  width: 78px;
  line-height: 78px;
  font-size: 21px;
  padding: 0 0 0;
  height: 242px;
}
div.sec02 div.block05 p.ttl {
  width: 65px;
  line-height: 65px;
  font-size: 18px;
  padding: 0 0 0;
  height: 220px;
}
div.sec02 div.block05 p.ttl.wide {
  height: 242px;
  padding: 0;
  font-size: 21px;
}
div.sec02 div.block05 div.half01 {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
div.sec02 div.block05 div.width {
  width: calc( 100% / 3 );
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
div.sec02 div.block05.faded p.ttl.nui{
  display: flex;
  align-items: center;
  justify-content: unset;
  width: 79px;
  font-size: 18px;
  line-height: 26px;
  text-align: inherit;
  height: 220px;
  padding: 22px 0 0;
  letter-spacing: 0.2em;
}

.sec03 {
  padding: 130px 0;
}
.sec03 a {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec03 a {
    opacity: 0;
    transform: translateY(15px);
    transition: 0.8s;
    transition-delay: 100ms;
  }
  .sec03 a.faded {
    opacity: 1;
    transform: translateY(0);
  }
}

.sec04 {
  background: url(../../img/top/sec04_bg02.jpg);
  padding-bottom: 100px;
}
.sec04 .block01 {
  height: 700px;
  position: relative;
  overflow: hidden;
}
.sec04 .block01 .inner {
  position: relative;
}
.sec04 .block01 img {
  width: 100%;
  min-width: 1452px;
}
.sec04 .block01 .ttl {
  z-index: 3;
  background: url(../../img/top/sec04_img01.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 33px;
  top: 0;
  width: 178px;
  height: 390px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 55px;
}
@media screen and (min-width: 768px) {
  .sec04 .block01 .ttl {
    filter: blur(20px);
    opacity: 0;
    filter: blur(5px);
    transition-duration: 0.6s;
    transition-delay: 1.5s;
  }
}
.sec04 .block01 .ttl .wfh {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: 0.03em;
  }*/
  font-size: 29px;
  letter-spacing: 0.3em;
}
.sec04 .block01 .ttl span {
  letter-spacing: 0.2em;
  margin-top: 25px;
  font-size: 10px;
  color: #a7a7a7;
}
@media screen and (min-width: 768px) {
  .sec04 .block01 {
    transition-delay: 100ms;
    transition: 1.5s;
  }
  .sec04 .block01 .bg {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    transition: 1.1s;
    transform: scale(1.03);
  }
  .sec04 .block01:before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #181818;
    display: block;
    transition: 1.1s;
  }
  .sec04 .block01.faded {
    transition-delay: 0.2s;
  }
  .sec04 .block01.faded:before {
    width: 100%;
  }
  .sec04 .block01.faded .bg {
    opacity: 1;
    transform: scale(1);
  }
  .sec04 .block01.faded .ttl {
    transition-delay: 1.1s;
    z-index: 5;
    opacity: 1;
    filter: blur(0);
  }
}
.sec04 .block02 {
  position: relative;
  z-index: 1;
  margin-top: -160px;
  background: url(../../img/top/sec04_bg03.png) no-repeat left top, url(../../img/top/sec04_bg04.png) no-repeat right bottom #fff;
  background-size: contain;
  border-bottom: 4px solid  #c0bb97;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec04 .block02 .box {
  border-right: 1px solid  #e1ded6;
  width: 33%;
}
.sec04 .block02 .box a {
  padding: 75px 0;
  display: block;
}
.sec04 .block02 .box a:hover img {
  opacity: 0.6;
  transition: 0.8s;
  transform: scale(1.15);
}
.sec04 .block02 .box a:hover .ttl, .sec04 .block02 .box a:hover .txt {
  opacity: 0.6;
}
.sec04 .block02 .box .img_box {
  overflow: hidden;
  margin: 0 auto;
  width: 46%;
  max-width: 170px;
  margin-bottom: 27px;
}
.sec04 .block02 .box .img_box img {
  display: block;
}
.sec04 .block02 .box .ttl {
  transition: 0.8s;
  padding: 10px 0;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 46%;
  max-width: 170px;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  border: 1px solid #181818;
  letter-spacing: 0.2em;
}
.sec04 .block02 .box .txt {
  transition: 0.8s;
  width: 51%;
  max-width: 190px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  justify-content: center;
}
.sec04 .block02 .box .txt p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: 0.03em;
  }*/
  line-height: 1;
}
.sec04 .block02 .box .txt .wfh {
  font-size: 17px;
}
.sec04 .block02 .box .txt .name {
  margin-right: 25px;
  font-size: 26px;
}
.sec04 .block02 .box .txt .eng.min {
  margin-right: 20px;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.sec04 .block02 .box:last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .sec04 .block02 .box a {
    opacity: 0;
    transform: translateX(-5px);
    transition: 0.7s;
    transition-delay: 0.4s;
  }
  .sec04 .block02 .box:nth-child(2) a {
    transition-delay: 0.8s;
  }
  .sec04 .block02 .box:nth-child(3) a {
    transition-delay: 1.2s;
  }
  .sec04 .block02 .box.faded a {
    opacity: 1;
    transform: translateX(0);
  }
}

.sec05 {
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-around;
}
.sec05 .block {
  overflow: hidden;
  width: 45%;
  max-width: 487px;
}
.sec05 .block a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.sec05 .block a:hover img {
  opacity: 1;
}
.sec05 .block a:hover img.bg {
  opacity: 0.6;
  transition: 0.8s;
  transform: scale(1.15);
}
@media screen and (min-width: 768px) {
  .sec05 .block {
    opacity: 0;
    transform: translateY(15px);
    transition: 0.7s;
    transition-delay: 100ms;
  }
  .sec05 .block.faded {
    opacity: 1;
    transform: translateY(0);
  }
}
.sec05 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 52px;
  width: auto;
}

.sec06 {
  padding: 140px 0 120px;
  background: url(../../img/top/sec06_bg.jpg) no-repeat;
  background-size: cover;
}
.sec06 div.inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
}
.sec06 div.ttl {
  margin-right: 100px;
  width: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .sec06 div.ttl {
    transition: 0.7s;
    filter: blur(5px);
  }
}
.sec06 div.ttl h2.wfh {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: 0.03em;
  }*/
  font-size: 32px;
  letter-spacing: 0.4em;
}
.sec06 div.ttl p.min {
  padding-top: 5px;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: 0.03em;
  }*/
  letter-spacing: 0.3em;
}
.sec06 div.cont.min {
  transition: 0.7s;
  transition-delay: .5s;
  width: 67.3%;
  max-width: 740px;
}
.sec06 div.cont.min dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 20px;
}
.sec06 div.cont.min dl:last-child {
  margin-bottom: 10px;
}
.sec06 div.cont.min dl dt.cat {
  line-height: 1;
  padding: 5px;
  width: 12.2%;
  max-width: 90px;
  text-align: center;
  border: 1px solid #ffffff;
  font-size: 11px;
}
.sec06 div.cont.min dl dt.date {
  text-align: center;
  width: 95px;
  padding: 0  10px 0 15px;
  margin-right: 10px;
  border-right: 1px dotted rgba(255, 255, 255, 0.3);
}
.sec06 div.cont.min dl dd {
  padding: 0 10px;
}
.sec06 div.cont.min dl dd a {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.sec06 div.cont.min dl dd a:after {
  content: "";
  background: #ffffff;
  height: 1px;
  width: 0;
  transition: 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.sec06 div.cont.min dl dd a:hover:after {
  width: 100%;
}
.sec06 div.more.wfh {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .sec06 div.more.wfh {
    transition: 0.7s;
    transition-delay: 1s;
  }
}
.sec06 div.more.wfh a {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: url(../../img/link_arrow_white_lb.png) no-repeat left -1px bottom, url(../../img/link_arrow_white_lt.png) no-repeat left -1px top, url(../../img/link_arrow_white_rt.png) no-repeat right -1px top, url(../../img/link_arrow_white_rb.png) no-repeat right -1px bottom;
  background-size: 6px;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {
      letter-spacing: -5px;
  }*/
  position: relative;
  width: 150px;
  display: block;
  letter-spacing: 0;
}
@media all and (-ms-high-contrast: none) {
  .sec06 div.more.wfh a {
    padding: 15px 10px 10px;
  }
}
.sec06 div.more.wfh a span {
  position: relative;
  z-index: 1;
}
.sec06 div.more.wfh a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  z-index: 0;
  transition: width 0.5s;
}
.sec06 div.more.wfh a:after {
  transition: 0.6s;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 21px;
  height: 1px;
  mix-blend-mode: exclusion;
}
.sec06 div.more.wfh a:hover {
  color: #333;
}
.sec06 div.more.wfh a:hover:before {
  width: 100%;
}
.sec06 div.more.wfh a:hover:after {
  width: 41px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .sec06 div.ttl, .sec06 div.cont.min, .sec06 div.more.wfh {
    opacity: 0;
  }
  .sec06 div.ttl.faded, .sec06 div.cont.min.faded, .sec06 div.more.wfh.faded {
    opacity: 1;
  }
  .sec06 div.ttl.faded {
    filter: blur(0);
  }
}

.sec07 {
  position: relative;
  padding: 80px 0 70px;
}
.sec07 .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec07 .slide-arrow:hover {
  opacity: 0.7;
  cursor: pointer;
}
.sec07 .prev-arrow {
  left: -20px;
}
.sec07 .next-arrow {
  right: -20px;
}
.sec07 img, .sec07 a {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec07 {
    opacity: 0;
    transform: translateY(15px);
    transition: 0.7s;
    transition-delay: 100ms;
  }
  .sec07.faded {
    opacity: 1;
    transform: translateY(0);
  }
}

@media all and (-ms-high-contrast: none) {
  div.sec01 div.more a {
    padding-left: 10px;
    padding-right: 15px;
  }

  div.sec02 p.ttl {
    line-height: 82px;
  }
  div.sec02 div.block03 p.ttl.wfh {
    line-height: 38px;
  }

  .sec04 .block01 .ttl .wfh {
    padding-right: 10px;
  }
  .sec04 .block02 .box .ttl {
    padding: 13px 0 5px;
  }

  .sec06 div.cont.min dl dt.cat {
    padding: 7px 5px 3px;
  }
}



@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mv {
    height: auto !important;
    background: none;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }
  .ipadImg{
    display: block;
    height: 100%;
    width: 100%;
    max-width: inherit;
    
  }
  .mv .mvMenu {
    position: absolute;
    
  }
}