@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
/* =========================================================
 VARIABLE
========================================================= */
/* =========================================================
 MIXIN
========================================================= */
/* ----- BREAK POINT ----- */
/* ----- PREFIX ----- */
/* ----- IE用アンチエイリアス ----- */
/* ----- CLEARFIX ----- */
/* ----- LINK COLOR ----- */
/* ----- HIDDEN TEXT ----- */
/* ----- BACKGROUND HEIGHT ----- */
/* ----- GRADATION ----- */
/* =========================================================
 FUNCTION
========================================================= */
/*
  使用例
  margin: autoSpace(10, 1.6rem, 1.5);
          autoSpace(最終的に空いてほしい値, 要素のfont-size, 要素のline-height)
*/
/* =========================================================

2017 renewal COMMON

========================================================= */
/* =========================================================
 DEFAULT STYLE
========================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

main {
  margin-top: 80px;
  display: block;
}
@media screen and (max-width: 48em) {
  main {
    margin-top: 40px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img {
  vertical-align: top;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

form label {
  cursor: pointer;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover, a:active, a:focus {
  color: #666666;
}
a.fadeAlpha {
  color: #000;
}
a img {
  border: none;
}

.fadeAlpha.over * {
  opacity: .7;
}
.fadeAlpha.out * {
  opacity: 1;
  transition: opacity .2s ease-in;
}

/* =========================================================
 CLEARFIX
========================================================= */
/* =========================================================
 BAN PRINT
========================================================= */
@media print {
  .noprint {
    visibility: hidden !important;
  }

  .hideBackground {
    background-image: none !important;
  }

  #top .mainVisual .slick-slide p {
    background-image: none !important;
    padding-bottom: 10em !important;
  }
  #top .mainVisual .slick-slide p span {
    display: block !important;
  }
  #top .containTopics .topicList .slick-slide .image {
    background-image: none !important;
    padding-bottom: 2em !important;
  }
  #top .containTopics .topicList .slick-slide .image p {
    display: block !important;
  }
  #top .containSpecial .topicList .image {
    background-image: none !important;
    padding-bottom: 2em !important;
  }
  #top .containSpecial .topicList .image p {
    display: block !important;
  }
  #top .containMovieCm .topicList li a {
    background-image: none !important;
    padding-bottom: 2em !important;
  }
  #top .containMovieCm .topicList li a p {
    display: block !important;
  }

  #cm .movieList .moviePreview {
    visibility: hidden !important;
    height: 0 !important;
  }

  #download .containQuiz .mainImg {
    visibility: hidden !important;
    height: 0 !important;
  }

  #camp_quo .camp_quo_header_wrap .visibilityHidden {
    display: block !important;
  }
  #camp_quo .camp_quo_header_bg {
    background-image: none !important;
  }
}
/* =========================================================
 HELPER
========================================================= */
@media screen and (max-width: 48em) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 48em) {
  .is-sp {
    display: block;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =========================================================
 altText
========================================================= */
@media screen and (min-width: 769px) {
  .altText {
    font-size: 0;
  }
}
/* =========================================================
 HEADER
========================================================= */
header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 15;
  line-height: 0;
}

.globalNavWrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background-color: #fff;
}

.globalNav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.globalNav h1 {
  width: 110px;
  margin-left: 30px;
}
.globalNav h1 a {
  display: block;
}
.globalNav h1 img {
  width: 100%;
}
.globalNav .menuContentsWrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.globalNav .snsWrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 35px;
  font-size: 0;
}
.globalNav .snsWrap li {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.globalNav .snsWrap li:last-child {
  margin-right: 0;
}
.globalNav .snsWrap li a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
}
.globalNav .snsWrap li a:hover {
  opacity: 0.7;
}
.globalNav .snsWrap li.facebook a {
  background-image: url(/2017renewal/shared/img/icon_facebook.png);
}
.globalNav .snsWrap li.twitter a {
  background-image: url(/2017renewal/shared/img/icon_twitter.png);
}
.globalNav .snsWrap li.gplus a {
  background-image: url(/2017renewal/shared/img/icon_gplus.png);
}
.globalNav .snsWrap li.mixi a {
  background-image: url(/2017renewal/shared/img/icon_mixi.png);
}
.globalNav .snsWrap li.line a {
  background-image: url(/2017renewal/shared/img/icon_line.png);
}
.globalNav .snsWrap li.instagram a {
  background-image: url(/2017renewal/shared/img/icon_instagram.png);
}
.globalNav .languageWrap {
  position: relative;
}
.globalNav .languageBtn {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100px;
  height: 80px;
  margin-right: 30px;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  letter-spacing: .08rem;
}
.globalNav .languageBtn:hover {
  cursor: pointer;
}
.globalNav .languageBtn::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 1px;
  transform: rotate(135deg);
  transition: 0.65s ease;
}
.globalNav .languageBtn.active::after {
  margin-top: 0px;
  transform: rotate(-45deg);
}
.globalNav .languageList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.globalNav .languageList li {
  position: relative;
}
.globalNav .languageList li a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.globalNav .languageList li a:hover {
  opacity: 0.7;
}
.globalNav .siteNavBtn {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #000;
  cursor: pointer;
}
.globalNav .siteNavBtn span {
  position: absolute;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  margin-left: -15px;
  background-color: #fff;
  transition: all .4s;
}
.globalNav .siteNavBtn span:nth-child(1) {
  top: 30px;
}
.globalNav .siteNavBtn span:nth-child(2) {
  top: 40px;
}
.globalNav .siteNavBtn span:nth-child(3) {
  top: 50px;
}
.globalNav .siteNavBtn.active span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.globalNav .siteNavBtn.active span:nth-child(2) {
  opacity: 0;
}
.globalNav .siteNavBtn.active span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
.globalNav .siteNavList {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.globalNav .siteNavList li {
  position: relative;
  height: 100%;
  margin-right: 60px;
}
.globalNav .siteNavList li a,
.globalNav .siteNavList li span {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  color: #fff;
}
.globalNav .siteNavList li a:after,
.globalNav .siteNavList li span:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s;
}
.globalNav .siteNavList li a:hover:after,
.globalNav .siteNavList li span:hover:after {
  opacity: 1;
}
.globalNav .siteNavList li .hovered:after {
  opacity: 1;
}
.globalNav .siteNavList li.lineup {
  margin-left: 38px;
}
.globalNav .lineupList {
  position: fixed;
  top: -24.875vw;
  left: 0;
  height: 21.875vw;
  width: 100%;
  z-index: 14;
  transition: all 1s ease;
  z-index: -1;
}
.globalNav .lineupList div {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.globalNav .lineupList div ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  zoom: 1;
}
.globalNav .lineupList div ul li {
  width: 25%;
}
.globalNav .lineupList div ul li img {
  width: 100%;
  vertical-align: top;
}
.globalNav .lineupList div a:hover img {
  opacity: 0.6;
}
.globalNav .lineupList div p {
  position: absolute;
  top: 0;
  left: 273px;
}

/* HEADER - RESPONSIVE - sp
--------------------------------------------------------- */
@media screen and (max-width: 48em) {
  .globalNavWrap {
    min-width: auto;
    height: 40px;
  }

  .globalNav h1 {
    width: calc(110/640*100%);
    max-width: 60px;
    margin-left: calc(25/640*100%);
  }
  .globalNav .snsWrap {
    display: none;
  }
  .globalNav .languageBtn {
    width: 100%;
    height: 40px;
    margin-right: 30px;
    font-size: 1.2rem;
  }
  .globalNav .languageBtn::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .globalNav .languageList li a {
    font-size: 1.2rem;
  }
  .globalNav .siteNavBtn {
    width: 40px;
    height: 40px;
  }
  .globalNav .siteNavBtn span {
    width: 15px;
    height: 1px;
    margin-top: -.5px;
    margin-left: -7.5px;
  }
  .globalNav .siteNavBtn span:nth-child(1) {
    top: 15px;
  }
  .globalNav .siteNavBtn span:nth-child(2) {
    top: 20px;
  }
  .globalNav .siteNavBtn span:nth-child(3) {
    top: 25px;
  }
  .globalNav .siteNavBtn.active span:nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  .globalNav .siteNavBtn.active span:nth-child(2) {
    opacity: 0;
  }
  .globalNav .siteNavBtn.active span:nth-child(3) {
    transform: translateY(-5px) rotate(45deg);
  }
  .globalNav .siteNavList {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    display: block;
    width: 80%;
    height: auto;
    max-height: calc(100vh - 70px);
    margin: 0 auto;
    padding: 0 5%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #231815;
    overflow-y: scroll;
  }
  .globalNav .siteNavList li {
    position: relative;
    padding: 0;
    height: auto;
    margin-right: 0;
    border-top: 1px dotted #000;
  }
  .globalNav .siteNavList li:first-child {
    border-top: none;
  }
  .globalNav .siteNavList li a,
  .globalNav .siteNavList li span {
    display: block;
    width: auto;
    padding: 15px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5rem;
    color: #000;
    line-height: 1;
  }
  .globalNav .siteNavList li a::before,
  .globalNav .siteNavList li span::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
  }
  .globalNav .siteNavList li a::after,
  .globalNav .siteNavList li span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    left: auto;
    width: auto;
    height: auto;
    margin-top: -5px;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    background-color: transparent;
    opacity: 1;
  }
  .globalNav .siteNavList li.lineup {
    display: none;
  }
  .globalNav .lineupList {
    display: none;
  }
}
/* =========================================================
 FOOTER
========================================================= */
.topBtn {
  min-width: 1200px;
  padding: 80px 0;
}
.topBtn a {
  display: block;
  width: 21px;
  margin: 0 auto;
}
.topBtn a:hover {
  opacity: .8;
}

.footerNav {
  width: 100%;
  min-width: 1200px;
  background-color: #f8f8f8;
}
.footerNav .wrapper {
  width: 1070px;
  margin: 0 auto;
  padding: 75px 65px;
}
.footerNav .iconWrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.footerNav .iconWrap .logo {
  width: 110px;
  margin-right: 40px;
}
.footerNav .iconWrap .logo img {
  width: 100%;
}
.footerNav .iconWrap .snsList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footerNav .iconWrap .snsList li {
  margin-right: 15px;
}
.footerNav .iconWrap .snsList a {
  display: block;
}
.footerNav .iconWrap .snsList a:hover {
  opacity: .8;
}
.footerNav .iconWrap .snsList img {
  vertical-align: top;
}
.footerNav .menuWrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.footerNav .menuWrap .block {
  width: 100%;
  border-right: 1px solid #fff;
}
.footerNav .menuWrap .block:last-child {
  border-right: none;
}
.footerNav .menuWrap .blockHead {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
}
.footerNav .menuWrap .blockHead span {
  padding-left: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
}
.footerNav .menuWrap .blockText {
  margin: 0 auto 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
}
.footerNav .menuWrap .blockText span {
  display: block;
  padding-top: 15px;
  font-family: "游明朝", YuMincho, "ヒラ.footerNav .menuWrap .block.products .seriesList aギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  line-height: 1;
}
.footerNav .menuWrap .block.products {
  width: calc(530/1070*100%);
}
.footerNav .menuWrap .block.products .blockHead {
  margin-bottom: 30px;
}
.footerNav .menuWrap .block.products .lineup {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-right: 80px;
}
.footerNav .menuWrap .block.products .series {
  margin-bottom: 20px;
}
.footerNav .menuWrap .block.products .seriesHead {
  margin-bottom: 10px;
}
.footerNav .menuWrap .block.products .seriesHead a {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
}

.footerNav .seriesHead a {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
}

.footerNav .seriesHead a {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
}

.footerNav .menuWrap .block.products .seriesHead a span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
}
.footerNav .menuWrap .block.products .seriesHead a .sub {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
}
.footerNav .menuWrap .block.products .seriesList a {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
}
.footerNav .menuWrap .block.others {
  width: calc(310/1070*100%);
}
.footerNav .menuWrap .block.others .blockText {
  width: 50%;
}
.footerNav .menuWrap .block.language {
  width: calc(230/1070*100%);
}
.footerNav .menuWrap .block.language .blockHead,
.footerNav .menuWrap .block.language .languageListFoot {
  margin: 0 auto;
  width: 50%;
}
.footerNav .menuWrap .block.language .blockHead {
  margin-bottom: 15px;
}
.footerNav .menuWrap .block.language .languageListFoot li {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1;
}

.footerBtm {
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background-color: #1a1a1a;
}
.footerBtm .wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}
.footerBtm .block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footerBtm .block a:hover {
  opacity: .8;
}
.footerBtm .logo {
  width: 60px;
  margin-right: 70px;
}
.footerBtm .logo a {
  display: block;
}
.footerBtm .logo img {
  width: 100%;
}
.footerBtm .link {
  position: relative;
  margin-right: 30px;
}
.footerBtm .link a {
  display: block;
  padding-left: 17px;
  font-size: 1.2rem;
  color: #e0e0e0;
  letter-spacing: .2rem;
}
.footerBtm .link a:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: 0.65s ease;
}
.footerBtm .copyright {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  color: #e0e0e0;
  letter-spacing: .2rem;
}

/* FOOTER - RESPONSIVE - sp
--------------------------------------------------------- */
@media screen and (max-width: 48em) {
  .topBtn {
    width: 100%;
    min-width: auto;
    padding: 50px 0 30px;
  }
  .topBtn a {
    width: 18px;
  }
  .topBtn img {
    width: 100%;
  }

  .footerNav {
    width: 100%;
    min-width: auto;
    background-color: #fff;
  }
  .footerNav .wrapper {
    width: 100%;
    padding: 0 0 50px;
  }
  .footerNav .iconWrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }
  .footerNav .iconWrap .logo {
    display: none;
  }
  .footerNav .iconWrap .sns {
    margin: 0 auto;
  }
  .footerNav .iconWrap .snsList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .footerNav .iconWrap .snsList li {
    margin-right: 15px;
  }
  .footerNav .iconWrap .snsList a {
    display: block;
  }
  .footerNav .iconWrap .snsList img {
    vertical-align: top;
  }
  .footerNav .menuWrap {
    display: none;
  }

  .footerBtm {
    width: 100%;
    min-width: auto;
    height: 40px;
  }
  .footerBtm .wrapper {
    height: 100%;
    padding: 0 5%;
  }
  .footerBtm .logo {
    width: auto;
    height: 15px;
    margin-right: 0;
  }
  .footerBtm .logo a {
    width: auto;
    height: 100%;
  }
  .footerBtm .logo img {
    width: auto;
    height: 100%;
  }
  .footerBtm .link {
    display: none;
  }
  .footerBtm .copyright a {
    font-size: .8rem;
  }
}
