/* ----------------------------------------------------------------
normalize
-------------------------------------------------------------------*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
/* ----------------------------------------------------------------
base
-------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  min-width: 1000px;
}

@media (max-width: 480px) {
  html,
  body {
    min-width: 0;
  }
}
/* body
----------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #595656;
  font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "游ゴシック", YuGothic, "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  word-break: break-all;
  color: #000;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

p,
h1,
h2,
h3,
h4,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.screen-reader-text {
  display: none;
}
/* ----------------------------------------------------------------
Layout
-------------------------------------------------------------------*/
/* wrapper
----------------------------------------------*/
.l-wrapper {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

.l-wrapper:before,
.l-wrapper:after {
  display: table;
  content: " ";
}

.l-wrapper:after {
  clear: both;
}

@media (max-width: 480px) {
  .l-wrapper {
    width: auto;
    padding: 0;
  }
}
/* content
----------------------------------------------*/
.l-content:before,
.l-content:after {
  display: table;
  content: " ";
}

.l-content:after {
  clear: both;
}
/* inner
----------------------------------------------*/
.l-inner {
  padding: 20px 30px;
}

@media (max-width: 480px) {
  .l-inner {
    padding: 5px 10px;
  }
}
/* main
----------------------------------------------*/
.l-main__column:before,
.l-main__column:after {
  display: table;
  content: " ";
}

.l-main__column:after {
  clear: both;
}

.l-main__column__left {
  float: left;
  width: 465px;
}

@media (max-width: 480px) {
  .l-main__column__left {
    float: none;
    width: 100%;
  }
}

.l-main__column__right {
  float: right;
  width: 460px;
}

@media (max-width: 480px) {
  .l-main__column__right {
    float: none;
    width: 100%;
  }
}
/* 02 */
.l-main__column02:before,
.l-main__column02:after {
  display: table;
  content: " ";
}

.l-main__column02:after {
  clear: both;
}

.l-main__column02__left {
  float: left;
  width: 545px;
}

@media (max-width: 480px) {
  .l-main__column02__left {
    float: none;
    width: 100%;
  }
}

.l-main__column02__right {
  float: right;
  width: 345px;
}

@media (max-width: 480px) {
  .l-main__column02__right {
    float: none;
    width: 100%;
  }
}
/* ----------------------------------------------------------------
Header
-------------------------------------------------------------------*/
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}

@media (max-width: 480px) {
  .header {
    padding-bottom: 0;
  }
}
/* inner
----------------------------------------------*/
.header__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
}

.header__inner:before,
.header__inner:after {
  display: table;
  content: " ";
}

.header__inner:after {
  clear: both;
}

@media (max-width: 480px) {
  .header__inner {
    width: auto;
    padding: 84px 0 0 0;
    -webkit-transition: padding linear 0.1s;
    transition: padding linear 0.1s;
  }

  .header.is-mini .header__inner {
    padding-top: 40px;
  }
}
/* sitename
----------------------------------------------*/
.header__sitename {
  float: left;
  width: 280px;
  padding-top: 5px;
}

@media (max-width: 480px) {
  .header__sitename {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    width: 100%;
    height: 84px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: height linear 0.1s;
    transition: height linear 0.1s;
    text-align: center;
    border-bottom: 1px solid #404040;
    background-color: #fff;
    background-color: #fff;
  }

  .header.is-mini .header__sitename {
    height: 50px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.98);
  }
}

.header__sitename__icon {
  display: inline-block;
  width: 270px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .header__sitename__icon {
    width: auto;
    height: 60px;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }

  .header.is-mini .header__sitename__icon {
    height: 30px;
  }
}

.header__sitename__text {
  display: none;
  vertical-align: middle;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "heisei-kaku-gothic-std", "メイリオ", "Meiryo", "游ゴシック", YuGothic, "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 35px;
  font-weight: 700;
}

@media (max-width: 480px) {
  .header__sitename__text {
    -webkit-transition: font-size linear 0.1s;
    transition: font-size linear 0.1s;
    font-size: 25px;
  }

  .header.is-mini .header__sitename__text {
    font-size: 20px;
  }
}
/* nav
----------------------------------------------*/
.header__nav {
  position: relative;
  float: right;
  width: 650px;
  padding-top: 27px;
}

@media (max-width: 480px) {
  .header__nav {
    width: 100%;
    padding-top: 0;
  }
}

.header__nav__list {
  float: right;
}

@media (max-width: 480px) {
  .header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    background-color: #363433;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.header__nav__list > li {
  position: relative;
  display: inline-block;
  margin-left: 14px;
}

@media (max-width: 480px) {
  .header__nav__list > li {
    margin-left: 0;
    font-size: 12px;
  }
}

.header__nav__list > li:nth-child(4) > a {
  width: 126px;
}

@media (max-width: 480px) {
  .header__nav__list > li:nth-child(4) > a {
    width: 100%;
  }
}

.header__nav__list > li > a {
  position: relative;
  display: block;
  width: 110px;
  padding: 16px 0;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .header__nav__list > li > a {
    width: auto;
    color: #fff !important;
    border-radius: 0;
    background-color: #363433;
  }
}

.header__nav__list > li:hover > a {
  color: #fff;
  background-color: #383635;
}

.header__nav__list > li:hover > a::before,
.header__nav__list > li:hover > a::after {
  display: none !important;
}

.header__nav__list > li:hover .sub-menu {
  display: block;
  width: 100%;
}

@media (max-width: 480px) {
  .header__nav__list > li:hover .sub-menu {
    display: none;
  }
}

.header__nav__list > li:hover .sub-menu a {
  display: block;
  padding: 10px;
  text-align: center;
}

.header__nav__list > li .sub-menu {
  position: absolute;
  z-index: 999;
  top: 40px;
  display: none;
  border-top: 15px solid transparent;
  font-size: 12px;
}

.header__nav__list > li .sub-menu a {
  background-color: #dcdddd;
  background-color: rgba(220,221,221,0.96);
}

.header__nav__list > li .sub-menu a:hover {
  background-color: #eeefef;
  background-color: rgba(238,239,239,0.96);
}

.header__nav__list > li .sub-menu li:first-child {
  position: relative;
}

.header__nav__list > li .sub-menu li:first-child::before {
  position: relative;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: "";
  border-width: 0 6px 9px 6px;
  border-style: solid;
  border-color: transparent transparent rgba(220,221,221,0.96) transparent;
}

.header__nav__list > li .sub-menu li:first-child > a {
  border-radius: 4px 4px 0 0;
}

.header__nav__list > li .sub-menu li:last-child > a {
  border-radius: 0 0 4px 4px;
}

.header__nav__list > li.current-menu-parent > a::before,
.header__nav__list > li.current-menu-item > a::before,
.header__nav__list > li.current-menu-parent > a::after,
.header__nav__list > li.current-menu-item > a::after {
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
  content: "";
  border: 2px solid #9c9b9a;
}

@media (max-width: 480px) {
  .header__nav__list > li.current-menu-parent > a::before,
  .header__nav__list > li.current-menu-item > a::before,
  .header__nav__list > li.current-menu-parent > a::after,
  .header__nav__list > li.current-menu-item > a::after {
    display: none;
  }
}

.header__nav__list > li.current-menu-parent > a::before,
.header__nav__list > li.current-menu-item > a::before {
  left: 0;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.header__nav__list > li.current-menu-parent > a::after,
.header__nav__list > li.current-menu-item > a::after {
  right: 0;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.header__nav__sub {
  display: none;
}

@media (max-width: 480px) {
  .header__nav__sub {
    display: block;
    text-align: center;
    background-color: #727171;
    font-size: 13px;
  }

  .header__nav__sub,
  .header__nav__sub a {
    color: #000 !important;
  }

  .header__nav__sub li {
    display: inline-block;
    padding: 5px 0;
    text-align: center;
  }

  .header__nav__sub li a {
    display: inline-block;
    padding: 3px 13px;
    border-right: 1px solid #aaa;
  }

  .header__nav__sub li:first-child a {
    border-left: 1px solid #aaa;
  }
}
/* ----------------------------------------------------------------
page-header
-------------------------------------------------------------------*/
.page-header {
  padding: 30px;
  text-align: center;
  font-size: 30px;
}
/* ----------------------------------------------------------------
404
-------------------------------------------------------------------*/
.error-404 {
  padding-bottom: 60px;
  text-align: center;
  font-size: 20px;
}
/* ----------------------------------------------------------------
link
-------------------------------------------------------------------*/
.link {
  width: 500px;
  margin: 50px auto;
}

@media (max-width: 480px) {
  .link {
    width: 100%;
    padding: 0 5px;
  }
}

.link .web__list__site {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.link .web__list__site:before,
.link .web__list__site:after {
  display: table;
  content: " ";
}

.link .web__list__site:after {
  clear: both;
}

.link .web__title h2 {
  font-size: 20px;
  font-weight: bold;
}

.link .web__title__url {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.link .special__list__site {
  float: none;
  width: 100%;
}
/* title
----------------------------------------------*/
.link__title {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 29px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .link__title {
    font-size: 17px;
  }
}

.link__title > * {
  font-weight: bold;
}

.link__title:before,
.link__title:after {
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -10px;
  content: "";
}

.link__title:before {
  z-index: 1;
  bottom: -9px;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.link__title:after {
  bottom: -10px;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
}
/* ----------------------------------------------------------------
breadcrumbs
-------------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 13px;
}

@media (max-width: 480px) {
  .breadcrumbs {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    background-color: #e0e1e1;
  }
}

.breadcrumbs::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 22px;
  content: "";
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  background-color: #d7d7d7;
}

@media (max-width: 480px) {
  .breadcrumbs::after {
    display: none;
  }
}

.breadcrumbs a {
  color: #3e3a39;
}

.breadcrumbs ul:before,
.breadcrumbs ul:after {
  display: table;
  content: " ";
}

.breadcrumbs ul:after {
  clear: both;
}

.breadcrumbs li {
  position: relative;
  float: left;
}

.breadcrumbs li:not(:last-child)::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 16px;
  content: "";
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  background-color: #d7d7d7;
}

@media (max-width: 480px) {
  .breadcrumbs li:not(:last-child)::after {
    top: 5px;
    right: 4px;
    content: ">";
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
  }
}

.breadcrumbs li a {
  display: block;
  padding: 0 30px;
  line-height: 24px;
}

@media (max-width: 480px) {
  .breadcrumbs li a {
    padding: 0 15px;
  }
}

.breadcrumbs li a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/* ----------------------------------------------------------------
slider
-------------------------------------------------------------------*/
.slider {
  text-align: center;
}
/* list
----------------------------------------------*/
.slider__list {
  position: relative;
  background-color: #fff;
}
/* button */
.slider__list__button--next,
.slider__list__button--prev {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.08s linear;
  transition: opacity 0.08s linear;
  opacity: 0.7;
  background-color: #fff;
  background-color: rgba(255,255,255,0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.slider__list__button--next:hover,
.slider__list__button--prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slider__list__button--next::before,
.slider__list__button--prev::before,
.slider__list__button--next::after,
.slider__list__button--prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background-color: #fff;
}

.slider__list__button--next::before,
.slider__list__button--prev::before {
  margin-top: -13px;
}

.slider__list__button--next::after,
.slider__list__button--prev::after {
  margin-top: 14px;
}

@media (max-width: 480px) {
  .slider__list__button--next,
  .slider__list__button--prev {
    display: none;
  }
}

.slider__list__button--next {
  right: 0;
}

.slider__list__button--next::before,
.slider__list__button--next::after {
  margin-left: -15px;
  box-shadow: -1px 1px 0 rgba(0,0,0,0.4);
}

.slider__list__button--next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider__list__button--next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider__list__button--prev {
  left: 0;
}

.slider__list__button--prev::before,
.slider__list__button--prev::after {
  margin-left: -24px;
  box-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.slider__list__button--prev::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider__list__button--prev::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* banner
----------------------------------------------*/
.slider__banner {
  margin: 0 auto;
}

.slider__banner li {
  display: none;
}
/* nav
----------------------------------------------*/
.slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__nav:before,
.slider__nav:after {
  display: table;
  content: " ";
}

.slider__nav:after {
  clear: both;
}

@media (max-width: 480px) {
  .slider__nav {
    margin-top: 1px;
  }
}

.slider__nav li {
  float: left;
}

@media (max-width: 480px) {
  .slider__nav li {
    width: calc(20% - 1px);
  }
}

.slider__nav li:not(:first-child) {
  margin-left: 3px;
}

@media (max-width: 480px) {
  .slider__nav li:not(:first-child) {
    margin-left: 1px;
  }
}

.slider__nav li:last-child {
  float: right;
}

.slider__nav li img {
  cursor: pointer;
}
/* ----------------------------------------------------------------
news
-------------------------------------------------------------------*/
.news {
  padding: 10px;
  border: 2px solid #9c9b9a;
}

.news a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media (max-width: 480px) {
  .news {
    margin-bottom: 30px;
    padding: 0 20px;
    border: none;
  }
}
/* title
----------------------------------------------*/
.news__title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 28px;
}

@media (max-width: 480px) {
  .news__title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    letter-spacing: 2px;
    border: none;
    background: -webkit-linear-gradient(top, #aaa 0%, #aaa 100%);
    background: linear-gradient(to bottom, #aaa 0%, #aaa 100%);
    background-repeat: repeat-x;
    background-position: left 20px;
    background-size: 100% 1px;
    font-size: 17px;
    font-weight: bold;
  }

  .news__title > span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    line-height: 40px;
  }

  .news__title > span::before,
  .news__title > span::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #aaa;
    background-color: #fff;
  }

  .news__title > span::before {
    left: 0;
    border-width: 0 0 1px 1px;
  }

  .news__title > span::after {
    right: 0;
    border-width: 1px 1px 0 0;
  }
}
/* list
----------------------------------------------*/
.news__list {
  overflow: auto;
  height: 375px;
  font-size: 11px;
}

.news__list.is-wide {
  height: 518px;
}

@media (max-width: 480px) {
  .news__list {
    height: auto;
  }
}

.news__list li {
  padding: 3px 0;
  border-bottom: 1px solid #d5d4d4;
}

.news__list__icon {
  display: inline-block;
  float: left;
  width: 53px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.news__list__icon--comics {
  background-color: #772000;
}

.news__list__icon--juhan {
  background-color: #0b0c52;
}

.news__list__icon--book {
  background-color: #623e00;
}

.news__list__icon--event {
  background-color: #a06e00;
}

.news__list__icon--web {
  background-color: #8c7e5e;
}

.news__list__icon--news {
  background-color: #515710;
}

.news__list__icon--recruit {
  letter-spacing: -1px;
  background-color: #4c0061;
  font-size: 9px;
}

.news__list__date {
  float: left;
  padding-top: 4px;
  padding-left: 5px;
  color: #aaa;
  font-size: 11.5px;
}

.news__list__text {
  display: block;
  overflow: hidden;
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.5;
}
/* ----------------------------------------------------------------
search
-------------------------------------------------------------------*/
.search {
  display: table;
  color: #000;
}

.search--head {
  float: right;
  width: 357px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .search--head {
    display: none;
  }
}

.search--main {
  width: 100%;
  margin-bottom: 5px;
  padding: 8px 10px;
  border: 1px solid #898989;
}

@media (max-width: 480px) {
  .search--main {
    padding: 10px;
    border: 0;
    background-color: #eee;
  }
}

.search > * {
  display: table-cell;
  vertical-align: middle;
}
/* title
----------------------------------------------*/
.search__title {
  width: 90px;
  font-size: 19px;
}

@media (max-width: 480px) {
  .search__title {
    width: 80px;
    font-size: 17px;
    font-weight: bold;
  }
}
/* input
----------------------------------------------*/
.search__form__inner {
  float: right;
}

@media (max-width: 480px) {
  .search__form__inner {
    float: none;
  }
}

.search__form__input {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  border: 3px solid #363433;
  border-radius: 0;
  line-height: 26px;
  -webkit-appearance: button;
}

.search__form__input--head {
  width: 220px;
  font-size: 12px;
}

.search__form__input--main {
  width: 300px;
  line-height: 24px;
}

@media (max-width: 480px) {
  .search__form__input--main {
    width: calc(100% - 40px);
    font-size: 10px;
  }
}

.search__form__button {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border: none;
  background: url("../images/icon__search.png") no-repeat center center;
  background-color: #363433;
  background-size: 16px;
}

.search__form__button img {
  display: none;
}
/* ----------------------------------------------------------------
pager
-------------------------------------------------------------------*/
.pager {
  padding: 7px 10px;
  text-align: center;
  background-color: #dcdddd;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .pager {
    padding: 0;
    font-size: 14px;
  }
}

.pager ul:before,
.pager ul:after {
  display: table;
  content: " ";
}

.pager ul:after {
  clear: both;
}

.pager ul,
.pager li {
  display: inline-block;
  margin-right: -5px;
}

.pager li {
  border-left: 1px solid #fff;
}

.pager li:last-child {
  border-right: 1px solid #fff;
}

@media (max-width: 480px) {
  .pager li {
    display: block;
    float: left;
    width: 50%;
    margin: 3px 0;
  }

  .pager li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
}

.pager a {
  display: block;
  padding: 5px 20px;
}

@media (max-width: 480px) {
  .pager a {
    padding: 10px 10px;
  }
}

.pager a:hover {
  background: url("../images/bg__dot02.png");
}
/* ----------------------------------------------------------------
release
-------------------------------------------------------------------*/
.release {
  margin-bottom: 35px;
}
/* title */
.release__title {
  position: relative;
  margin-bottom: 13px;
  padding: 10px 20px;
  border: 1px solid #000;
  border-right: 0;
  font-size: 20px;
  line-height: 20px;
}

@media (max-width: 480px) {
  .release__title {
    width: 240px;
    font-size: 17px;
  }
}

.release__title::before,
.release__title::after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 29px;
  content: "";
  background-color: #000;
}

.release__title::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.release__title::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.release__title > span {
  padding-left: 20px;
  border-left: 1px solid #000;
}
/* list */
.release__list {
  position: relative;
  margin-bottom: 10px;
}

.release__list::before,
.release__list::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../images/bg__release.png");
  background-repeat: no-repeat;
  background-size: 101px auto;
}

.release__list::before {
  left: 0;
  background-position: 0 -66px;
}

.release__list::after {
  right: 0;
  background-position: -85px -66px;
}

.release__list a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.release__list ul:before,
.release__list ul:after {
  display: table;
  content: " ";
}

.release__list ul:after {
  clear: both;
}

.release__list__inner {
  position: relative;
}

.release__list__inner::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 10px;
  margin-left: -15px;
  content: "";
  background-image: url("../images/bg__release.png");
  background-repeat: no-repeat;
  background-position: -38px -72px;
  background-size: 101px auto;
}

.release__list__item {
  position: relative;
}

.release__list__item::before,
.release__list__item::after {
  position: absolute;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../images/bg__release.png");
  background-repeat: no-repeat;
  background-position: -45px -34px;
  background-size: 101px auto;
}

.release__list__item::before {
  left: 0;
}

.release__list__item::after {
  right: 0;
}

.release__list__item {
  float: left;
  width: 50%;
  padding: 10px;
}

.release__list__item:nth-child(2n-1)::after {
  display: none;
}

.release__list__item:nth-child(2n)::before {
  top: -10px;
  left: -8px;
}

.release__list__item:nth-child(2n)::after {
  top: -15px;
  width: 10px;
  height: 30px;
  background-position: -91px -26px;
}

.release__list__item:nth-child(2n+1)::before {
  top: -15px;
  width: 10px;
  height: 30px;
  background-position: 0 -26px;
}

.release__list__item:nth-child(1)::before {
  top: 0;
  width: 16px;
  height: 16px;
  background-position: 0 0;
}

.release__list__item:nth-child(2)::before {
  top: 0;
  left: -15px;
  width: 30px;
  height: 10px;
  background-position: -37px 0;
}

.release__list__item:nth-child(2)::after {
  top: 0;
  width: 16px;
  height: 16px;
  background-position: -85px 0;
}

.release__list__figure {
  float: left;
  margin-right: 15px;
}

@media (max-width: 480px) {
  .release__list__figure {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 5px;
    text-align: center;
  }
}

.release__list__figure img {
  max-width: 105px;
  max-height: 153px;
}

@media (max-width: 480px) {
  .release__list__figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }
}

.release__list__onsale {
  margin-bottom: 10px;
  color: #666;
  font-size: 11px;
}

.release__list__title {
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
}

@media (max-width: 480px) {
  .release__list__title {
    font-size: 13px;
  }
}

.release__list__title__sub {
  padding-top: 5px;
  font-size: 13px;
}

@media (max-width: 480px) {
  .release__list__title__sub {
    font-size: 12px;
  }
}

.release__list__writer {
  margin-bottom: 10px;
}

.release__list__size {
  margin-bottom: 7px;
}

.release__list__price {
  margin-bottom: 10px;
}

.release__list__button {
  position: relative;
  display: block;
  width: 85%;
  text-align: center;
  color: #fff !important;
  background-color: #727171;
  line-height: 25.46px;
}

.release__list__button::before {
  position: absolute;
  top: 50%;
  right: -9px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -13px;
  content: "";
  border-width: 13px 0 13px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #727171;
}

.release__list__item__inner {
  overflow: hidden;
}

.release__list__item__detail {
  float: right;
  width: 130px;
  font-size: 12px;
}

@media (max-width: 480px) {
  .release__list__item__detail {
    float: none;
    width: 100%;
    font-size: 11px;
  }
}
/* link */
.release__link {
  margin-top: 20px;
  text-align: right;
  font-size: 13px;
}

.release__link__button {
  display: inline-block;
  padding: 3px;
  text-align: center;
  color: #666 !important;
  border: 2px dotted #000;
  background-color: #fff;
}

.release__link__button > span {
  display: block;
  padding: 5px 25px;
}

.release__link__button:hover > span {
  background-color: #e6e6e7;
}
/* ----------------------------------------------------------------
twitter
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  .twitter {
    height: auto !important;
    margin-bottom: 20px;
    padding: 20px 0;
    border: none;
    background: #ebebeb;
  }
}

.twitter iframe {
  max-width: 100%;
  border: 2px solid #898989 !important;
}

@media (min-width: 481px) {
  .twitter iframe {
    width: 345px !important;
  }
}

@media (max-width: 480px) {
  .twitter iframe {
    display: block !important;
    min-width: 0 !important;
    max-width: 310px !important;
    margin: 0 auto !important;
    border: none !important;
  }
}
/* ----------------------------------------------------------------
banner
-------------------------------------------------------------------*/
.banner {
  margin: 40px 0;
}

.banner:before,
.banner:after {
  display: table;
  content: " ";
}

.banner:after {
  clear: both;
}

.banner a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.banner li {
  display: none;
  float: left;
  width: 460px;
}

@media (max-width: 480px) {
  .banner li {
    width: 49%;
  }
}

.banner li:nth-child(2n) {
  float: right;
}

.banner li:not(:nth-child(1)),
.banner li:not(:nth-child(2)) {
  display: block;
}
/* ----------------------------------------------------------------
main
-------------------------------------------------------------------*/
/* banner
----------------------------------------------*/
@media (max-width: 480px) {
  .main__banner {
    margin: 10px 0;
  }
}

.main__banner ul:before,
.main__banner ul:after {
  display: table;
  content: " ";
}

.main__banner ul:after {
  clear: both;
}

@media (max-width: 480px) {
  .main__banner li {
    float: left;
    width: 31%;
    margin: 0 1% 6px;
  }
}

.main__banner li:not(:first-child) {
  float: left;
  width: 49.5%;
  margin-top: 5px;
}

@media (max-width: 480px) {
  .main__banner li:not(:first-child) {
    width: 31%;
    margin-top: 0;
  }
}

.main__banner li:nth-child(2n+1) {
  float: right;
  text-align: right;
}

@media (max-width: 480px) {
  .main__banner li:nth-child(2n+1) {
    float: left;
    text-align: left;
  }
}

@media (min-width: 481px) {
  .main__banner li:nth-child(1),
  .main__banner li:nth-child(2n+1):nth-child(1) {
    float: none;
  }
}

.main__banner img {
  background-size: 100% auto;
}

.main__banner a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* ----------------------------------------------------------------
Books
-------------------------------------------------------------------*/
.books {
  margin-top: 26px;
  margin-bottom: 50px;
  padding: 0 58px;
}

@media (max-width: 480px) {
  .books {
    padding: 0 20px;
  }
}
/* title
----------------------------------------------*/
.books__title {
  margin-bottom: 20px;
  text-align: right;
  background: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: 100% 1px;
  font-size: 11px;
}

@media (max-width: 480px) {
  .books__title {
    display: none;
  }
}

.books__title > span {
  position: relative;
  display: inline-block;
  margin-bottom: -1px;
  padding-left: 10px;
  background-color: #fff;
}

.books__title > span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  background-color: #000;
}
/* item
----------------------------------------------*/
.books__item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 0 8px;
}
/* main */
.books__item__main {
  margin-bottom: 40px;
}

.books__item__main:before,
.books__item__main:after {
  display: table;
  content: " ";
}

.books__item__main:after {
  clear: both;
}
/* figure */
.books__item__figure {
  float: left;
  width: 330px;
  min-height: 400px;
}

@media (max-width: 480px) {
  .books__item__figure {
    float: none;
    width: 250px;
    min-height: 0;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
/* data */
.books__item__data {
  position: relative;
  float: right;
  width: 430px;
}

@media (max-width: 480px) {
  .books__item__data {
    float: none;
    width: 100%;
    height: auto !important;
  }
}
/* title */
.books__item__title {
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 22px;
}

@media (max-width: 480px) {
  .books__item__title {
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    font-size: 20px;
  }
}

.books__item__title__sub {
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

@media (max-width: 480px) {
  .books__item__title__sub {
    font-size: 16px;
  }
}
/* writer */
.books__item__writer {
  margin-bottom: 13px;
  font-size: 17px;
}

@media (max-width: 480px) {
  .books__item__writer {
    padding-bottom: 5px;
    border-bottom: 2px solid #bbbbba;
    font-size: 14px;
  }
}
/* text */
.books__item__text {
  line-height: 1.7;
}
/* detail */
.books__item__detail {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #3e3a39;
  font-size: 12px;
}

@media (max-width: 480px) {
  .books__item__detail {
    position: static;
    margin-top: 20px;
  }
}

.books__item__detail dt,
.books__item__detail dd {
  float: left;
  margin-top: 8px;
}

.books__item__detail dt {
  clear: left;
}

.books__item__detail dt::before {
  display: inline-block;
  content: ">";
  vertical-align: middle;
}

.books__item__detail dt::after {
  display: inline-block;
  content: "/";
  vertical-align: middle;
}
/* shop */
.books__item__shop ul:before,
.books__item__shop ul:after {
  display: table;
  content: " ";
}

.books__item__shop ul:after {
  clear: both;
}

.books__item__shop li {
  float: left;
}

.books__item__shop li:not(:last-child) {
  margin-right: 21px;
}

@media (max-width: 480px) {
  .books__item__shop li {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .books__item__shop li:not(:last-child) {
    margin-right: 15px;
  }
}

.books__item__shop a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 20px;
  padding-right: 43px;
  color: #3e3a39 !important;
  background-color: #dcdddd;
  line-height: 34px;
}

@media (max-width: 480px) {
  .books__item__shop a {
    padding: 0 15px;
    padding-right: 30px;
    line-height: 30px;
  }
}

.books__item__shop a:hover {
  background-color: #b5b6b6;
}

.books__item__shop a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: -15px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

@media (max-width: 480px) {
  .books__item__shop a::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-right: -12px;
  }
}

.books__item__shop a.books__item__shop__sampleurl {
  color: #fff !important;
  background-color: #ff9ab8;
}

@media (max-width: 480px) {
  .books__item__shop a.books__item__shop__sampleurl {
    background-color: #ff77a0;
  }
}

.books__item__shop a.books__item__shop__sampleurl:hover {
  background-color: #ff77a0;
}
/* page
----------------------------------------------*/
.books__page {
  margin-bottom: 20px;
}

.books__page img {
  display: block;
  margin-bottom: 5px;
}

.books__page a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.books__page__banner:before,
.books__page__banner:after {
  display: table;
  content: " ";
}

.books__page__banner:after {
  clear: both;
}
/* ----------------------------------------------------------------
Comics
-------------------------------------------------------------------*/
.comics {
  display: block;
  padding: 30px 20px;
  background: url("../images/bg__dot01.png") #eeefef;
}

@media (max-width: 480px) {
  .comics {
    padding: 20px;
  }
}
/* title
----------------------------------------------*/
.comics__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 480px) {
  .comics__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
}

.comics__title > span {
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: 100% 18px;
}
/* list
----------------------------------------------*/
.comics__list ul:before,
.comics__list ul:after {
  display: table;
  content: " ";
}

.comics__list ul:after {
  clear: both;
}

.comics__list a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* item */
.comics__list__item {
  float: left;
  width: 230px;
  margin-top: 10px;
  padding: 14px;
  background-color: #fff;
  font-size: 12px;
}

@media (max-width: 480px) {
  .comics__list__item {
    width: 49%;
  }
}

.comics__list__item:not(:nth-child(4n)) {
  margin-right: 13px;
}

@media (max-width: 480px) {
  .comics__list__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

.comics__list__item:nth-child(4n) {
  float: right;
}

@media (max-width: 480px) {
  .comics__list__item:nth-child(4n) {
    float: left;
  }
}

.comics__list__item:nth-child(4n+1) {
  clear: left;
}

@media (max-width: 480px) {
  .comics__list__item:nth-child(4n+1) {
    float: left;
  }
}

@media (max-width: 480px) {
  .comics__list__item:nth-child(2n) {
    float: right;
  }
}

@media (max-width: 480px) {
  .comics__list__item:nth-child(2n+1) {
    clear: left;
  }
}
/* item __ figure */
.comics__list__item__figure {
  margin-bottom: 12px;
  text-align: center;
}

.comics__list__item__figure img {
  width: auto;
  height: 260px;
}

@media (max-width: 480px) {
  .comics__list__item__figure img {
    height: auto;
  }
}
/* item __ category */
.comics__list__item__category > a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 170px;
  margin-bottom: 10px;
  padding: 3px;
  padding-right: 20px;
  color: #555;
  background-color: #e6e6e7;
  font-size: 11px;
}

@media (max-width: 480px) {
  .comics__list__item__category > a {
    width: 100%;
  }
}

.comics__list__item__category > a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.comics__list__item__category > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-right: -14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
/* item __ type */
.comics__list__item__type ul:before,
.comics__list__item__type ul:after {
  display: table;
  content: " ";
}

.comics__list__item__type ul:after {
  clear: both;
}

.comics__list__item__type li {
  float: left;
}

.comics__list__item__type li:not(:last-child) {
  margin-right: 20px;
}

.comics__list__item__type__label {
  position: relative;
  display: block;
  width: 60px;
  margin-bottom: 10px;
  padding: 3px 5px;
  color: #555;
  background-color: #e6e6e7;
  font-size: 11px;
}

.comics__list__item__type__label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-right: -7px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #e6e6e7;
}
/* item __ title */
.comics__list__item__title {
  margin-bottom: 20px;
  font-size: 15px;
}
/* item __ writer */
.comics__list__item__writer {
  margin-bottom: 20px;
  font-size: 12px;
}
/* item __ onsale */
.comics__list__item__onsale {
  color: #666;
  font-size: 10px;
}
/* pager
----------------------------------------------*/
.pagination {
  margin-top: 30px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  margin: 0 3px;
  padding: 5px 8px;
  border-bottom: 2px solid transparent;
}

.page-numbers.current {
  background-color: #fff;
}

a.page-numbers:hover {
  border-color: #666;
}
/* ----------------------------------------------------------------
Category
-------------------------------------------------------------------*/
/* title
----------------------------------------------*/
.category__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .category__title {
    margin-top: 20px;
    font-size: 20px;
  }
}
/* description
----------------------------------------------*/
.category__description {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eee;
  line-height: 1.7;
}

.category__description:before,
.category__description:after {
  display: table;
  content: " ";
}

.category__description:after {
  clear: both;
}
/* ----------------------------------------------------------------
Duet
-------------------------------------------------------------------*/
.duet {
  display: block;
  margin-bottom: 30px;
  padding-left: 24px;
}

@media (max-width: 480px) {
  .duet {
    padding-left: 0;
  }
}
/* head
----------------------------------------------*/
.duet__head {
  margin-bottom: 30px;
}

.duet__head:before,
.duet__head:after {
  display: table;
  content: " ";
}

.duet__head:after {
  clear: both;
}
/* title */
.duet__head__title {
  float: left;
  width: 600px;
  text-align: center;
}

@media (max-width: 480px) {
  .duet__head__title {
    width: 52vw;
    padding-right: 7px;
  }
}
/* month */
.duet__head__month {
  float: left;
  width: 132px;
  padding: 0 15px;
  text-align: center;
  border-right: #808080 solid 1px;
  border-left: #808080 solid 1px;
  font-family: "futura-pt-condensed";
  font-weight: 500;
}

@media (max-width: 480px) {
  .duet__head__month {
    width: 13vw;
    padding: 0 1vw;
  }
}

.duet__head__month__num {
  display: block;
  margin-top: -3px;
  margin-bottom: 5px;
  letter-spacing: -3px;
  border-bottom: 2px dotted #888;
  font-size: 110px;
  line-height: 0.8;
}

@media (max-width: 480px) {
  .duet__head__month__num {
    font-size: 15vw;
  }
}

.duet__head__month__en {
  font-size: 49px;
  line-height: 37px;
}

@media (max-width: 480px) {
  .duet__head__month__en {
    font-size: 5vw;
    line-height: 1;
  }
}
/* data */
.duet__head__data {
  float: right;
  width: 184px;
  padding: 0 20px;
  padding-top: 10px;
  text-align: center;
  border-right: #808080 solid 1px;
  line-height: 1;
}

@media (max-width: 480px) {
  .duet__head__data {
    width: 26.6vw;
    padding: 0 2px;
  }
}

.duet__head__data__onsale {
  display: block;
  margin-top: -5px;
  margin-bottom: 5px;
  letter-spacing: -2px;
  color: #e30550;
  font-size: 23px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .duet__head__data__onsale {
    margin-top: 0;
    font-size: 4.3vw;
  }
}

@media (max-width: 480px) {
  .duet__head__data__price {
    margin: 5px 0;
  }

  .duet__head__data__price:before,
  .duet__head__data__price:after {
    display: table;
    content: " ";
  }

  .duet__head__data__price:after {
    clear: both;
  }
}

.duet__head__data__price dt {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .duet__head__data__price dt {
    float: left;
    width: 2em;
    margin-right: 2px;
    font-size: 3vw;
  }

  .duet__head__data__price dt span {
    display: none;
  }
}

.duet__head__data__price dd {
  letter-spacing: -2px;
  color: #e30550;
  font-family: "futura-pt-condensed";
  font-size: 65px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .duet__head__data__price dd {
    float: left;
    margin-top: -3px;
    font-size: 9.4vw;
  }
}

.duet__head__data__button {
  display: block;
  padding: 10px;
  background: url("../images/bg__stripe02.png");
  font-weight: bold;
}

@media (max-width: 480px) {
  .duet__head__data__button {
    padding: 5px;
    font-size: 2vw;
  }
}

.duet__head__data__button > span {
  display: block;
  padding: 5px;
  background: #fff;
}

.duet__head__data__button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* column
----------------------------------------------*/
.duet__column:before,
.duet__column:after {
  display: table;
  content: " ";
}

.duet__column:after {
  clear: both;
}

.duet__column__left {
  float: left;
  width: 500px;
}

@media (max-width: 480px) {
  .duet__column__left {
    float: none;
    width: 100%;
  }
}

.duet__column__right {
  float: right;
  width: 400px;
}

@media (max-width: 480px) {
  .duet__column__right {
    float: none;
    width: 100%;
  }
}
/* book
----------------------------------------------*/
/* figure */
@media (max-width: 480px) {
  .duet__book__figure img {
    background-size: 100%;
  }
}
/* cover */
.duet__book__cover {
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .duet__book__cover {
    margin-top: 20px;
    font-size: 13px;
  }
}

.duet__book__cover__title {
  font-family: "futura-pt-condensed";
  font-size: 17px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .duet__book__cover__title {
    font-size: 12px;
  }
}

.duet__book__cover__name {
  display: block;
  font-size: 63px;
}

@media (max-width: 480px) {
  .duet__book__cover__name {
    margin-top: 5px;
    font-size: 35px;
  }
}
/* list */
.duet__book__list {
  position: relative;
  margin-bottom: 20px;
}

.duet__book__list ul {
  position: relative;
  padding-bottom: 50px;
}

.duet__book__list ul::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44px;
  width: 1px;
  height: 100%;
  content: "";
}

.duet__book__list li {
  position: relative;
  display: table;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

.duet__book__list li > * {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .duet__book__list li {
    font-size: 13px;
  }
}

.duet__book__list__pickup {
  display: inline-block !important;
  margin-left: 45px;
  padding-right: 30px;
  padding-left: 10px;
  background: url("../images/bg__stripe01.png");
}

.duet__book__list__page {
  width: 38px;
  text-align: right;
  letter-spacing: 1px;
  font-family: "futura-pt";
  font-size: 17px;
}

@media (max-width: 480px) {
  .duet__book__list__page {
    font-size: 12px;
  }
}

.duet__book__list__text {
  padding-left: 20px;
}

.duet__book__list__idol01,
.duet__book__list__idol02 {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
  font-size: 20px;
}

@media (max-width: 480px) {
  .duet__book__list__idol01,
  .duet__book__list__idol02 {
    font-size: 14px;
  }
}

.duet__book__list__button {
  display: none;
}

@media (max-width: 480px) {
  .duet__book__list {
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 0;
    border-bottom: 1px solid #8c8c8c;
  }

  .duet__book__list ul {
    overflow: hidden;
    height: 260px;
  }

  .duet__book__list ul::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    content: "";
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  }

  .duet__book__list__button {
    position: absolute;
    bottom: -50px;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    color: #fff;
    border-radius: 100px;
    background-color: #363433;
    font-size: 11px;
    font-weight: bold;
  }

  .duet__book__list__button span {
    display: block;
    margin-bottom: 5px;
    padding-top: 28px;
    font-family: "futura-pt";
    font-size: 20px;
    font-weight: normal;
  }
}

@media (max-width: 480px) {
  .duet__book__list.is-open {
    margin-bottom: 20px;
    border-bottom: none;
  }

  .duet__book__list.is-open ul {
    height: auto;
    padding-bottom: 0;
  }

  .duet__book__list.is-open ul::after {
    display: none;
  }

  .duet__book__list.is-open .duet__book__list__button {
    display: none;
  }
}
/* sorry */
.duet__book__sorry {
  margin-left: -20px;
  padding-right: 20px;
  font-size: 12px;
}

@media (max-width: 480px) {
  .duet__book__sorry {
    margin: 10px auto;
    padding: 10px;
    background-color: #efefef;
  }
}
/* cover
----------------------------------------------*/
@media (min-width: 481px) {
  .duet__cover {
    position: relative;
    padding-bottom: 35px;
    padding-left: 23px;
    border-left: 1px solid #666;
  }

  .duet__cover img {
    background-size: 100%;
  }
}
/* tenpa
----------------------------------------------*/
.duet__tenpa {
  margin-bottom: 30px;
  padding-left: 23px;
  border-left: 1px solid #666;
}

@media (max-width: 480px) {
  .duet__tenpa {
    position: relative;
    padding: 0 10px 100px;
    border-left: 0;
  }
}

.duet__tenpa__figure {
  margin-bottom: 5px;
}

.duet__tenpa__figure img {
  width: 375px;
}

.duet__tenpa__wrapper {
  position: relative;
  min-height: 140px;
}

.duet__tenpa__wrapper:before,
.duet__tenpa__wrapper:after {
  display: table;
  content: " ";
}

.duet__tenpa__wrapper:after {
  clear: both;
}

@media (max-width: 480px) {
  .duet__tenpa__wrapper {
    min-height: 0;
    margin-bottom: 20px;
  }
}

.duet__tenpa__title,
.duet__tenpa__text {
  width: 240px;
}

@media (max-width: 480px) {
  .duet__tenpa__title,
  .duet__tenpa__text {
    width: 100%;
  }
}

.duet__tenpa__title {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 6px;
  border-bottom: 2px dotted #aaa;
  font-weight: bold;
}

@media (max-width: 480px) {
  .duet__tenpa__title {
    font-size: 20px;
  }
}

.duet__tenpa__text {
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .duet__tenpa__text {
    line-height: 1.6;
  }
}

.duet__tenpa__badge {
  position: absolute;
  top: 0;
  right: -5px;
  width: 139px;
  height: 139px;
  padding-top: 51px;
  text-align: center;
  color: #fff;
  background: url("../images/duet__badge.png") no-repeat center center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .duet__tenpa__badge {
    top: auto;
    right: 31%;
    bottom: 0;
  }
}
/* twitter
----------------------------------------------*/
.duet__twitter {
  overflow: auto;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #aaa;
}
/* coution
----------------------------------------------*/
.duet__coution {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 1.5;
}
/* release
----------------------------------------------*/
.duet__release {
  margin-bottom: 20px;
  padding: 30px 0;
  text-align: center;
  background: url("../images/bg__dot03.png");
}

@media (max-width: 480px) {
  .duet__release {
    background: #d6d6d6;
  }
}
/* title */
.duet__release__title {
  margin-bottom: 20px;
}
/* book */
.duet__release__book {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
  padding: 30px 0;
  background-color: #fff;
}

@media (max-width: 480px) {
  .duet__release__book {
    width: 70%;
    padding: 20px;
  }
}

.duet__release__book__figure {
  position: relative;
}

@media (min-width: 481px) {
  .duet__release__book__figure {
    width: 200px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {
  .duet__release__book__figure {
    max-width: 250px;
    margin: 0 auto 15px;
  }

  .duet__release__book__figure img {
    width: 250px;
  }
}

.duet__release__book__figure img {
  background-size: 100%;
}

.duet__release__book__figure::before {
  position: absolute;
  left: 0;
  display: block;
  width: 34px;
  height: 42px;
  content: "";
  background: url("../images/duet__release__book__new.png") no-repeat 0 0;
  background-size: 100% auto;
}

@media (min-width: 481px) {
  .duet__release__book__figure::before {
    top: -3px;
  }
}

@media (max-width: 480px) {
  .duet__release__book__figure::before {
    top: -3px;
  }
}

.duet__release__book__title {
  display: block;
  margin: 0 auto 40px;
}

.duet__release__book__cover {
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .duet__release__book__cover {
    font-size: 20px;
  }
}

.duet__release__book__month {
  padding: 0 15px;
  color: #333;
  font-family: "futura-pt-condensed";
  font-weight: 500;
}

.duet__release__book__month__num,
.duet__release__book__month__en {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}

.duet__release__book__month__num {
  letter-spacing: -3px;
  font-size: 65px;
  line-height: 0.8;
}

.duet__release__book__month__en {
  font-size: 28px;
  line-height: 22px;
}

.duet__release__book__data {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
}

.duet__release__book__store li {
  display: inline-block;
  margin: 0 3px;
}

.duet__release__book__store a {
  display: block;
  width: 116px;
  padding: 3px;
  color: #3e3a39;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .duet__release__book__store a {
    width: auto;
  }
}

.duet__release__book__store a:hover {
  background: url("../images/bg__stripe02.png") #fff;
}

.duet__release__book__store a > span {
  display: block;
  padding: 10px 0;
  background-color: #fff;
}

@media (max-width: 480px) {
  .duet__release__book__store a > span {
    padding: 10px 20px;
  }
}
/* teiki
----------------------------------------------*/
@media (max-width: 480px) {
  .duet__teiki {
    margin-bottom: 30px;
  }
}

.duet__teiki__button {
  display: block;
  padding: 10px;
  text-align: center;
  background: url("../images/bg__stripe02.png") #fff;
  font-size: 27px;
  font-weight: bold;
}

.duet__teiki__button:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.duet__teiki__button > span {
  display: block;
  padding: 30px 0 40px;
  background-color: #fff;
}

.duet__teiki__button__title {
  display: block;
  margin: 0 auto 15px;
}
/* backnumber
----------------------------------------------*/
.duet__backnumber {
  margin-top: 30px;
  text-align: right;
}

.duet__backnumber:before,
.duet__backnumber:after {
  display: table;
  content: " ";
}

.duet__backnumber:after {
  clear: both;
}

.duet__backnumber__title {
  margin-bottom: 10px;
  padding: 5px;
  color: #fff;
  background-color: #1a1a1a;
  font-size: 15px;
  font-weight: bold;
}

.duet__backnumber__list {
  font-family: "futura-pt-condensed";
  font-weight: bold;
}

.duet__backnumber__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.duet__backnumber__list li {
  margin-bottom: 10px;
  margin-left: -1px;
  text-align: center;
  border: 1px solid #1a1a1a;
  border-width: 0 1px;
  font-size: 20px;
}

.duet__backnumber__list a {
  display: block;
  padding: 0 10px;
  color: #1a1a1a !important;
}

.duet__backnumber__list a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.duet__backnumber__list small {
  font-size: 15px;
}
/* dj
----------------------------------------------*/
.duet__dj__top {
  margin: 0 -12px 30px;
}

.duet__dj__top a {
  display: block;
}

.duet__dj__top a + a {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .duet__dj__top {
    margin: 0 -10px 20px;
  }
}

.duet__dj__banner {
  margin: 0 20px 45px -20px;
  border: 14px solid #f29c9f;
}

@media (max-width: 480px) {
  .duet__dj__banner {
    margin: 0 0 30px;
    border-width: 10px;
  }
}

.duet__dj__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.duet__dj__store li {
  width: 215px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .duet__dj__store li {
    width: 48%;
    margin-bottom: 15px;
  }
}

.duet__dj__store img {
  display: inline-block;
  border: 1px solid #f49aa3;
  box-shadow: 0 3px 4px rgba(0,0,0,0.15);
}

@media (min-width: 481px) {
  .duet__dj__store img {
    width: 213px;
  }
}

@media (max-width: 480px) {
  .duet__dj__store img {
    width: 100%;
  }
}

.duet__dj__store a:hover img {
  border-color: #ff3e57;
}

.duet__dj__banner.duet__cal__banner {
  border-color: #91d5cf;
}

.duet__dj__banner.duet__cal__banner .duet__dj__store img {
  border-color: #91d5cf;
}

.duet__dj__banner.duet__cal__banner .duet__dj__store a:hover img {
  border-color: #5db3ab;
}

.duet__dj__banner.duet__dj02__banner {
  border-color: #1e2188;
}

.duet__dj__banner.duet__dj02__banner .duet__dj__store img {
  border-color: #1e2188;
}

.duet__dj__banner.duet__dj02__banner .duet__dj__store a:hover img {
  border-color: #07095a;
}
/* ----------------------------------------------------------------
web
-------------------------------------------------------------------*/
.web {
  width: 705px;
  margin: 0 auto;
  padding-top: 30px;
}

@media (max-width: 480px) {
  .web {
    width: 100%;
    padding: 20px 0;
  }
}
/* title
----------------------------------------------*/
.web__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 27px;
}

@media (max-width: 480px) {
  .web__title {
    border-bottom-color: #e2e2e2;
    font-size: 24px;
  }

  .web__title--other {
    font-size: 20px;
  }
}

.web__title:not(:first-child) {
  margin-top: 40px;
}

.web__title small {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}

.web__title__url {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
}

.web__title__url a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media (max-width: 480px) {
  .web__title__url {
    font-size: 10px;
  }
}
/* main
----------------------------------------------*/
.web__main {
  width: 500px;
  margin: 0 auto;
}

.web__main a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media (max-width: 480px) {
  .web__main {
    width: 90%;
    text-align: center;
  }
}

.web__main__figure {
  margin-bottom: 15px;
  text-align: center;
}

.web__main__figure img {
  border: 1px solid #000;
}

@media (max-width: 480px) {
  .web__main__figure {
    display: none;
  }
}

.web__main__figure--sp {
  display: none;
}

@media (max-width: 480px) {
  .web__main__figure--sp {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #595656;
    border-width: 30px 10px;
    border-radius: 10px;
  }
}

.web__main__detail {
  margin-bottom: 10px;
  line-height: 1.43;
}

@media (max-width: 480px) {
  .web__main__detail {
    text-align: left;
  }
}

.web__main__link__button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 7px 15px;
  text-align: right;
  color: #fff;
  color: #fff !important;
  background-color: #363433;
  font-size: 12px;
}

@media (max-width: 480px) {
  .web__main__link__button {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 40px;
    text-align: center;
    font-size: 15px;
  }
}

.web__main__link__button::before {
  position: absolute;
  top: -10px;
  left: -13px;
  display: block;
  width: 25px;
  height: 50px;
  content: "";
  -webkit-transform: skew(-37deg);
  -ms-transform: skew(-37deg);
  transform: skew(-37deg);
  background-color: #fff;
}

@media (max-width: 480px) {
  .web__main__link__button::before {
    display: none;
  }
}
/* list
----------------------------------------------*/
.web__list:before,
.web__list:after {
  display: table;
  content: " ";
}

.web__list:after {
  clear: both;
}

.web__list a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.web__list__site {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .web__list__site {
    position: relative;
    margin-bottom: 50px;
  }
}

.web__list:not(.web__list--full) .web__list__site {
  float: left;
  width: 345px;
}

@media (max-width: 480px) {
  .web__list:not(.web__list--full) .web__list__site {
    width: 100%;
  }
}

.web__list:not(.web__list--full) .web__list__site:nth-child(2n) {
  float: right;
}

.web__list:not(.web__list--full) .web__list__site:nth-child(2n+1) {
  clear: left;
}

.web__list__site__category {
  margin-bottom: 3px;
  font-size: 11px;
}

@media (max-width: 480px) {
  .web__list__site__category {
    display: none;
  }
}

.web__list__site__figure {
  margin-bottom: 8px;
}

.web__list__site__figure img {
  border: 1px solid #000;
}

@media (max-width: 480px) {
  .web__list__site__figure {
    display: none;
  }
}

.web__list__site__figure--sp {
  display: none;
}

@media (max-width: 480px) {
  .web__list__site__figure--sp {
    display: block;
    float: left;
    width: 49%;
  }
}

@media (max-width: 480px) {
  .web__list__site__data {
    float: right;
    width: 49%;
  }
}

.web__list__site__title {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .web__list__site__title {
    margin-bottom: 0;
    border: none;
    font-size: 20px;
  }
}

.web__list__site__title h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d8;
  font-size: 16px;
  font-weight: bold;
}

.web__list__site__title small {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}

@media (max-width: 480px) {
  .web__list__site__title small {
    display: none;
  }
}

.web__list__site__title__url {
  font-size: 12px;
}

.web__list__site__title__url a {
  color: #666 !important;
}

@media (max-width: 480px) {
  .web__list__site__title__url {
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 11px;
  }

  .web__list__site__title__url a {
    color: #aaa;
  }
}

.web__list__site__detail {
  margin-bottom: 10px;
  line-height: 1.43;
}

@media (max-width: 480px) {
  .web__list__site__detail {
    font-size: 12px;
  }
}

.web__list__site__link:before,
.web__list__site__link:after {
  display: table;
  content: " ";
}

.web__list__site__link:after {
  clear: both;
}

.web__list__site__link__twitter {
  display: block;
  float: left;
  padding-left: 30px;
  text-decoration: underline;
  background: url("../images/icon__twitter.png") no-repeat 0 center;
  background-size: 19px 16px;
}

@media (max-width: 480px) {
  .web__list__site__link__twitter {
    float: none;
    margin-bottom: 30px;
    padding-left: 23px;
  }
}

.web__list__site__link__button {
  position: relative;
  display: block;
  float: right;
  overflow: hidden;
  padding: 7px 15px 7px 35px;
  text-align: right;
  color: #fff;
  color: #fff !important;
  background-color: #363433;
  font-size: 12px;
}

@media (max-width: 480px) {
  .web__list__site__link__button {
    display: block;
    float: none;
    clear: both;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
  }
}

.web__list__site__link__button::before {
  display: inline-block;
  margin-right: 4px;
  content: ">";
}

@media (max-width: 480px) {
  .web__list__site__link__button::before {
    display: none;
  }
}

.web__list__site__link__button::after {
  position: absolute;
  top: -10px;
  left: -13px;
  display: block;
  width: 25px;
  height: 50px;
  content: "";
  -webkit-transform: skew(-37deg);
  -ms-transform: skew(-37deg);
  transform: skew(-37deg);
  background-color: #fff;
}

@media (max-width: 480px) {
  .web__list__site__link__button::after {
    display: none;
  }
}
/* ----------------------------------------------------------------
special
-------------------------------------------------------------------*/
/* title
----------------------------------------------*/
.special__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d4;
  font-size: 25px;
}

.special__title h2 {
  font-weight: bold;
}

.special__title:not(:first-child) {
  margin-top: 60px;
}
/* list
----------------------------------------------*/
.special__list:before,
.special__list:after {
  display: table;
  content: " ";
}

.special__list:after {
  clear: both;
}

.special__list a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.special__list a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.special__list__site {
  float: left;
  width: 460px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .special__list__site {
    width: 100%;
  }
}

.special__list__site:nth-child(2n) {
  float: right;
}

.special__list__site:nth-child(2n+1) {
  clear: left;
}

.special__list__site__figure {
  margin-bottom: 8px;
}

.special__list__site__title {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d8;
  font-size: 16px;
  font-weight: bold;
}

.special__list__site__url {
  font-size: 12px;
}

.special__list__site__url a {
  color: #666 !important;
}
/* ----------------------------------------------------------------
Company
-------------------------------------------------------------------*/
.company {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 480px) {
  .company {
    font-size: 14px;
  }
}

.company p {
  margin-bottom: 1em;
}
/* title
----------------------------------------------*/
.company__title {
  margin-bottom: 50px;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
}

@media (max-width: 480px) {
  .company__title {
    font-size: 20px;
  }
}

.company__title span {
  display: inline-block;
  padding: 10px 30px;
  background: url("../images/bg__stripe01.png");
}
/* title02
----------------------------------------------*/
.company__title02 {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}

.company__title02 span {
  display: inline-block;
  padding: 0 20px 4px;
  background: url("../images/bg__dot04.png") repeat-x center bottom;
}
/* map
----------------------------------------------*/
.company__map {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}
/* history
----------------------------------------------*/
.company__history {
  width: 700px;
  margin-left: 150px;
  text-align: left;
}

@media (max-width: 480px) {
  .company__history {
    width: auto;
    margin-left: 0;
  }
}

.company__history__title {
  display: block;
  width: 75px;
  height: 75px;
  margin-left: 110px;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  border-radius: 75px;
  background-color: #3d3a39;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .company__history__title {
    margin-left: calc(30% - 22px);
  }
}

.company__history__list {
  position: relative;
  padding-top: 30px;
}

.company__history__list::after {
  position: absolute;
  top: 0;
  left: 147px;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  border-left: 2px dotted #3d3a39;
}

@media (max-width: 480px) {
  .company__history__list::after {
    left: calc(30% + 15px);
  }
}

.company__history__list dl:before,
.company__history__list dl:after {
  display: table;
  content: " ";
}

.company__history__list dl:after {
  clear: both;
}

.company__history__list dt {
  position: relative;
  float: left;
  clear: both;
  width: 120px;
  padding: 3px;
  text-align: center;
  border: 1px solid #3d3a39;
  border-radius: 10px;
  font-size: 15px;
}

@media (max-width: 480px) {
  .company__history__list dt {
    width: 30%;
  }
}

.company__history__list dt::after {
  position: absolute;
  top: 50%;
  right: -28px;
  display: block;
  width: 28px;
  height: 1px;
  content: "";
  background-color: #3d3a39;
}

@media (max-width: 480px) {
  .company__history__list dt::after {
    right: -15px;
    width: 15px;
  }
}

.company__history__list dd {
  float: right;
  overflow: hidden;
  width: 540px;
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 480px) {
  .company__history__list dd {
    width: 60%;
  }
}
/* privacy
----------------------------------------------*/
.company__privacy {
  width: 740px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
}

@media (max-width: 480px) {
  .company__privacy {
    width: 100%;
  }
}

.company__privacy__title {
  margin-bottom: 30px;
  font-size: 16px;
}

.company__privacy p {
  margin-bottom: 2em;
  line-height: 3;
}

@media (max-width: 480px) {
  .company__privacy p {
    line-height: 1.7;
  }
}
/* nav
----------------------------------------------*/
.company__nav {
  clear: both;
  width: 267px;
  margin: 30px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .company__nav {
    font-size: 20px;
  }
}

.company__nav li {
  margin-top: -22px;
}

@media (max-width: 480px) {
  .company__nav li {
    margin-top: 0;
    margin-bottom: 70px;
  }
}

.company__nav--privacy {
  letter-spacing: 0;
  font-size: 20px;
}

.company__nav a {
  display: block;
  height: 150px;
  text-align: center;
  line-height: 150px;
}

@media (max-width: 480px) {
  .company__nav a {
    background: url("../images/bg__company__nav.png") no-repeat 0 0;
  }
}

.company__nav a:hover {
  background: url("../images/bg__company__nav.png") no-repeat 0 0;
  background-position: 0 0;
}

@media (max-width: 480px) {
  .company__nav a:hover {
    background: none;
  }
}
/* bottom */
.company__nav--bottom {
  margin: 30px 0;
  margin-top: 50px;
  padding-top: 50px;
  letter-spacing: 15px;
  border-top: 1px solid #9fa0a0;
  font-size: 26px;
  font-weight: bold;
}

.company__nav--bottom--privacy {
  letter-spacing: 0;
  font-size: 20px;
}

@media (max-width: 480px) {
  .company__nav--bottom {
    letter-spacing: 0;
    font-size: 20px !important;
  }
}

.company__nav--bottom ul {
  margin: 0 auto;
}

.company__nav--bottom ul:before,
.company__nav--bottom ul:after {
  display: table;
  content: " ";
}

.company__nav--bottom ul:after {
  clear: both;
}

.company__nav--bottom li {
  display: inline-block;
  vertical-align: top;
}

.company__nav--bottom li + li {
  margin-left: -44px;
}

@media (max-width: 480px) {
  .company__nav--bottom li + li {
    margin-left: 0;
  }
}

.company__nav--bottom li + li a {
  padding-left: 10px;
  background-position: 0 -301px;
}

@media (max-width: 480px) {
  .company__nav--bottom li + li a {
    padding-left: 0;
  }
}

.company__nav--bottom li + li a:hover {
  background-position: 0 -511px;
}

.company__nav--bottom a {
  display: block;
  width: 267px;
  height: 150px;
  text-align: center;
  background: url("../images/bg__company__nav.png") no-repeat 0 0;
  background-position: 0 -170px;
  line-height: 150px;
}

@media (max-width: 480px) {
  .company__nav--bottom a {
    width: 100%;
    height: auto;
    padding: 10px 20px !important;
    background: none;
    line-height: 1;
  }
}

.company__nav--bottom a:hover {
  background-position: 0 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  opacity: 0.3;
  border-radius: 10px;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slider.is-no-dots .slick-dots {
  display: none !important;
}

.slider.is-dots {
  padding-bottom: 40px;
}
/* ----------------------------------------------------------------
Utility
-------------------------------------------------------------------*/
/* Font weight
-------------------------------------------*/
.u-fw__normal {
  font-weight: normal !important;
}

.u-fw__bold {
  font-weight: bold !important;
}
/* Float
-------------------------------------------*/
.u-float__left {
  float: left !important;
}

.u-float__right {
  float: right !important;
}
/* Text-align
-------------------------------------------*/
.u-ta__left {
  text-align: left !important;
}

.u-ta__center {
  text-align: center !important;
}

.u-ta__right {
  text-align: right !important;
}
/* Vertical-align
-------------------------------------------*/
.u-va__top {
  vertical-align: top !important;
}

.u-va__middle {
  vertical-align: middle !important;
}

.u-va__bottom {
  vertical-align: bottom !important;
}
/* Width
-------------------------------------------*/
.u-width__auto {
  width: auto !important;
}

.u-width__full {
  width: 100% !important;
}
/* display
-------------------------------------------*/
.u-display__block {
  display: block !important;
}

.u-display__none {
  display: none !important;
}
/* position
-------------------------------------------*/
.u-position__relative {
  position: relative !important;
}

.u-position__static {
  display: static !important;
}
/* Media Query
-------------------------------------------*/
/* display */
@media (max-width: 480px) {
  .u-mq-display__block {
    display: block !important;
  }

  .u-mq-display__none {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .u-pcs-sph {
    display: none !important;
  }
}

.u-pch-sps {
  display: none !important;
}

@media (max-width: 480px) {
  .u-pch-sps {
    display: block !important;
  }
}

.u-pch-sps--table {
  display: none !important;
}

@media (max-width: 480px) {
  .u-pch-sps--table {
    display: table !important;
  }
}

.u-pch-sps--table-cell {
  display: none !important;
}

@media (max-width: 480px) {
  .u-pch-sps--table-cell {
    display: table-cell !important;
  }
}
/* Clearfix
-------------------------------------------*/
.u-clearfix:before,
.u-clearfix:after {
  display: table;
  content: " ";
}

.u-clearfix:after {
  clear: both;
}
/* ----------------------------------------------------------------
Footer
-------------------------------------------------------------------*/
.footer {
  background-color: #666465;
}

@media (max-width: 480px) {
  .footer {
    margin-top: 10px;
  }
}

.footer,
.footer a {
  color: #fff !important;
}

.footer a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.footer .menu-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer .sub-menu {
  margin-top: 10px;
}
/* logo
----------------------------------------------*/
@media (max-width: 480px) {
  .footer__logo {
    width: 50px;
  }
}
/* title
----------------------------------------------*/
.footer__title {
  margin-bottom: 20px;
  font-size: 20px;
}

@media (max-width: 480px) {
  .footer__title {
    font-size: 16px;
  }
}
/* column
----------------------------------------------*/
.footer__column {
  display: table;
  width: 100%;
  font-size: 12px;
}

@media (max-width: 480px) {
  .footer__column {
    display: block;
  }

  .footer__column:before,
  .footer__column:after {
    display: table;
    content: " ";
  }

  .footer__column:after {
    clear: both;
  }
}

.footer__column > * {
  display: table-cell;
  padding: 5px 30px;
  vertical-align: top;
}

.footer__column > *:not(:last-child) {
  border-right: 1px solid #000;
}

@media (max-width: 480px) {
  .footer__column > *:not(:last-child) {
    border: none;
    border-bottom: 1px solid #000;
  }
}

@media (max-width: 480px) {
  .footer__column > * {
    display: block;
    padding: 15px 0;
  }
}
/* main */
.footer__column__col--main {
  vertical-align: middle;
}

@media (max-width: 480px) {
  .footer__column__col--main {
    display: none;
  }
}

.footer__column__col--main nav {
  margin-bottom: 20px;
}

.footer__column__col--main ul:before,
.footer__column__col--main ul:after {
  display: table;
  content: " ";
}

.footer__column__col--main ul:after {
  clear: both;
}

.footer__column__col--main li {
  float: left;
  width: 50%;
}

.footer__column__col--main li:first-child,
.footer__column__col--main li:nth-child(2) {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .footer__column__col--main li:not(:first-child) {
    display: inline-block;
    float: none;
    width: auto;
  }
}
/* sitemap */
.footer__column__col--sitemap nav {
  float: left;
}

@media (max-width: 480px) {
  .footer__column__col--sitemap nav {
    float: none;
  }
}

.footer__column__col--sitemap nav:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .footer__column__col--sitemap li {
    display: inline-block;
  }

  .footer__column__col--sitemap li::after {
    display: inline-block;
    margin: 0 3px;
    content: " > ";
  }

  .footer__column__col--sitemap .menu-item-4032::after {
    display: none;
  }

  .footer__column__col--sitemap .menu li:last-child::after {
    display: none;
  }

  .footer__column__col--sitemap .sub-menu {
    display: inline;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  #menu-footer-sitemap-02 {
    margin-top: 10px;
  }

  #menu-footer-sitemap-03 li {
    display: block;
  }

  #menu-footer-sitemap-03 li::after {
    display: none;
  }
}
/* link */
.footer__column__col--link nav {
  float: left;
}

.footer__column__col--link nav:not(:last-child) {
  margin-right: 20px;
}

.footer__column__col--link .sub-menu {
  margin-left: 20px;
}

@media (max-width: 480px) {
  .footer__column__col--link .sub-menu {
    margin-left: 0;
  }

  .footer__column__col--link .sub-menu li {
    display: inline-block;
    float: none;
    margin-left: 0;
  }

  .footer__column__col--link .sub-menu li:not(:last-child)::after {
    display: inline-block;
    margin: 0 3px;
    content: " > ";
  }
}

#menu-footer-link-01 > li:last-child {
  display: none;
}
/* nav02
----------------------------------------------*/
.footer__nav02 {
  display: none;
}

@media (max-width: 480px) {
  .footer__nav02 {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #000;
  }

  .footer__nav02:before,
  .footer__nav02:after {
    display: table;
    content: " ";
  }

  .footer__nav02:after {
    clear: both;
  }

  .footer__nav02 .menu {
    text-align: center;
  }

  .footer__nav02 .menu:before,
  .footer__nav02 .menu:after {
    display: table;
    content: " ";
  }

  .footer__nav02 .menu:after {
    clear: both;
  }

  .footer__nav02 .menu li {
    display: inline-block;
  }

  .footer__nav02 .menu li:first-child {
    display: none;
  }

  .footer__nav02 .menu li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
  }

  .footer__nav02__sitename {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "heisei-kaku-gothic-std", "メイリオ", "Meiryo", "游ゴシック", YuGothic, "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
  }

  .footer__nav02__sitename__logo {
    display: block;
    width: 160px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .footer__nav02__column {
    display: table;
    width: 100%;
  }

  .footer__nav02__column > * {
    display: table-cell;
    vertical-align: bottom;
  }

  .footer__nav02__column__inner {
    float: right;
  }

  .footer__nav02__column__left {
    width: 50%;
  }

  .footer__nav02__column__right {
    width: 50%;
  }

  .footer__nav02__link {
    margin-bottom: 30px;
  }

  .footer__nav02 .search__form__input--footer {
    width: calc(100% - 39px);
    font-size: 10px;
  }
}
/* copyright
----------------------------------------------*/
.footer__copyright {
  padding: 10px;
  text-align: center;
  color: #efefef;
  background-color: #383635;
  font-size: 13px;
}

/* duet用
----------------------------------------------*/

.snsbtn32{margin:0 0 1em 0;}
.snsbtn32 a{display:inline-block;width:48px;height:48px;margin:0 8px 0 0;line-height:48px;color:#fff;text-align:center;border-radius:50%;}
.snsbtn32 a i:before{margin:0 0 0 0;display:inline-block;font-size:20px;line-height:48px;}
.snsbtn32 a i{vertical-align:top;}
.snsbtn32 .btn-fb{background:#365899;}
.snsbtn32 .btn-tw{background:#1b95e0;}
.snsbtn32 .btn-li{background:#00B900;}
.snsbtn32 .btn-fb:hover{background:#4166B0;}
.snsbtn32 .btn-tw:hover{background:#2EA1E9;}
.snsbtn32 .btn-li:hover{background:#38ba38;}

