@charset "UTF-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifJP-Regular.woff") format("woff"), url("../font/NotoSerifJP-Regular.otf") format("opentype");
}

/**
 * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  max-height: 999999px;
}

img {
  display: block;
}

html {
  background: #000;
  position: relative;
}

body {
  background: #000;
  position: relative;
  min-height: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', sans-serif;
  color: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.palt body {
  font-feature-settings: 'palt' 1;
}

.pkna body {
  font-feature-settings: 'pkna' 1;
}

a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: none;
}

.en {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.serif {
  font-family: "游明朝","Yu Mincho",YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
}

.ie .serif,
.android .serif {
  font-family: 'Noto Serif Japanese', serif;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #wrapper {
    min-width: 1008px;
  }
}

#noScript {
  border: 1px solid #fff;
  text-align: center;
  line-height: 1.5;
  padding: 50px 0;
}

.btnRoundShadow {
  display: table;
  position: relative;
}

.btnRoundShadow:before {
  content: '';
  display: table-cell;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 50px;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .btnRoundShadow:before {
    -webkit-transform: translate(0, 4px);
        -ms-transform: translate(0, 4px);
            transform: translate(0, 4px);
  }
}

@media screen and (max-width: 768px) {
  .btnRoundShadow:before {
    -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
}

.btnRoundShadow a {
  display: table-cell;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #000;
  border-radius: 50px;
  letter-spacing: 1px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (min-width: 769px) {
  .btnRoundShadow a {
    padding: 18px 72px 18px 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .btnRoundShadow a {
    padding: 12px 50px 12px 20px;
    font-size: 14px;
  }
}

.btnRoundShadow a:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  background: url("../img/common/footer_icon_arrow.svg") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .btnRoundShadow a:after {
    width: 18px;
    height: 12px;
    right: 30px;
    top: 50%;
    margin-top: -6px;
  }
}

@media screen and (max-width: 768px) {
  .btnRoundShadow a:after {
    width: 12px;
    height: 7px;
    right: 21px;
    top: 50%;
    margin-top: -3px;
  }
}

@media screen and (min-width: 769px) {
  .btnRoundShadow a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
}

#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  color: #000;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: top 0.2s ease-in-out, opacity 0s 0.6s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.2s ease-in-out, opacity 0s 0.6s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.2s ease-in-out, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0.6s;
  transition: top 0.2s ease-in-out, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0.6s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.android #menu {
  -webkit-transform: translate(0, -110%);
      -ms-transform: translate(0, -110%);
          transform: translate(0, -110%);
}

#menu.open {
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.2s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.2s ease-in-out, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.2s ease-in-out, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 769px) {
  #menu {
    min-width: 1008px;
    border: 20px solid #000;
    border-top: none;
    top: 108px;
  }
  #menu.small {
    top: 80px;
  }
}

@media screen and (max-width: 768px) {
  #menu {
    border: 12px solid #000;
    border-top: none;
    top: 64px;
  }
}

@media screen and (min-width: 769px) {
  #menu a {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #menu a:hover {
    opacity: 0.8;
  }
}

#menu .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #menu .inner {
    min-height: 646px;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav {
    width: 900px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -270px 0 0 -450px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav {
    padding: 25px 0;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav #toHome {
    position: absolute;
    left: 0;
    top: -36px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav #toHome {
    margin: 0 0 23px 25px;
  }
}

#menu .inner nav #toHome a {
  color: #000;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 769px) {
  #menu .inner nav #toHome a {
    padding: 0 0 0 25px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav #toHome a {
    padding: 0 0 0 25px;
  }
}

#menu .inner nav #toHome a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: url("../img/common/home.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
}

#menu .inner nav section {
  position: relative;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section {
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section {
    border-top: 2px solid #ccc;
    padding: 0 25px 25px;
  }
}

#menu .inner nav section:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: #000;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section:before {
    height: 1px;
    width: 40px;
    left: 0;
    top: -1px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section:before {
    width: 30px;
    left: 25px;
    height: 2px;
    top: -2px;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section h2 {
    position: relative;
    height: 90px;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section h2 span {
    display: block;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section h2 span.en {
    white-space: nowrap;
    width: 40px;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section h2 span.en {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 30px;
    font-size: 8px;
    height: 90px;
    text-align: center;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section h2 span.serif {
    width: 142px;
    font-size: 36px;
    letter-spacing: 4px;
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section h2 span.serif {
    font-size: 30px;
    letter-spacing: 3px;
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#menu .inner nav section a.gallery {
  display: block;
  position: relative;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.gallery.gal1 {
    background-image: url("../img/common/menu_category1_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.gallery.gal1 {
    background-image: url("../img/common/menu_category1_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.gallery.gal2 {
    background-image: url("../img/common/menu_category2_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.gallery.gal2 {
    background-image: url("../img/common/menu_category2_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.gallery.gal3 {
    background-image: url("../img/common/menu_category3_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.gallery.gal3 {
    background-image: url("../img/common/menu_category3_sp.jpg");
  }
}

#menu .inner nav section a.gallery:after {
  content: '';
  display: block;
  background: url("../img/common/circle_arrow_white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.gallery:after {
    width: 36px;
    height: 36px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.gallery:after {
    width: 30px;
    height: 30px;
    right: 25px;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.gallery {
    width: 402px;
    height: 100px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.gallery {
    padding-top: 30%;
    margin-bottom: 25px;
  }
}

#menu .inner nav section a.gallery .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.gallery .text {
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.gallery .text {
    left: 25px;
  }
}

#menu .inner nav section a.gallery .serif {
  display: block;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.gallery .serif {
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.gallery .serif {
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 2px;
  }
}

#menu .inner nav section a.gallery .en {
  display: block;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.gallery .en {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.gallery .en {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

#menu .inner nav section a.column {
  display: block;
  color: #000;
  position: relative;
}

#menu .inner nav section a.column:after {
  content: '';
  display: block;
  background: url("../img/common/circle_arrow_black.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.column:after {
    width: 18px;
    height: 18px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.column:after {
    width: 18px;
    height: 18px;
    top: 35px;
    right: 25px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.column.columnModal {
    pointer-events: none;
    margin-bottom: 25px;
  }
  #menu .inner nav section a.column.columnModal:after {
    display: none;
  }
}

#menu .inner nav section a.column.comingsoon {
  pointer-events: none;
}

#menu .inner nav section a.column.comingsoon:after {
  display: none;
}

#menu .inner nav section a.column.comingsoon:before {
  content: 'Coming soon';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #000;
  color: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.column.comingsoon:before {
    width: 42px;
    height: 42px;
    font-size: 11px;
    text-indent: 1px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.column.comingsoon:before {
    width: 34px;
    height: 34px;
    font-size: 8px;
    left: -10px;
    top: -5px;
  }
}

#menu .inner nav section a.column.new:before {
  content: 'New';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.column.new:before {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 11px;
    text-indent: 1px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.column.new:before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 8px;
    left: -10px;
    top: -5px;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.column {
    width: 396px;
    height: 100px;
    border-left: 1px solid #eee;
    padding: 0 30px 0 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.column {
    min-height: 60px;
    padding: 0 0 0 74px;
  }
}

#menu .inner nav section a.column img {
  border-radius: 50%;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.column img {
    width: 80px;
    height: 80px;
    left: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.column img {
    width: 60px;
    height: 60px;
    top: 5px;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.column h3.serif {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.column h3.serif {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.column p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.column p {
    font-size: 10px;
    line-height: 1.4;
  }
}

#menu .inner nav section a.indent {
  text-indent: -7px;
}

#menu .inner nav section a.child {
  display: block;
  color: #000;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 20px 45px 20px 25px;
  line-height: 1.4;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.child {
    display: none;
  }
}

#menu .inner nav section a.child:after {
  content: '';
  display: block;
  background: url("../img/common/circle_arrow_black.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.child:after {
    width: 18px;
    height: 18px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.child:after {
    width: 18px;
    height: 18px;
    top: 50%;
    right: 25px;
  }
}

#menu .inner nav section a.child.comingsoon {
  pointer-events: none;
}

#menu .inner nav section a.child.comingsoon:after {
  display: none;
}

#menu .inner nav section a.child.comingsoon:before {
  content: 'Coming soon';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #000;
  color: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.child.comingsoon:before {
    width: 42px;
    height: 42px;
    font-size: 11px;
    text-indent: 1px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.child.comingsoon:before {
    width: 34px;
    height: 34px;
    font-size: 8px;
    left: -10px;
    top: -5px;
  }
}

#menu .inner nav section a.child.new:before {
  content: 'New';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #menu .inner nav section a.child.new:before {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 11px;
    text-indent: 1px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav section a.child.new:before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 8px;
    left: -10px;
    top: -5px;
  }
}

#menu .inner nav > ul {
  border-top: 1px solid #000;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul {
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul {
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li {
    margin-top: 25px;
  }
}

#menu .inner nav > ul li a {
  display: block;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a {
    width: 430px;
    height: 80px;
  }
}

#menu .inner nav > ul li a.comingsoon {
  pointer-events: none;
}

#menu .inner nav > ul li a.comingsoon:before {
  content: 'Coming soon';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #000;
  color: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.comingsoon:before {
    width: 42px;
    height: 42px;
    font-size: 11px;
    text-indent: 1px;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.comingsoon:before {
    width: 34px;
    height: 34px;
    font-size: 8px;
    left: 10px;
    top: 10px;
    white-space: pre-wrap;
  }
}

#menu .inner nav > ul li a.scene {
  text-align: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.scene {
    background: url("../img/common/menu_bnr1_pc.jpg") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.scene {
    pointer-events: none;
    background: url("../img/common/menu_bnr1_sp.jpg") no-repeat;
    background-size: cover;
    padding-top: 23%;
    white-space: nowrap;
  }
}

#menu .inner nav > ul li a.scene.new:before {
  content: 'New';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #ffe600;
  border-radius: 50%;
  z-index: 1;
  color: #000;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.scene.new:before {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 11px;
    text-indent: 1px;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.scene.new:before {
    width: 34px;
    height: 34px;
    line-height: 24px;
    font-size: 8px;
    left: -10px;
    top: -5px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.scene.new.pc:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.scene > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#menu .inner nav > ul li a.scene span {
  display: block;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.scene span {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.scene span {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

#menu .inner nav > ul li a.scene small {
  display: block;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.scene small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.scene small {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

#menu .inner nav > ul li a.scene small.en {
  color: #ffe600;
  margin-top: 8px;
  font-size: 10px;
}

#menu .inner nav > ul li a.child {
  display: block;
  color: #000;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 20px 45px 20px 43px;
  line-height: 1.4;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.child {
    display: none;
  }
}

#menu .inner nav > ul li a.child:after {
  content: '';
  display: block;
  background: url("../img/common/circle_arrow_black.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.child:after {
    width: 18px;
    height: 18px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.child:after {
    width: 18px;
    height: 18px;
    top: 50%;
    right: 25px;
  }
}

#menu .inner nav > ul li a.child.comingsoon {
  pointer-events: none;
}

#menu .inner nav > ul li a.child.comingsoon:after {
  display: none;
}

#menu .inner nav > ul li a.child.comingsoon:before {
  content: 'Coming soon';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #000;
  color: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.child.comingsoon:before {
    width: 34px;
    height: 34px;
    font-size: 8px;
    left: 0;
    top: 50%;
    margin-top: -17px;
  }
}

#menu .inner nav > ul li a.child.new:before {
  content: 'New';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.child.new:before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 8px;
    left: 0;
    top: 50%;
    margin-top: -17px;
  }
}

#menu .inner nav > ul li a.function {
  position: relative;
  color: #000;
  background: #eee;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.function {
    padding: 0 0 0 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.function {
    padding-top: 23%;
  }
}

#menu .inner nav > ul li a.function:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.function:after {
    width: 160px;
    height: 80px;
    background: url("../img/common/menu_bnr2_pc.jpg") no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.function:after {
    width: 23%;
    height: 100%;
    background: url("../img/common/menu_bnr2_sp.jpg") no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.function > div {
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#menu .inner nav > ul li a.function span {
  display: block;
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.function span.serif {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.function span.serif {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  #menu .inner nav > ul li a.function span.en {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  #menu .inner nav > ul li a.function span.en {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

#header {
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
}

@media screen and (min-width: 769px) {
  #header {
    padding: 20px;
    height: 108px;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    min-width: 1008px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    height: 64px;
    padding: 12px;
  }
}

#header .model_number {
  position: absolute;
}

.top #header .model_number {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #header .model_number {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  #header .model_number {
    right: 64px;
    top: 17px;
  }
}

#header .model_number a {
  display: block;
}

@media screen and (min-width: 769px) {
  #header .model_number a {
    width: 114px;
    height: 58px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .top #header .model_number a {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 768px) {
  #header .model_number a {
    width: 58px;
    height: 29px;
  }
}

#header .model_number a .logo {
  display: block;
  color: transparent;
  background: url("../img/common/model_number.svg") no-repeat;
  background-size: contain;
  overflow: hidden;
  font-size: 1px;
  text-indent: -9999px;
}

@media screen and (min-width: 769px) {
  #header .model_number a .logo {
    width: 114px;
    height: 36px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #header .model_number a .logo {
    width: 58px;
    height: 18px;
    margin-bottom: 5px;
  }
}

#header .model_number a .en {
  display: block;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  #header .model_number a .en {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  #header .model_number a .en {
    text-align: left;
    font-size: 7px;
    letter-spacing: 0.08em;
  }
}

#header .nikon_logo a {
  display: block;
  color: transparent;
  overflow: hidden;
  font-size: 1px;
  text-indent: -9999px;
}

@media screen and (min-width: 769px) {
  #header .nikon_logo a {
    background: url("../img/common/nikon_logo_pc.png") no-repeat;
    background-size: contain;
    width: 218px;
    height: 68px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  #header .nikon_logo a {
    background: url("../img/common/nikon_logo_sp.png") no-repeat;
    background-size: contain;
    width: 138px;
    height: 41px;
  }
}

#header #menuTrigger {
  position: absolute;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (min-width: 769px) {
  #header #menuTrigger {
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger {
    right: 12px;
    top: 12px;
  }
}

@media screen and (min-width: 769px) {
  #header #menuTrigger:hover .serif {
    color: rgba(0, 0, 0, 0.7);
  }
}

#header #menuTrigger .serif {
  background: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #header #menuTrigger .serif {
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger .serif {
    display: none;
  }
}

#header #menuTrigger .burger {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 769px) {
  #header #menuTrigger .burger {
    border-left: 1px solid #f2f2f2;
    width: 69px;
    height: 68px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger .burger {
    width: 40px;
    height: 40px;
  }
}

#header #menuTrigger .burger div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#header #menuTrigger .burger span {
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  #header #menuTrigger .burger span {
    width: 30px;
    height: 2px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger .burger span {
    width: 20px;
    height: 2px;
    margin-left: -10px;
  }
}

@media screen and (min-width: 769px) {
  #header #menuTrigger .burger span:nth-child(1) {
    margin-top: -9px;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger .burger span:nth-child(1) {
    margin-top: -7px;
  }
}

@media screen and (min-width: 769px) {
  #header #menuTrigger .burger span:nth-child(3) {
    margin-top: 9px;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger .burger span:nth-child(3) {
    margin-top: 7px;
  }
}

#header #menuTrigger.open .burger span {
  margin-top: 0 !important;
  -webkit-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
}

#header #menuTrigger.open .burger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header #menuTrigger.open .burger span:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

#header #menuTrigger.open .burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header.open #menuTrigger .serif {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

#header.open #menuTrigger .burger span {
  margin-top: 0 !important;
  -webkit-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out, margin 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
}

#header.open #menuTrigger .burger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header.open #menuTrigger .burger span:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

#header.open #menuTrigger .burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top #header.small .model_number {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  #header.small {
    height: 80px;
  }
  #header.small .model_number a {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  #header.small .nikon_logo a {
    width: 140px;
    height: 40px;
  }
  #header.small #menuTrigger .serif {
    width: 130px;
    font-size: 14px;
  }
  #header.small #menuTrigger .burger {
    width: 40px;
    height: 40px;
  }
  #header.small #menuTrigger .burger div {
    -webkit-transform: scale(0.67);
        -ms-transform: scale(0.67);
            transform: scale(0.67);
  }
}

#footerFunction {
  position: relative;
}

#footerFunction #toTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #footerFunction #toTop {
    font-size: 18px;
    width: 300px;
    height: 60px;
    margin: 110px auto 100px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #footerFunction #toTop:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  #footerFunction #toTop {
    width: 250px;
    height: 50px;
    margin: 50px auto;
  }
}

#footerFunction #toTop:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  background: url("../img/common/arrow_white.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #footerFunction #toTop:after {
    left: 28px;
    width: 20px;
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  #footerFunction #toTop:after {
    left: 20px;
    width: 15px;
    height: 11px;
  }
}

#footerFunction #pageTop {
  color: transparent;
  overflow: hidden;
  font-size: 1px;
  text-indent: -9999px;
}

@media screen and (min-width: 769px) {
  #footerFunction #pageTop {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: url("../img/common/arrow_white.svg") no-repeat center center;
    background-size: 18px auto;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .top #footerFunction #pageTop {
    display: none;
  }
  #footerFunction #pageTop:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  #footerFunction #pageTop {
    width: 50px;
    height: 50px;
    background: #fff url("../img/common/arrow_black.svg") no-repeat center center;
    background-size: 15px auto;
    margin: 50px auto;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

#footer {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 769px) {
  #footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0;
  }
}

@media screen and (min-width: 769px) {
  #footer #btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) {
  #footer #btns #sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer #btns #sns {
    display: table;
    margin: 0 auto 25px;
  }
}

@media screen and (max-width: 768px) {
  #footer #btns #sns li {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  #footer #btns #sns li.pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #footer #btns #sns li.fb {
    margin-top: -2px;
    margin-left: 5px;
  }
}

#footer #btns #sub_links {
  font-family: "游明朝","Yu Mincho",YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
}

.ie #footer #btns #sub_links,
.android #footer #btns #sub_links {
  font-family: 'Noto Serif Japanese', serif;
}

@media screen and (min-width: 769px) {
  #footer #btns #sub_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #footer #btns #sub_links {
    display: table;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  #footer #btns #sub_links li {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #footer #btns #sub_links li {
    display: table-cell;
    padding: 0 5px;
  }
}

#footer #btns #sub_links li span,
#footer #btns #sub_links li a {
  color: #000;
  background: #eee;
  position: relative;
}

@media screen and (min-width: 769px) {
  #footer #btns #sub_links li span,
  #footer #btns #sub_links li a {
    font-size: 12px;
    padding: 10px 50px 10px 20px;
    border-radius: 20px;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  #footer #btns #sub_links li span,
  #footer #btns #sub_links li a {
    font-size: 10px;
    padding: 7px 42px 7px 15px;
    border-radius: 20px;
  }
}

#footer #btns #sub_links li span:after,
#footer #btns #sub_links li a:after {
  content: '';
  display: block;
  position: absolute;
}

#footer #btns #sub_links li span.arrow:after,
#footer #btns #sub_links li a.arrow:after {
  background: url("../img/common/footer_icon_arrow.svg") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #footer #btns #sub_links li span.arrow:after,
  #footer #btns #sub_links li a.arrow:after {
    width: 10px;
    height: 6px;
    right: 20px;
    top: 50%;
    margin-top: -3px;
  }
}

@media screen and (max-width: 768px) {
  #footer #btns #sub_links li span.arrow:after,
  #footer #btns #sub_links li a.arrow:after {
    width: 10px;
    height: 7px;
    right: 15px;
    top: 50%;
    margin-top: -3px;
  }
}

#footer #btns #sub_links li span.blank:after,
#footer #btns #sub_links li a.blank:after {
  background: url("../img/common/footer_icon_blank.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
}

@media screen and (min-width: 769px) {
  #footer #btns #sub_links li span.blank:after,
  #footer #btns #sub_links li a.blank:after {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer #btns #sub_links li span.blank:after,
  #footer #btns #sub_links li a.blank:after {
    right: 15px;
  }
}

#footer #copyright {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #footer #copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #footer #copyright {
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  #container {
    padding: 108px 20px 0px 20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #container {
    padding: 64px 12px 24px;
    width: 100%;
    overflow: hidden;
  }
}

h3.otherTitle {
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  h3.otherTitle {
    margin: 100px 0 80px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  h3.otherTitle {
    margin: 50px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .noB {
    border: none !important;
  }
}

@media screen and (min-width: 769px) {
  .flexList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: -1px -21px 0 -20px;
  }
}

@media screen and (max-width: 768px) {
  .flexList {
    border-top: 1px solid #333;
    margin: 0 -24px;
  }
}

@media screen and (min-width: 769px) {
  .flexList li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    border-right: 1px solid #333;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li {
    border-bottom: 1px solid #333;
    padding: 23px 24px;
  }
}

.flexList li > a {
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .flexList li > a {
    padding-top: 100%;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a {
    padding-top: 83%;
  }
}

.flexList li > a.scene {
  visibility: hidden;
}

.flexList li > a.column {
  visibility: hidden;
  margin-top: 2px;
}

@media screen and (min-width: 769px) {
  .flexList li > a.column {
    padding-top: 43%;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a.column {
    padding-top: 60%;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a.column.columunNarrow {
    padding-top: 48%;
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a.child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a.child {
    padding-top: 37%;
    margin-top: 2px;
  }
  .flexList li > a.child.comingsoon .bottomLine {
    display: none;
  }
  .flexList li > a.child.comingsoon .arrow {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a.wideBanner {
    padding-top: 14%;
    position: relative;
  }
  .flexList li > a.wideBanner .text {
    margin-top: -10px;
  }
  .flexList li > a.wideBanner .text p.extra {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a.wideBanner {
    padding-top: 60%;
  }
  .flexList li > a.wideBanner.otherthemesModal {
    pointer-events: none;
  }
  .flexList li > a.wideBanner.otherthemesModal .arrow {
    display: none;
  }
}

.flexList li > a .bottomLine {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .flexList li > a .bottomLine {
    width: 42px;
    height: 2px;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .bottomLine {
    width: 76px;
    height: 2px;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .bottomLine {
    width: 60px;
    height: 2px;
  }
}

.flexList li > a .arrow {
  content: '';
  display: block;
  background: url("../img/common/circle_arrow_white.svg") no-repeat;
  background-size: contain;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .flexList li > a .arrow {
    width: 26px;
    height: 26px;
    right: 8px;
    bottom: 10px;
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .arrow {
    width: 36px;
    height: 36px;
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .arrow {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px;
  }
}

.flexList li > a .new {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: block;
  position: absolute;
  text-align: center;
  background: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .flexList li > a .new {
    width: 56px;
    height: 56px;
    line-height: 56px !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-indent: 2px;
    left: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .new {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 10px;
    left: 10px;
    top: 10px;
    text-indent: 2px;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .new.pc {
    display: none;
  }
}

.flexList li > a .cs {
  color: #ffe600;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  text-align: center;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .flexList li > a .cs {
    font-weight: bold;
    width: 56px;
    height: 56px;
    font-size: 13px;
    letter-spacing: 1px;
    text-indent: 2px;
    left: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .cs {
    width: 45px;
    height: 45px;
    font-size: 10px;
    left: 10px;
    top: 10px;
    text-indent: 2px;
  }
}

.flexList li > a.comingsoon {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .flexList li > a.otherthemesModal, .flexList li > a.columnModal {
    pointer-events: none;
  }
  .flexList li > a.otherthemesModal .arrow, .flexList li > a.columnModal .arrow {
    display: none;
  }
  .flexList li > a.otherthemesModal .bottomLine, .flexList li > a.columnModal .bottomLine {
    display: none;
  }
}

.flexList li > a .crop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flexList li > a .crop .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb.scene1 {
    background-image: url("../img/common/category_landscape_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .crop .thumb.scene1 {
    background-image: url("../img/common/category_landscape_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb.scene2 {
    background-image: url("../img/common/category_portrait_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .crop .thumb.scene2 {
    background-image: url("../img/common/category_portrait_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb.scene3 {
    background-image: url("../img/common/category_wildbird_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .crop .thumb.scene3 {
    background-image: url("../img/common/category_wildbird_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb.column1 {
    background-image: url("../img/top/column1_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .crop .thumb.column1 {
    background-image: url("../img/top/column1_sp.jpg");
  }
}

.flexList li > a .crop .thumb.small1 {
  background-image: url("../img/top/column1_small1_sp.jpg");
}

.flexList li > a .crop .thumb.small2 {
  background-image: url("../img/top/column1_small2_sp.jpg");
}

.flexList li > a .crop .thumb.otherSmall1 {
  background-image: url("../img/top/column1_othersmall1_sp.jpg");
}

.flexList li > a .crop .thumb.otherSmall2 {
  background-image: url("../img/top/column1_othersmall2_sp.jpg");
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb.column2 {
    background-image: url("../img/top/column2_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .crop .thumb.column2 {
    background-image: url("../img/top/column2_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb.column3 {
    background-image: url("../img/top/column3_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .crop .thumb.column3 {
    background-image: url("../img/top/column3_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb.otherthemes {
    background-image: url("../img/common/category_extra_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .crop .thumb.otherthemes {
    background-image: url("../img/common/category_extra_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .crop .thumb.extra {
    background-image: url("../img/top/extra_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .crop .thumb.extra {
    background-image: url("../img/top/extra_sp.jpg");
  }
}

.flexList li > a .shoulder {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .flexList li > a .shoulder {
    left: 20px;
    top: -7px;
    letter-spacing: 1px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .shoulder {
    left: 15px;
    top: -5px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}

.flexList li > a .shoulder .line {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  left: 0;
}

@media screen and (min-width: 769px) {
  .flexList li > a .shoulder .line {
    width: 20px;
    height: 2px;
    bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .shoulder .line {
    width: 20px;
    height: 2px;
    bottom: -12px;
  }
}

.flexList li > a .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -65%);
      -ms-transform: translate(0, -65%);
          transform: translate(0, -65%);
  text-align: center;
  white-space: nowrap;
  font-family: "游明朝","Yu Mincho",YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
}

.flexList li > a .text.center {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .flexList li > a .text.centerSp {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.ie .flexList li > a .text,
.android .flexList li > a .text {
  font-family: 'Noto Serif Japanese', serif;
}

.flexList li > a .text h2 {
  position: relative;
}

@media screen and (min-width: 769px) {
  .flexList li > a .text h2 {
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 36px;
  }
  .flexList li > a .text h2.sml {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .text h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .flexList li > a .text h2.sml {
    font-size: 27px;
    line-height: 40px;
  }
}

.flexList li > a .text h2 .line {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #fff;
}

@media screen and (min-width: 769px) {
  .flexList li > a .text h2 .line {
    width: 10px;
    height: 2px;
    bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .text h2 .line {
    width: 10px;
    height: 2px;
    bottom: -15px;
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .text h3 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .text h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .text h3 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
}

.flexList li > a .text h3.lr {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

@media screen and (min-width: 769px) {
  .flexList li > a .text h3.lr {
    -webkit-transform: translate(12px, 0);
        -ms-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .text h3.lr {
    -webkit-transform: translate(8px, 0);
        -ms-transform: translate(8px, 0);
            transform: translate(8px, 0);
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .text h3 span {
    font-size: 16px;
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .text h3 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .text h3 span {
    font-size: 18px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .text h3.extra {
    font-size: 36px;
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a .text p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: bold;
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .text p {
    font-size: 19px;
    line-height: 34px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .text p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
}

.flexList li > a .text p.en {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .flexList li > a .text p.en {
    margin-top: -3px;
  }
}

.flexList li > a .text p.sans {
  font-family: sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .flexList li > a .text p.extra {
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .text p.extra {
    letter-spacing: 0.05em;
  }
}

.flexList li > a .text p.yellow {
  color: #ffe600;
}

.flexList li > a .desc {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .flexList li > a .desc {
    bottom: 8%;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .desc {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .desc {
    font-size: 11px;
    bottom: 15%;
    line-height: 16px;
  }
}

.flexList li > a .name {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .flexList li > a .name {
    left: 20px;
    bottom: 20px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .name {
    left: 15px;
    bottom: 15px;
    letter-spacing: 1px;
  }
}

.flexList li > a .name small {
  display: block;
}

@media screen and (min-width: 769px) {
  .flexList li > a .name small {
    font-size: 10px;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .name small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .name small {
    font-size: 8px;
    margin-bottom: 5px;
  }
}

.flexList li > a .name span {
  display: block;
}

@media screen and (min-width: 769px) {
  .flexList li > a .name span {
    font-size: 16px;
  }
}

@media screen and (min-width: 1300px) {
  .flexList li > a .name span {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .flexList li > a .name span {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a:hover .bottomLine {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .flexList li > a:hover .thumb {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}

#banners {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #banners > li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li {
    margin-bottom: 10px;
  }
}

#banners > li > span,
#banners > li > a {
  background: #2b2b2b;
  display: block;
}

@media screen and (min-width: 769px) {
  #banners > li.product > a {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.product > a {
    padding: 50px 0;
  }
}

#banners > li.product > a h3 {
  display: table;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  #banners > li.product > a h3 {
    font-size: 26px;
    padding: 0 55px 0 110px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.product > a h3 {
    font-size: 4.8vw;
    padding: 0 10.66vw 0 16vw;
  }
}

#banners > li.product > a h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/common/camera_reflect_s.png") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #banners > li.product > a h3:before {
    width: 86px;
    height: 94px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.product > a h3:before {
    width: 13.33vw;
    height: 14.66vw;
    margin-top: 5px;
  }
}

#banners > li.product > a h3:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/common/circle_blank_white.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #banners > li.product > a h3:after {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.product > a h3:after {
    width: 8vw;
    height: 8vw;
  }
}

@media screen and (min-width: 769px) {
  #banners > li.product > a:hover h3 {
    opacity: 0.7;
  }
}

#banners > li.article > span,
#banners > li.article > a {
  background: #fff;
  color: #000;
  display: block;
  position: relative;
}

#banners > li.article > span.new:before,
#banners > li.article > a.new:before {
  content: 'New';
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: block;
  position: absolute;
  text-align: center;
  background: #ffe600;
  border-radius: 50%;
  z-index: 1;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #banners > li.article > span.new:before,
  #banners > li.article > a.new:before {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    letter-spacing: 1px;
    text-indent: 2px;
    left: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article > span.new:before,
  #banners > li.article > a.new:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 10px;
    left: 10px;
    top: 10px;
    text-indent: 2px;
  }
}

#banners > li.article > span.comingsoon,
#banners > li.article > a.comingsoon {
  pointer-events: none;
}

#banners > li.article > span.comingsoon:before,
#banners > li.article > a.comingsoon:before {
  content: 'Coming soon';
  color: #ffe600;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  text-align: center;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #banners > li.article > span.comingsoon:before,
  #banners > li.article > a.comingsoon:before {
    font-weight: bold;
    width: 56px;
    height: 56px;
    font-size: 13px;
    letter-spacing: 1px;
    text-indent: 2px;
    left: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article > span.comingsoon:before,
  #banners > li.article > a.comingsoon:before {
    width: 45px;
    height: 45px;
    font-size: 10px;
    left: 10px;
    top: 10px;
    text-indent: 2px;
  }
}

#banners > li.article > span.comingsoon .inner:after,
#banners > li.article > a.comingsoon .inner:after {
  display: none;
}

@media screen and (min-width: 769px) {
  #banners > li.article > span .inner,
  #banners > li.article > a .inner {
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 36px 0 36px 80px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article > span .inner,
  #banners > li.article > a .inner {
    text-align: center;
    padding: 15px;
  }
}

#banners > li.article > span .inner:after,
#banners > li.article > a .inner:after {
  content: '';
  display: block;
  background: url("../img/common/circle_arrow_black.svg") no-repeat;
  background-size: contain;
  position: absolute;
}

@media screen and (min-width: 769px) {
  #banners > li.article > span .inner:after,
  #banners > li.article > a .inner:after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 36px;
    height: 36px;
    right: -66px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article > span .inner:after,
  #banners > li.article > a .inner:after {
    width: 30px;
    height: 30px;
    bottom: 13px;
    right: 13px;
  }
}

#banners > li.article > span .inner img,
#banners > li.article > a .inner img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 769px) {
  #banners > li.article > span .inner img,
  #banners > li.article > a .inner img {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article > span .inner img,
  #banners > li.article > a .inner img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  #banners > li.article > span .inner h3,
  #banners > li.article > a .inner h3 {
    font-size: 30px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article > span .inner h3,
  #banners > li.article > a .inner h3 {
    font-size: 21px;
    margin-top: 15px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px) {
  #banners > li.article > span .inner p.en,
  #banners > li.article > a .inner p.en {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article > span .inner p.en,
  #banners > li.article > a .inner p.en {
    font-size: 10px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  #banners > li.article > span .inner p.desc,
  #banners > li.article > a .inner p.desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article > span .inner p.desc,
  #banners > li.article > a .inner p.desc {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 20px;
  }
}

#banners > li.article span .inner:after {
  display: none;
}

@media screen and (min-width: 769px) {
  #banners > li.article span ul.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article span ul.column {
    padding: 0 10px 10px;
  }
}

@media screen and (min-width: 769px) {
  #banners > li.article span ul.column li {
    width: calc( 50% - 5px);
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article span ul.column li {
    margin-top: 10px;
  }
}

#banners > li.article span ul.column li a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #banners > li.article span ul.column li a {
    padding-top: 22%;
    font-size: 18px;
    line-height: 26px;
  }
  #banners > li.article span ul.column li a:hover {
    opacity: 0.9;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article span ul.column li a {
    padding-top: 30%;
    font-size: 14px;
    line-height: 20px;
  }
}

#banners > li.article span ul.column li a:after {
  content: '';
  display: block;
  background: url("../img/common/circle_arrow_white.svg") no-repeat;
  background-size: contain;
  position: absolute;
}

@media screen and (min-width: 769px) {
  #banners > li.article span ul.column li a:after {
    width: 36px;
    height: 36px;
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article span ul.column li a:after {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  #banners > li.article span ul.column li a.bnr1 {
    background-image: url("../img/landscape/banner1_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article span ul.column li a.bnr1 {
    background-image: url("../img/landscape/banner1_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  #banners > li.article span ul.column li a.bnr2 {
    background-image: url("../img/landscape/banner2_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  #banners > li.article span ul.column li a.bnr2 {
    background-image: url("../img/landscape/banner2_sp.jpg");
  }
}

#banners > li.article span ul.column li a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

#subModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
}

#subModal .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

#subModal .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
}

@media screen and (min-width: 769px) {
  #subModal .inner {
    padding: 60px 80px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner {
    width: calc( 100% - 24px);
  }
}

@media screen and (min-width: 769px) {
  #subModal .inner #require {
    width: 760px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #require {
    padding: 92px 55px;
  }
}

#subModal .inner #require h3 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #subModal .inner #require h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #require h3 {
    font-size: 23px;
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 769px) {
  #subModal .inner #require .pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#subModal .inner #require .pc section {
  width: 360px;
}

#subModal .inner #require .pc section h4 {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 40px 0 30px;
}

#subModal .inner #require .pc section dl {
  margin-top: 25px;
  font-size: 13px;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#subModal .inner #require .pc section dl dt {
  width: 98px;
  font-weight: bold;
}

#subModal .inner #require .pc section p {
  margin-top: 25px;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}

#subModal .inner #require .sp dl {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#subModal .inner #require .sp dl:last-child {
  margin: 0;
}

#subModal .inner #require .sp dl dt {
  width: 87px;
}

#subModal .inner #otherthemesModal,
#subModal .inner #columnModal {
  width: 780px;
}

#subModal .inner #otherthemesModal header,
#subModal .inner #columnModal header {
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: contain;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}

#subModal .inner #otherthemesModal header h3,
#subModal .inner #columnModal header h3 {
  font-size: 36px;
}

#subModal .inner #otherthemesModal header p,
#subModal .inner #columnModal header p {
  font-size: 16px;
  margin-top: 20px;
}

#subModal .inner #otherthemesModal header .name,
#subModal .inner #columnModal header .name {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  #subModal .inner #otherthemesModal header .name,
  #subModal .inner #columnModal header .name {
    left: 20px;
    bottom: 20px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #otherthemesModal header .name,
  #subModal .inner #columnModal header .name {
    left: 15px;
    bottom: 15px;
    letter-spacing: 1px;
  }
}

#subModal .inner #otherthemesModal header .name small,
#subModal .inner #columnModal header .name small {
  display: block;
}

@media screen and (min-width: 769px) {
  #subModal .inner #otherthemesModal header .name small,
  #subModal .inner #columnModal header .name small {
    font-size: 10px;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 1300px) {
  #subModal .inner #otherthemesModal header .name small,
  #subModal .inner #columnModal header .name small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #otherthemesModal header .name small,
  #subModal .inner #columnModal header .name small {
    font-size: 8px;
    margin-bottom: 5px;
  }
}

#subModal .inner #otherthemesModal header .name span,
#subModal .inner #columnModal header .name span {
  display: block;
}

@media screen and (min-width: 769px) {
  #subModal .inner #otherthemesModal header .name span,
  #subModal .inner #columnModal header .name span {
    font-size: 16px;
  }
}

@media screen and (min-width: 1300px) {
  #subModal .inner #otherthemesModal header .name span,
  #subModal .inner #columnModal header .name span {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #otherthemesModal header .name span,
  #subModal .inner #columnModal header .name span {
    font-size: 12px;
  }
}

#subModal .inner #otherthemesModal ul,
#subModal .inner #columnModal ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

#subModal .inner #otherthemesModal ul li,
#subModal .inner #columnModal ul li {
  position: relative;
}

#subModal .inner #otherthemesModal ul li a,
#subModal .inner #columnModal ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 230px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: relative;
  letter-spacing: 0.1em;
}

#subModal .inner #otherthemesModal ul li a:after,
#subModal .inner #columnModal ul li a:after {
  content: '';
  display: block;
  background: url("../img/common/circle_arrow_white.svg") no-repeat;
  background-size: contain;
  position: absolute;
}

@media screen and (min-width: 769px) {
  #subModal .inner #otherthemesModal ul li a:after,
  #subModal .inner #columnModal ul li a:after {
    width: 36px;
    height: 36px;
    right: 20px;
    bottom: 20px;
  }
}

#subModal .inner #otherthemesModal ul li a:hover,
#subModal .inner #columnModal ul li a:hover {
  opacity: 0.8;
}

#subModal .inner #otherthemesModal ul li.comingsoon,
#subModal .inner #columnModal ul li.comingsoon {
  pointer-events: none;
}

#subModal .inner #otherthemesModal ul li.comingsoon a:after,
#subModal .inner #columnModal ul li.comingsoon a:after {
  content: none;
}

#subModal .inner #otherthemesModal ul li.comingsoon:after,
#subModal .inner #columnModal ul li.comingsoon:after {
  display: none;
}

#subModal .inner #otherthemesModal ul li.comingsoon:before,
#subModal .inner #columnModal ul li.comingsoon:before {
  content: 'Coming soon';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #000;
  color: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #subModal .inner #otherthemesModal ul li.comingsoon:before,
  #subModal .inner #columnModal ul li.comingsoon:before {
    width: 56px;
    height: 56px;
    font-size: 12px;
    text-indent: 1px;
    left: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #otherthemesModal ul li.comingsoon:before,
  #subModal .inner #columnModal ul li.comingsoon:before {
    width: 34px;
    height: 34px;
    font-size: 8px;
    left: -10px;
    top: -5px;
  }
}

#subModal .inner #otherthemesModal ul li.new:before,
#subModal .inner #columnModal ul li.new:before {
  content: 'New';
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #ffe600;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #subModal .inner #otherthemesModal ul li.new:before,
  #subModal .inner #columnModal ul li.new:before {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    text-indent: 1px;
    left: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #otherthemesModal ul li.new:before,
  #subModal .inner #columnModal ul li.new:before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 8px;
    left: -10px;
    top: -5px;
  }
}

#subModal .inner #otherthemesModal ul li:nth-child(1) a,
#subModal .inner #columnModal ul li:nth-child(1) a {
  background-image: url("../img/common/modal_landscape1.jpg");
}

#subModal .inner #otherthemesModal ul li:nth-child(2) a,
#subModal .inner #columnModal ul li:nth-child(2) a {
  background-image: url("../img/common/modal_landscape2.jpg");
}

#subModal .inner #columnModal header {
  background: url("../img/common/modal_lanndscape_header.jpg") no-repeat center center;
}

#subModal .inner #columnModal ul li:nth-child(1) a {
  background-image: url("../img/common/modal_landscape1.jpg");
}

#subModal .inner #columnModal ul li:nth-child(2) a {
  background-image: url("../img/common/modal_landscape2.jpg");
}

#subModal .inner #otherthemesModal header {
  background: url("../img/common/modal_otherthemes_header.jpg") no-repeat center center;
}

#subModal .inner #otherthemesModal ul li:nth-child(1) a {
  background-image: url("../img/common/modal_otherthemes1.jpg");
}

#subModal .inner #otherthemesModal ul li:nth-child(2) a {
  background-image: url("../img/common/modal_otherthemes2.jpg");
}

#subModal .inner #profile {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #subModal .inner #profile {
    width: 780px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #profile {
    padding: 50px 40px 40px;
  }
}

#subModal .inner #profile img {
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  #subModal .inner #profile img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #profile img {
    width: 135px;
    height: 135px;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  #subModal .inner #profile .text {
    width: 600px;
  }
}

@media screen and (min-width: 769px) {
  #subModal .inner #profile .text p.en {
    font-size: 12px;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #profile .text p.en {
    font-size: 11px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 769px) {
  #subModal .inner #profile .text h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 18px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #profile .text h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 769px) {
  #subModal .inner #profile .text p.desc {
    font-size: 13px;
    line-height: 23px;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner #profile .text p.desc {
    font-size: 12px;
    line-height: 22px;
  }
}

#subModal .inner .close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/common/submodal_close.svg") no-repeat center center;
}

@media screen and (min-width: 769px) {
  #subModal .inner .close {
    width: 70px;
    height: 70px;
    background-size: 24px 24px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #subModal .inner .close:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  #subModal .inner .close {
    width: 60px;
    height: 60px;
    background-size: 20px 20px;
  }
}
