@charset "UTF-8";
/*@font-face {
  font-family: "Midashi Number B";
  src: local('見出ゴMB31');
  unicode-range: U+0030-0039;
}*/
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html {
  font-size: 62.5%;
}

html.is-fixed {
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  html.is-fixed {
    position: fixed;
  }
}

body {
  line-height: 1.6;
  color: #222;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

body, input, textarea, select, button {
  font-family: "TBGothic SL", "TBGothicSL Std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  -webkit-appearance: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  height: auto;
  vertical-align: top;
}

address, caption, code, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================
 base Link
========================================================== */
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, color 0.2s ease;
  -o-transition: color 0.2s ease, color 0.2s ease;
  transition: color 0.2s ease, color 0.2s ease;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: #878787;
  }
}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after {
  content: "";
  display: table;
}

.clearfix:after,
.contents:after {
  clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents {
  *zoom: 1;
}

/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: center;
}

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  padding-bottom: 110px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
    padding-bottom: 50px;
  }
}

/* ==========================================================
 header
========================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header.is-hidden-sp {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}

.header .header-in {
  position: relative;
  width: 1038px;
  height: 180px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0.0001deg);
  -ms-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .header .header-in {
    width: auto;
    height: 80px;
    padding: 0;
  }
}

.header .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .header .header-logo {
    left: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.header .header-logo img {
  height: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0.0001deg);
  -ms-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .header .header-logo img {
    height: 21px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header-logo img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
}

@supports (-ms-ime-align: auto) {
  .header .header-logo img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
}

.header .header-btn-menu {
  position: absolute;
  top: 50%;
  right: 10px;
  float: right;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .header .header-btn-menu {
    right: 25px;
  }
}

.header .header-btn-menu span {
  display: block;
  position: absolute;
  left: 4px;
  width: 40px;
  height: 2px;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header .header-btn-menu span:nth-child(1) {
  top: 18px;
}

.header .header-btn-menu span:nth-child(2), .header .header-btn-menu span:nth-child(3) {
  top: 23px;
}

.header .header-btn-menu span:nth-child(4) {
  top: 28px;
}

.header .header-btn-menu span:nth-child(2) {
  opacity: 0;
}

.header .header-btn-menu.is-active span:nth-child(1) {
  top: 23px;
  opacity: 0;
}

.header .header-btn-menu.is-active span:nth-child(2) {
  opacity: 1;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.header .header-btn-menu.is-active span:nth-child(4) {
  opacity: 0;
}

.header .header-btn-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.header .header-btn-menu.is-active span:nth-child(4) {
  top: 23px;
}

@media screen and (min-width: 768px) {
  .header.is-small .header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .header.is-small .header-in {
    height: 98px;
  }
  .header.is-small .header-logo img {
    height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .header.is-small .header-in {
    height: 60px;
  }
  .header.is-small .header-logo img {
    height: 21px;
  }
}

@media screen and (max-width: 360px) {
  .header .header-logo img {
    height: 21px;
  }
}

/* ==========================================================
 nav-global
========================================================== */
.nav-global {
  display: none;
  position: fixed;
  top: 180px;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  text-align: left;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .nav-global {
    top: 80px;
    left: 0;
    bottom: 0;
  }
}

.nav-global .nav-global-in {
  position: relative;
  width: 1038px;
  margin: 0 auto;
  padding: 10px 20px 50px;
}

@media screen and (max-width: 767px) {
  .nav-global .nav-global-in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
}

.nav-global .nav-global-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .nav-global .nav-global-container {
    display: block;
    margin-bottom: 25px;
  }
}

.nav-global .nav-global-container .box-nav-col.col-01 {
  width: 53%;
}

.nav-global .nav-global-container .box-nav-col.col-02 {
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  .nav-global .nav-global-container .box-nav-col.col-01, .nav-global .nav-global-container .box-nav-col.col-02 {
    width: auto;
  }
}

.nav-global .link-nav-main {
  display: inline-block;
  padding-right: 40px;
  background: url(../../img/common/ico_arrow_right_01.svg) right center no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  color: #222;
  font-size: 1.5rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.nav-global .link-nav-main.txt-large {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .nav-global .link-nav-main, .nav-global .link-nav-main.txt-large {
    display: block;
    padding: 14px 45px 14px 30px;
    background-position: right 20px center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
    color: #454545;
    font-size: 1.8rem;
  }
}

.nav-global .list-nav-main {
  padding-top: 10px;
}

.nav-global .list-nav-main li {
  margin-bottom: 26px;
}

.nav-global .list-nav-main li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .nav-global .list-nav-main {
    padding-top: 0;
  }
  .nav-global .list-nav-main li {
    margin-bottom: 0;
  }
}

.nav-global .nav-sub-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .nav-global .nav-sub-container {
    display: block;
    padding: 10px 0;
    background: #F8F8F8;
  }
  .nav-global .nav-sub-container .box-nav-sub-in {
    display: none;
  }
}

.nav-global .nav-sub-container .box-nav-sub-col {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .nav-global .nav-sub-container .box-nav-sub-col {
    width: auto;
  }
}

.nav-global .nav-sub-container .txt-nav-sub-main {
  display: inline-block;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  color: #AEAEAE;
  font-size: 1.6rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .nav-global .nav-sub-container .txt-nav-sub-main {
    display: block;
    padding: 10px 45px 10px 40px;
    background: url(../../img/common/ico_plus_01.svg) right 20px center no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    color: #888;
    cursor: pointer;
  }
  .nav-global .nav-sub-container .txt-nav-sub-main.is-open {
    background: url(../../img/common/ico_minus_01.svg) right 20px center no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
  }
}

.nav-global .nav-sub-container .list-nav-sub {
  padding-top: 20px;
  font-size: 1.3rem;
}

.nav-global .nav-sub-container .list-nav-sub li {
  margin-bottom: 7px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.nav-global .nav-sub-container .list-nav-sub li:last-child {
  margin-bottom: 0;
}

.nav-global .nav-sub-container .list-nav-sub li a {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .nav-global .nav-sub-container .list-nav-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px 30px 20px;
    line-height: 1.4;
  }
  .nav-global .nav-sub-container .list-nav-sub li {
    width: 50%;
    margin-bottom: 0;
  }
  .nav-global .nav-sub-container .list-nav-sub li a {
    display: block;
    padding: 9px 10px 9px 20px;
  }
}

.nav-global .list-global-sns {
  overflow: hidden;
  position: absolute;
  right: 63px;
  bottom: 50px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .nav-global .list-global-sns {
    position: static;
    padding-bottom: 20px;
    text-align: center;
  }
}

.nav-global .list-global-sns li {
  float: left;
  margin-left: 30px;
}

.nav-global .list-global-sns li:first-child {
  margin-left: 0;
}

.nav-global .list-global-sns li:last-child {
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  .nav-global .list-global-sns li {
    display: inline-block;
    float: none;
    margin: 0 12px !important;
    padding: 0;
    vertical-align: middle;
  }
}

.nav-global .list-global-sns .icon {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.nav-global .list-global-sns .icon.tw {
  width: 28px;
}

.nav-global .list-global-sns .icon.mail {
  height: 18px;
}

@media screen and (min-width: 768px) {
  .header.is-small .nav-global {
    top: 98px;
  }
  .header .nav-global .nav-global-container a {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header .nav-global .nav-global-container a:hover {
    opacity: 0.6;
  }
  .header .nav-global .list-global-sns .icon path {
    -webkit-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
  }
  .header .nav-global .list-global-sns a:hover .icon path {
    fill: #CACACA;
  }
}

@media screen and (max-width: 767px) {
  .header.is-small .nav-global {
    top: 60px;
  }
}

/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 1038px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .nav-breadcrumb {
    display: none;
  }
}

.nav-breadcrumb .list-breadcrumb li {
  float: left;
  color: #000;
  font-size: 1.2rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.nav-breadcrumb .list-breadcrumb li:after {
  margin: 0 10px;
  content: ">";
}

.nav-breadcrumb .list-breadcrumb li:last-child:after {
  display: none;
}

.nav-breadcrumb .list-breadcrumb li a {
  color: #717071;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  .nav-breadcrumb .list-breadcrumb a:hover {
    opacity: 0.6;
  }
}

.nav-breadcrumb.x-small .list-breadcrumb {
  width: 560px;
  margin: 0 auto;
}

.nav-breadcrumb.small .list-breadcrumb {
  width: 600px;
  margin: 0 auto;
}

.nav-breadcrumb.middle .list-breadcrumb {
  width: 800px;
  margin: 0 auto;
}

/* ==========================================================
 contents
========================================================== */
.contents {
  padding-top: 260px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .contents {
    padding-top: 115px;
  }
}

.contents-main {
  width: 1038px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .contents-main {
    width: auto;
    padding: 0 25px;
  }
}

/* ==========================================================
 footer
========================================================== */
.footer {
  width: 100%;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 45px;
  }
}

.footer .footer-in {
  width: 1038px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .footer .footer-in {
    width: auto;
    padding: 0 25px;
  }
}

.footer .footer-text {
  margin-bottom: 15px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  color: #717071;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .footer .footer-text {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

.footer .footer-sns-list {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .footer-sns-list {
    margin-bottom: 60px;
  }
}

.footer .footer-sns-list li {
  display: inline-block;
  padding: 0 18px;
  vertical-align: middle;
  line-height: 1;
}

.footer .footer-sns-list .icon {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.footer .footer-sns-list .icon.tw {
  width: 26px;
}

.footer .footer-sns-list .icon.mail {
  height: 18px;
}

.footer .footer-logo {
  margin-bottom: 20px;
  text-align: center;
}

.footer .footer-logo img {
  height: 34px;
}

@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 15px;
  }
  .footer .footer-logo img {
    height: 25px;
  }
}

.footer .footer-links {
  text-align: center;
}

.footer .footer-links li {
  display: inline-block;
  padding: 0 20px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.1;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .footer .footer-links li {
    display: block;
    margin-bottom: 29px;
    padding: 0;
  }
  .footer .footer-links li:last-child {
    margin-bottom: 0;
  }
}

.footer .footer-copyright {
  margin-bottom: 47px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.1;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .footer .footer-copyright {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-sns-list .icon path {
    -webkit-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
  }
  .footer .footer-sns-list a:hover .icon path {
    fill: #CACACA;
  }
  .footer .footer-links a {
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .footer .footer-links a:hover {
    color: #878787;
  }
}

/* ==========================================================
 grid
========================================================== */
/* ==========================================================
 area
========================================================== */
.area-related-post {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width: 767px) {
  .area-related-post {
    margin-top: 50px;
    padding-top: 30px;
  }
}

.area-related-post .ttl-related-post {
  margin-bottom: 20px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

/* ==========================================================
 section
========================================================== */
/* sec-cmn-01
---------------------------------------------------------- */
.sec-cmn-01 {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-cmn-01 {
    width: auto;
  }
}

/* sec-cmn-02
---------------------------------------------------------- */
.sec-cmn-02 {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-cmn-02 {
    width: auto;
  }
}

/* sec-cmn-03
---------------------------------------------------------- */
.sec-cmn-03 {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-cmn-03 {
    width: auto;
  }
}

/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================
 box card
========================================================== */
/* box-post-card-01
---------------------------------------------------------- */
.box-post-card-01 {
  position: relative;
  display: block;
  height: 380px;
}

.box-post-card-01.height-auto {
  height: auto;
}

.box-post-card-01.height-auto .box-detail {
  min-height: 0;
}

.box-post-card-01 .box-image {
  position: relative;
  text-align: center;
}

.box-post-card-01 .box-image img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.box-post-card-01 .box-detail {
  min-height: 141px;
  margin-top: 22px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-post-card-01 .box-detail {
    min-height: 0;
  }
}

.box-post-card-01 .txt-title {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2rem;
  line-height: 1.75;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.box-post-card-01 .txt-sub-01 {
  margin-top: 10px;
  font-size: 1.3rem;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.box-post-card-01 .txt-sub-02 {
  margin-top: 10px;
  color: #878787;
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-post-card-01 .txt-sub-02 {
    white-space: normal;
    -o-text-overflow: inherit;
    text-overflow: inherit;
  }
}

.box-post-card-01 .txt-sub-02 a {
  color: #878787;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.box-post-card-01 .link-group {
  display: block;
}

.box-post-card-01 .box-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 22px;
}

.box-post-card-01 .box-tag img {
  width: 100%;
}

.box-post-card-01 .box-tag.bg-red {
  background: #ff4f51;
}

.box-post-card-01 .box-tag.bg-white {
  background: #fff;
}

.box-post-card-01 .box-category {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .box-post-card-01 .txt-sub-01,
  .box-post-card-01 .txt-sub-02 .txt-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .box-post-card-01 .txt-sub-02 a:hover {
    color: #222;
  }
  .box-post-card-01 .txt-sub-02 .txt-ellipsis {
    display: inline-block;
    max-width: 180px;
    vertical-align: top;
  }
  .box-post-card-01.height-auto .txt-sub-01 {
    overflow: visible;
    white-space: normal;
    -o-text-overflow: clip;
    text-overflow: clip;
  }
  .box-post-card-01 .link-group img {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .box-post-card-01 .link-group:hover img {
    opacity: 0.8;
  }
  .box-post-card-01 .link-group:hover .txt-title,
  .box-post-card-01 .link-group:hover .txt-sub-01 {
    color: #878787;
  }
}

@media screen and (max-width: 767px) {
  .box-post-card-01 {
    height: auto;
  }
  .box-post-card-01 .box-image img {
    width: 100%;
  }
  .box-post-card-01 html.sp .txt-sub-01.column {
    overflow: visible;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
  }
}

/* box-post-card-01 - adjust stock text from product script
---------------------------------------------------------- */
.box-post-card-01 .cartjs_box {
  padding: 0 !important;
}

.box-post-card-01 .cartjs_box form div.cartjs_product_table table {
  width: auto !important;
  margin: 0 !important;
}

.box-post-card-01 .cartjs_box form div.cartjs_product_table table tbody tr.cartjs_stock th {
  display: none;
}

.box-post-card-01 .cartjs_box form div.cartjs_product_table table tbody tr.cartjs_stock td {
  padding: 0 !important;
  font-size: 11px;
  color: #878787;
}

.box-post-card-01 .cartjs_box form div.cartjs_product_table table tbody tr.cartjs_product_num {
  display: none;
}

.box-post-card-01 .cartjs_box form div.cartjs_product_table table tbody tr.cartjs_option {
  display: none;
}

.box-post-card-01 .cartjs_box form div.cartjs_product_table table tbody tr.cartjs_cart_in {
  display: none;
}

.box-post-card-01 .cartjs_box form div.cartjs_product_table table tbody tr.cartjs_product_info {
  display: none;
}

.box-post-card-01 .cartjs_box form div.cartjs_cart_in {
  display: none;
}

.box-post-card-01 .cartjs_box form div.cartjs_product_info {
  display: none;
}

/* box-youtube
---------------------------------------------------------- */
.box-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 20px;
}

.box-youtube p {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.box-youtube iframe, .box-youtube .box-youtube object, .box-youtube .box-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* box-post-card-02
---------------------------------------------------------- */
.box-post-card-02 {
  position: relative;
  display: block;
  height: 380px;
  padding: 30px 25px 30px 30px;
  background: #F6F6F6;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-post-card-02 {
    height: auto;
  }
}

.box-post-card-02 .box-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
  padding-bottom: 20px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .box-post-card-02 .box-info {
    height: auto;
    min-height: 270px;
    padding-bottom: 20px;
  }
}

.box-post-card-02 .txt-bottom {
  color: #000;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .box-post-card-02 .txt-bottom {
    display: block;
    background: url(../../img/common/ico_arrow_black_right_01.svg) right center no-repeat;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
  }
}

@media screen and (min-width: 768px) {
  a.box-post-card-02:hover {
    background: #E2E2E2;
    color: inherit;
    opacity: 1;
  }
}

/* box-pickup-card-01
---------------------------------------------------------- */
.box-pickup-card-01 {
  position: relative;
  height: 830px;
  padding: 30px 25px;
  border: 1px solid #D8D8D8;
}

@media screen and (max-width: 767px) {
  .box-pickup-card-01 {
    height: auto;
    padding: 30px 25px;
  }
}

.box-pickup-card-01 .ttl-main {
  margin-bottom: 25px;
  line-height: 1;
}

.box-pickup-card-01 .ttl-main img {
  height: 17px;
}

.box-pickup-card-01 .list-pickup li {
  margin-top: 27px;
}

.box-pickup-card-01 .list-pickup li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-pickup-card-01 .list-pickup li {
    margin-top: 20px;
  }
  .box-pickup-card-01 .list-pickup li:first-child {
    margin-top: 0;
  }
}

.box-pickup-card-01 .box-pickup-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5;
}

.box-pickup-card-01 .box-pickup-item .box-detail {
  overflow: hidden;
  height: 58px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 12px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-pickup-card-01 .box-pickup-item .box-detail {
    height: auto;
  }
}

.box-pickup-card-01 .box-pickup-item .txt-date {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.box-pickup-card-01 .box-pickup-item .txt-category {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  color: #717071;
}

.box-pickup-card-01 .box-pickup-item .box-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 86px;
  -ms-flex: 0 0 86px;
  flex: 0 0 86px;
  width: 86px;
}

.box-pickup-card-01 .box-pickup-item .box-image img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .box-pickup-card-01 .box-pickup-item .box-image {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .box-pickup-card-01 .box-pickup-item:hover .box-image {
    opacity: 0.8;
  }
}

/* box-daily-card-01
---------------------------------------------------------- */
.box-daily-card-01 {
  position: relative;
  overflow: hidden;
  height: 1280px;
  padding: 30px 25px 25px;
  border: 1px solid #D8D8D8;
}

@media screen and (max-width: 767px) {
  .box-daily-card-01 {
    height: auto;
    padding: 30px 25px;
  }
}

.box-daily-card-01 .ttl-main {
  margin-bottom: 28px;
  line-height: 1;
}

.box-daily-card-01 .ttl-main img {
  height: 19px;
}

.box-daily-card-01 .box-image img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .box-daily-card-01 .box-image img {
    width: 100%;
  }
}

.box-daily-card-01 .img-daily img {
  width: 100%;
}

.box-daily-card-01 .box-detail {
  margin-top: 23px;
  font-size: 1.2rem;
  line-height: 1.8;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-daily-card-01 .box-detail {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.box-daily-card-01 .box-detail > p {
  margin-top: 25px;
}

.box-daily-card-01 .box-detail > p:first-child {
  margin-top: 0;
}

.box-daily-card-01 .box-detail .txt-read-more > p {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .box-daily-card-01 .box-detail .txt-read-more {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .box-daily-card-01 .btn-more {
    margin-top: 25px;
  }
}

/* box-category-card
---------------------------------------------------------- */
.box-category-card {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
}

.box-category-card .box-image {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.box-category-card .box-image img {
  width: 100%;
}

.box-category-card .box-image.org-img {
  height: 117px;
}

@media screen and (max-width: 767px) {
  .box-category-card .box-image.org-img {
    height: auto;
  }
}

.box-category-card .box-image.org-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.box-category-card .text {
  margin-top: 10px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-category-card .text {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  a.box-category-card:hover .box-image {
    opacity: 0.8;
  }
}

/* box-store-cart
---------------------------------------------------------- */
.box-store-cart {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #D8D8D8;
  /* SP */
}

.box-store-cart .cartjs_box {
  padding: 0 !important;
  border: none !important;
}

.box-store-cart .cartjs_product_img {
  max-width: 100% !important;
}

.box-store-cart .cartjs_cart_in,
.box-store-cart .cartjs_product_explain {
  width: 100% !important;
}

.box-store-cart .cartjs_cart_in {
  margin: 0 auto 40px !important;
  text-align: justify !important;
}

@media screen and (max-width: 767px) {
  .box-store-cart .cartjs_cart_in {
    margin: 0 auto 24px !important;
  }
}

.box-store-cart .cartjs_cart_in input[type="submit"] {
  display: block;
  width: 350px !important;
  height: 54px !important;
  margin: 0 auto !important;
  background: #23a4da url(../../img/common/ico_cart_01.svg) left 70px center no-repeat !important;
  -webkit-background-size: 20px 17px !important;
  background-size: 20px 17px !important;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-size: 1.8rem !important;
  cursor: pointer;
  letter-spacing: 0.2rem;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .box-store-cart .cartjs_cart_in input[type="submit"]:hover {
    background-color: #5DC0EA !important;
  }
}

@media screen and (max-width: 767px) {
  .box-store-cart .cartjs_cart_in input[type="submit"] {
    width: 100% !important;
    background: #23a4da url(../../img/common/ico_cart_01.svg) left 66px center no-repeat !important;
    -webkit-background-size: 20px 17px !important;
    background-size: 20px 17px !important;
  }
}

.box-store-cart .cartjs_product_name {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2.4rem !important;
}

@media screen and (max-width: 767px) {
  .box-store-cart .cartjs_product_name {
    font-size: 2.0rem !important;
  }
}

.box-store-cart .cartjs_product_explain {
  margin: 0 auto 35px !important;
  font-size: 1.7rem;
  text-align: justify !important;
  line-height: 1.8 !important;
}

@media screen and (max-width: 767px) {
  .box-store-cart .cartjs_product_explain {
    font-size: 1.6rem;
  }
}

.box-store-cart .cartjs_product_table table {
  display: block;
  width: 100% !important;
  margin: -5px auto 45px !important;
  font-size: 1.5rem !important;
}

@media screen and (max-width: 767px) {
  .box-store-cart .cartjs_product_table table {
    font-size: 1.4rem !important;
    margin: -5px auto 35px !important;
  }
}

.box-store-cart .cartjs_product_table table th,
.box-store-cart .cartjs_product_table table td {
  padding: 5px 0 !important;
}

.box-store-cart .cartjs_product_table table th {
  padding-right: 10px !important;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.7rem !important;
}

.box-store-cart .cartjs_product_table table td {
  font-size: 1.5rem !important;
  font-weight: normal !important;
}

@media screen and (max-width: 767px) {
  .box-store-cart .cartjs_product_table table td {
    font-size: 1.4rem !important;
  }
}

.box-store-cart .cartjs_sk_link_other,
.box-store-cart .cartjs_sk_link {
  width: 100% !important;
  text-align: center !important;
}

.box-store-cart .cartjs_sk_link_other a,
.box-store-cart .cartjs_sk_link a {
  padding-bottom: 5px;
  border-bottom: 1px dotted #707070;
}

.box-store-cart .cartjs_product_input_txt {
  width: 130px !important;
  height: 51px !important;
  padding: 10px !important;
  border: 1px solid #D5D5D5 !important;
  color: inherit !important;
  outline: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.box-store-cart select {
  width: 130px !important;
  height: 51px !important;
  padding: 0 30px 0 10px !important;
  border: 1px solid #D5D5D5 !important;
  font-size: 1.6rem;
  background: #fff url(../../img/common/ico_arrow_black_down_04.png) right 15px center no-repeat !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.box-store-cart select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .box-store-cart .cartjs_header {
    border-bottom: none !important;
  }
  .box-store-cart h2 {
    margin-bottom: 20px;
    font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
    font-size: 2rem;
  }
  .box-store-cart p img {
    margin-bottom: 20px;
  }
  .box-store-cart .cartjs_dtl_tbl {
    display: block;
    width: 100% !important;
    margin: -5px auto 45px !important;
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .box-store-cart .cartjs_dtl_tbl {
    font-size: 1.4rem !important;
    margin: -5px auto 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .box-store-cart .cartjs_dtl_tbl th,
  .box-store-cart .cartjs_dtl_tbl td {
    padding: 5px 0 !important;
  }
  .box-store-cart .cartjs_dtl_tbl th {
    padding-right: 10px !important;
    background-color: #fff !important;
    font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
    font-size: 1.7rem !important;
  }
  .box-store-cart .cartjs_dtl_tbl td {
    font-size: 1.5rem !important;
    font-weight: normal !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .box-store-cart .cartjs_dtl_tbl td {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .box-store-cart input[type="number"] {
    width: 130px !important;
    height: 51px !important;
    padding: 10px !important;
    border: 1px solid #D5D5D5 !important;
    color: inherit !important;
    outline: none !important;
  }
  .box-store-cart .cartjs_product_price {
    color: #222 !important;
  }
  .box-store-cart .cartjs_buy {
    margin-bottom: 20px;
  }
  .box-store-cart .cartjs_buy input[type="submit"] {
    display: block;
    width: 350px !important;
    height: 54px !important;
    margin: 0 auto !important;
    background: #23a4da url(../../img/common/ico_cart_01.svg) left 53px center no-repeat !important;
    -webkit-background-size: 20px 17px !important;
    background-size: 20px 17px !important;
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    font-size: 1.8rem !important;
    cursor: pointer;
    text-shadow: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-store-cart .cartjs_buy input[type="submit"]:hover {
    background-color: #5DC0EA !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .box-store-cart .cartjs_buy input[type="submit"] {
    width: 100% !important;
    background: #23a4da url(../../img/common/ico_cart_01.svg) left 66px center no-repeat !important;
    -webkit-background-size: 20px 17px !important;
    background-size: 20px 17px !important;
    padding-left: 26px !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 370px) {
  .box-store-cart .cartjs_buy input[type="submit"] {
    background: #23a4da url(../../img/common/ico_cart_01.svg) left 40px center no-repeat !important;
    -webkit-background-size: 20px 17px !important;
    background-size: 20px 17px !important;
  }
}

.cartjs_link_regal,
.cartjs_inq {
  width: 100% !important;
  text-align: center !important;
}

.cartjs_link_regal a,
.cartjs_inq a {
  padding-bottom: 5px;
  border-bottom: 1px dotted #707070;
}

@media screen and (max-width: 767px) {
  .cartjs_link_regal,
  .cartjs_inq {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
  }
}

/* ==========================================================
 box
========================================================== */
/* box-cmn-grey
---------------------------------------------------------- */
.box-cmn-grey {
  background: #F8F8F8;
}

/* box-shigoto-bar-01
---------------------------------------------------------- */
.box-shigoto-bar-01 {
  position: relative;
  height: 380px;
  padding: 28px 25px 25px;
  border: 1px solid #D8D8D8;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .box-shigoto-bar-01 {
    height: auto;
    padding: 22px 25px 30px;
  }
}

.box-shigoto-bar-01 .ttl-main {
  margin-bottom: 10px;
  line-height: 1;
}

.box-shigoto-bar-01 .ttl-main img {
  width: 123px;
}

@media screen and (max-width: 767px) {
  .box-shigoto-bar-01 .ttl-main {
    margin-bottom: 7px;
  }
  .box-shigoto-bar-01 .ttl-main img {
    height: 28px;
  }
}

.box-shigoto-bar-01 .list-post {
  min-height: 200px;
  margin: 18px 0 20px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-shigoto-bar-01 .list-post .item-post {
  margin-top: 16px;
}

.box-shigoto-bar-01 .list-post .item-post:first-child {
  margin-top: 0;
}

.box-shigoto-bar-01 .list-post .txt-date {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

@media screen and (max-width: 767px) {
  .box-shigoto-bar-01 .list-post {
    min-height: 0;
    margin: 17px 0 28px;
  }
}

/* box-cmn-heading-01
---------------------------------------------------------- */
.box-cmn-heading-01 {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 {
    margin-bottom: 45px;
  }
}

.box-cmn-heading-01 .box-title {
  float: left;
  width: 355px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-title {
    float: none;
    width: auto;
    margin-bottom: 20px;
    padding: 0;
  }
}

.box-cmn-heading-01 .box-title .ttl-main {
  margin: 0;
  line-height: 1.4;
}

.box-cmn-heading-01 .box-image {
  float: left;
  width: 355px;
  margin: 10px 0;
  padding-right: 70px;
}

.box-cmn-heading-01 .box-image img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image img {
    width: 100%;
    min-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image .banner {
    width: 50%;
  }
}

.box-cmn-heading-01 .box-image .logo {
  max-height: 230px;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image .logo {
    max-width: 33.33%;
  }
}

.box-cmn-heading-01 .box-image .logo img {
  max-width: 60%;
  max-height: 210px;
}

.box-cmn-heading-01 .box-image .logo.small {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image .logo.small {
    width: 80px;
    max-width: inherit;
    max-height: inherit;
  }
  .box-cmn-heading-01 .box-image .logo.small img {
    max-width: 100%;
    max-height: 100%;
  }
}

.box-cmn-heading-01 .box-image.horizontale .logo {
  max-width: 210px;
  max-height: inherit;
  height: 140px;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image.horizontale .logo {
    max-width: 50%;
    max-height: inherit;
    height: inherit;
  }
}

.box-cmn-heading-01 .box-image.horizontale .logo img {
  max-height: inherit;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image.horizontale .logo img {
    max-height: inherit;
    max-width: 100%;
  }
}

.box-cmn-heading-01 .box-image.horizontale .logo.small {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image.horizontale .logo.small {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image.horizontale.full-width .logo {
    max-width: 100%;
    max-height: inherit;
    height: inherit;
  }
}

.box-cmn-heading-01 .box-image.verticle .logo {
  max-width: inherit;
  max-height: 140px;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image.verticle .logo {
    max-height: 140px;
  }
}

.box-cmn-heading-01 .box-image.verticle .logo img {
  max-height: inherit;
  max-width: inherit;
  width: inherit;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-01 .box-image.verticle .logo img {
    max-height: inherit;
  }
}

.box-cmn-heading-01 .box-detail {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-cmn-heading-01 .box-detail.blog {
  overflow: hidden;
}

/* box-cmn-heading-02
---------------------------------------------------------- */
.box-cmn-heading-02 {
  padding: 25px 30px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-02 {
    margin: 0 -25px;
    padding: 20px 25px;
  }
}

.box-cmn-heading-02 .box-heading-inner {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-02 .box-heading-inner.full-width {
    display: block;
  }
}

.box-cmn-heading-02 .box-image {
  width: 193px;
  margin: 5px 0;
  padding-right: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 193px;
  -ms-flex: 0 0 193px;
  flex: 0 0 193px;
}

.box-cmn-heading-02 .box-image.horizontale .banner.small {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-02 .box-image.horizontale .banner.small {
    width: 80px;
  }
}

.box-cmn-heading-02 .box-image img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-02 .box-image {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding-right: 15px;
  }
  .box-cmn-heading-02 .box-image .banner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-02 .box-image.box-logo {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .box-cmn-heading-02 .box-image.box-logo .logo {
    width: 50%;
  }
}

.box-cmn-heading-02 .box-image.box-logo .logo img {
  max-width: 100%;
  max-height: 110px;
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-02 .box-image.box-logo .logo img {
    width: 100%;
    max-width: none;
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-02 .box-image.horizontale.full-width {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-heading-02 .box-image.horizontale.full-width .banner {
    max-width: 100%;
    max-height: inherit;
    height: inherit;
  }
}

.box-cmn-heading-02 .box-image.verticle .banner {
  max-height: 110px;
  width: auto;
}

.box-cmn-heading-02 .box-image.verticle .banner img {
  max-height: inherit;
}

.box-cmn-heading-02 .box-detail {
  font-size: 1.4rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

/* box-event-heading
---------------------------------------------------------- */
.box-event-heading {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .box-event-heading {
    margin-bottom: 10px;
  }
}

.box-event-heading .box-cmn-heading-01 {
  width: 1038px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box-event-heading .box-cmn-heading-01 {
    width: 100%;
    padding: 0 20px;
  }
}

.box-event-heading .box-heading-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1038px;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box-event-heading .box-heading-in {
    width: auto;
    padding: 0 25px 20px;
  }
}

.box-event-heading .title {
  margin-bottom: 0;
}

.box-event-heading .btn-cat-menu {
  position: relative;
  margin-top: 8px;
  padding-right: 40px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  letter-spacing: 1px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  .box-event-heading .btn-cat-menu:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .box-event-heading .btn-cat-menu {
    margin-top: 6px;
    padding-right: 20px;
    font-size: 1.4rem;
  }
}

.box-event-heading .btn-cat-menu:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/ico_arrow_black_up_01.svg) no-repeat;
  -webkit-background-size: 21px 12px;
  background-size: 21px 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .box-event-heading .btn-cat-menu:after {
    width: 15px;
    height: 9px;
    margin-top: -4px;
    -webkit-background-size: 15px 9px;
    background-size: 15px 9px;
  }
}

.box-event-heading .btn-cat-menu.is-open:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.box-event-heading .box-cat-container {
  display: none;
  position: relative;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  background: #F8F8F8;
}

@media screen and (min-width: 768px) {
  .box-event-heading .box-cat-container {
    min-width: 1038px;
  }
}

@media screen and (max-width: 767px) {
  .box-event-heading .box-cat-container {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}

.box-event-heading .box-cat-container .box-category-in {
  width: 1038px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .box-event-heading .box-cat-container .box-category-in {
    width: auto;
    padding: 30px 25px;
  }
}

.box-event-heading .list-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px 0 0 -30px;
}

@media screen and (max-width: 767px) {
  .box-event-heading .list-category {
    margin: -25px 0 0 -19px;
  }
}

.box-event-heading .list-category li {
  width: 20%;
  margin-top: 12px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .box-event-heading .list-category li {
    width: 50%;
    margin-top: 25px;
    padding-left: 19px;
  }
}

.box-event-heading .btn-close-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .box-event-heading .btn-close-sp {
    display: block;
    margin-top: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}

/* ol default
---------------------------------------------------------- */
.box-cms-detail-content ol:not(.list-shigotohitobunko-01),
.box-post-info ol {
  margin-top: 35px;
  counter-reset: root;
}

@media screen and (max-width: 767px) {
  .box-cms-detail-content ol:not(.list-shigotohitobunko-01),
  .box-post-info ol {
    margin-top: 30px;
  }
}

.box-cms-detail-content ol:not(.list-shigotohitobunko-01) > li,
.box-post-info ol > li {
  counter-increment: root;
  display: table-row;
}

.box-cms-detail-content ol:not(.list-shigotohitobunko-01) > li:before,
.box-post-info ol > li:before {
  content: "(" counter(root) ")";
  display: table-cell;
  padding-right: 0.5em;
}

.box-cms-detail-content ol:not(.list-shigotohitobunko-01) > li ol,
.box-post-info ol > li ol {
  margin-top: 0;
}

.box-cms-detail-content ol:not(.list-shigotohitobunko-01) > li ol li,
.box-post-info ol > li ol li {
  display: table-row;
}

.box-cms-detail-content ol:not(.list-shigotohitobunko-01) > li ol li:before,
.box-post-info ol > li ol li:before {
  content: "·";
  display: table-cell;
  padding-right: 0.5em;
}

.box-cms-detail-content ol:not(.list-shigotohitobunko-01) > li ol li ol,
.box-post-info ol > li ol li ol {
  counter-reset: root;
}

.box-cms-detail-content ol:not(.list-shigotohitobunko-01) > li ol li ol li,
.box-post-info ol > li ol li ol li {
  counter-increment: root;
  display: table-row;
}

.box-cms-detail-content ol:not(.list-shigotohitobunko-01) > li ol li ol li:before,
.box-post-info ol > li ol li ol li:before {
  content: "(" counter(root) ")";
  display: table-cell;
  padding-right: 0.5em;
}

/* list-cms-01
---------------------------------------------------------- */
.box-cms-detail-content ol.list-cms-01,
.box-post-info ol.list-cms-01 {
  margin-top: 35px;
  counter-reset: root;
}

@media screen and (max-width: 767px) {
  .box-cms-detail-content ol.list-cms-01,
  .box-post-info ol.list-cms-01 {
    margin-top: 30px;
  }
}

.box-cms-detail-content ol.list-cms-01 > li,
.box-post-info ol.list-cms-01 > li {
  counter-increment: root;
  display: table-row;
}

.box-cms-detail-content ol.list-cms-01 > li:before,
.box-post-info ol.list-cms-01 > li:before {
  content: "(" counter(root) ")";
  display: table-cell;
  padding-right: 0.5em;
}

.box-cms-detail-content ol.list-cms-01 > li ol,
.box-post-info ol.list-cms-01 > li ol {
  margin-top: 0;
  counter-reset: root;
}

.box-cms-detail-content ol.list-cms-01 > li ol li,
.box-post-info ol.list-cms-01 > li ol li {
  display: table-row;
}

.box-cms-detail-content ol.list-cms-01 > li ol li:before,
.box-post-info ol.list-cms-01 > li ol li:before {
  content: "(" counter(root) ")";
  display: table-cell;
  padding-right: 0.5em;
}

.box-cms-detail-content ol.list-cms-01 > li ol li ol,
.box-post-info ol.list-cms-01 > li ol li ol {
  counter-reset: root;
}

.box-cms-detail-content ol.list-cms-01 > li ol li ol li,
.box-post-info ol.list-cms-01 > li ol li ol li {
  counter-increment: root;
  display: table-row;
}

.box-cms-detail-content ol.list-cms-01 > li ol li ol li:before,
.box-post-info ol.list-cms-01 > li ol li ol li:before {
  content: "(" counter(root) ")";
  display: table-cell;
  padding-right: 0.5em;
}

/* ul default
---------------------------------------------------------- */
.box-cms-detail-content ul:not(.list-company):not(.list-work-scroll),
.box-post-info ul:not(.list-company) {
  border-spacing: 15px;
  border-collapse: separate;
}

.box-cms-detail-content ul:not(.list-company):not(.list-work-scroll) li,
.box-post-info ul:not(.list-company) li {
  display: table-row;
}

.box-cms-detail-content ul:not(.list-company):not(.list-work-scroll) li:before,
.box-post-info ul:not(.list-company) li:before {
  content: "·";
  display: table-cell;
  padding-right: 0.5em;
}

.box-cms-detail-content ul:not(.list-company):not(.list-work-scroll) li ul,
.box-post-info ul:not(.list-company) li ul {
  margin-top: 0;
}

.box-cms-detail-content ul:not(.list-company):not(.list-work-scroll) li ul li,
.box-post-info ul:not(.list-company) li ul li {
  display: table-row;
}

.box-cms-detail-content ul:not(.list-company):not(.list-work-scroll) li ul li:before,
.box-post-info ul:not(.list-company) li ul li:before {
  content: "·";
  display: table-cell;
  padding-right: 0.5em;
}

.box-cms-detail-content ul:not(.list-company):not(.list-work-scroll) li ul li ul li,
.box-post-info ul:not(.list-company) li ul li ul li {
  display: table-row;
}

.box-cms-detail-content ul:not(.list-company):not(.list-work-scroll) li ul li ul li:before,
.box-post-info ul:not(.list-company) li ul li ul li:before {
  content: "·";
  display: table-cell;
  padding-right: 0.5em;
}

/* list-cms-03
---------------------------------------------------------- */
.box-cms-detail-content ul.list-cms-03,
.box-post-info ul.list-cms-03 {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .box-cms-detail-content ul.list-cms-03,
  .box-post-info ul.list-cms-03 {
    margin-top: 30px;
  }
}

.box-cms-detail-content ul.list-cms-03 li,
.box-post-info ul.list-cms-03 li {
  display: table-row;
}

.box-cms-detail-content ul.list-cms-03 li:before,
.box-post-info ul.list-cms-03 li:before {
  content: "※";
  display: table-cell;
  padding-right: 0.5em;
}

.box-cms-detail-content ul.list-cms-03 li ul,
.box-post-info ul.list-cms-03 li ul {
  counter-reset: root;
}

.box-cms-detail-content ul.list-cms-03 li ul li,
.box-post-info ul.list-cms-03 li ul li {
  counter-increment: root;
  display: table-row;
}

.box-cms-detail-content ul.list-cms-03 li ul li:before,
.box-post-info ul.list-cms-03 li ul li:before {
  content: "※";
  display: table-cell;
  padding-right: 0.5em;
}

.box-cms-detail-content ul.list-cms-03 li ul li ul li,
.box-post-info ul.list-cms-03 li ul li ul li {
  display: table-row;
}

.box-cms-detail-content ul.list-cms-03 li ul li ul li:before,
.box-post-info ul.list-cms-03 li ul li ul li:before {
  content: "※";
  display: table-cell;
  padding-right: 0.5em;
}

/* box-post-info
---------------------------------------------------------- */
.box-post-info {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px solid #d8d8d8;
  font-size: 1.4rem;
}

.box-post-info strong {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.box-post-info .list-info dt {
  margin-top: 22px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.box-post-info .list-info dt:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-post-info .list-info dt {
    margin-top: 16px;
  }
  .box-post-info .list-info dt:first-child {
    margin-top: 0;
  }
}

.box-post-info .list-info dd a {
  display: inline;
  border-bottom: 1px dotted #717071;
}

.box-post-info .list-info dd a:hover {
  border-bottom: none;
}

.box-post-info p:not(:first-of-type) {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .box-post-info p:not(:first-of-type) {
    margin-top: 30px;
  }
}

.box-post-info .list-cms-01, .box-post-info .list-cms-02, .box-post-info .list-cms-03 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-post-info .list-cms-01, .box-post-info .list-cms-02, .box-post-info .list-cms-03 {
    margin-top: 0;
  }
}

/* box-post-related-tag
---------------------------------------------------------- */
.box-post-related-tag {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .box-post-related-tag {
    margin-top: 55px;
  }
}

.box-post-related-tag .list-related-tag {
  overflow: hidden;
}

.box-post-related-tag .list-related-tag li {
  float: left;
  margin-right: 5px;
}

.box-post-related-tag .list-related-tag li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .box-post-related-tag .list-related-tag {
    margin-top: -20px;
  }
  .box-post-related-tag .list-related-tag li {
    margin-top: 2px;
  }
}

/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
/* ==========================================================
 module
========================================================== */
/* mod-gnavi-overlay
---------------------------------------------------------- */
.mod-gnavi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* mod-recommend-list
---------------------------------------------------------- */
.mod-recommend-list .mod-recommend-in {
  overflow: hidden;
  margin-left: -70px;
}

.mod-recommend-list .mod-recommend-in:first-child {
  margin-top: -70px;
}

@media screen and (max-width: 767px) {
  .mod-recommend-list .mod-recommend-in {
    margin: 50px 0 0;
  }
  .mod-recommend-list .mod-recommend-in:first-child {
    margin: 0;
  }
}

.mod-recommend-list .item-recommend {
  position: relative;
  float: left;
  width: 286px;
  margin: 70px 0 0 70px;
}

.mod-recommend-list .item-recommend.right {
  float: right;
}

@media screen and (max-width: 767px) {
  .mod-recommend-list .item-recommend {
    float: none !important;
    width: auto;
    margin: 0 0 50px;
  }
  .mod-recommend-list .item-recommend:last-child {
    margin-bottom: 0;
  }
}

.mod-recommend-list.clear-left .item-recommend:nth-child(3n+1) {
  clear: left;
}

.mod-recommend-list .btn-more-recommend {
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  .mod-recommend-list .btn-more-recommend {
    margin-top: 40px;
  }
}

.mod-recommend-list.margin-small .mod-recommend-in:first-child {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .mod-recommend-list.margin-small .mod-recommend-in {
    margin: 50px 0 0;
  }
  .mod-recommend-list.margin-small .mod-recommend-in:first-child {
    margin-top: 0;
  }
}

.mod-recommend-list.margin-small .item-recommend {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mod-recommend-list.margin-small .item-recommend {
    margin: 0 0 50px;
  }
  .mod-recommend-list.margin-small .item-recommend:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .mod-recommend-list.margin-small .btn-more-recommend {
    margin-top: 50px;
  }
}

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  margin-bottom: 50px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .ttl-cmn-01 {
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
}

.ttl-cmn-02 {
  font-size: 3.4rem;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  line-height: 1.85;
  letter-spacing: -1.5px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .ttl-cmn-02 {
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
}

.ttl-cmn-03 {
  font-size: 3.2rem;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  line-height: 1.85;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .ttl-cmn-03 {
    font-size: 2.4rem;
  }
}

.ttl-cmn-04 {
  margin-bottom: 25px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2.0rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-04 {
    margin-bottom: 7px;
  }
}

.ttl-cmn-04 .text {
  display: inline-block;
}

/* ==========================================================
 text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
.txt-smooth {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.txt-x-small, .wp-caption-text {
  font-size: 1.2rem;
}

.txt-small {
  font-size: 1.4rem;
}

.txt-large {
  font-size: 1.8rem;
}

.txt-bold {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.txt-red {
  color: #D71313;
}

.txt-grey {
  color: #878787;
}

/* txt-cmn-tag-01
---------------------------------------------------------- */
.txt-cmn-tag-01 {
  display: inline-block;
  padding: 4px 14px 5px;
  background: #EBEBEB;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  font-size: 1.1rem;
  line-height: 1.4;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.txt-cmn-tag-01:hover {
  background-color: #535353;
  color: #fff;
}

/* ==========================================================
 list
========================================================== */
/* ==========================================================
 table
========================================================== */
/* ==========================================================
 button
========================================================== */
/* btn-cmn-01
---------------------------------------------------------- */
.btn-cmn-01 {
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 14px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background-color: #EBEBEB;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  cursor: pointer;
}

.btn-cmn-01.btn-blue {
  background-color: #23a4da;
  color: #fff;
}

.btn-cmn-01.small {
  width: 190px;
  padding: 11px 15px;
  font-size: 1.3rem;
}

.btn-cmn-01.medium {
  width: 230px;
  padding: 12px 15px;
  font-size: 1.4rem;
}

.btn-cmn-01.full-width {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btn-cmn-01 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .btn-cmn-01:hover {
    background-color: #535353;
    color: #fff;
  }
  .btn-cmn-01.btn-blue:hover {
    background-color: #5DC0EA;
  }
}

/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-cmn-pagetop a {
  display: block;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 767px) {
  .btn-cmn-pagetop {
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .btn-cmn-pagetop .icon path {
    -webkit-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
  }
  .btn-cmn-pagetop .icon:hover path {
    fill: #000;
  }
}

/* ==========================================================
  link
========================================================== */
/* link-cmn-01
---------------------------------------------------------- */
.link-cmn-01 {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media screen and (min-width: 768px) {
  .link-cmn-01:hover {
    color: #878787;
  }
}

/* link-dotted
---------------------------------------------------------- */
.link-dotted {
  border-bottom: 1px dotted #707070 !important;
  line-height: 1.4;
}

a.link-dotted:hover {
  border-bottom: 1px dotted transparent !important;
}

/* ==========================================================
  icon
========================================================== */
/* ico-cmn-cat-tag
---------------------------------------------------------- */
.ico-cmn-cat-tag {
  margin-bottom: 10px;
}

.ico-cmn-cat-tag img {
  display: block;
  height: 20px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.ico-cmn-cat-tag a:hover img {
  opacity: 0.8;
}

/* ==========================================================
  figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
/* ==========================================================
  form
========================================================== */
/* base Form
---------------------------------------------------------- */
.form-cmn-01 dl {
  margin-top: 25px;
}

.form-cmn-01 dl:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .form-cmn-01 dl {
    margin-top: 20px;
  }
  .form-cmn-01 dl:first-child {
    margin-top: 0;
  }
}

.form-cmn-01 dl dt {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.form-cmn-01 dl dd {
  margin-top: 10px;
}

.form-cmn-01 .btn-submit {
  width: 284px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .form-cmn-01 .btn-submit {
    width: 100%;
    margin-top: 40px;
  }
}

.form-cmn-01 .wpcf7-not-valid-tip {
  display: block;
  color: #f00;
}

.form-cmn-01 .list-checkbox-01 {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .form-cmn-01 .list-checkbox-01 {
    margin-top: 0;
  }
}

.form-cmn-01 .list-checkbox-01 li {
  display: inline-block;
  margin: 10px 30px 0 0;
}

@media screen and (max-width: 767px) {
  .form-cmn-01 .list-checkbox-01 li {
    display: block;
    margin: 10px 0 0;
  }
}

/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {
  width: 100%;
  height: 51px;
  padding: 10px;
  border: 1px solid #D5D5D5;
  color: inherit;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

.form-cmn-input.short {
  width: 130px;
}

/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 51px;
  padding: 0 30px 0 10px;
  border: 1px solid #D5D5D5;
  background: #fff;
}

.form-cmn-select.short {
  width: 130px;
}

.form-cmn-select:after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../../img/common/ico_arrow_black_down_02.svg) center center no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  pointer-events: none;
  content: "";
}

.form-cmn-select .js-select-temp {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  line-height: 1.1;
}

.form-cmn-select .form-select {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  opacity: 0;
}

/* form-cmn-checkbox
---------------------------------------------------------- */
.form-cmn-checkbox {
  position: relative;
  display: inline-block;
}

.form-cmn-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.form-cmn-checkbox input[type="checkbox"] + .txt-label {
  position: relative;
  display: block;
  padding-left: 26px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.form-cmn-checkbox input[type="checkbox"] + .txt-label:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url(../../img/common/bg_checkbox_01_off.svg) no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: "";
}

.form-cmn-checkbox input[type="checkbox"]:checked + .txt-label:before {
  background: url(../../img/common/bg_checkbox_01_on.svg) no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {
  width: 100%;
  height: 340px;
  padding: 10px;
  border: 1px solid #D5D5D5;
  outline: none;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ==========================================================
  is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  .is-opacity:hover {
    opacity: 0.6;
  }
}

/* visibility
---------------------------------------------------------- */
.is-visibility {
  visibility: hidden;
}

/* css animation
---------------------------------------------------------- */
.is-animate {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* ==========================================================
 style
========================================================== */
.s-fw-n {
  font-weight: normal;
}

.s-fw-b {
  font-weight: bold;
}

.s-ta-l {
  text-align: left !important;
}

.s-ta-c {
  text-align: center !important;
}

.s-ta-r {
  text-align: right !important;
}

.s-va-t {
  vertical-align: top !important;
}

.s-va-m {
  vertical-align: middle !important;
}

.s-va-b {
  vertical-align: bottom !important;
}

.s-ov-h {
  overflow: hidden;
}

.s-clear {
  clear: both;
}

.s-hide {
  display: none;
}

.s-txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.s-bg-n {
  background: none !important;
}

.s-pt-30 {
  padding-top: 30px !important;
}

.s-mt-00 {
  margin-top: 0 !important;
}

.s-mt-35 {
  margin-top: 35px !important;
}

.s-mb-00 {
  margin-bottom: 0 !important;
}

.s-ml-00 {
  margin-left: 0 !important;
}

.s-mr-00 {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .s-mt-35 {
    margin-top: 30px !important;
  }
}

/* ==========================================================
  rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-sp,
.no-pc {
  display: none !important;
}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .only-pc,
  .no-sp {
    display: none !important;
  }
  .only-sp,
  .no-pc {
    display: block !important;
  }
  img.only-sp,
  img.no-pc {
    display: inline-block !important;
  }
}

/* ==========================================================
 kerning
========================================================== */
.kerning-before {
  margin-left: -0.4em;
}

.kerning-after {
  margin-right: -0.4em;
}

.kerning-after:last-child {
  margin-right: 0;
}

.kerning-between {
  margin-left: -0.22em;
  margin-right: -0.22em;
}

.kerning-between:last-child {
  margin-right: 0;
}

.kerning-katakana-before {
  margin-left: -0.1em;
}

.kerning-katakana-after {
  margin-right: -0.1em;
}

.kerning-katakana-after:last-child {
  margin-right: 0;
}

/* ==========================================================
 event
========================================================== */
.link-event-end {
  margin-top: 50px;
  font-size: 1.8rem;
  text-align: center;
}

/* ==========================================================
 event detail
========================================================== */
/* ttl-event-detail-01
---------------------------------------------------------- */
.ttl-event-detail-01 {
  margin-top: 10px;
  margin-bottom: 30px;
}

/* box-event-detail-content/box-cms-detail-content
---------------------------------------------------------- */
.box-event-detail-content,
.box-cms-detail-content {
  margin-top: 40px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .box-event-detail-content,
  .box-cms-detail-content {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.box-event-detail-content strong,
.box-cms-detail-content strong {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.box-event-detail-content .wpcf7-captchac,
.box-cms-detail-content .wpcf7-captchac {
  margin: 0;
}

.box-event-detail-content h2,
.box-cms-detail-content h2 {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2.2rem;
  margin-top: 40px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-event-detail-content h2:first-child,
.box-cms-detail-content h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-event-detail-content h2,
  .box-cms-detail-content h2 {
    font-size: 2.1rem;
  }
}

.box-event-detail-content h3,
.box-cms-detail-content h3 {
  margin-top: 40px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-event-detail-content h3:first-child,
.box-cms-detail-content h3:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-event-detail-content h3,
  .box-cms-detail-content h3 {
    font-size: 1.9rem;
  }
}

.box-event-detail-content h4,
.box-cms-detail-content h4 {
  margin-top: 40px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.6rem;
  color: #222;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-event-detail-content h4:first-child,
.box-cms-detail-content h4:first-child {
  margin-top: 0;
}

.box-event-detail-content img,
.box-cms-detail-content img {
  display: block;
  max-width: 100%;
}

.box-event-detail-content p,
.box-cms-detail-content p {
  margin-top: 35px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-event-detail-content p,
  .box-cms-detail-content p {
    margin-top: 30px;
  }
}

.box-event-detail-content p:first-child,
.box-cms-detail-content p:first-child {
  margin-top: 0;
}

.box-event-detail-content strong,
.box-cms-detail-content strong {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.box-event-detail-content p.txt-x-small, .box-event-detail-content .wp-caption-text,
.box-cms-detail-content p.txt-x-small,
.box-cms-detail-content .wp-caption-text {
  margin-top: 10px;
}

.box-event-detail-content p.txt-red,
.box-cms-detail-content p.txt-red {
  margin-top: 15px;
  font-size: 1.6rem;
}

.box-event-detail-content p.txt-red:first-child,
.box-cms-detail-content p.txt-red:first-child {
  margin-top: 0;
}

.box-event-detail-content a,
.box-cms-detail-content a {
  border-bottom: none;
}

.box-event-detail-content .link-cms-01,
.box-cms-detail-content .link-cms-01 {
  border-bottom: 1px dotted #979797;
}

.box-event-detail-content .link-cms-01:hover,
.box-cms-detail-content .link-cms-01:hover {
  border-bottom: none;
}

.box-event-detail-content .list-style-01,
.box-cms-detail-content .list-style-01 {
  margin-top: 20px;
}

.box-event-detail-content .list-style-01:first-child,
.box-cms-detail-content .list-style-01:first-child {
  margin-top: 0;
}

.box-event-detail-content .list-style-01 p,
.box-cms-detail-content .list-style-01 p {
  margin-top: 0;
  padding-left: 10px;
  text-indent: -10px;
}

.box-event-detail-content .list-style-02,
.box-cms-detail-content .list-style-02 {
  margin-top: 50px;
  color: #878787;
  font-size: 1.6rem;
}

.box-event-detail-content .list-style-02:first-child,
.box-cms-detail-content .list-style-02:first-child {
  margin-top: 0;
}

.box-event-detail-content .list-style-02 p,
.box-cms-detail-content .list-style-02 p {
  margin-top: 10px;
  padding-left: 20px;
  text-indent: -20px;
}

.box-event-detail-content .list-style-02 p:first-child,
.box-cms-detail-content .list-style-02 p:first-child {
  margin-top: 0;
}

.box-event-detail-content .box-img-text,
.box-cms-detail-content .box-img-text {
  overflow: hidden;
  margin-top: 20px;
}

.box-event-detail-content .box-img-text:first-child,
.box-cms-detail-content .box-img-text:first-child {
  margin-top: 0;
}

.box-event-detail-content .box-img-text p,
.box-cms-detail-content .box-img-text p {
  overflow: hidden;
  margin-top: 0;
}

.box-event-detail-content .box-img-text p:first-child,
.box-cms-detail-content .box-img-text p:first-child {
  float: left;
  width: 220px;
  margin: 10px 30px 0 0;
}

@media screen and (max-width: 767px) {
  .box-event-detail-content .box-img-text p:first-child,
  .box-cms-detail-content .box-img-text p:first-child {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .box-event-detail-content .box-img-text p:first-child img,
  .box-cms-detail-content .box-img-text p:first-child img {
    width: 100%;
  }
}

.box-event-detail-content .box-text-border,
.box-cms-detail-content .box-text-border {
  margin-top: 30px;
  padding: 25px 30px;
  border: 1px solid #D5D5D5;
  color: #878787;
  font-size: 1.4rem;
}

.box-event-detail-content .box-text-border:first-child,
.box-cms-detail-content .box-text-border:first-child {
  margin-top: 0;
}

.box-event-detail-content .box-text-border p,
.box-cms-detail-content .box-text-border p {
  margin-top: 10px;
  line-height: 1.85;
  letter-spacing: 1px;
}

.box-event-detail-content .box-text-border p:first-child,
.box-cms-detail-content .box-text-border p:first-child {
  margin-top: 0;
}

.box-event-detail-content .wp-caption,
.box-cms-detail-content .wp-caption {
  width: 100% !important;
}

.box-event-detail-content .box-image-small img.size-full,
.box-cms-detail-content .box-image-small img.size-full {
  width: inherit;
  margin: 35px 0 0 0;
}

@media screen and (max-width: 767px) {
  .box-event-detail-content .box-image-small img.size-full,
  .box-cms-detail-content .box-image-small img.size-full {
    margin: 30px 0 0 0;
    max-width: 100%;
  }
}

.box-event-detail-content img.img-cms-full-width,
.box-cms-detail-content img.img-cms-full-width {
  width: 100%;
}

.box-event-detail-content .box-image-small img,
.box-cms-detail-content .box-image-small img {
  width: auto !important;
}

.box-event-detail-content .aligncenter,
.box-cms-detail-content .aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.box-event-detail-content .alignleft,
.box-cms-detail-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.box-event-detail-content .alignright,
.box-cms-detail-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.box-event-detail-content .box-border,
.box-cms-detail-content .box-border {
  padding: 25px 30px;
  margin-top: 35px;
  border: 1px solid #D5D5D5;
}

@media screen and (max-width: 767px) {
  .box-event-detail-content .box-border,
  .box-cms-detail-content .box-border {
    padding: 20px 25px;
  }
}

.box-event-detail-content .box-border p:first-of-type,
.box-cms-detail-content .box-border p:first-of-type {
  margin-top: 0;
}

.box-event-detail-content .text-gray,
.box-cms-detail-content .text-gray {
  color: #878787;
}

.box-event-detail-content .small-text,
.box-cms-detail-content .small-text {
  font-size: 1.4rem;
}

.box-event-detail-content .box-bg-gray,
.box-cms-detail-content .box-bg-gray {
  padding: 25px 30px;
  margin-top: 35px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .box-event-detail-content .box-bg-gray,
  .box-cms-detail-content .box-bg-gray {
    padding: 20px 25px;
  }
}

.box-event-detail-content .box-bg-gray p:first-of-type,
.box-cms-detail-content .box-bg-gray p:first-of-type {
  margin-top: 0;
}

.box-event-detail-content img.aligncenter,
.box-cms-detail-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .box-event-detail-content {
    margin: 30px 0 0 0;
  }
}

/* old page image full size
---------------------------------------------------------- */
.page-template-default.page:not(.twentyseventeen-front-page) {
  /*   p:not(:first-of-type){
    margin-top: 35px;
    @include mq-sp{
      margin-top: 30px;
    }
  } */
}

.page-template-default.page:not(.twentyseventeen-front-page) img.size-full {
  max-width: 100%;
}

.page-template-default.page:not(.twentyseventeen-front-page) img.img-cms-full-width {
  width: 100%;
}

/* wpcf7
---------------------------------------------------------- */
div.wpcf7-mail-sent-ok {
  border: 0 !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 0 !important;
}

div.wpcf7-response-output {
  border: 0 !important;
}

/* box-event-detail-info
---------------------------------------------------------- */
.box-event-detail-info {
  margin-top: 50px;
  padding: 40px;
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .box-event-detail-info {
    padding: 25px 30px;
  }
}

.box-event-detail-info .list-info dt {
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-event-detail-info .list-info dt {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}

.box-event-detail-info .list-info dt:first-child {
  margin-top: 0;
}

.box-event-detail-info .list-info dd {
  font-size: 1.4rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-event-detail-info .list-info dd {
    font-size: 1.6rem;
  }
}

.box-event-detail-info .txt-small {
  color: #878787;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .box-event-detail-info .txt-small {
    font-size: 1.4rem;
  }
}

/* box-event-detail-info
---------------------------------------------------------- */
.btn-event-detail {
  min-width: 286px;
  width: 360px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .btn-event-detail {
    width: auto;
    margin-top: 50px;
  }
}

/* ==========================================================
  category
========================================================== */
/* mod-category-list
---------------------------------------------------------- */
.mod-category-list {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mod-category-list {
    margin-top: 45px;
  }
}

.mod-category-list .mod-recommend-in:first-child {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .mod-category-list .mod-recommend-in {
    margin: 50px 0 0;
  }
  .mod-category-list .mod-recommend-in:first-child {
    margin-top: 0;
  }
}

.mod-category-list .item-recommend {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mod-category-list .item-recommend {
    margin: 0 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .mod-category-list .btn-more-recommend {
    margin-top: 65px;
  }
}

/* ==========================================================
  job
========================================================== */
/* ttl-job-01
---------------------------------------------------------- */
.ttl-job-01 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .ttl-job-01 {
    margin-bottom: 20px;
  }
}

/* box-job-category-list
---------------------------------------------------------- */
.box-job-category-list {
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .box-job-category-list {
    margin: 0 -25px;
    padding: 25px;
    background: #F8F8F8;
  }
}

.box-job-category-list .box-job-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px -70px;
}

@media screen and (max-width: 767px) {
  .box-job-category-list .box-job-head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 32px;
  }
}

.box-job-category-list .box-job-head .item-head {
  width: 33.333%;
  padding-left: 70px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-job-category-list .box-job-head .item-head {
    position: relative;
    width: auto;
    padding-left: 0;
    line-height: 1.4;
  }
}

.box-job-category-list .box-job-head .item-head .ttl-job {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.8rem;
  color: #AEAEAE;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .box-job-category-list .box-job-head .item-head .ttl-job {
    display: block;
    font-size: 1.4rem;
    cursor: pointer;
  }
  .box-job-category-list .box-job-head .item-head .ttl-job.is-active {
    color: #000;
  }
  .box-job-category-list .box-job-head .item-head .ttl-job.is-active:after {
    position: absolute;
    left: 50%;
    bottom: -24px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background: url(../../img/common/ico_arrow_black_down_03.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    content: "";
  }
}

.box-job-category-list .box-job-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -70px;
}

@media screen and (max-width: 767px) {
  .box-job-category-list .box-job-list {
    display: block;
    margin-left: 0;
  }
}

.box-job-category-list .box-job-list .item-job {
  width: 33.333%;
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .box-job-category-list .box-job-list .item-job {
    display: none;
    width: auto;
    padding-left: 0;
  }
}

.box-job-category-list .box-job-list .list-job {
  overflow: hidden;
  line-height: 1.8;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-job-category-list .box-job-list .list-job {
    line-height: 2;
  }
}

.box-job-category-list .box-job-list .list-job li {
  display: inline;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .box-job-category-list .box-job-list .list-job li {
    display: inline-block;
    font-size: 1.4rem;
  }
}

.box-job-category-list .box-job-list .list-job li:after {
  margin: 0 3px;
  color: #AEAEAE;
  content: "/";
}

@media screen and (max-width: 767px) {
  .box-job-category-list .box-job-list .list-job li:after {
    margin: 0 4px;
  }
}

.box-job-category-list .box-job-list .list-job li:last-child:after {
  display: none;
}

/* area-job-related
---------------------------------------------------------- */
.area-job-related {
  margin-top: 55px;
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .area-job-related {
    margin-top: 30px;
    padding-top: 0;
    border: none;
  }
}

/* ==========================================================
  post
========================================================== */
/* box-post-content
---------------------------------------------------------- */
.box-post-content {
  font-size: 1.7rem;
}

.box-post-content img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box-post-content img {
    width: 100%;
    max-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .box-post-content {
    font-size: 1.6rem;
  }
}

.area-post-bottom {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .area-post-bottom {
    margin-top: 45px;
  }
}

/* btn-post-inquiry
---------------------------------------------------------- */
.btn-post-inquiry {
  margin-top: 60px;
}

/* ==========================================================
  form
========================================================== */
/* ttl-form-01
---------------------------------------------------------- */
.ttl-form-01 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .ttl-form-01 {
    margin-bottom: 30px;
  }
}

/* box-form-notice
---------------------------------------------------------- */
.box-form-notice {
  margin-top: 40px;
  color: #878787;
}

@media screen and (max-width: 767px) {
  .box-form-notice {
    margin-top: 35px;
  }
}

.box-form-notice .title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1.8rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-form-notice strong {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.box-form-notice ul {
  padding-left: 10px;
}

.box-form-notice ul li {
  position: relative;
  margin-top: 27px;
  padding-left: 15px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-form-notice ul li:before {
  /*position: absolute;*/
  top: 0;
  left: 0;
  content: "・";
}

.box-form-notice ul li:first-child {
  margin-top: 0;
}

/* box-form-wrapper
---------------------------------------------------------- */
.box-form-wrapper {
  margin: 50px 0 65px;
  padding: 40px 40px 60px;
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .box-form-wrapper {
    margin: 50px 0 65px;
    padding: 15px 25px 50px;
  }
}

.box-form-wrapper .box-text-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-form-wrapper .box-text-side .text {
  display: block;
  padding-left: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 1.2;
}

/* box-old-form
---------------------------------------------------------- */
.box-old-form {
  margin: 50px 0 65px;
  padding: 40px 40px 60px;
  background: #F8F8F8;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-old-form {
    margin: 50px 0 65px;
    padding: 15px 25px 50px;
  }
}

.box-old-form p + p,
.box-old-form p:first-of-type {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.box-old-form p + p .txt-red,
.box-old-form p:first-of-type .txt-red {
  color: #D71313;
}

.box-old-form p + p {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .box-old-form p + p {
    margin-top: 20px;
  }
}

.box-old-form input[type=text],
.box-old-form input[type=password],
.box-old-form input[type=email] {
  width: 100%;
  height: 51px;
  padding: 10px;
  border: 1px solid #D5D5D5;
  color: inherit;
  outline: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

.box-old-form input[type=submit] {
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 14px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background-color: #23a4da;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .box-old-form input[type=submit] {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .box-old-form input[type=submit]:hover {
    background-color: #5DC0EA;
  }
}

.box-old-form input[type=button] {
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 14px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background-color: #23a4da;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .box-old-form input[type=button] {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .box-old-form input[type=button]:hover {
    background-color: #5DC0EA;
  }
}

.box-old-form textarea {
  width: 100%;
  height: 340px;
  padding: 10px;
  border: 1px solid #D5D5D5;
  outline: none;
  -webkit-overflow-scrolling: touch;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

.box-old-form select {
  width: 130px;
  height: 51px;
  padding: 0 30px 0 10px;
  border: 1px solid #D5D5D5;
  background: #fff url(../../img/common/ico_arrow_black_down_04.png) right 15px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.box-old-form select::-ms-expand {
  display: none;
}

.box-old-form input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../../img/common/bg_checkbox_01_off.svg) no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  cursor: pointer;
}

.box-old-form input[type="checkbox"]:checked {
  background: url(../../img/common/bg_checkbox_01_on.svg) no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
}

.box-old-form input[type="checkbox"]:not(:first-of-type) {
  margin-left: 5px;
}

.box-old-form input::-ms-check {
  display: none;
}

.box-old-form .wpcf7-list-item:first-of-type {
  margin-right: 10px;
}

.box-old-form .age {
  margin-right: 5px;
}

.box-old-form .age input[type=text] {
  width: 130px;
}

.box-old-form input.wpcf7-captchar {
  width: 130px;
}

.box-old-form .is_clone_data {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  display: inline-block;
}

.box-old-form .is_clone_data:not(:first-of-type) {
  padding-left: 10px;
}

.box-old-form hr.dotted-line {
  border: 0;
  border-top: 2px dotted #878787;
}

.box-old-form .dotted {
  overflow: hidden;
  margin-top: 0;
}

.box-old-form .wpcf7c-conf {
  background-color: #fff;
}

.box-old-form .wpcf7-checkbox {
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #222;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* ==========================================================
  column
========================================================== */
/* ttl-column-01
---------------------------------------------------------- */
.ttl-column-01 {
  margin-bottom: 20px;
}

/* btn-more-quote
---------------------------------------------------------- */
.btn-more-quote {
  margin-top: 95px;
}

@media screen and (max-width: 767px) {
  .btn-more-quote {
    margin-top: 45px;
  }
}

/* list-column-quote
---------------------------------------------------------- */
.list-column-quote {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .list-column-quote {
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #D8D8D8;
  }
}

.list-column-quote li {
  margin-top: 35px;
}

.list-column-quote li:first-child {
  margin-top: 0;
}

.list-column-quote .ttl-quote {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.list-column-quote .txt-quote {
  margin-top: 5px;
  color: #999;
  font-size: 1.2rem;
  text-align: right;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

/* box-column-from
---------------------------------------------------------- */
.box-column-from {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-column-from {
    font-size: 1.2rem;
    margin-top: -20px;
    line-height: 1.8;
  }
}

/* box-column-detail-content
---------------------------------------------------------- */
.box-column-detail-content {
  margin-top: 20px;
  font-size: 1.7rem;
}

.box-column-detail-content p {
  margin-top: 30px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-column-detail-content p:first-child {
  margin-top: 0;
}

.box-column-detail-content img {
  display: inline;
  max-width: 100%;
  width: 100%;
}

.box-column-detail-content .txt-author {
  margin-top: 25px;
  font-size: 1.4rem;
  text-align: right;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-column-detail-content .txt-author {
    margin-top: 50px;
  }
}

/* box-column-detail-pager
---------------------------------------------------------- */
.box-column-detail-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px;
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width: 767px) {
  .box-column-detail-pager {
    margin-top: 40px;
    padding-top: 30px;
  }
}

.box-column-detail-pager .item-pager {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  width: 230px;
}

@media screen and (max-width: 767px) {
  .box-column-detail-pager .item-pager {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    width: 44%;
  }
}

.box-column-detail-pager .btn-link {
  display: block;
  font-size: 1.4rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-column-detail-pager .btn-link {
    font-size: 1.2rem;
  }
}

.box-column-detail-pager .btn-link.next {
  padding-right: 30px;
  background: url(../../img/common/ico_arrow_right_01.svg) top 5px right no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

@media screen and (max-width: 767px) {
  .box-column-detail-pager .btn-link.next {
    padding-right: 24px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}

.box-column-detail-pager .btn-link.prev {
  padding-left: 30px;
  background: url(../../img/common/ico_arrow_left_01.svg) top 5px left no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

@media screen and (max-width: 767px) {
  .box-column-detail-pager .btn-link.prev {
    padding-left: 24px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}

/* ==========================================================
  about
========================================================== */
/* box-about-content
---------------------------------------------------------- */
.box-about-content {
  margin-top: 25px;
  font-size: 1.6rem;
}

.box-about-content p {
  margin-top: 36px;
  line-height: 2.1;
  letter-spacing: 0.045em;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-about-content p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-about-content p {
    margin-top: 32px;
    line-height: 2;
    letter-spacing: 0.015em;
  }
}

/* box-about-detail
---------------------------------------------------------- */
.box-about-detail {
  overflow: hidden;
  margin-top: 55px;
  padding: 47px 40px 52px;
  background-color: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .box-about-detail {
    margin: 45px -25px 0;
    padding: 35px 25px 50px;
  }
}

.box-about-detail .txt-title {
  margin-bottom: 13px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2.0rem;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .box-about-detail .txt-title {
    margin-bottom: 7px;
  }
}

.box-about-detail .text {
  font-size: 1.7rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-about-detail .text {
    font-size: 1.6rem;
  }
}

.box-about-detail .box-about-offer {
  margin-bottom: 43px;
}

.box-about-detail .box-about-offer .image {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .box-about-detail .box-about-offer .image img {
    width: 100%;
  }
}

.box-about-detail .list-about-detail .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .box-about-detail .list-about-detail .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.box-about-detail .list-about-detail .item:first-child {
  margin-top: 0;
}

.box-about-detail .list-about-detail .item .txt-title {
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .box-about-detail .list-about-detail .item .txt-title {
    text-align: left;
  }
}

.box-about-detail .list-about-detail .item .box-detail {
  margin-top: 7px;
}

.box-about-detail .list-about-detail .item .image {
  width: 290px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 auto 8px;
  padding-right: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box-about-detail .list-about-detail .item .image {
    width: 100%;
    padding-right: 0;
  }
}

.box-about-detail .list-about-detail .item .image img {
  max-width: 100%;
}

.box-about-detail .list-about-detail .item .text {
  width: 100%;
}

/* box-about-contact
---------------------------------------------------------- */
.box-about-contact {
  margin-top: 53px;
  font-size: 1.7rem;
  text-align: center;
}

.box-about-contact .text {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-about-contact .text {
    font-size: 1.6rem;
    letter-spacing: -0.06em;
  }
}

.box-about-contact .link-dotted {
  line-height: 1.3;
}

/* ==========================================================
  work
========================================================== */
/* box-work-content
---------------------------------------------------------- */
.box-work-content {
  margin-top: 30px;
  font-size: 1.6rem;
}

.box-work-content p {
  margin-top: 36px;
  font-size: 1.7rem;
  line-height: 2;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-work-content p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-work-content p {
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.015em;
  }
}

/* list-work-scroll
---------------------------------------------------------- */
.list-work-scroll {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .list-work-scroll {
    margin-top: 43px;
  }
}

.list-work-scroll .item {
  display: block !important;
  position: relative;
  padding-left: 21px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .list-work-scroll .item {
    letter-spacing: 0.07em;
    line-height: 1.6;
    padding-bottom: 8px;
  }
}

.list-work-scroll .item::before {
  display: none;
  content: "" !important;
}

.list-work-scroll .item::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../../img/common/ico_arrow_black_right_02.svg) left top no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
}

@media screen and (max-width: 767px) {
  .list-work-scroll .item::after {
    top: 5px;
  }
}

.list-work-scroll .item .link {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.6rem;
}

.box-work-portfolio {
  margin-top: 50px;
  padding: 60px 0 90px;
  border-top: 1px #D8D8D8 solid;
  border-bottom: 1px #D8D8D8 solid;
}

@media screen and (max-width: 767px) {
  .box-work-portfolio {
    margin-top: 44px;
    padding: 40px 0 78px;
  }
}

.box-work-portfolio .item-portfolio {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .box-work-portfolio .item-portfolio {
    margin-top: 50px;
  }
}

.box-work-portfolio .item-portfolio:first-child {
  margin-top: 0;
}

.box-work-portfolio .item-portfolio .ttl-portfolio {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2rem;
}

.box-work-portfolio .item-portfolio .txt-portfolio {
  margin-top: 17px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .box-work-portfolio .item-portfolio .txt-portfolio {
    font-size: 1.6rem;
  }
}

.box-work-portfolio .item-portfolio .list-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -2px;
  margin-left: -41px;
}

@media screen and (max-width: 767px) {
  .box-work-portfolio .item-portfolio .list-portfolio {
    display: block;
    margin-top: 31px;
    margin-left: 0;
  }
}

.box-work-portfolio .item-portfolio .list-portfolio .item {
  width: 237px;
  margin-top: 23px;
  margin-left: 41px;
}

@media screen and (max-width: 767px) {
  .box-work-portfolio .item-portfolio .list-portfolio .item {
    width: 100%;
    margin-top: 46px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-work-portfolio .item-portfolio .list-portfolio .item:first-child {
    margin-top: 0;
  }
}

.box-work-portfolio .item-portfolio .list-portfolio .item a {
  display: block;
}

.box-work-portfolio .item-portfolio .list-portfolio .item a .text {
  display: inline-block;
  border-bottom: 1px dotted #707070;
}

.box-work-portfolio .item-portfolio .list-portfolio .item a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  .box-work-portfolio .item-portfolio .list-portfolio .item a:hover:hover {
    opacity: 0.6;
  }
}

.box-work-portfolio .item-portfolio .list-portfolio .item .image img {
  width: 100%;
}

.box-work-portfolio .item-portfolio .list-portfolio .item .image.border {
  border: 1px solid #d8d8d8;
}

.box-work-portfolio .item-portfolio .list-portfolio .item .text {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .box-work-portfolio .item-portfolio .list-portfolio .item .text {
    letter-spacing: 0.09em;
    white-space: nowrap;
  }
}

.box-work-contact {
  margin-top: 50px;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box-work-contact {
    margin-top: 35px;
  }
}

.box-work-contact .text {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-work-contact .text {
    font-size: 1.6rem;
  }
}

.box-work-contact .btn-cmn-01 {
  width: 325px;
  margin-top: 32px;
  padding: 17px 15px 16px;
}

@media screen and (max-width: 767px) {
  .box-work-contact .btn-cmn-01 {
    width: 100%;
  }
}

/* ==========================================================
  littletokyo
========================================================== */
/* contents-littletokyo
---------------------------------------------------------- */
.contents-littletokyo {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .contents-littletokyo {
    padding: 0 25px;
  }
}

/* box-littletokyo-content
---------------------------------------------------------- */
.box-littletokyo-content {
  margin-top: 30px;
  font-size: 1.6rem;
}

.box-littletokyo-content p {
  margin-top: 36px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: -0.5px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-littletokyo-content p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-content p {
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.015em;
  }
}

/* ttl-littletokyo
---------------------------------------------------------- */
.ttl-littletokyo {
  width: 800px;
  margin: 0 auto;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .ttl-littletokyo {
    width: 100%;
  }
}

.ttl-littletokyo .text {
  display: inline-block;
  border-bottom: 1px dotted #717071;
}

/* sec-littletokyo
---------------------------------------------------------- */
.sec-littletokyo {
  margin-top: 22px;
}

.sec-littletokyo .box-littletokyo-contact {
  margin-top: 45px;
  padding: 50px 0 40px;
  background-color: #F8F8F8;
  margin-right: -webkit-calc(50% - 49.2vw);
  margin-right: calc(50% - 49.2vw);
  margin-left: -webkit-calc(50% - 49.2vw);
  margin-left: calc(50% - 49.2vw);
}

@media screen and (max-width: 767px) {
  .sec-littletokyo .box-littletokyo-contact {
    margin: 30px -25px 0;
    padding: 50px 25px;
  }
}

.sec-littletokyo .box-littletokyo-contact .inner {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-littletokyo .box-littletokyo-contact .inner {
    width: 100%;
  }
}

.sec-littletokyo .list-littletokyo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -59px;
}

@media screen and (max-width: 767px) {
  .sec-littletokyo .list-littletokyo {
    display: block;
    margin-left: 0;
  }
}

.sec-littletokyo .list-littletokyo .item {
  width: 227px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 59px;
}

@media screen and (max-width: 767px) {
  .sec-littletokyo .list-littletokyo .item {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-littletokyo .list-littletokyo .item:first-child {
    margin-top: 0;
  }
}

.sec-littletokyo .list-littletokyo .item .link {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  .sec-littletokyo .list-littletokyo .item .link:hover {
    opacity: 0.6;
  }
}

.sec-littletokyo .list-littletokyo .item .image img {
  width: 100%;
}

.sec-littletokyo .list-littletokyo .item .text {
  margin-top: 23px;
  font-size: 1.4rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

/* ==========================================================
  littletokyo shigotobar
========================================================== */
/* ttl-shigotobar-01
---------------------------------------------------------- */
.ttl-shigotobar-01 {
  width: 172px;
}

@media screen and (max-width: 767px) {
  .ttl-shigotobar-01 {
    width: 172px;
  }
}

.ttl-shigotobar-01 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ttl-shigotobar-01 img {
    width: 100%;
  }
}

/* box-littletokyo-schedule
---------------------------------------------------------- */
.box-littletokyo-schedule {
  margin-top: 41px;
}

.box-littletokyo-schedule .box-place {
  margin-top: 55px;
  padding: 41px 40px 44px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-place {
    margin: 55px -25px 0;
    padding: 25px 25px 44px;
  }
}

.box-littletokyo-schedule .box-place dl {
  margin-top: 14px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-place dl {
    margin-top: 18px;
    line-height: 1.8;
  }
}

.box-littletokyo-schedule .box-place dl:first-child {
  margin-top: 0;
}

.box-littletokyo-schedule .box-place dl dt {
  margin-bottom: 1px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-place dl dt {
    font-size: 1.8rem;
  }
}

.box-littletokyo-schedule .box-place dl dd {
  font-size: 1.4rem;
}

.box-littletokyo-schedule .box-place dl dd .txt-indent {
  padding-left: 27px;
  text-indent: -27px;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-place dl dd {
    font-size: 1.6rem;
  }
}

.box-littletokyo-schedule .box-place dl dd .txt-small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-place dl dd .txt-small {
    font-size: 1.4rem;
  }
}

.box-littletokyo-schedule .box-place .box-map {
  overflow: hidden;
  position: relative;
  height: 0;
  margin-top: 12px;
  padding-bottom: 68.3%;
  border: solid 4px #fff;
}

.box-littletokyo-schedule .box-place .box-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.box-littletokyo-schedule .box-flow {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-flow {
    margin-top: 39px;
  }
}

.box-littletokyo-schedule .box-flow .ttl-flow {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2rem;
}

.box-littletokyo-schedule .box-flow .list-flow {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-flow .list-flow {
    margin-top: 25px;
    line-height: 1.8;
  }
}

.box-littletokyo-schedule .box-flow .list-flow .item {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-flow .list-flow .item {
    margin-top: 17px;
  }
}

.box-littletokyo-schedule .box-flow .list-flow .item:first-child {
  margin-top: 0;
}

.box-littletokyo-schedule .box-flow .list-flow .item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-littletokyo-schedule .box-flow .list-flow .item dl dt {
  width: 71px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 6px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-flow .list-flow .item dl dt {
    width: 83px;
    padding-left: 4px;
  }
}

.box-littletokyo-schedule .box-flow .list-flow .item dl dd {
  width: 100%;
}

.box-littletokyo-schedule .box-note {
  margin-top: 75px;
  padding: 30px 40px;
  border: solid 1px #d5d5d5;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-note {
    margin-top: 35px;
    padding: 25px;
  }
}

.box-littletokyo-schedule .box-note .list-note .item {
  margin-top: 15px;
  padding-left: 20px;
  text-indent: -20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .box-note .list-note .item {
    margin-top: 5px;
  }
}

.box-littletokyo-schedule .box-note .list-note .item:first-child {
  margin-top: 0;
}

.box-littletokyo-schedule .btn-shigotobar {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .box-littletokyo-schedule .btn-shigotobar {
    margin-top: 40px;
  }
}

/* ==========================================================
  littletokyo kyo
========================================================== */
/* ttl-kyo-01
---------------------------------------------------------- */
.ttl-kyo-01 {
  margin-bottom: 56px;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .ttl-kyo-01 {
    width: 64px;
    margin-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .ttl-kyo-01 img {
    width: 100%;
  }
}

/* box-instagram-shop
---------------------------------------------------------- */
.box-instagram-shop {
  margin-top: 80px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-instagram-shop {
    margin-top: 33px;
  }
}

.box-instagram-shop .ttl-instagram {
  position: relative;
  margin-bottom: 30px;
  padding-left: 32px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .box-instagram-shop .ttl-instagram {
    margin-bottom: 24px;
  }
}

.box-instagram-shop .ttl-instagram::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../../img/littletokyo/ico_instagram_01.svg) left center no-repeat;
  -webkit-background-size: 22px 22px;
  background-size: 22px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.box-instagram-shop .box-instagram {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px -14px 0;
}

@media screen and (max-width: 767px) {
  .box-instagram-shop .box-instagram {
    display: block;
    margin: 0;
  }
}

.box-instagram-shop .box-instagram .item-instagram {
  width: 33.3333%;
  margin-top: 25px;
  padding: 0 14px;
}

@media screen and (max-width: 767px) {
  .box-instagram-shop .box-instagram .item-instagram {
    width: 100%;
    margin-top: 32px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-instagram-shop .box-instagram .item-instagram:first-child {
    margin-top: 0;
  }
}

.box-instagram-shop .box-instagram .item-instagram .image {
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  width: 247px;
  height: 247px;
}

@media screen and (max-width: 767px) {
  .box-instagram-shop .box-instagram .item-instagram .image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
}

.box-instagram-shop .box-instagram .item-instagram .image img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-instagram-shop .box-instagram .item-instagram .image img {
    position: static;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

/* ==========================================================
  littletokyo eventdirector
========================================================== */
/* ttl-eventdirector
---------------------------------------------------------- */
/* ttl-eventdirector-01 */
.ttl-eventdirector-01 {
  margin-bottom: 30px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.8rem;
}

/* ttl-eventdirector-02 */
.ttl-eventdirector-02 {
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.6rem;
}

.ttl-eventdirector-02 .txt-small {
  padding-left: 5px;
  font-family: "TBGothic SL", "TBGothicSL Std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #777;
}

/* box-eventdirector-01
---------------------------------------------------------- */
.box-eventdirector-01 {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .box-eventdirector-01 {
    margin-top: 35px;
  }
}

.box-eventdirector-01 .box-inner {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .box-eventdirector-01 .box-inner {
    margin-top: 25px;
  }
}

.box-eventdirector-01 .box-inner:first-child {
  margin-top: 0;
}

.box-eventdirector-01 .img-eventdirector {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .box-eventdirector-01 .img-eventdirector {
    margin-top: 30px;
  }
}

.box-eventdirector-01 .img-eventdirector img {
  width: 100%;
}

/* list-eventdirector-01
---------------------------------------------------------- */
.list-eventdirector-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .list-eventdirector-01 {
    margin-top: 30px;
  }
}

.list-eventdirector-01 .item {
  width: 33.3333%;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list-eventdirector-01 .item {
    width: 50%;
    margin-top: 20px;
  }
}

.list-eventdirector-01 .item .link {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  .list-eventdirector-01 .item .link:hover {
    opacity: 0.6;
  }
}

.list-eventdirector-01 .item .image {
  overflow: hidden;
  display: block;
  position: relative;
}

.list-eventdirector-01 .item .image img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.list-eventdirector-01 .item .text {
  margin-top: 20px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list-eventdirector-01 .item .text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .list-eventdirector-01 .item .text.txt-small {
    font-size: 1.4rem;
  }
}

.list-eventdirector-01 .item .text span {
  position: relative;
}

.list-eventdirector-01 .item .text span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: url(../../img/littletokyo/bg_line_eventdirector_01.png) left bottom repeat-x;
  -webkit-background-size: 100% 5px;
  background-size: 100% 5px;
}

/* box-eventdirector-profile
---------------------------------------------------------- */
.box-eventdirector-profile {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .box-eventdirector-profile {
    margin-top: 50px;
  }
}

.box-eventdirector-profile .item-profile {
  margin-top: 50px;
}

.box-eventdirector-profile .item-profile:first-child {
  margin-top: 0;
}

.box-eventdirector-profile .item-profile .image {
  margin-bottom: 32px;
}

.box-eventdirector-profile .item-profile .image img {
  width: 100%;
}

.box-eventdirector-profile .item-profile .box-detail {
  font-size: 1.7rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box-eventdirector-profile .item-profile .box-detail {
    font-size: 1.6rem;
  }
}

.box-eventdirector-profile .item-profile .box-detail .title {
  margin-bottom: 15px;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 2rem;
}

.box-eventdirector-profile .item-profile .box-detail .text {
  text-align: justify;
  text-justify: newspaper;
}

.box-eventdirector-profile .item-profile .box-detail .list-link .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-eventdirector-profile .item-profile .box-detail .list-link .item .ttl-sns {
  margin-right: 10px;
}

.box-eventdirector-profile .item-profile .box-detail .list-link .item .txt-link {
  word-break: break-all;
}

.box-eventdirector-profile .item-profile .box-detail .list-link.type-01 .item {
  display: block;
}

/* ==========================================================
  shigotohitobunko
========================================================== */
/* box-shigotohitobunko-detail
---------------------------------------------------------- */
.box-shigotohitobunko-detail p {
  margin-top: 36px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: -0.5px;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.box-shigotohitobunko-detail p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box-shigotohitobunko-detail p {
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.015em;
  }
}

.list-shigotohitobunko-01 .item {
  margin-top: 80px;
}

.list-shigotohitobunko-01 .item:before {
  content: "" !important;
}

@media screen and (max-width: 767px) {
  .list-shigotohitobunko-01 .item {
    margin-top: 50px;
  }
}

.list-shigotohitobunko-01 .item .image a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 768px) {
  .list-shigotohitobunko-01 .item .image a:hover {
    opacity: 0.6;
  }
}

.list-shigotohitobunko-01 .item .image a img {
  width: 50%;
}

.list-shigotohitobunko-01 .item .ttl-shigotohitobunko {
  margin: 20px 0;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
  font-size: 1.8rem;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.list-shigotohitobunko-01 .item dl {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.list-shigotohitobunko-01 .item dl dt {
  font-size: 1.6rem;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

.list-shigotohitobunko-01 .item .box-shigotohitobunko-detail {
  margin-top: 30px;
}

.list-shigotohitobunko-01 .item .box-shigotohitobunko-detail p {
  font-size: 1.6rem;
  color: #777;
}

.box-shigotohitobunko-about {
  margin-top: 50px;
}

.box-shigotohitobunko-about .title {
  margin-bottom: 20px;
}

/* ==========================================================
  company
========================================================== */
.list-company {
  margin: 25px 0 70px;
}

@media screen and (max-width: 767px) {
  .list-company {
    margin: 25px 0 50px;
    line-height: 1.8;
  }
}

.list-company.type-01 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .list-company.type-01 {
    margin-top: 50px;
  }
}

.list-company .item {
  margin-top: 5px;
}

.list-company .item:first-child {
  margin-top: 0;
}

.list-company .item:before {
  content: '';
}

.list-company .item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.list-company .item dl dt {
  width: 115px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "見出ゴMB31", "TBGothicB Std", sans-serif;
}

@media screen and (max-width: 767px) {
  .list-company .item dl dt {
    width: 130px;
  }
}

.list-company .item dl dd {
  width: 100%;
}

/* ==========================================================
  foremployer
========================================================== */
.list-foremployer-01 .item {
  margin-top: 36px;
}

.list-foremployer-01 .item dl {
  margin-top: 20px;
}

.list-foremployer-01 .item dl:first-child {
  margin-top: 0;
}

.list-foremployer-01 .item ul {
  padding-left: 20px;
}

.list-foremployer-01 .item ul li {
  padding-left: 16px;
  text-indent: -16px;
}

/* ==========================================================
  contactus
========================================================== */
.box-contactus-01 {
  margin-top: 60px;
}

.box-contactus-01:not(:nth-of-type(2)):not(:nth-of-type(3)) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .box-contactus-01 {
    margin-top: 40px;
  }
}

.box-contactus-01 .box-form-wrapper {
  margin-top: 25px;
}

/* ==========================================================
  template-default
========================================================== */
.page-template-default.page .contents.form {
  /*     p{
      margin-top: 35px;
      @include mq-sp {
        margin-top: 30px;
      }
    } */
}

.page-template-default.page .contents.form .wpcf7-form p:first-of-type {
  margin-top: 0;
}

.page-template-page-static-800 .contents-main, .page-template-page-static-560 .contents-main {
  width: 100%;
}

/* ==========================================================
  ajax loader
========================================================== */
.loader {
  margin: 115px auto 0;
  display: none;
  background: url(../../img/common/loader.gif);
  -webkit-background-size: 60px 60px;
  background-size: 60px;
  width: 60px;
  height: 60px;
}

span.wpcf7-list-item {
  margin: 0;
}

/* ==========================================================
  wp label
========================================================== */
.box-post-card-01 .extra-detail {
  position: absolute;
  padding-right: 5px;
  right: 0;
  top: 191px;
  font-size: 1.2rem;
  color: #23A4DA;
  z-index: 9;
  background: #fff;
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .box-post-card-01 .extra-detail {
    position: relative;
    top: unset;
  }
}

.item-recommend .extra-detail-02 {
  position: absolute;
  padding-right: 5px;
  right: 0;
  bottom: -23px;
  font-size: 1.2rem;
  color: #23A4DA;
  z-index: 9;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .item-recommend .extra-detail-02 {
    top: unset;
    position: relative;
    bottom: unset;
  }
}

.box-post-card-01 .extra-detail a, .box-post-card-01 .extra-detail a:hover, .item-recommend .extra-detail-02 a, .item-recommend .extra-detail-02 a:hover {
  color: #23A4DA;
}

.box-post-card-01 .extra-detail a:hover, .item-recommend .extra-detail-02 a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .txt-sub-01.column {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    /* fallback */
    max-height: 78px;
    /* fallback */
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

.column-template-default.single .box-column-detail-content img {
  width: 100%;
}

.event-template-default.single .box-event-detail-content img {
  width: 100%;
}

.box-store-cart-top {
  margin-top: -22px !important;
}

.box-store-cart-top .cartjs_product_img {
  float: left;
  max-width: 240px;
  margin-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .box-store-cart-top .cartjs_product_img {
    max-width: 50%;
    margin-right: 14px !important;
  }
}

.box-store-cart-top .cartjs_product_explain {
  display: none;
}

.box-store-cart-top .cartjs_cart_in {
  width: 100% !important;
  text-align: left !important;
  font-weight: bold !important;
  font-size: 2rem !important;
  line-height: 1.8 !important;
  margin: 0 auto 5px !important;
}

@media screen and (max-width: 767px) {
  .box-store-cart-top .cartjs_cart_in {
    line-height: 1.4 !important;
    margin: 0 auto 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .box-store-cart-top .cartjs_cart_in .cartjs_product_name {
    font-size: 1.7rem !important;
  }
}

.box-store-cart-top .cartjs_sales_price td {
  font-size: 1.6rem !important;
  padding-bottom: 5px !important;
}

@media screen and (max-width: 767px) {
  .box-store-cart-top .cartjs_sales_price td {
    padding-bottom: 0px !important;
    line-height: 1.4 !important;
  }
}

.box-store-cart-top .cartjs_stock td {
  font-size: 1.4rem !important;
}

.box-store-cart-top .cartjs_product_table .cartjs_product_num,
.box-store-cart-top .cartjs_product_table .cartjs_option,
.box-store-cart-top .cartjs_cart_in input[type=submit],
.box-store-cart-top .cartjs_sk_link_other,
.box-store-cart-top .cartjs_sk_link,
.box-store-cart-top .cartjs_sales_price th,
.box-store-cart-top .cartjs_stock th {
  display: none !important;
}

.box-store-cart-top::after {
  content: '';
  width: 100%;
  display: table;
}

.box-store-cart-top .cartjs_product_table table {
  width: auto !important;
  margin: 0 !important;
}

.column-match-height .box-post-card-01 {
  height: 420px;
}

@media screen and (max-width: 767px) {
  .column-match-height .box-post-card-01 {
    height: auto;
  }
}
