/*----------------------------------------------------
setting
----------------------------------------------------*/
/*----------------------------------------------------
fonts
----------------------------------------------------*/
/* font size */
html {
  font-size: 75%;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  html {
    font-size: 100% !important;
  }
}
/*----------------------------------------------------
mixin
----------------------------------------------------*/
/*----------------------------------------------------
drawer
----------------------------------------------------*/
.drawer-hamburger, .drawer-nav {
  z-index: 1000;
}

.drawer-hamburger {
  top: 3px;
  width: 20px;
  padding: 23px 15px 32px;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    top: -7px;
}
.drawer-hamburger-icon:after {
    top: 7px;
}

.drawer-nav .menu-item a {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-size: 1.33333rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
}
.drawer-nav .menu-item.comingsoon a {
  pointer-events: none;
  color: #888 !important;
}
.drawer-nav .snslist {
  padding: 10px 20px;
}
.drawer-nav .snslist ul {
  margin: 0 -5px;
  width: auto;
}
.drawer-nav .snslist ul li {
  padding: 0 5px;
  float: left;
  width: auto;
}
.drawer-nav .snslist ul li a {
  display: block;
  border-bottom: 0;
}
.drawer-nav .snslist ul li a img {
  width: auto;
  height: 15px;
}

.drawer-overlay {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

/*----------------------------------------------------
common
----------------------------------------------------*/
* {
  color: #000;
  font-size: 12px;
  font-size: 1rem;
}

::selection, ::-moz-selection {
  background: #ccc;
}

.ratio {
  position: relative;
  padding-bottom: 100%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.ratio .ratio_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.tbl .tbl_cell {
  display: table-cell;
}
.tbl .tbl_cell.mdl {
  vertical-align: middle;
}
.tbl .tbl_cell.cntr {
  text-align: center;
}

/* 1/5 col */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 767px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 991px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.col-half {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .col-half {
    width: 100%;
  }
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}

.category_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  border-bottom: 1px solid #000;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../images/category_select_arrow.png);
  padding: 10px 0;
  padding-right: 17px;
}

.container {
  max-width: 1100px;
}

/*----------------------------------------------------
effect
----------------------------------------------------*/
a.hover_underline {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
a.hover_underline:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.hover_underline:hover:after {
  width: 100%;
}

.btnanime {
  display: inline-block;
  width: 33.333333%;
  text-align: center;
  padding: 18px 0;
  position: relative;
  z-index: 1;
  /*
  	float: left;
  	min-width: 150px;
  	max-width: 250px;
  	display: block;
  	margin: 1em;
  	padding: 1em 2em;
  	border: none;
  	background: none;
  	color: inherit;
  	text-align: center;
  	vertical-align: middle;
  	position: relative;
  	z-index: 1;
  	-webkit-backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  */
}

.btnanime:focus {
  outline: none;
}

.btnanime > span {
  vertical-align: middle;
}

/* Wapasha */
.btnanime.btnanime--wapasha {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.5rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btnanime.btnanime--wapasha span {
  color: #fff;
  font-size: 18px;
  font-size: 1.5rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
}
.btnanime.btnanime--wapasha span:before {
  content: '';
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_list.png);
  width: 13px;
  height: 10px;
  margin-right: 13px;
}
.btnanime.btnanime--wapasha:before {
  border: 1px solid #000;
  color: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btnanime.btnanime--wapasha:hover {
  background-color: #fff;
  color: #000;
}
.btnanime.btnanime--wapasha:hover span {
  color: #000;
}
.btnanime.btnanime--wapasha:hover span:before {
  background-image: url(../images/icon_list-000.png);
}
.btnanime.btnanime--wapasha:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/*
.btnanime--wapasha.btnanime--inverted {
	background: #fff;
	color: #37474f;
}
.btnanime--wapasha.btnanime--inverted::before {
	border-color: #7986cb;
}
.btnanime--wapasha.btnanime--inverted:hover {
	background-color: #37474f;
	color: #7986cb;
}
*/
/*----------------------------------------------------
wrapper
----------------------------------------------------*/
p b {
  font-weight: 700;
}

table {
  height: auto !important;
}

.box {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .box {
    padding: 30px 0;
  }
}

.headline {
  font-size: 36px;
  font-size: 3rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.sub_headline {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.btn_cntr {
  text-align: center;
}

.btn_primary {
  text-align: center;
}
.btn_primary a {
  display: inline-block;
  width: 33.333333%;
  background-color: #000;
  text-align: center;
  padding: 18px 0;
}
@media (max-width: 767px) {
  .btn_primary a {
    width: 75%;
  }
}
.btn_primary a span {
  color: #fff;
  font-size: 18px;
  font-size: 1.5rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
}
.btn_primary a span.list:before {
  content: '';
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_list.png);
  width: 13px;
  height: 10px;
  margin-right: 13px;
}
.btn_primary a:hover {
  background-color: #e60012;
}
.btn_primary a.hover_underline:after {
  bottom: -2px;
  background-color: #e60012;
}

.content_head {
  margin-bottom: 40px;
}
.content_head .headline {
  float: left;
}
.content_head .tool {
  float: right;
}

/*----------------------------------------------------
form
----------------------------------------------------*/
input[type="text"],
input[type="email"],
textarea,
select {
  width: 100% !important;
  padding: 8px 7px;
  border: 1px solid #ddd;
  box-shadow: 0px;
  background: #f5f5f5;
  color: #222;
  font-size: 14px;
  font-size: 1.16667rem;
  outline-color: inherit;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

input[type="submit"] {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 8px 20px;
  line-height: 20px;
  text-shadow: none;
  border: none;
  cursor: pointer;
  min-width: 240px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1.33333rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-weight: 700;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
#header .header_logo h1 a {
  display: inline-block;
  background-color: #fff;
  padding: 20px;
}
#header .header_logo h1 a img {
  max-width: 130px;
  height: auto;
}
@media (max-width: 991px) {
  #header .header_logo h1 a img {
    max-width: 98px;
  }
}
#header .header_navi .navi_list {
  float: right;
}
#header .header_navi .navi_list ul {
  margin: 0 -10px;
  width: 760px;
}
@media (max-width: 991px) {
  #header .header_navi .navi_list ul {
    width: auto;
  }
}
#header .header_navi .navi_list ul li {
  padding: 0 10px;
  float: left;
  width: 20%;
}
#header .header_navi .navi_list ul li a {
  display: block;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 1.66667rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  letter-spacing: 1px;
  line-height: 100%;
  padding: 10px 0;
}
#header .header_navi .navi_list ul li:nth-child(n+6) a {
  border-bottom: 0;
}
#header .header_navi .navi_list ul li.comingsoon a {
  pointer-events: none;
  color: #888 !important;
}
#header .header_navi .navi_list ul li ul {
  margin: 0 -5px;
  width: auto;
}
#header .header_navi .navi_list ul li ul li {
  padding: 0 5px;
  float: left;
  width: auto;
}
#header .header_navi .navi_list ul li ul li a {
  display: block;
  border-bottom: 0;
}
#header .header_navi .navi_list ul li ul li a img {
  width: auto;
  height: 15px;
}

#header_scrl {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
#header_scrl.active {
  height: 75px;
  border-top: 3px solid #e60012;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #header_scrl {
    padding: 0 15px;
    height: 70px !important;
    border-top: 3px solid #e60012;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
#header_scrl .header_logo {
    padding-right: 20px;
}
#header_scrl .header_logo h1 a {
  display: inline-block;
}
#header_scrl .header_logo h1 a img {
  width: 249px;
  height: auto;
}
@media (max-width: 767px) {
    #header_scrl .header_logo {
        padding-right: 0;
    }
    #header_scrl .header_logo h1 {
        text-align: center;
    }
    #header_scrl .header_logo h1 a img {
        width: 180px;
    }
}
#header_scrl .header_navi .navi_list {
  float: right;
}
#header_scrl .header_navi .navi_list ul {
  margin: 0 -10px;
}
#header_scrl .header_navi .navi_list ul li {
  padding: 0 10px;
  float: left;
  width: auto;
}
#header_scrl .header_navi .navi_list ul li a {
  display: block;
  font-size: 16px;
  font-size: 1.33333rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  letter-spacing: 1px;
  line-height: 100%;
  padding: 10px 0;
}
#header_scrl .header_navi .navi_list ul li.comingsoon a {
  pointer-events: none;
  color: #888 !important;
}
#header_scrl .header_navi .navi_list ul li ul {
  margin: 0 -5px;
  width: auto;
}
#header_scrl .header_navi .navi_list ul li ul li {
  padding: 0 5px;
  float: left;
  width: auto;
}
#header_scrl .header_navi .navi_list ul li ul li a {
  display: block;
  border-bottom: 0;
}
#header_scrl .header_navi .navi_list ul li ul li a img {
  width: auto;
  height: 15px;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
  padding: 35px 0;
}
#footer .archivelink {
  float: left;
}
#footer .archivelink ul {
  margin: 0 -15px;
  text-align: left;
}
#footer .archivelink ul li {
  display: inline;
  padding: 0 15px;
}
#footer .archivelink ul li a {
  display: inline-block;
  font-weight: 700;
}
#footer .copyright {
  text-align: right;
}

#banner {
  background-color: #f5f5f5;
}
#banner .bannerlist.special {
  margin-bottom: 40px;
}
#banner .bannerlist .title {
  display: none;
}

/*----------------------------------------------------
boxer - lightbox
----------------------------------------------------*/
#boxer.mobile {
  background: rgba(0, 0, 0, 0.9) !important;
}

#boxer.mobile .boxer-container,
#boxer.mobile .boxer-content,
#boxer.mobile .boxer-meta,
#boxer.mobile .boxer-control {
  background: none !important;
}

#boxer.mobile .boxer-position {
  display: none !important;
}

@media (min-width: 767px) {
  #boxer.mobile .boxer-meta {
    margin-top: -25px;
    bottom: 50% !important;
  }
}
#boxer.mobile .boxer-control.previous:before {
  border-right-color: #767676 !important;
}

#boxer.mobile .boxer-control.next:before {
  border-left-color: #767676 !important;
}

/*----------------------------------------------------
page navigation
----------------------------------------------------*/
.navigation .navigation_next,
.navigation .navigation_prev {
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: 700;
}
.navigation .navigation_prev {
  float: left;
}
.navigation .navigation_next {
  float: right;
}
