@charset 'UTF-8';

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  font-size: 16px;
}
body {
  font-family: "cofo-raffine", "Noto Serif JP", serif, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #353535;
}

header, footer, nav, menu, article, aside, section, details, figcaption, figure{
  display: block;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: bottom;
}
a img {
  border: none;
}
strong {
  font-weight: normal;
}
i{
  font-style: normal;
}
p, li, dt, dd {
  color: #C0C0C0;
}
a {
  text-decoration: none;
}

.flex {
  display: flex;
}

.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#353535;
  z-index:9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  width: 0;
  height: 2px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
          animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
          animation: shutterOpen 2.6s forwards;
}
.body_inner {
  -webkit-animation: contentScale 2.6s forwards;
          animation: contentScale 2.6s forwards;
}
@keyframes byeShutter {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

/*　 ボタン   */
.button {
  width: 240px;
  margin: 64px auto;
  text-align: center;
}
.button a {
  width: 100%;
  padding: 12px 0;
  display: block;
  color: #FFF;
  border: 1px solid #FFF;
  font-family: "Noto Serif JP";
  transition: 0.3s ease-in-out;
}
.button a:hover {
  opacity: 0.6;
}

/*    ヘッダー   */
.header_start {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 40px 60px;
  z-index: 100;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 5%, rgba(30, 30, 30, 0.12) 27%, rgba(30, 30, 30, 1));
}
.header_start .logo {
  display: none;
}
.header_start .logo img{
  width: 320px;
}
.header_start nav ul {
  display: flex;
}
.header_start nav ul li {
  margin-left: 48px;
  transition: 0.3s ease-in-out;
}
.header_start nav ul li:hover {
  opacity: .7;
}

.header_scroll {
  display: none; 
  position: fixed; 
  width: 100%;
  padding: 40px;
  z-index: 100;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 5%, rgba(30, 30, 30, 0.12) 27%, rgba(30, 30, 30, 1));
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_scroll .logo img{
  width: 320px;
}
.header_scroll nav ul {
  display: flex;
}
.header_scroll nav ul li {
  margin-left: 48px;
  transition: 0.3s ease-in-out;
}
.header_scroll nav ul li:hover {
  opacity: .7;
}

/*   メインビジュアル  */
.mv {
  width: 100%;
  height: 1300px;
  margin: 0;
  padding: 100px 0 200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mv p {
  margin: 0 auto;
  padding: 400px 0 0 5%;
}
.mv::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/mv_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 80%);
    z-index: -1;
}

/*   コンテンツ  */
.profile_wrap {
  background-image: url(../img/bg01.png);
  background-size: cover;
  margin-top: -300px;
  z-index: -2;
}
.profile_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 300px 0;
}
.profile_wrap h2 {
  font-weight: 500;
  font-size: 80pt;
  color: #464646;
}
.profile_text {
  flex-grow: 2;
  padding-top: 60px;
  padding-right: 50px;
}
.profile_text .name {
  padding-bottom: 30px;
}
.profile_text .name_jp {
  font-size: 45pt;
  font-weight: bold;
  line-height: 1;
    color: #fff;
}
.profile_text .name_en {
  font-size: 24pt;
  font-weight: 500;
  color: #fff;
}
.profile_text .intro {
  padding: 50px 0;
  line-height: 2;
}
.gray_area {
  background-color: rgba(51,51,51,0.6);
  padding: 24px 48px;
}
.profile_text .profile {
  padding: 50px 0;
}
.profile dt {
  color: #838383;
}
.profile dd {
  font-family: "Noto Serif JP";
}
.profile .up{
  justify-content: space-between;
  padding-bottom: 24px;
}
.profile .lower div:first-of-type{
  margin-right: 50px;
}
.tag_wrap {
  display: flex;
}
.tag_flex {
  display: flex;
}
.profile_text .tag {
  padding: 50px 0;
}
.tag dt {
  font-weight: bold;
  color: #838383;
}
.tag dd p {
  font-family: "Noto Serif JP";
  line-height: 2;
}
.tag_list {
  margin-right: 56px;
}
.tag_title {
  width: 40px;
}
.fan_icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile_img {
  width: 420px;
}

.link_area {
    width: 100%;
    margin: -160px 0;
    padding: 280px 0;
    position: relative;
    z-index: 2;
}
.link_area::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #353535;
    transform: skewY(-7deg);
    z-index: -1;  
}
.link_area h2 {
  padding-bottom: 24px;
  font-size: 80pt;
  color: #000;
  text-align: center; 
}

.slick-wrapper {
  overflow: hidden;
}
.slick-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.slick-area.slick-arrow {
  opacity: 0;
  transition-duration: 0.3s;
}
.slick-area:hover .slick-arrow {
  opacity: 1;
}
.slider {
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-slide {
  padding: 0 10px;
  transition-duration: 0.5s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
  transition: 0.3s ease-in-out;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  content:""!important;
}

.goods_wrap {
  margin-top: 180px;
}
.goods_wrap ul{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.goods_wrap ul li img {
  width: 320px;
  transition: 0.3s ease-in-out;
}
.goods_wrap ul li img:hover {
  opacity: .7;
}
.dot_size {
  font-size: 80px;
}

.blog_wrap {
  background-image: url(../img/bg02.png);
  background-size: cover;
  padding: 320px 0 120px;
}
.blog_wrap h2 {
  font-size: 80pt;
  color: #464646;
  text-align: center; 
  margin-bottom: -24px;
}
.blog_subtitle {
  font-size: 20pt;
  color: #464646;
  text-align: center; 
}
.blog_text {
  text-align: center;
  margin-top: 64px;
}

/*    フッター   */
.footer {
  background-color: #121212;
  padding: 120px 0;
  text-align: center;
}
.footer_name {
  transition: 0.3s ease-in-out;
}
.footer_name:hover {
  opacity: .7;
}
.footer_nav {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
.footer_nav li {
  margin-right: 64px;
  transition: 0.3s ease-in-out;
}
.footer_nav li:hover {
  opacity: .7;
}
.footer_nav li:last-of-type {
  margin-right: 0;
}
.footer_other {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
.footer_other li {
  margin-right: 64px;
  transition: 0.3s ease-in-out;
}
.footer_other li:hover {
  opacity: .7;
}
.footer_other li:last-of-type {
  margin-right: 0;
}
.footer_other li a {
  color: #fff;
}


.header_start_sp, .mv_logo_sp, .pc_none {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header_start {
    padding: 24px;
  }
  .header_start nav ul li {
    margin-left: 32px;
  }
  .header_start nav ul li img {
    height: 32px;
  }
  .header_start .logo img {
    width: 230px;
  }
  .header_scroll {
    padding: 24px;
  }
  .header_scroll .logo img {
    width: 230px;
  }
  .header_scroll nav ul li {
    margin-left: 32px;
  }
  .header_scroll nav ul li img {
    height: 32px;
  }
  .profile_img {
    width: 100%;
  }
  .profile_img img {
    width: 100%;
  }
  .mv::before {
    background-position: center;
  }
  .mv_logo_pc {
    display: none;
  }
  .mv_logo_sp {
    display: block;
  }
  .mv_logo_sp img {
    width: 400px;
  }
  .profile_img figure {
    width: 100%;
  }
  .profile_flex {
    width: 100%;
  }
  .profile_inner {
    width: 100%;
    padding: 240px 40px;
  }
  .goods_wrap ul {
    width: 100%;
  }
  .goods_wrap ul {
    padding: 0 24px;
  }
  .goods_wrap ul li {
    margin-right: 16px;
  }
  .goods_wrap ul li:last-of-type {
    margin-right: 0;
  }
  .goods_wrap ul li img {
    width: 100%;
  }
  .profile_text {
    width: 100%;
  }
  .profile_text .name_jp {
    font-size: 30pt;
  }
  .gray_area {
    padding: 16px 16px;
  }
}


@media screen and (max-width: 700px) {
  .button {
    margin: 24px auto;
  }
  .flex {
    display: block;
  }
	.header_start, .header_scroll {
    display: none;
  }
  .header_start_sp {
    display: block;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 50px;
  }
  .header_start_sp .logo img {
    width: 300px;
    padding: 16px 24px;
  }
  .header_inner {
    display: none;
    position: relative;
    z-index: 100;
  }
  .menu{
      height: 20px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 30px;
      z-index: 99;
  }
  .menu__line{
      background: #fff;
      display: block;
      height: 2px;
      position: absolute;
      transition:transform .3s;
      width: 100%;
  }
  .menu__line--center{
      top: 9px;
  }
  .menu__line--bottom{
      bottom: 0;
  }
  .menu__line--top.active{
      top: 8px;
      transform: rotate(45deg);
  }
  .menu__line--center.active{
      transform:scaleX(0);
  }
  .menu__line--bottom.active{
      bottom: 10px;
      transform: rotate(135deg);
  }
  .gnav{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
  }
  .gnav_inner{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .gnav_menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
  }
  .gnav_menu_li {
    margin: 40px 0 40px 100px;
    opacity: 0;
  }
  .gnav_menu_li a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
  }
  .gnav_menu_flex {
    display: flex;
    justify-content: space-between;
  }
  .gnav .gnav_menu li a:hover{
    color: #666;
  }

  .mv {
    height: auto;
    text-align: center;
  }
  .mv p {
    padding: 300px 0 180px 0;
  }
  .mv::before {
    background-image: url(../img/mv_sp.png);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 90%);
  }
  .mv_logo_pc {
    display: none;
  }
  .mv_logo_sp {
    display: block;
  }
  .mv_logo_sp img {
    width: 320px;
  }
  .profile_inner {
    width: 100%;
    padding: 300px 24px 100px;
  }
  .profile_text {
    padding-top: 40px;
    padding-right: 0;
  }
  .profile_text .profile {
    padding: 40px 0;
  }
   .profile_img {
    width: 100%;
    text-align: center;
   }
  .profile_img img {
    width: 75%;
  }
  .profile_wrap h2 {
    font-size: 48pt;
  }
  .profile_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .profile_text .name {
    text-align: center;
  }
  .profile_text .name_jp {
    font-size: 30pt;
    margin-bottom: 5px;
  }
  .profile_text .name_en {
    font-size: 16pt;
  }
  .profile_text .intro {
    font-size: 14px;
    padding: 40px 0;
  }
  .gray_area {
    padding: 16px;
  }
  .profile .up {
    padding-bottom: 0;
  }
  .profile .up div,
  .profile .lower div {
    display: flex;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .profile .lower div:last-of-type {
    margin-bottom: 0;
  }
  .profile .up div dt,
  .profile .lower div dt {
    width: 100px;
    margin-right: 8px;
  }
  .tag_wrap {
    font-size: 13px;
  }
  .tag_flex {
    display: flex;
  }
  .dot_size {
    font-size: 40px;
  }

  .link_area {
   margin: -40px 0;
   padding: 100px 0;
  }
  .link_area h2 {
    font-size: 36pt;
    padding-bottom: 16px;
  }

  .goods_wrap {
    margin-top: 120px;
    padding: 0 24px;
  }
  .goods_wrap ul {
    width: 100%;
    padding: 0;
  }
  .goods_wrap ul li {
    margin-right: 16px;
  }
  .goods_wrap ul li:last-of-type {
    margin-right: 0;
  }
  .goods_wrap ul li img {
    width: 100%;
  }

  .blog_wrap {
    background-image: url(../img/bg01.png);
    padding: 120px 0 120px;
  }
  .blog_wrap h2 {
    font-size: 36pt;
    margin-bottom: -8px;
  }
  .blog_subtitle {
    font-size: 13pt;
  }
  .pc_none {
    display: block;
  }
  .blog_text {
    margin-top: 40px;
  }

  .footer_name img{
    width: 240px;
  }
  .footer_nav {
    margin-top: 100px;
  }
  .footer_nav img {
    width: 24px;
  }
  .footer_nav li {
    margin-right: 40px;
  }
  .footer_other {
    display: block;
    margin-top: 100px;
  }
  .footer_other li {
    margin: 20px 0 0;
    font-size: 14px;
  }
}