@charset "UTF-8";
/*
Theme Name: 
Author: 
Author URI: 
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Klee+One&family=Noto+Sans+JP:wght@100..900&display=swap");
.clearfix, .error-container, #header, #footer, .contents-sidebar, .container, .container-middle, .container-narrow {
  *zoom: 1;
}
.clearfix:after, .error-container:after, #header:after, #footer:after, .contents-sidebar:after, .container:after, .container-middle:after, .container-narrow:after {
  content: "";
  display: table;
  clear: both;
}

/* --- サイト内共通通 ----------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 125%;
  }
}
@media all and (-ms-high-contrast: none) {
  html {
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
  }
}

body {
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1.625;
  color: #282727;
  background: #f1f0ec;
}
@media (min-width: 48em) {
  body {
    font-size: 0.8rem;
  }
}

a {
  position: relative;
  text-decoration: none;
  color: #000;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 62em) {
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.6;
  }
}

#wrapper {
  overflow: hidden;
}

.normalblock {
  padding: 8rem 0;
}
@media (min-width: 48em) {
  .normalblock {
    padding: 5rem 0;
  }
}

.normalblock0 {
  padding: 0 0 8rem 0;
}
@media (min-width: 48em) {
  .normalblock0 {
    padding: 0 0 5rem 0;
  }
}

.normalblock00 {
  padding: 0;
}
@media (min-width: 48em) {
  .normalblock00 {
    padding: 0;
  }
}

.grayblock {
  background: #f9fbfa;
}

.rekishiblock {
  margin-top: 110px;
  color: #fff;
  background: url("img/img_top1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .rekishiblock {
    margin-top: 110px;
  }
}

.container {
  position: relative;
  margin: 0;
  padding: 0 7vw;
  width: 100%;
}
@media (min-width: 62em) {
  .container {
    padding: 0 5.5vw;
  }
}

/*.container{
	@extend .clearfix;
	position: relative;
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 1200px;
	//overflow: hidden;
    @include media(pc-small){
		padding: 0 0.75rem;
    }
}*/
.container-middle {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 960px;
  overflow: hidden;
}
@media (min-width: 62em) {
  .container-middle {
    padding: 0 0.75rem;
  }
}

.container-narrow {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 820px;
  overflow: hidden;
}
@media (min-width: 62em) {
  .container-narrow {
    padding: 0 0.75rem;
  }
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 0.75rem 1.5rem 0.75rem;
}

.col-md-1 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-1 {
    float: left;
    width: 8.3333%;
  }
}

.col-md-2 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-2 {
    float: left;
    width: 16.6666%;
  }
}

.col-md-3 {
  float: none;
  width: 100%;
}
@media (min-width: 62em) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}

.col-md-4 {
  float: none;
  width: 100%;
}
@media (min-width: 62em) {
  .col-md-4 {
    float: left;
    width: 33.3333%;
  }
}

.col-md-5 {
  float: none;
  width: 100%;
}
@media (min-width: 62em) {
  .col-md-5 {
    float: left;
    width: 41.6666%;
  }
}

.col-md-6 {
  float: none;
  width: 100%;
}
@media (min-width: 62em) {
  .col-md-6 {
    float: left;
    width: 50%;
  }
}

.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: none;
  width: 100%;
}
@media (min-width: 62em) {
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    width: 58.3333%;
  }
}

@media (min-width: 62em) {
  .col-md-8 {
    float: left;
    width: 66.6666%;
  }
}

@media (min-width: 62em) {
  .col-md-9 {
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 62em) {
  .col-md-10 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-10 {
    float: none;
    width: 83.3333%;
    margin: 0 auto;
  }
}

@media (min-width: 62em) {
  .col-md-11 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-11 {
    float: none;
    width: 91.6666%;
    margin: 0 auto;
  }
}

@media (min-width: 62em) {
  .col-md-12 {
    float: none;
    width: 100%;
  }
}

.pd-4px-8px {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pd-8px-16px {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.pd-12px-24px {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.pd-16px-32px {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.pd-20px-40px {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pd-24px-48px {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.pd-28px-56px {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.pd-32px-64px {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.pd-36px-72px {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.pd-40px-80px {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pd-box-4px-8px {
  padding: 0.4rem !important;
}

.pd-box-8px-16px {
  padding: 0.8rem !important;
}

.pd-box-12px-24px {
  padding: 1.2rem !important;
}

.pd-box-16px-32px {
  padding: 1.6rem !important;
}

.pd-box-20px-40px {
  padding: 2rem !important;
}

.pd-box-24px-48px {
  padding: 2.4rem !important;
}

.pd-box-28px-56px {
  padding: 2.8rem !important;
}

.pd-box-32px-64px {
  padding: 3.2rem !important;
}

.pd-box-36px-72px {
  padding: 3.6rem !important;
}

.pd-box-40px-80px {
  padding: 4rem !important;
}

.mg-bottom-4px-8px {
  margin-bottom: 0.4rem !important;
}

.mg-bottom-8px-16px {
  margin-bottom: 0.8rem !important;
}

.mg-bottom-12px-24px {
  margin-bottom: 1.2rem !important;
}

.mg-bottom-16px-32px {
  margin-bottom: 1.6rem !important;
}

.mg-bottom-20px-40px {
  margin-bottom: 2rem !important;
}

.mg-bottom-24px-48px {
  margin-bottom: 2.4rem !important;
}

.mg-bottom-28px-56px {
  margin-bottom: 2.8rem !important;
}

.mg-bottom-32px-64px {
  margin-bottom: 3.2rem !important;
}

.mg-bottom-36px-72px {
  margin-bottom: 3.6rem !important;
}

.mg-bottom-40px-80px {
  margin-bottom: 4rem !important;
}

.w-10pc {
  width: 10% !important;
}

.w-20pc {
  width: 20% !important;
}

.w-30pc {
  width: 30% !important;
}

.w-40pc {
  width: 40% !important;
}

.w-50pc {
  width: 50% !important;
}

.w-60pc {
  width: 60% !important;
}

.w-70pc {
  width: 70% !important;
}

.w-80pc {
  width: 80% !important;
}

.w-90pc {
  width: 90% !important;
}

.w-100pc {
  width: 100% !important;
}

.co-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.co-center-y {
  position: absolute;
  top: 50%;
  left: auto;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.fo-st-italic {
  font-style: italic;
}
.fo-st-normal {
  font-style: normal;
}

.fo-w-normal {
  font-weight: normal;
}
.fo-w-bold {
  font-weight: bold;
}
.fo-w-100 {
  font-weight: 100;
}
.fo-w-300 {
  font-weight: 300;
}
.fo-w-400 {
  font-weight: 400;
}
.fo-w-700 {
  font-weight: 700;
}
.fo-w-900 {
  font-weight: 900;
}

.fo-fa-Lato {
  font-family: Lato;
}
.fo-fa-Roboto {
  font-family: Roboto;
}
.fo-fa-Old_Standard_TT {
  font-family: Old Standard TT;
}
.fo-fa-jp-go {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
.fo-fa-jp-min {
  font-family: "Old Standard TT", "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.fo-2px {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}
@media (min-width: 48em) {
  .fo-2px {
    font-size: 0.1rem !important;
  }
}

.fo-2px-sp {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}

@media (min-width: 48em) {
  .fo-2px-pc {
    font-size: 2px;
    font-size: 0.1rem !important;
    line-height: 5 !important;
  }
}

.fo-4px {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}
@media (min-width: 48em) {
  .fo-4px {
    font-size: 0.2rem !important;
  }
}

.fo-4px-sp {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}

@media (min-width: 48em) {
  .fo-4px-pc {
    font-size: 4px;
    font-size: 0.2rem !important;
    line-height: 3 !important;
  }
}

.fo-6px {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-6px {
    font-size: 0.3rem !important;
  }
}

.fo-6px-sp {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}

@media (min-width: 48em) {
  .fo-6px-pc {
    font-size: 6px;
    font-size: 0.3rem !important;
    line-height: 2.3333333333 !important;
  }
}

.fo-8px {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}
@media (min-width: 48em) {
  .fo-8px {
    font-size: 0.4rem !important;
  }
}

.fo-8px-sp {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}

@media (min-width: 48em) {
  .fo-8px-pc {
    font-size: 8px;
    font-size: 0.4rem !important;
    line-height: 2 !important;
  }
}

.fo-10px {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}
@media (min-width: 48em) {
  .fo-10px {
    font-size: 0.5rem !important;
  }
}

.fo-10px-sp {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

@media (min-width: 48em) {
  .fo-10px-pc {
    font-size: 10px;
    font-size: 0.5rem !important;
    line-height: 1.8 !important;
  }
}

.fo-12px {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}
@media (min-width: 48em) {
  .fo-12px {
    font-size: 0.6rem !important;
  }
}

.fo-12px-sp {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}

@media (min-width: 48em) {
  .fo-12px-pc {
    font-size: 12px;
    font-size: 0.6rem !important;
    line-height: 1.6666666667 !important;
  }
}

.fo-14px {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}
@media (min-width: 48em) {
  .fo-14px {
    font-size: 0.7rem !important;
  }
}

.fo-14px-sp {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}

@media (min-width: 48em) {
  .fo-14px-pc {
    font-size: 14px;
    font-size: 0.7rem !important;
    line-height: 1.5714285714 !important;
  }
}

.fo-16px {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 48em) {
  .fo-16px {
    font-size: 0.8rem !important;
  }
}

.fo-16px-sp {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 48em) {
  .fo-16px-pc {
    font-size: 16px;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }
}

.fo-18px {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}
@media (min-width: 48em) {
  .fo-18px {
    font-size: 0.9rem !important;
  }
}

.fo-18px-sp {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}

@media (min-width: 48em) {
  .fo-18px-pc {
    font-size: 18px;
    font-size: 0.9rem !important;
    line-height: 1.4444444444 !important;
  }
}

.fo-20px {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}
@media (min-width: 48em) {
  .fo-20px {
    font-size: 1rem !important;
  }
}

.fo-20px-sp {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}

@media (min-width: 48em) {
  .fo-20px-pc {
    font-size: 20px;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}

.fo-22px {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}
@media (min-width: 48em) {
  .fo-22px {
    font-size: 1.1rem !important;
  }
}

.fo-22px-sp {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}

@media (min-width: 48em) {
  .fo-22px-pc {
    font-size: 22px;
    font-size: 1.1rem !important;
    line-height: 1.3636363636 !important;
  }
}

.fo-24px {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-24px {
    font-size: 1.2rem !important;
  }
}

.fo-24px-sp {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}

@media (min-width: 48em) {
  .fo-24px-pc {
    font-size: 24px;
    font-size: 1.2rem !important;
    line-height: 1.3333333333 !important;
  }
}

.fo-26px {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}
@media (min-width: 48em) {
  .fo-26px {
    font-size: 1.3rem !important;
  }
}

.fo-26px-sp {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}

@media (min-width: 48em) {
  .fo-26px-pc {
    font-size: 26px;
    font-size: 1.3rem !important;
    line-height: 1.3076923077 !important;
  }
}

.fo-28px {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}
@media (min-width: 48em) {
  .fo-28px {
    font-size: 1.4rem !important;
  }
}

.fo-28px-sp {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}

@media (min-width: 48em) {
  .fo-28px-pc {
    font-size: 28px;
    font-size: 1.4rem !important;
    line-height: 1.2857142857 !important;
  }
}

.fo-30px {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}
@media (min-width: 48em) {
  .fo-30px {
    font-size: 1.5rem !important;
  }
}

.fo-30px-sp {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}

@media (min-width: 48em) {
  .fo-30px-pc {
    font-size: 30px;
    font-size: 1.5rem !important;
    line-height: 1.2666666667 !important;
  }
}

.fo-32px {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 48em) {
  .fo-32px {
    font-size: 1.6rem !important;
  }
}

.fo-32px-sp {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}

@media (min-width: 48em) {
  .fo-32px-pc {
    font-size: 32px;
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
  }
}

.fo-34px {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}
@media (min-width: 48em) {
  .fo-34px {
    font-size: 1.7rem !important;
  }
}

.fo-34px-sp {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}

@media (min-width: 48em) {
  .fo-34px-pc {
    font-size: 34px;
    font-size: 1.7rem !important;
    line-height: 1.2352941176 !important;
  }
}

.fo-36px {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}
@media (min-width: 48em) {
  .fo-36px {
    font-size: 1.8rem !important;
  }
}

.fo-36px-sp {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}

@media (min-width: 48em) {
  .fo-36px-pc {
    font-size: 36px;
    font-size: 1.8rem !important;
    line-height: 1.2222222222 !important;
  }
}

.fo-38px {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}
@media (min-width: 48em) {
  .fo-38px {
    font-size: 1.9rem !important;
  }
}

.fo-38px-sp {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}

@media (min-width: 48em) {
  .fo-38px-pc {
    font-size: 38px;
    font-size: 1.9rem !important;
    line-height: 1.2105263158 !important;
  }
}

.fo-40px {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 48em) {
  .fo-40px {
    font-size: 2rem !important;
  }
}

.fo-40px-sp {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}

@media (min-width: 48em) {
  .fo-40px-pc {
    font-size: 40px;
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
}

.fo-42px {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}
@media (min-width: 48em) {
  .fo-42px {
    font-size: 2.1rem !important;
  }
}

.fo-42px-sp {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}

@media (min-width: 48em) {
  .fo-42px-pc {
    font-size: 42px;
    font-size: 2.1rem !important;
    line-height: 1.1904761905 !important;
  }
}

.fo-44px {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}
@media (min-width: 48em) {
  .fo-44px {
    font-size: 2.2rem !important;
  }
}

.fo-44px-sp {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}

@media (min-width: 48em) {
  .fo-44px-pc {
    font-size: 44px;
    font-size: 2.2rem !important;
    line-height: 1.1818181818 !important;
  }
}

.fo-46px {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}
@media (min-width: 48em) {
  .fo-46px {
    font-size: 2.3rem !important;
  }
}

.fo-46px-sp {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}

@media (min-width: 48em) {
  .fo-46px-pc {
    font-size: 46px;
    font-size: 2.3rem !important;
    line-height: 1.1739130435 !important;
  }
}

.fo-48px {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}
@media (min-width: 48em) {
  .fo-48px {
    font-size: 2.4rem !important;
  }
}

.fo-48px-sp {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}

@media (min-width: 48em) {
  .fo-48px-pc {
    font-size: 48px;
    font-size: 2.4rem !important;
    line-height: 1.1666666667 !important;
  }
}

.fo-50px {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}
@media (min-width: 48em) {
  .fo-50px {
    font-size: 2.5rem !important;
  }
}

.fo-50px-sp {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}

@media (min-width: 48em) {
  .fo-50px-pc {
    font-size: 50px;
    font-size: 2.5rem !important;
    line-height: 1.16 !important;
  }
}

.fo-52px {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}
@media (min-width: 48em) {
  .fo-52px {
    font-size: 2.6rem !important;
  }
}

.fo-52px-sp {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}

@media (min-width: 48em) {
  .fo-52px-pc {
    font-size: 52px;
    font-size: 2.6rem !important;
    line-height: 1.1538461538 !important;
  }
}

.fo-54px {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}
@media (min-width: 48em) {
  .fo-54px {
    font-size: 2.7rem !important;
  }
}

.fo-54px-sp {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}

@media (min-width: 48em) {
  .fo-54px-pc {
    font-size: 54px;
    font-size: 2.7rem !important;
    line-height: 1.1481481481 !important;
  }
}

.fo-56px {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}
@media (min-width: 48em) {
  .fo-56px {
    font-size: 2.8rem !important;
  }
}

.fo-56px-sp {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}

@media (min-width: 48em) {
  .fo-56px-pc {
    font-size: 56px;
    font-size: 2.8rem !important;
    line-height: 1.1428571429 !important;
  }
}

.fo-58px {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}
@media (min-width: 48em) {
  .fo-58px {
    font-size: 2.9rem !important;
  }
}

.fo-58px-sp {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}

@media (min-width: 48em) {
  .fo-58px-pc {
    font-size: 58px;
    font-size: 2.9rem !important;
    line-height: 1.1379310345 !important;
  }
}

.fo-60px {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}
@media (min-width: 48em) {
  .fo-60px {
    font-size: 3rem !important;
  }
}

.fo-60px-sp {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}

@media (min-width: 48em) {
  .fo-60px-pc {
    font-size: 60px;
    font-size: 3rem !important;
    line-height: 1.1333333333 !important;
  }
}

.fo-co-base {
  color: #2f210c;
}
.fo-co-white {
  color: #fff;
}
.fo-co-black {
  color: #1a1a1a;
}
.fo-co-gray {
  color: #eee;
}
.fo-co-red {
  color: #d63b3f;
}
.fo-co-pink {
  color: #f36861;
}
.fo-co-blue {
  color: #36b1c0;
}
.fo-co-green {
  color: #68ba8a;
}
.fo-co-orange {
  color: #f98700;
}
.fo-co-yellow {
  color: #ffff00;
}

.text-lh-16px {
  line-height: 16px;
}

.text-lh-24px {
  line-height: 24px;
}

.text-lh-32px {
  line-height: 32px;
}

.text-lh-40px {
  line-height: 40px;
}

.text-lh-48px {
  line-height: 48px;
}

.text-lh-56px {
  line-height: 56px;
}

.text-indent-1em {
  text-indent: 1em;
}

.img-float-l, .img-float-r {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 30em) {
  .img-float-l, .img-float-r {
    float: left;
    display: inline-block;
    margin: 0 1.875rem 1.875rem 0;
  }
}
@media (min-width: 30em) {
  .img-float-r {
    float: right;
    margin: 0 0 1.875rem 1.875rem;
  }
}

.border-top {
  border-top: 1px #c8c8c8 solid;
}

.border-bottom {
  border-bottom: 1px #c8c8c8 solid;
}

.border-1px {
  border: 1px #ddd solid;
}

.border-2px {
  border: 2px #ddd solid;
}

.border-3px {
  border: 3px #ddd solid;
}

.border-4px {
  border: 4px #eee solid;
}

.border-5px {
  border: 5px #eee solid;
}

.border-co-base {
  border-color: #2f210c;
}

.border-co-white {
  border-color: #fff;
}

.border-co-black {
  border-color: #1a1a1a;
}

.border-co-gray {
  border-color: #eee;
}

.border-co-red {
  border-color: #d63b3f;
}

.border-co-pink {
  border-color: #f36861;
}

.border-co-blue {
  border-color: #36b1c0;
}

.border-co-green {
  border-color: #68ba8a;
}

.border-co-orange {
  border-color: #f98700;
}

.border-co-yellow {
  border-color: #ffff00;
}

.radius-4 {
  border-radius: 4px;
}
.radius-8 {
  border-radius: 8px;
}
.radius-16 {
  border-radius: 16px;
}
.radius-24 {
  border-radius: 24px;
}
.radius-32 {
  border-radius: 32px;
}
.radius-40 {
  border-radius: 40px;
}
.radius-100 {
  border-radius: 100%;
}

.bg-co-gray-light {
  background-color: #e1e1e1;
}
.bg-co-gray-middle {
  background-color: #d5d5d5;
}
.bg-co-gray-dark {
  background-color: #c8c8c8;
}
.bg-co-black {
  background-color: #1a1a1a;
  color: #fff;
}
.bg-co-white {
  background-color: #fff;
}

#PagetopBtn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 800;
  mix-blend-mode: difference;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#PagetopBtn:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#PagetopBtn.visible {
  right: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#PagetopBtn a {
  color: #fff;
  font-size: 12px;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  #PagetopBtn a {
    font-size: 16px;
  }
}
#PagetopBtn a:hover {
  opacity: 1;
}

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab li {
  margin: 0;
}

.content_wrap {
  display: block;
}
.content_wrap.disnon {
  display: block;
}
@media (min-width: 48em) {
  .content_wrap.disnon {
    display: none;
  }
}

.accordion-menu-btn {
  cursor: pointer;
}
.accordion-menu-box {
  display: none;
}
.accordion-menu-box.visible {
  display: none;
}

.accordion-menu-sp-btn {
  cursor: pointer;
}
@media (min-width: 48em) {
  .accordion-menu-sp-btn {
    cursor: auto;
  }
}
.accordion-menu-sp-box {
  display: none;
}
.accordion-menu-sp-box.visible {
  display: none;
}
.accordion-menu-sp-box.invisible {
  display: block;
}
@media (min-width: 48em) {
  .accordion-menu-sp-box {
    display: block;
  }
  .accordion-menu-sp-box.invisible, .accordion-menu-sp-box.visible {
    display: block;
  }
}

/* ----------------------------------------------------------

   #mainsl

   ---------------------------------------------------------- */
#mainsl {
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 0;
  width: 100%;
  height: calc((100vh - 134px) / 2);
  min-height: calc((100vh - 134px) / 2);
}
@media (min-width: 48em) {
  #mainsl {
    margin: 43vh 0 0 0;
    width: 42%;
    height: 52vh;
    min-height: 52vh;
  }
}

/* ----- .mainImg ----- */
.mainImg {
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
}

/* ----- .logo ----- */
#mainsl .logo {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 500px;
  height: 102px;
  z-index: 2;
  background: url(../images/logo-L.png) center center no-repeat;
  margin-left: -250px;
  overflow: hidden;
  text-indent: -999px;
}

/* ----- .position ----- */
.posiCenter {
  background-position: center;
}

.posiTop {
  background-position: top;
}

.posiBottom {
  background-position: bottom;
}

.posiRight {
  background-position: right;
}

.posiLeft {
  background-position: right;
}

/* ----- .bgAttachmen -----  
.bgAttachment { background-attachment: fixed; }*/
/* ----- a.linkArea ----- 
#mainsl a.linkArea { 
	position:absolute; 
	top:0; 
	left:0; 
	bottom:0; 
	right:0; 
	display:block; 
	z-index:1; 
	background:none; 
}*/
/* ----- .slick-slider ----- */
#mainsl .slick-list,
#mainsl .slick-track {
  height: 100%;
}

/* .slick-prev .slick-next */
#mainsl .slick-prev,
#mainsl .slick-next {
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  width: 50px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  text-align: center;
  background: transparent;
  color: #de0716;
  border: #de0716 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

#mainsl .slick-prev:hover,
#mainsl .slick-next:hover {
  color: #fefefe;
  background: #de0716;
}

#mainsl .slick-prev:before,
#mainsl .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font-family: "themify";
  font-size: 12px;
  line-height: 50px;
  text-align: center; /*opacity: 0.75; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}

#mainsl .slick-prev {
  left: 25px;
}

[dir=rtl] #mainsl .slick-prev {
  left: auto;
  right: 25px;
}

#mainsl .slick-prev:before {
  content: "◀";
}

[dir=rtl] #mainsl .slick-prev:before {
  content: "◀";
}

#mainsl .slick-next {
  right: 25px;
}

[dir=rtl] #mainsl .slick-next {
  left: 25px;
  right: auto;
}

#mainsl .slick-next:before {
  content: "▸";
}

[dir=rtl] #mainsl .slick-next:before {
  content: "▸";
}

/* ----- .slick-dots ----- */
#mainsl .slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

#mainsl .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#mainsl .slick-dots li button {
  border: 0;
  background: #fefefe;
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  background: #fefefe;
}

#mainsl .slick-dots li.slick-active button {
  outline: 0;
  background: #ffe360;
}

/* ----- .scrollArea ----- */
#mainsl .scrollArea {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
  text-align: center;
}

#mainsl .scrollArea a {
  display: block;
  width: 60px;
  height: 60px;
  color: #de0716;
  border: #de0716 1px solid;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

#mainsl .scrollArea a i {
  font-size: 15px;
  line-height: 60px;
}

#mainsl .scrollArea a:hover {
  color: #fefefe;
  background: #de0716;
  border: none;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

#mainsl2 {
  margin: 0;
  width: 100%;
  height: calc((100vh - 134px) / 2);
  min-height: calc((100vh - 134px) / 2);
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 0;
}
@media (min-width: 48em) {
  #mainsl2 {
    width: 50%;
    height: 110vh;
    min-height: 110vh;
  }
}

/*
#mainsl2 .logo { position: absolute; top: 160px; left: 50%; width: 500px; height: 102px; z-index: 2; background: url(../images/logo-L.png) center center no-repeat; margin-left: -250px; overflow: hidden; text-indent: -999px; }
/* ----- a.linkArea ----- 
#mainsl2 a.linkArea { position:absolute; top:0; left:0; bottom:0; right:0; display:block; z-index:1; background:none; }*/
/* ----- .slick-slider ----- */
#mainsl2 .slick-list,
#mainsl2 .slick-track {
  height: 100%;
}

/* .slick-prev .slick-next */
#mainsl2 .slick-prev,
#mainsl2 .slick-next {
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  width: 50px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  text-align: center;
  background: transparent;
  color: #de0716;
  border: #de0716 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

#mainsl2 .slick-prev:hover,
#mainsl2 .slick-next:hover {
  color: #fefefe;
  background: #de0716;
}

#mainsl2 .slick-prev:before,
#mainsl2 .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font-family: "themify";
  font-size: 12px;
  line-height: 50px;
  text-align: center; /*opacity: 0.75; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}

#mainsl2 .slick-prev {
  left: 25px;
}

[dir=rtl] #mainsl2 .slick-prev {
  left: auto;
  right: 25px;
}

#mainsl2 .slick-prev:before {
  content: "?";
}

[dir=rtl] #mainsl2 .slick-prev:before {
  content: "?";
}

#mainsl2 .slick-next {
  right: 25px;
}

[dir=rtl] #mainsl2 .slick-next {
  left: 25px;
  right: auto;
}

#mainsl2 .slick-next:before {
  content: "?";
}

[dir=rtl] #mainsl2 .slick-next:before {
  content: "?";
}

/* ----- .slick-dots ----- */
#mainsl2 .slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

#mainsl2 .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#mainsl2 .slick-dots li button {
  border: 0;
  background: #fefefe;
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  background: #fefefe;
}

#mainsl2 .slick-dots li.slick-active button {
  outline: 0;
  background: #ffe360;
}

/* ----- .scrollArea ----- */
#mainsl2 .scrollArea {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
  text-align: center;
}

#mainsl2 .scrollArea a {
  display: block;
  width: 60px;
  height: 60px;
  color: #de0716;
  border: #de0716 1px solid;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

#mainsl2 .scrollArea a i {
  font-size: 15px;
  line-height: 60px;
}

#mainsl2 .scrollArea a:hover {
  color: #fefefe;
  background: #de0716;
  border: none;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

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

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

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

/*.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

/*ポジション
.posiCenter { background-position: center; }
.posiTop { background-position: top; }
.posiBottom { background-position: bottom; }
.posiRight { background-position: right; }
.posiLeft { background-position: left; }*/
/*背景画像*/
.img01 {
  background: url(imgs/img_top_1.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.img02 {
  background: url(imgs/img_top_2.jpg);
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
.img03 {
  background: url(img/slide_03.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.img04 {
  background: url(img/slide_04.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.img05 {
  background: url(img/slide_05.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.easy-select-box {
  display: inline-block;
  position: relative;
}
.easy-select-box .esb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  display: none;
}

/* ----------------------------------------------------------
   .preloader
   -------------------------------------------------  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #f1f0ec;
  z-index: 999999;
}

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  text-indent: -9999px;
  display: none;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #d6d4cd;
  border-bottom: 1px solid #d6d4cd;
  border-left: 1px solid #d6d4cd;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

.spinnerlogo {
  position: absolute;
  display: none;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #f1f0ec url(imgs/logo2.svg) no-repeat center center;
  background-size: contain;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*@media screen and (max-width: 768px) {
  .spinner {
    width: 100px;
    height: 100px;
  }
  .spinner:before {
	width: 98px;
	height: 98px;
	}
}

@media screen and (max-width: 414px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
  .spinner:before {
	width: 78px;
	height: 78px;
	}
}*/
/*google mapレスポンシブ*/
.gmap {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  padding-bottom: 33.333%;
  overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*標準テキスト*/
.pagag {
  text-align: left;
}
@media (min-width: 48em) {
  .pagag {
    text-align: center;
  }
}

/*表示非表示*/
.tabletbr {
  display: inline-block !important;
}
@media (min-width: 48em) {
  .tabletbr {
    display: none !important;
  }
}

.pcbr {
  display: none !important;
}
@media (min-width: 48em) {
  .pcbr {
    display: inline-block !important;
  }
}

.tel-link a {
  color: currentColor;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9990;
  mix-blend-mode: difference;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 48em) {
  #header {
    padding: 0 25px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
}
#header .title-main .normal {
  display: inline-block;
}
#header .title-main .sticky {
  display: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 48em) {
  .header {
    display: block;
    margin: 0 auto;
    height: 105px;
  }
}
.header-title {
  display: block;
  margin: 14px 0 0 16px;
  line-height: 0;
  padding: 0;
  float: left;
  width: 150px;
  width: 164px;
}
@media (min-width: 48em) {
  .header-title {
    width: 150px;
    margin: 20px 25px 25px 5px;
  }
}
.header-title .title-main {
  display: inline-block;
  height: auto;
  opacity: 1;
  width: 164px;
}
@media (min-width: 48em) {
  .header-title .title-main {
    width: 150px;
  }
}
.header-title .title-main img {
  height: auto;
  width: 100%;
}
.header-menu {
  width: auto;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .header-menu {
    pointer-events: auto;
    position: relative;
    display: block;
    width: auto;
    float: left;
    text-align: right;
    overflow: visible;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    right: 0;
  }
}
.header-menu-gl ul {
  margin: 0;
  padding: 12px 16px 0 0;
  list-style: none;
  display: block;
  text-align: right;
}
@media (min-width: 48em) {
  .header-menu-gl ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    height: 86px;
  }
}
.header-menu-gl li {
  font-family: "Gilda Display", serif;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  text-align: right;
  width: auto;
  overflow: hidden;
}
@media (min-width: 48em) {
  .header-menu-gl li {
    text-align: center;
    line-height: 1.2em;
    border-bottom: none;
    margin: 0;
    background: none;
    display: inline-block;
    padding: 0 7px;
    border: none;
  }
}
@media (min-width: 48em) {
  .header-menu-gl li {
    padding: 0 13px;
  }
}
.header-menu-gl li a {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 0;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  z-index: 10;
  font-size: 1.6rem;
}
@media (min-width: 35em) {
  .header-menu-gl li a {
    padding: 0;
  }
}
@media (min-width: 48em) {
  .header-menu-gl li a {
    font-size: 0.7rem;
  }
}
.header-menu-gl li a:hover {
  opacity: 1;
}
.header-menu-gl li a img {
  width: 14px;
  height: auto;
}
@media (min-width: 48em) {
  .header-menu-gl li a img {
    width: 18px;
  }
}
.header-menu-gl li:nth-child(1) a::after {
  content: "About";
  position: absolute;
  top: 30px;
  left: 0;
}
.header-menu-gl li:nth-child(2) a::after {
  content: "Works";
  position: absolute;
  top: 30px;
  left: 0;
}
.header-menu-gl li:nth-child(3) a::after {
  content: "New / Blog";
  position: absolute;
  top: 30px;
  left: 0;
}
.header-menu-gl li:nth-child(4) a::after {
  content: "Contact";
  position: absolute;
  top: 30px;
  left: 0;
}
.header-menu-gl li:nth-child(5) a::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url(imgs/insta.svg) no-repeat center right;
  background-size: contain;
}
@media (min-width: 48em) {
  .header-menu-gl li:last-child a img {
    margin-top: -4px;
  }
}
.header-menu-gl li:hover a {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); /* 現在位置より30px上へ移動 */
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; /* 0.5秒かけて移動させる */
}
.header-menu-gl li.current {
  overflow: inherit;
}
.header-menu-gl li.current:hover a {
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 現在位置より30px上へ移動 */
}
.header-menu-gl li.current a {
  position: relative;
  overflow: inherit;
  color: #fff;
}
.header-menu-gl li.current a::after {
  position: absolute;
  background: #fff;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  top: 32%;
  left: -0.7em;
  z-index: 100;
}
@media (min-width: 48em) {
  .header-menu-gl li.current a::after {
    width: 4px;
    height: 4px;
    border-radius: 6px;
    left: calc(50% - 2px);
    top: inherit;
    bottom: -0.7em;
  }
}
.header-menu.open {
  pointer-events: auto;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 900;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header.scrollheader {
  padding: 20px 25px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#header.scrollheader .header {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

#menu-btn {
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  width: 70px;
  height: 57px;
  display: block;
  z-index: 9000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: none;
}
@media (min-width: 62em) {
  #menu-btn {
    display: none;
  }
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 25px;
  height: 2px;
  margin: 0 0 0 -15px;
  background-color: #4d4d4d;
  border-radius: 2px;
}
#menu-btn .menu-btn-icon:before, #menu-btn .menu-btn-icon:after {
  content: "";
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #4d4d4d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu-btn .menu-btn-icon:before {
  margin-top: -8px;
}
#menu-btn .menu-btn-icon:after {
  margin-top: 8px;
}
#menu-btn .menu-btn-text {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
#menu-btn .menu-btn-text:before {
  color: #fff;
  font-size: 8px !important;
  letter-spacing: 0.08em;
}
@media (min-width: 48em) {
  #menu-btn .menu-btn-text {
    font-size: 0.5rem;
  }
}
#menu-btn.open {
  color: #000;
}
#menu-btn.open .menu-btn-text:before {
  color: #000;
  font-size: 8px !important;
}
#menu-btn.open .menu-btn-icon {
  background: transparent;
}
#menu-btn.open .menu-btn-icon:before {
  margin-top: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon:after {
  margin-top: 0;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#footer {
  position: relative;
  padding: 3rem 0 4rem 0;
}
@media (min-width: 48em) {
  #footer {
    padding: 7.5rem 0 1rem 0;
  }
}
#footer .container-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 16px;
}
@media (min-width: 48em) {
  #footer .container-f {
    padding: 0 25px;
  }
}
#footer .container-f .flogobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .container-f .flogobox a {
  margin-right: 2em;
}
#footer .container-f .flogobox a img {
  height: 53px;
  width: auto;
}
#footer .container-f .flogobox p {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 35em) {
  #footer .container-f .flogobox p {
    font-size: 16px;
  }
}
#footer .container-f .copy {
  display: block;
  width: 100%;
  font-size: 10px;
}
@media (min-width: 48em) {
  #footer .container-f .copy {
    font-size: 12px;
  }
}

#mainContents {
  letter-spacing: 0.05em;
  line-height: 2em;
}

@media (min-width: 48em) {
  .toppage #mainContents {
    margin-top: -100vh;
  }
}

@media (min-width: 62em) {
  .main-left {
    float: left;
    width: 100%;
    margin-right: -330px;
    padding-right: 330px;
  }
}
@media (min-width: 62em) {
  .main-right {
    float: right;
    width: 300px;
  }
}

.contents-sidebar {
  position: relative;
  margin: 0 -0.75rem 2.4rem -0.75rem;
}
@media (min-width: 62em) {
  .contents-sidebar {
    margin: 0 0 1.4rem 0;
  }
}

.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

.headling-h3-normal {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .headling-h3-normal {
    font-size: 2rem;
  }
}
.headling-h3-normal:before {
  content: "";
  display: block;
  width: 34px;
  height: 13px;
  background: url("img/star.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: calc(50% - 17px);
}
.headling-h3-normalw {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-weight: 700;
  margin-bottom: 1em;
  color: #fff;
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .headling-h3-normalw {
    font-size: 2rem;
  }
}
.headling-h3-normalw:before {
  content: "";
  display: block;
  width: 34px;
  height: 13px;
  background: url("img/starw.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: calc(50% - 17px);
}
.headling-h3-faq {
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .headling-h3-faq {
    font-size: 1.4rem;
  }
}
.headling-h3-faq img {
  height: 26px;
  width: auto;
  margin-right: 0.4em;
}
@media (min-width: 48em) {
  .headling-h3-faq img {
    height: 38px;
  }
}
.headling-h3-text {
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .headling-h3-text {
    font-size: 1.4rem;
  }
}
.headling-h3-text2 {
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .headling-h3-text2 {
    font-size: 1.4rem;
  }
}
.headling-h3-company1, .headling-h3-company2, .headling-h3-company3 {
  font-weight: 700;
  line-height: 115px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .headling-h3-company1, .headling-h3-company2, .headling-h3-company3 {
    line-height: 195px;
    font-size: 1.4rem;
  }
}
.headling-h3-company1 {
  background: url("img/img_company2.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.headling-h3-company2 {
  background: url("img/img_company3.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.headling-h3-company3 {
  background: url("img/img_company4.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.headling-h3-noimg {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin-bottom: 45px;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .headling-h3-noimg {
    margin-bottom: 60px;
    font-size: 1.4rem;
  }
}
.headling-h3-noimg:before {
  content: "";
  display: block;
  background: #4d4d4d;
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
}
@media (min-width: 48em) {
  .headling-h3-noimg:before {
    bottom: -30px;
    height: 3px;
    width: 86px;
    left: calc(50% - 43px);
  }
}
.headling-h4 {
  font-size: 1.8rem;
  line-height: 1.2777777778;
  margin-bottom: 0.75em;
  color: #363636;
  font-weight: bold;
}
@media (min-width: 48em) {
  .headling-h4 {
    font-size: 1.1rem;
  }
}

.text-big {
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
}
@media (min-width: 48em) {
  .text-big {
    line-height: 2em;
    font-size: 0.9rem;
  }
}
@media (min-width: 62em) {
  .text-big {
    font-size: 1rem;
  }
}

.btn {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-normal-black {
  position: relative;
  background: #222222;
  color: #fff;
  border: 1px solid #222222;
  line-height: 58px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 60px;
  width: auto;
}
@media (min-width: 48em) {
  .btn-normal-black {
    font-size: 0.7rem;
  }
}
.btn-normal-black:hover {
  background: #fff;
  color: #222222;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.btn-normal-grade {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto 5px auto !important;
  width: 84%;
  background: -webkit-gradient(linear, left top, right top, from(#61b6f9), color-stop(50%, #f794dd), to(#f794dd));
  background: linear-gradient(90deg, #61b6f9 0%, #f794dd 50%, #f794dd 100%);
  background-position: 0% 100%;
  background-size: 200% auto;
  color: #fff;
  line-height: 58px;
  font-weight: 700;
  border-radius: 30px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.2rem;
  padding: 0 60px;
}
@media (min-width: 48em) {
  .btn-normal-grade {
    font-size: 0.7rem;
  }
}
.btn-normal-grade:hover {
  background-position: 100% 200%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.flboxtbn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flboxtbn .btn-normal-grade {
  display: block;
  padding: 0 10px;
  width: 46%;
  margin: 1% 0.5% !important;
}

.btn-center {
  margin: 0 auto;
}

.normal_photo {
  display: block;
  width: calc(100% + 4rem);
  padding: 0;
  margin: 1rem -2rem;
  background: #4d4d4d;
}
@media (min-width: 48em) {
  .normal_photo {
    margin: 2rem auto;
    width: 70%;
  }
}
.normal_photo img {
  width: 100%;
  height: auto;
}

.normal_photo {
  display: block;
  width: 100%;
  padding: 0;
  margin: 1rem 0;
  background: #4d4d4d;
}
@media (min-width: 48em) {
  .normal_photo {
    margin: 2rem auto;
    width: 70%;
  }
}
.normal_photo img {
  width: 100%;
  height: auto;
}

.wide_photo {
  display: block;
  width: calc(100% + 4rem);
  padding: 0;
  margin: 1rem -2rem;
  background: #4d4d4d;
}
@media (min-width: 48em) {
  .wide_photo {
    margin: 2rem auto;
    width: 70%;
  }
}
.wide_photo img {
  width: 100%;
  height: auto;
}

.Lwide_photo {
  display: block;
  width: 100%;
  padding: 0;
  margin: 1rem 0;
  background: #4d4d4d;
}
@media (min-width: 48em) {
  .Lwide_photo {
    margin: 2rem 20% 2rem 0;
    width: 80%;
  }
}
@media (min-width: 64em) {
  .Lwide_photo {
    margin: 2rem 17.5% 2rem 0;
    width: 82.5%;
  }
}
@media (min-width: 76.875em) {
  .Lwide_photo {
    margin: 2rem 15% 2rem 0;
    width: 85%;
  }
}
.Lwide_photo img {
  width: 100%;
  height: auto;
}

.fbanner {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.fbanner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 10px 14px 10px;
}
.fbanner a .fbanner-text {
  padding-left: 15px;
  text-align: left;
}

.spbr {
  display: inline-block;
}
@media (min-width: 30em) {
  .spbr {
    display: none;
  }
}

.hoverzoom {
  opacity: 1 !important;
  display: block;
}
@media (min-width: 48em) {
  .hoverzoom img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hoverzoom:hover {
  opacity: 1 !important;
  display: block;
}
@media (min-width: 48em) {
  .hoverzoom:hover img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.hoverzoom2 {
  opacity: 1 !important;
  display: block;
}
@media (min-width: 48em) {
  .hoverzoom2 {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hoverzoom2:hover {
  opacity: 1 !important;
  display: block;
}
@media (min-width: 48em) {
  .hoverzoom2:hover {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

/**/
.ancorout {
  position: relative;
}
.ancorout .ancor {
  position: absolute;
  top: -58px;
}
@media (min-width: 62em) {
  .ancorout .ancor {
    top: -166px;
  }
}

.gmap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .gmap {
    padding-bottom: 56.25%;
  }
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap .ggmap {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*.contents-title{
	margin: 0 0 0.80rem;
	text-align: center;
	@include font_size(22);
	@include line_height(22);
	color: $midashi-color;
	letter-spacing: 0.02em;
	font-weight: 900;
	@include media(tablet){
		@include font_size(22/2);
	}
	span{
		display: block;
		@include font_size(14);
		@include line_height(14);
		color: $midashi-color;
		font-weight: bold;
		@include media(tablet){
			@include font_size(14/2);
		}
	}
	&.white{
		color: #fff;
		span{
			color: #fff;
		}
	}
	&.small{
		@include font_size(30);
		@include line_height(30);
		@include media(tablet){
			@include font_size(30/2);
		}
	}
	&.lower-page{
		margin: 0 0 1.2rem;
		text-align: left;
		@include media(tablet){
			margin: 0 0 0.80rem;
		}
		span{
			@include media(tablet){
				position: relative;
				margin: 0 0 0 16px;
				bottom: 2px;
				display: inline-block;
			}
		}
	}
	&.arbanist-page{
		padding-bottom: 0.2rem;
		border-bottom: 1px solid $base-red-color;
		//color: $base-red-color;
		span{
			//color: $base-red-color;
		}
	}
}


.subcatgory{
	&-button{
		margin: 0 0 1.2rem;
		font-size: 0;
		text-align: left;
		@include media(pc-small){
			//border-bottom: 1px solid #444;
		}
		span{
			display: inline-block;
			width: 33.333333%;
			padding: 0 1px 1px 0;
			vertical-align: top;
			@include font_size(14);
			@include line_height(14);
			text-align: center;
			@include media(tablet){
				@include font_size(14/2);
			}
			@include media(pc-small){
				width: auto;
			}
			&.on{
				a{
					background-color: $base-red-color;
					color: #fff;
					&:hover{
						opacity: 0.60;
					}
				}
			}
		}
		a{
			display: block;
			padding: 10px 0;
			background-color: #444;
			color: #fff;
			@include media(pc-small){
				padding: 10px 20px;
			}
			&:hover{
				//background-color: #fff;
				//color: $link-color;
				//opacity: 1;
			}

		}
	}
}

// moreボタン
.more-link{
	margin: 0;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	a{
		display: block;
		margin: 0 auto;
		max-width: 200px;
		min-height: 40px;
		padding: 0;
		border: 1px solid #fff;
		color: #fff;
		&:hover{
			background-color: #fff;
			color: #000;
			opacity: 1.00;
		}
	}
}

// パンくずリスト
.pankuzu{
	display: none;
	position: relative;
	margin: 0 auto;
	max-width: $pc-width;
	margin: auto;
	width: 100%;
	padding: 1.0rem 0.75rem;
	@include font_size(14);
	line-height: 22px;
	@include media(tablet){
		@include font_size(14/2);
	}
	@include media(pc-small){
		display: block;
		//margin-top: -30px;
		padding: 0 0.75rem 0.75rem 0;
	}
	a{
		position: relative;
		display: block;
		vertical-align: top;
		padding: 0 19px 0 0;
		color: $link-color;
		&:after{
			content: '\f105';
			font-family: $font-icon;
			margin-left: 8px;
			font-size: 14px;
			line-height: 22px;
			color: $font-gray;
		}
		@include media(tablet){
			display: inline-block;
			&:after{
				position: absolute;
				right: 4px;
				top: 0;
				margin: 0;
			}
		}
	}
}


//一覧カテゴリ表記
span.category{
	display: block;
	margin-bottom: 0.6rem;
	@include font_size(10);
	line-height: 1;
	letter-spacing: 0.02em;
	@include media(tablet){
		margin-bottom: 0.3rem;
		@include font_size(11/2);
	}
	span{
		display: inline-block;
		margin: 0 6px 0 0;
		padding: 2px;
		border-bottom: 1px solid #000;
		font-weight: 400;
	}
	.spsd{
		color: #999!important;
		border-color: #999!important;
	}
	.jazz{
		border-color: $cate-jazz!important;
		color: $cate-jazz!important;
	}
	.music{
		border-color: $cate-music!important;
		color: $cate-music!important;
	}
	.cinema{
		border-color: $cate-cinema!important;
		color: $cate-cinema!important;
	}
	.book{
		border-color: $cate-book!important;
		color: $cate-book!important;
	}
	.art{
		border-color: $cate-art!important;
		color: $cate-art!important;
	}
	.fashion{
		border-color: $cate-fashion!important;
		color: $cate-fashion!important;
	}
	.food-drink{
		border-color: $cate-food_drink!important;
		color: $cate-food_drink!important;
	}
	.activity{
		border-color: $cate-activity!important;
		color: $cate-activity!important;
	}
	.travel{
		border-color: $cate-travel!important;
		color: $cate-travel!important;
	}
	.present{
		border-color: $cate-jazz!important;
		background: $cate-jazz!important;
    color: $cate-present!important;
    @include border_radius();
    padding-left: 4px;
    padding-right: 4px;
	}
}



//--------------------------------------------------------------------
//
//　　　2. 最新記事
//
//--------------------------------------------------------------------
$news-font-weight: 800; //記事タイトル

$news-img-tab: 131px;
$news-img-pc: 156px;

$news-left-img-tab: 145px;
$news-left-img-pc: 171px;

$news-2col-img-tab: 202px;
$news-2col-img-pc: 239px;

$news-event-img-tab: 123px;
$news-event-img-pc: 149px;


// 最新記事
//----------------------------------------------------------------
.recent-post{
	margin: 0 0 2.0rem 0;
	@include media(tablet){
		margin: 0 0 2.4rem 0;
	}
	&-list{
		@extend .clearfix;
		margin: 0 -0.75rem;
		padding: 0;
		list-style: none;
		font-size: 0;
		@include media(tablet){
			margin: 0 -0.5rem;
		}
		li{
			position: relative;
			padding-bottom: 1rem;
			@include font_size(14);
			@include line_height(14);
			@include media(tablet){
				@include font_size(16/2);
				@include line_height(16);
				float: left;
				min-height: 1px;
				padding:{
					left: 0.5rem;
					right: 0.5rem;
					bottom: 1.0rem;
				}
				width: 33.33333333%;
			}
			> a{
				@extend .clearfix;
				position: relative;
				display: block;
				background-color: #fff;
				padding: 32px 15px 10px 15px;
				//@include box_shadow(0 0 5px rgba(0,0,0,0.20));
				@include media(tablet){
					padding: 0;
				}
			}
		}
		.img{
			position: relative;
			float: right;
			width: 30%;
			overflow: hidden;
			background-color: $bg-img;
			text-align: center;
			@include media(tablet){
				position: relative;
				float: none;
				width: 100%;
				height: $news-img-tab;
			}
			@include media(pc-small){
				height: $news-img-pc;
			}
			img{
				width: 100%;
				@include media(tablet){
					position: absolute;
					top: 50%;
					left: 50%;
					margin: auto;
					width: auto;
					max-height: $news-img-tab;
					@include transform(translate(-50%,-50%));
				}
				@include media(pc-small){
					max-height: $news-img-pc;
				}
			}
            &-icon{
                position: absolute;
                right: 5px;
                bottom: 5px;
                padding: 8px;
                background-color: rgba($base-red-color,0.80);
                line-height: 0;
                @include border_radius(100px);
                @include box_shadow(0 0 4px rgba(#000,0.30));
                svg{
                    &.movie{
                        width: 19px;
                        height: 18px;
                        fill: #fff;
                    }
                }
                &-arrow{
                    position: absolute;
                    top: 50%;
					left: 50%;
					margin: auto;
					width: 40px;
                    height: 40px;
                    background-color: rgba(#111,0.70);
					@include transform(translate(-50%,-50%));
                    @include border_radius(100px);
                    @include media(tablet){
                        width: 64px;
                        height: 64px;
                    }
                    &.red{
                        background-color: rgba($base-red-color,0.70);
                    }
                    &:before{
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 57%;
                        margin: auto;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 10px 0 10px 16px;
                        border-color: transparent transparent transparent #fff;
                        @include transform(translate(-50%,-50%));
                        @include media(tablet){
                            border-width: 16px 0 16px 24px;
                        }
                    }
                }
            }
		}
		.caption{
			position: absolute;
			left: 0;
			bottom: 0;
			display: inline-block;
			padding: 0 6px;
			background-color: rgba($base-color,0.80);
			color: #fff;
			@include font_size(10);
			@include line_height(10);
			letter-spacing: 0.05em;
			@include media(tablet){
				@include font_size(12/2);
				@include line_height(12);
			}
			&.red{
				background-color: rgba($base-red-color,0.80);
			}
		}
		.category{
			position: absolute;
			top: 10px;
			left: 15px;
			@include media(tablet){
				position: relative;
				top: auto;
				left: auto;
			}
		}
		.title{
			margin: 0 33% 0 0;
			font-weight: $news-font-weight;
			@include media(tablet){
				margin: 0;
				padding: 0.5rem 0.5rem 2.0rem 0.5rem;
				min-height: 120px;
			}
		}
		.overview{
			margin: 0 33% 0 0;
			@include font_size(12);
			@include line_height(12);
			color: $font-gray;
			@include media(tablet){
				margin: 0;
				padding: 0.5rem 0.5rem 2.0rem 0.5rem;
				@include font_size(12/2);
			}
		}
		.data{
			clear: both;
			width: 100%;
			margin: 0;
			padding: 1.0rem 0 0 0;
			@include font_size(12);
			@include line_height(12);
			color: $font-gray;
			@include media(tablet){
				position: absolute;
				bottom: 0;
				left: 0;
				padding: 0 0.5rem 0.5rem 0.5rem;
				@include font_size(12/2);
			}
		}
		.day{

		}
		.like{
			float: right;
			i{
				margin-left: 6px;
			}
		}
		.tag-list{
			position: absolute;
			left: 20px;
			bottom: 60px;
			z-index: 10;
			margin: 0;
			@include font_size(12);
			line-height: 1;
			@include media(tablet){
				left: 0.5rem;
				right: 0.5rem;
				bottom: 30px;
				margin: 0 0 0 36%;
				@include font_size(12/2);
			}
			a{
				display: inline-block;
				margin: 4px 4px 0 0;
				padding: 4px 8px;
				border: 1px solid $border-color;
				//background-color: $font-gray;
				//color: #fff;
				@include border_radius(20px);
				&:hover{
					border-color: $font-gray;
					background-color: $font-gray;
					color: #fff;
					opacity: 1;
				}
			}
		}
		.profile{
			clear: both;
			margin: 0;
			padding: 10px 0 0;
			text-align: right;
			@include media(tablet){
				position: absolute;
				right: 0.5rem;
				bottom: 36px;
				padding: 0;
			}
			&-img{
				display: inline-block;
				position: relative;
				width: 34px;
				height: 34px;
				overflow: hidden;
				vertical-align: middle;
				background-color: #ccc;
				@include border_radius(17px);
				img{
					position: absolute;
					top: 50%;
					left: 50%;
					margin: auto;
					width: 100%;
					@include transform(translate(-50%,-50%));
				}
			}
			&-name{
				display: inline-block;
				margin: 0 0 0 6px;
				vertical-align: middle;
				@include font_size(14);
				@include line_height(14);
				font-weight: 900;
				@include media(tablet){
					@include font_size(12/2);
				}
			}
		}
		// 通常一覧------------------------------------
		&.lower-page{
			li{
				@include font_size(16);
				@include line_height(16);
				@include media(tablet){
					@include font_size(16/2);
					float: none;
					width: 100%;
				}
			}
			.img{
				@include media(tablet){
					float: left;
					width: 35%;
					height: $news-left-img-tab;
				}
                @include media(pc-small){
                    height: $news-left-img-pc;
                }
				img{
					@include media(tablet){
						max-height: $news-left-img-tab;
					}
                    @include media(pc-small){
						max-height: $news-left-img-pc;
					}
				}
			}
			.title{
				margin-bottom: 0;
				@include media(tablet){
					margin: 0 0 0 37%;
					padding: 16px 2% 60px 0;
					min-height: auto;
				}
			}
			.data{
				@include media(tablet){
					margin: 0;
					position: absolute;
					bottom: 0;
					left: 0;
					padding: 0 2% 0.5rem 37%;
					@include font_size(12/2);
				}
			}
			.tag-list{
				margin-right: 35%;
				@include media(tablet){
					margin-right: 0;
				}
			}
		}
		// ピックアップ一覧------------------------------------
		&.pick-up{
			li{
				position: relative;
				padding-bottom: 1.5rem;
				@include media(tablet){
					padding:{
						left: 0.5rem;
						right: 0.5rem;
						bottom: 1.0rem;
					}
					width: 50%;
				}
				> a{
					padding: 0;
					@include media(tablet){
						padding: 0;
					}
					@include media(pc-small){
						padding-bottom: 20px;
					}
				}
			}
			.link{
				display: block;
				background-color: #fff;
			}
			.img{
				float: none;
				width: 100%;
				height: 197px;
				@include media(tablet){
					height: $news-2col-img-tab;
				}
				@include media(pc-small){
					height: $news-2col-img-pc;
				}
				img{
					position: absolute;
					top: 50%;
					left: 50%;
					margin: auto;
					width: auto;
					max-height: 197px;
					@include transform(translate(-50%,-50%));
					@include media(tablet){
						max-height: $news-2col-img-tab;
					}
					@include media(pc-small){
						max-height: $news-2col-img-pc;
					}
				}
			}
			.text{
				position: relative;
				padding-top: 44px;
				@include media(pc-small){
					position: static;
					padding: 0;
				}
			}
			.category{

			}
			.title{
				margin: 0;
				padding: 10px 20px 50px 20px;
				letter-spacing: 0.05rem;
				font-weight: 700;
				@include media(tablet){
				}
				@include media(pc-small){
					padding: 20px 20px 60px 20px;
				}
			}
			.data{
				position: absolute;
				top: 0;
				bottom: auto;
				right: 0;
				width: 100%;
				margin: 0;
				padding: 10px 0;
				background-color: #be1a20;
				font-size: 0;
				text-align: center;
				@include media(pc-small){
					top: auto;
					bottom: 10px;
					left: 20px;
					right: 20px;
					width: auto;
					background: none;
					padding: 0;
				}
			}
			.day,
			.like{
				width: 50%;
				@include font_size(14);
				@include line_height(14);
				color: #fff;
				@include media(tablet){
					@include font_size(14/2);
				}
				@include media(pc-small){
					width: auto;
					color: $font-gray;
				}
			}
			.day{
				display: inline-block;
				padding: 0 8px;
				@include media(pc-small){
					padding: 0;
					float: left;
				}
			}
			.like{
				display: inline-block;
				padding: 0 8px;
				border-left: 1px solid $border-color;
				@include media(pc-small){
					border: none;
					padding: 0;
				}
				i{
					margin-left: 6px;
				}
			}
			.tag-list{
				position: absolute;
				left: 20px;
				bottom: 30px;
				z-index: 10;
				margin: 0;
				line-height: 1;
				@include media(tablet){
					left: 30px;
					bottom: 40px;
					padding: 0;
				}
				@include media(pc-small){
					bottom: 60px;
				}
			}
		}
		//イベント一覧------------------------------------
		&.event-page{
			@include media(tablet){
				margin-left: 105px;
			}
			li{
				@include font_size(18);
				@include line_height(18);
				@include media(tablet){
					@include font_size(18/2);
					float: none;
					width: 100%;
				}
				> a{
					padding: 20px;
					@include media(tablet){
						padding: 0;
					}
				}
			}
			.img{
				@include media(tablet){
					float: left;
					width: 35%;
					height: $news-event-img-tab;
				}
                @include media(pc-small){
                    height: $news-event-img-pc;
                }
				img{
					@include media(tablet){
						max-height: $news-event-img-tab;
					}
                    @include media(pc-small){
						max-height: $news-event-img-pc;
					}
				}
			}
			.title{
				margin-bottom: 0;
				@include media(tablet){
					margin: 0 0 4px 37%;
					padding: 0 2% 0 0;
					min-height: auto;
				}
			}
			.overview{
				@include media(tablet){
					margin: 0 0 0 37%;
					padding: 0 2% 0 0;
				}
			}
			.data{
				clear: none;
				width: auto;
				margin: 0 33% 0 0;
				padding: 0;
				@include media(tablet){
					margin: 0;
					position: relative;
					padding: 0.5rem 2% 0 37%;
					@include font_size(12/2);
				}
			}
			.place{
				position: absolute;
				bottom: 10px;
				left: 20px;
				margin: 0 33% 4px 0;
				@include font_size(12);
				@include line_height(12);
				color: $font-gray;
				@include media(tablet){
					bottom: 0;
					left: 0;
					margin: 0;
					padding: 0 0.5rem 0.5rem 37%;
					@include font_size(12/2);
				}
			}
			.tag-list{
				position: absolute;
				left: 20px;
				bottom: 3.0rem;
				z-index: 0;
				margin: 0 33% 0 0;
				@include media(tablet){
					left: 0.5rem;
					bottom: 30px;
					margin: 0 0 0 36%;
					padding: 0;
				}
			}
		}
		//ARBANIST一覧------------------------------------
		&.arbanist{
			&-list{
				.title{
					@include media(tablet){
						padding-bottom: 4.0rem;
					}
				}
			}
			&-page{
				li{
					>a{
						padding-top: 15px;
						@include media(tablet){
							padding-top: 0;
						}
					}
				}
				.title{
					padding: 0 0.5rem 0.5rem 0;
					min-height: auto;
					@include media(tablet){
						padding: 0.5rem;
					}
				}
				.overview{
					@include media(tablet){
						padding: 0 0.5rem 0.5rem 0.5rem;
					}
				}
			}
		}
	}
}

.cate-nextlink{
	margin: 0;
	padding: 2.0rem 0;
	text-align: center;
	font-weight: bold;
	a{
		display: block;
		margin: 0 auto;
		padding: 16px;
		max-width: 560px;
		border: 3px solid $link-color;
		color: $link-color!important;
		&:hover{
			background-color: $link-color;
			color: #fff!important;
			opacity: 1;
		}
	}
}

.cate-nextprevbutton{
	margin: 0 1.0rem;
	padding: 1.0rem 0 2.0rem 0;
	font-weight: bold;
	font-size: 0;
	@include media(tablet){
		margin: 0;
	}
	li{
		width: 50%;
		display: inline-block;
		vertical-align: top;
		text-align: right;
		@include font_size(14);
		@include line_height(14);
		@include media(tablet){
			@include font_size(14/2);
		}
		@include first(1){
			text-align: left;
			a{
				padding: 8px 16px 8px 32px;
				&:before{
					display: block;
				}
				&:after{
					display: none;
				}
			}
		}
		@include last(1){
			a{
				padding: 8px 32px 8px 16px;
				&:before{
					display: none;
				}
				&:after{
					display: block;
				}
			}
		}
	}
	a{
		position: relative;
		padding: 8px 32px;
		border: 1px solid $link-color;
		&:before,
		&:after{
			content: '\f104';
			font-family: $font-icon;
			position: absolute;
			top: 50%;
			left: 16px;
			margin-top: -7px;
			font-size: 14px;
			line-height: 1;
			color: $font-gray;
		}
		&:after{
			content: '\f105';
			left: auto;
			right: 16px;
		}
		&:hover{
			background-color: $link-color;
			color: #fff;
			opacity: 1;
			&:before,
			&:after{
				color: #fff;
			}
		}
	}
}


//--------------------------------------------------------------------
//
//　　　3. ARBAN編集部 / SPECIALコンテンツ
//
//--------------------------------------------------------------------
$spcon-img-tab: 410px;
$spcon-img-pc: 146px;

.editing-part{
	position: relative;
	background-color: #333;
	margin-bottom: 1.8rem;
	padding: 20px 1.0rem;
	&.red{
		background-color: $base-red-color;
	}
	@include media(pc-small){
		//min-height: 687px;
		padding-bottom: 64px; 
		//margin-bottom: 1.8rem;
	}
	&-list{
		margin: 0 0 2.0rem;
		padding: 0;
		list-style: none;
		font-size: 0;
		@include media(pc-small){
			margin: 0;
		}
		li{
			display: inline-block;
			vertical-align: top;
			width: 100%;
			padding: 0 0.75rem;
			@include font_size(14);
			@include line_height(14);
			@include media(tablet){
				@include font_size(14/2);
			}
			@include media(pc-small){
				width: 100%;
				padding: 0 0 1.0rem 0;
				margin-bottom: 1.0rem;
				border-bottom: 1px solid #666;
			}
			@include last(1){
				border: none;
				margin-bottom: 0;
			}
		}
		a{
			position: relative;
			display: block;
			color: #fff;
			padding-bottom: 1.5rem;
			@include media(tablet){
				padding-bottom: 1.0rem;
			}
		}
		.img{
			position: relative;
			overflow: hidden;
			margin-bottom: 10px;
			width: 100%;
			height: 176px;
			background-color: $bg-img;
			text-align: center;
			@include media(tablet){
				height: $spcon-img-tab;
			}
			@include media(pc-small){
				height: $spcon-img-pc;
			}
			img{
				position: absolute;
				top: 50%;
				left: 50%;
				margin: auto;
				width: auto;
				max-height: 200px;
				@include transform(translate(-50%,-50%));
				@include media(tablet){
					max-height: $spcon-img-tab;
				}
				@include media(pc-small){
					max-height: $spcon-img-pc;
				}
			}
            &-icon{
                position: absolute;
                right: 5px;
                bottom: 5px;
                padding: 8px;
                background-color: rgba($base-red-color,0.80);
                line-height: 0;
                @include border_radius(100px);
                @include box_shadow(0 0 4px rgba(#000,0.30));
                svg{
                    &.movie{
                        width: 19px;
                        height: 18px;
                        fill: #fff;
                    }
                }
                &-arrow{
                    position: absolute;
                    top: 50%;
					left: 50%;
					margin: auto;
					//width: 40px;
                    //height: 40px;
                    width: 64px;
                    height: 64px;
                    background-color: rgba(#111,0.70);
					@include transform(translate(-50%,-50%));
                    @include border_radius(100px);
                    @include media(tablet){
                        width: 64px;
                        height: 64px;
                    }
                    &.red{
                        background-color: rgba($base-red-color,0.70);
                    }
                    &:before{
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 57%;
                        margin: auto;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        //border-width: 10px 0 10px 16px;
                        border-width: 16px 0 16px 24px;
                        border-color: transparent transparent transparent #fff;
                        @include transform(translate(-50%,-50%));
                        @include media(tablet){
                            border-width: 16px 0 16px 24px;
                        }
                    }
                }
            }
		}
		.caption{
			position: absolute;
			left: 0;
			bottom: 0;
			display: inline-block;
			padding: 0 6px;
			background-color: rgba($base-color,0.80);
			color: #fff;
			@include font_size(12);
			@include line_height(12);
			letter-spacing: 0.05em;
			@include media(tablet){
				@include font_size(12/2);
			}
			&.red{
				background-color: rgba($base-red-color,0.80);
			}
		}
		.title{
			margin: 0;
			min-height: 60px;
			font-weight: $news-font-weight;
		}
		.data{
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			margin: 0;
			@include font_size(12);
			@include line_height(16);
			@include media(tablet){
				@include font_size(12/2);
			}
		}
		.day{

		}
		.like{
			float: right;
			i{
				margin-left: 6px;
			}
		}
		//SPECIAL コンテンツ
		&.special{
			margin-bottom: 0;
			li{
				margin-bottom: 1.0rem;
				padding: 0;
				background-color: #fff;
				border: none;
				//@include box_shadow(0 0 5px rgba(0,0,0,0.20));
				@include media(pc-small){
					margin-bottom: 0.75rem;
				}
				@include last(1){
					margin-bottom: 0;
				}
			}
			a{
				padding: 20px;
				color: $link-color;
			}
			.title{
				min-height: 80px;
				margin-bottom: 24px;
			}
			.data{
				bottom: 20px;
				color: $font-gray;
			}
			.day{
				margin-left: 20px;
			}
			.like{
				margin-right: 20px;
			}
		}
	}
	.more-link{
		@include media(pc-small){
			position: absolute;
			left: 0;
			bottom: 20px;
			width: 100%;
		}
	}
}


//--------------------------------------------------------------------
//
//　　　4. ARBANIST
//
//--------------------------------------------------------------------
$arbanist-img: 158px;

.arbanist{
	position: relative;
	background-color: $base-red-color;
	padding: 20px 1.0rem;
	&-slider{
		margin: 0 0 15px;
		padding: 0 0 35px;
		min-height: 202px;
		> li{
			padding: 0 10px;
			width: 300px;
		}
		.img{
			position: relative;
			overflow: hidden;
			margin: 0 10px;
			width: 280px;
			height: 145px;
			//background-color: #fff;
			text-align: center;
			img{
				position: absolute;
				top: 50%;
				left: 50%;
				margin: auto;
				width: auto;
				max-height: $arbanist-img;
				@include transform(translate(-50%,-50%));
				@include media(tablet){
					max-height: $arbanist-img;
				}
			}
		}
		.name{
			margin: 0;
			text-align: center;
			color: #fff;
			@include font_size(14);
			@include line_height(14);
			@include media(tablet){
				@include font_size(14/2);
			}
		}
		.slick-dots{
			bottom: 0;
			li{
				button{
					&:before{
						background-color: rgba(#fff,1.00);
					}
				}&.slick-active button:before{
					background-color: rgba(#ff0000,1.00);
				}
			}
		}
		&-button{
			color: #fff;
			span{
				position: absolute;
				cursor: pointer;
				font-size: 18px;
				z-index: 500;
			}
			.arbanist-next-button{
				right: 1.2rem;
				bottom: 78px;
			}
			.arbanist-prev-button{
				left: 1.2rem;
				bottom: 78px;
			}
		}
	}
}


//--------------------------------------------------------------------
//
//　　　5. RANKING
//
//--------------------------------------------------------------------
.ranking{
	&-list{
		margin: 0;
		padding: 0;
		list-style: none;
		background-color: #fff;
		li{
			margin: 0;
			padding: 0;
			border-bottom: 1px solid $border-color;
		}
		a{
			@extend .clearfix;
			position: relative;
			display: block;
			padding: 15px 20px;
			@include media(pc-small){
				padding: 15px 10px;
			}
		}
		.rank-icon{
			position: absolute;
			top: 5px;
			left: 10px;
			width: 30px;
			height: 25px;
			z-index: 10;
			font-size: 16px;
			line-height: 25px;
			font-style: normal;
			font-weight: bold;
			font-family: $font-Roboto;
			color: #fff;
			@include text_shadow(1px 1px 0 rgba(0,0,0,0.30));
			@include media(pc-small){
				top: 5px;
				left: 5px;
			}
			span{
				position: relative;
				display: block;
				text-align: center;
				z-index: 10;
			}
			svg{
				position: absolute;
				top: 0;
				left: 0;
				width: 30px;
				height: 25px;
			}
			&.normal{
				width: 24px;
				height: 24px;
				line-height: 24px;
				color: #fff;
				&:before{
					content: '';
					position: absolute;
					width: 24px;
					height: 24px;
					background-color: #252525;
					@include border_radius(12px);
				}
			}
		}
		.img{
			position: relative;
			float: left;
			overflow: hidden;
			width: 36%;
			height: 63px;
			background-color: $bg-img;
			text-align: center;
			@include media(tablet){
				height: 138px;
			}
			@include media(pc-small){
				height: 54px;
			}
			img{
				position: absolute;
				top: 50%;
				left: 50%;
				margin: auto;
				width: auto;
				max-height: 63px;
				@include transform(translate(-50%,-50%));
				@include media(tablet){
					max-height: 138px;
				}
				@include media(pc-small){
					max-height: 54px;
				}
			}
            &-icon{
                position: absolute;
                right: 5px;
                bottom: 5px;
                padding: 8px;
                background-color: rgba($base-red-color,0.80);
                line-height: 0;
                @include border_radius(100px);
                @include box_shadow(0 0 4px rgba(#000,0.30));
                svg{
                    &.movie{
                        width: 19px;
                        height: 18px;
                        fill: #fff;
                    }
                }
                &-arrow{
                    position: absolute;
                    top: 50%;
					left: 50%;
					margin: auto;
					width: 40px;
                    height: 40px;
                    background-color: rgba(#111,0.70);
					@include transform(translate(-50%,-50%));
                    @include border_radius(100px);
                    @include media(tablet){
                        //width: 64px;
                        //height: 64px;
                    }
                    &.red{
                        background-color: rgba($base-red-color,0.70);
                    }
                    &:before{
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 57%;
                        margin: auto;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 10px 0 10px 16px;
                        border-color: transparent transparent transparent #fff;
                        @include transform(translate(-50%,-50%));
                        @include media(tablet){
                            //border-width: 16px 0 16px 24px;
                        }
                    }
                }
            }
		}
		.box{
			position: relative;
			margin-left: 36%;
			padding-left: 10px;
			@include media(pc-small){
				margin-left: 36%;
			}
		}
		.title{
			margin: 0;
			min-height: 80px;
			padding-bottom: 18px;
			@include font_size(12);
			@include line_height(16);
			font-weight: $news-font-weight;
			@include media(tablet){
				@include font_size(12/2);
			}
		}
		.data{
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			margin: 0;
			padding: 0 0 0 10px;
			@include font_size(12);
			@include line_height(16);
			color: $font-gray;
			@include media(tablet){
				@include font_size(12/2);
			}
		}
		.day{

		}
		.like{
			float: right;
			i{
				margin-left: 6px;
			}
		}
	}
}


//--------------------------------------------------------------------
//
//　　　6. MEMBER Link
//
//--------------------------------------------------------------------
.link-member{
	a{
		position: relative;
		display: block;
		background-color: #fff;
		border: 1px solid $border-color;
		min-height: 300px;
		max-width: 300px;
		margin: 0 auto;
	}
	span{
		display: block;
		width: 220px;
		text-align: center;
		letter-spacing: 0.05em;
	}
	.box{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: auto;
		@include transform(translate(-50%,-50%));
	}
	.title{
		margin-bottom: 2.0rem;
		@include font_size(22);
		@include line_height(22);
		color: #777;
		@include media(tablet){
			@include font_size(22/2);
		}
		&-sub{
			padding-top: 4px;
			@include font_size(14);
			@include line_height(14);
			@include media(tablet){
				@include font_size(14/2);
			}
		}
	}
	.button{
		padding: 12px 0;
		background-color: #d93600;
		@include font_size(14);
		@include line_height(14);
		color: #fff;
		@include media(tablet){
			@include font_size(14/2);
		}
	}
}


//--------------------------------------------------------------------
//
//　　　7. PickUp Event
//
//--------------------------------------------------------------------
$pickevent-img-tab: 182px;
$pickevent-img-pc: 148px;

.pickup-event{
	&-list{
		@extend .clearfix;
		border-top: 10px solid $base-red-color;
		background-color: #111;
		padding: 2.5rem 0;
	}
}
.event-slider{
	margin: 0.5rem -0.75rem 2.0rem -0.75rem;
	padding: 0;
	list-style: none;
	@include media(tablet){
		margin: 0.5rem 0 2.0rem;
		padding: 0 15px;
	}
	.slick-list{
		li{
			margin: 0 20px;
			width: 320px;
			@include media(tablet){
				margin: 0 15px;
			}
			@include media(pc-small){
				width: 300px;
			}
		}
	}
	.slick-dots{
		li{
			button{
				&:before{
					background-color: rgba(#fff,0.60);
				}
			}&.slick-active button:before{
				background-color: rgba($blue,0.80);
			}
		}
	}
	&-button{
		display: none;
		span{
			cursor: pointer;
			width: 25px;
			height: 50px;
		}
		svg{
			fill: #fff;
			width: 25px;
			height: 50px;
		}
		.event-next-button{
			position: absolute;
			left: 0;
			top: 37%;
			svg{
				@include transform(rotate(-180deg));
			}
		}
		.event-prev-button{
			position: absolute;
			right: 0;
			top: 37%;
		}
		@include media(tablet){
			display: block;
		}
		@include media(pc-small){

		}
	}
	.link{
		@extend .clearfix;
		position: relative;
		display: block;
		background-color: #fff;
		margin: 0 0 1px 0;
		padding: 15px 20px;
		overflow: hidden;
		@include media(tablet){
			padding: 0;
		}
	}

	.img{
		position: relative;
		float: left;
		width: 36%;
		overflow: hidden;
		background-color: $bg-img;
		text-align: center;
		@include media(tablet){
			float: none;
			margin-left: -1px;
			width: 101%;
			height: $pickevent-img-tab;
		}
		@include media(pc-small){
			height: $pickevent-img-pc;
		}
		img{
			width: 100%;
			@include media(tablet){
				position: absolute;
				top: 50%;
				left: 50%;
				margin: auto;
				width: auto;
				max-height: $pickevent-img-tab;
				@include transform(translate(-50%,-50%));
			}
			@include media(pc-small){
				max-height: $pickevent-img-pc;
			}
		}
	}
	.title{
		margin: 0 0 0 36%;
		padding: 0 0 0 10px;
		@include font_size(14);
		@include line_height(14);
		font-weight: $news-font-weight;
		@include media(tablet){
			margin: 0 0 30px 0;
			padding: 0 20px;
			height: 120px;
			overflow: hidden;
			@include font_size(16/2);
			@include line_height(16);
		}
	}
	.data,
	.place{
		margin: 0 0 0 36%;
		@include font_size(12);
		@include line_height(16);
		color: $font-gray;
		@include media(tablet){
			margin: 0;
			@include font_size(12/2);
		}
	}
	.data{
		padding: 0 0 0 10px;
		@include media(tablet){
			padding: 10px 20px 4px 20px;
		}
	}
	.place{
		padding: 0 0 0 10px;
		@include media(tablet){
			position: absolute;
			left: 20px;
			right: 20px;
			bottom: 10px;
			padding: 0;
		}
	}
}

//--------------------------------------------------------------------
//
//　　　8. Mail mag
//
//--------------------------------------------------------------------
#mailmag{
	display: none;
	max-width: 480px;
	.wpcf7{
		font-size: 0;
		br{
			display: none;
		}
		p{
			display: block;
			margin: 0 0 8px;
			padding: 8px 0;
			background-color: #fff;
			@include font_size(14);
			@include line_height(14);
			text-align: center;
			@include border_radius();
			@include media(tablet){
				@include font_size(14/2);
			}
			input[type="text"],
			input[type="email"],
			input[type="tel"],
			textarea{
				border: none;
				outline: none;
				display: block;
				width: 100% !important;
				color: #444;
				padding: 16px;
				background-color: $gray;
				@include border_radius();
				@include placeholder {
					color: #999;
				}
			}
			a{
				text-decoration: underline;
			}
		}
		.required{
			display: inline-block;
			vertical-align: middle;
			padding: 1px 8px;
			margin-left: 10px;
			background-color: $red;
			color: #fff;
			@include font_size(12);
			@include line_height(12);
			@include border_radius();
			@include media(tablet){
				@include font_size(12/2);
			}
		}
		.wpcf7-form-control-wrap{
			display: block;
			width: 100%;
			margin-bottom: 1.2rem;
		}
		.wpcf7-submit{
			width: 100%;
			margin: 0 auto;
			height: 48px;
			line-height: 48px;
			border: 1px $link-color solid;
			background-color: $link-color;
			color: #fff;
			@include border_radius(48px);
			&:hover{
				@include transition(.3s ease-in-out);
				@include opacity(0.6);
			}
			@include font_size(14);
			@include line_height(14);
			@include media(tablet){
				width: 300px;
				@include font_size(14/2);
			}
		}
	}
	.mailmag{
		padding: 1.5rem;
		&-title{
			@include font_size(20);
			@include line_height(20);
			font-weight: bold;
			color: $midashi-color;
			text-align: center;
			@include media(tablet){
				@include font_size(20/2);
			}
		}
		&-form{

		}
		.wpcf7-mail-sent-ok{
			border: none;
			background: none;
			text-align: center;
			@include font_size(16);
			@include line_height(16);
			font-weight: bold;
			color: $midashi-color;
			@include media(tablet){
				@include font_size(16/2);
			}
		}
	}
	.sent{
		.mailmag{
			&-form{
				display: none;
			}
		}
	}
}


*/
body.toppage::before {
  mix-blend-mode: overlay;
  position: fixed;
  /*top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  z-index: -1;
  content: "";
  display: block;
  height: 100vh;
  width: 100vh;
  background: url(imgs/movie_loop_small.gif);
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 52.125em) {
  body.toppage::before {
    display: none;
  }
}

/*headerbg設定*/
#headerbg {
  display: none;
}
@media (min-width: 52.125em) {
  #headerbg {
    display: block;
    position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh; /*高さを全画面にあわせる*/
    mix-blend-mode: overlay;
    display: block;
  }
}

#video-area {
  position: fixed;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  opacity: 0.9;
}

.maingf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100vh;
  position: relative;
  padding-top: 134px;
}
@media (min-width: 48em) {
  .maingf {
    height: 110vh;
    padding: 0;
  }
}
.maingf-text-h2 {
  font-family: "Klee One", cursive;
  position: absolute;
  top: 39%;
  left: 78%;
  display: block;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.75em;
  line-height: 1.8em;
  margin: 0;
  font-weight: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  color: #fff;
}
@media (min-width: 48em) {
  .maingf-text-h2 {
    top: 23.5%;
    left: 32%;
    font-weight: 400;
    font-size: 26px;
    color: inherit;
  }
}
.maingf-text-h2::before {
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: 44px;
  position: absolute;
  top: -76px;
  right: 0.8em;
}
@media (min-width: 48em) {
  .maingf-text-h2::before {
    background: #2f210c;
  }
}

.picbox {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.picbox.bl1 {
  margin-top: 22vw;
  padding-top: 144%;
}
@media (min-width: 48em) {
  .picbox.bl1 {
    margin-top: 15vw;
    padding-top: 37%;
  }
}
.picbox.bl1 .pi01 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32%;
  padding-top: 48%;
  background: url(imgs/img_top_5.jpg);
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl1 .pi01 {
    width: 17.2%;
    padding-top: 25.8%;
  }
}
.picbox.bl1 .pi02 {
  position: absolute;
  top: 0;
  left: 34%;
  display: block;
  width: 32%;
  padding-top: 48%;
  background: url(imgs/img_top_4.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl1 .pi02 {
    left: 18.2%;
    width: 17.2%;
    padding-top: 25.8%;
  }
}
.picbox.bl1 .pi03 {
  position: absolute;
  top: 62vw;
  right: 0;
  display: block;
  width: 75%;
  padding-top: 63.945%;
  background: url(imgs/img_top_3.jpg);
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl1 .pi03 {
    top: 24%;
    width: 35.7%;
    padding-top: 29.631%;
  }
}
.picbox.bl1 .text1 {
  position: absolute;
  top: 0;
  right: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
}
@media (min-width: 48em) {
  .picbox.bl1 .text1 {
    height: auto;
    right: inherit;
    left: 41.6vw;
  }
}
.picbox.bl1 .text1 h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Klee One", cursive;
  font-weight: bold;
  letter-spacing: 0.7em;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 48em) {
  .picbox.bl1 .text1 h3 {
    letter-spacing: 1em;
    font-size: 22px;
    font-weight: 400;
  }
}
.picbox.bl1 .text1 p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 2.4vw 0 0;
}
.picbox.bl2 {
  padding-top: 60%;
}
@media (min-width: 48em) {
  .picbox.bl2 {
    padding-top: 40%;
  }
}
.picbox.bl2 .pi01 {
  position: absolute;
  top: 0;
  left: 3%;
  display: block;
  width: 38%;
  padding-top: 57%;
  background: url(imgs/img_top_7.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl2 .pi01 {
    top: 0;
    left: 16.4%;
    width: 26.666%;
    padding-top: 39.999%;
  }
}
.picbox.bl2 .pi01 .pi02 {
  position: absolute;
  bottom: 0;
  left: 104%;
  display: block;
  width: 46%;
  padding-top: 69%;
  background: url(imgs/img_top_6.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl2 .pi01 .pi02 {
    width: 46%;
    padding-top: 69%;
  }
}
.picbox.bl2 .text1 {
  position: absolute;
  bottom: 0;
  left: 68vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 48em) {
  .picbox.bl2 .text1 {
    left: 67vw;
  }
}
.picbox.bl2 .text1 h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Klee One", cursive;
  font-weight: bold;
  letter-spacing: 0.7em;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 48em) {
  .picbox.bl2 .text1 h3 {
    letter-spacing: 1em;
    font-size: 22px;
    font-weight: 400;
  }
}
.picbox.bl2 .text1 p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 1.8vw 0 0;
}
.picbox.bl3 {
  padding-top: 71%;
  margin-top: 20vw;
}
@media (min-width: 48em) {
  .picbox.bl3 {
    padding-top: 51%;
    margin-top: 14.5vw;
  }
}
.picbox.bl3 .pi01 {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  right: inherit;
  width: 45%;
  padding-top: 54%;
  background: url(imgs/img_top_10.jpg);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl3 .pi01 {
    right: inherit;
    width: 50%;
    padding-top: 37%;
  }
}
.picbox.bl3 .pi02 {
  position: absolute;
  top: -20vw;
  display: block;
  width: 4.5%;
  padding-top: 37%;
  right: 0;
  background: none;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl3 .pi02 {
    background: url(imgs/img_top_8.jpg);
    top: -20vw;
    right: 0;
    width: 5.73%;
    left: inherit;
  }
}
.picbox.bl3 .pi02 .pi03 {
  display: block;
  position: absolute;
  top: 14vw;
  right: 0;
  display: block;
  width: 375%;
  padding-top: 540%;
  background: url(imgs/img_top_9.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  opacity: 1;
}
@media (min-width: 48em) {
  .picbox.bl3 .pi02 .pi03 {
    top: auto;
    width: 250%;
    padding-top: 360%;
    bottom: -15vw;
    right: 7vw;
  }
}
.picbox.bl3 .text1 {
  position: absolute;
  top: 0;
  left: 48vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 48em) {
  .picbox.bl3 .text1 {
    top: 20%;
    left: 57vw;
  }
}
.picbox.bl3 .text1 h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Klee One", cursive;
  font-weight: bold;
  letter-spacing: 0.7em;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 48em) {
  .picbox.bl3 .text1 h3 {
    letter-spacing: 1em;
    font-size: 22px;
    font-weight: 400;
  }
}
.picbox.bl3 .text1 p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 2.4vw 0 0;
}
.picbox.bl4 {
  padding-top: 82%;
  margin-bottom: 30vw;
}
@media (min-width: 48em) {
  .picbox.bl4 {
    padding-top: 72%;
    padding-top: 40.3995%;
  }
}
.picbox.bl4 .pi01 {
  position: absolute;
  bottom: -15%;
  left: 7%;
  display: block;
  width: 23%;
  padding-top: 23%;
  background: url(imgs/img_top_12.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl4 .pi01 {
    bottom: 0;
    left: inherit;
    right: 63%;
    width: 19.6%;
    padding-top: 19.6%;
  }
}
.picbox.bl4 .pi02 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 48%;
  padding-top: 72%;
  background: url(imgs/img_top_11.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.bl4 .pi02 {
    top: inherit;
    bottom: 0;
    right: 5.5%;
    width: 26.933%;
    padding-top: 40.3995%;
  }
}
.picbox.bl4 .text1 {
  position: absolute;
  top: 4%;
  right: 58vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
}
@media (min-width: 48em) {
  .picbox.bl4 .text1 {
    right: 39vw;
    top: 15%;
    height: auto;
  }
}
.picbox.bl4 .text1 h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Klee One", cursive;
  font-weight: bold;
  letter-spacing: 0.7em;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 48em) {
  .picbox.bl4 .text1 h3 {
    letter-spacing: 1em;
    font-size: 22px;
    font-weight: 400;
  }
}
.picbox.bl4 .text1 p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 1em 2.4vw 0 0;
}
.picbox.aboutbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 48em) {
  .picbox.aboutbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.picbox.aboutbox .pi01 {
  /*display: block;
     width: calc(100% * 1);
     padding-top: calc(75% * 1);
     background:url(imgs/img_top_13.jpg);
  background-size: cover !important;
     background-position: center center !important;
     background-repeat: no-repeat !important;
     @include media(tablet){
         width: calc(100% * 0.6);
         padding-top: calc(58.888% * 0.6);
     }*/
  display: block;
  width: 100%;
}
.picbox.aboutbox .pi01 img {
  width: 100%;
  height: auto;
}
@media (min-width: 48em) {
  .picbox.aboutbox .pi01 {
    width: 60%;
  }
}
.picbox.aboutbox .text1 {
  display: block;
  width: 100%;
  padding-top: 1.8em;
}
@media (min-width: 48em) {
  .picbox.aboutbox .text1 {
    padding-top: 0;
    width: calc(40% - 4vw);
  }
}
.picbox.aboutbox .text1 h3 {
  font-family: "Klee One", cursive;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media (min-width: 48em) {
  .picbox.aboutbox .text1 h3 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 28px;
  }
}
.picbox.worksbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 48em) {
  .picbox.worksbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.picbox.worksbox .pi01 {
  display: block;
  width: 100%;
}
.picbox.worksbox .pi01 img {
  width: 100%;
  height: auto;
}
@media (min-width: 48em) {
  .picbox.worksbox .pi01 {
    width: 60%;
  }
}
.picbox.worksbox .text1 {
  display: block;
  width: 100%;
  padding-top: 1.8em;
}
@media (min-width: 48em) {
  .picbox.worksbox .text1 {
    padding-top: 0;
    width: calc(40% - 4vw);
  }
}
.picbox.worksbox .text1 h3 {
  font-family: "Klee One", cursive;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media (min-width: 48em) {
  .picbox.worksbox .text1 h3 {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0;
  }
}
.picbox.worksbox .text1 p {
  margin-bottom: 0;
}
.picbox.newsbox .nb_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 48em) {
  .picbox.newsbox .nb_list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.picbox.newsbox .nb_list li {
  display: block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 8%;
}
@media (min-width: 48em) {
  .picbox.newsbox .nb_list li {
    margin-bottom: 4%;
    width: 22%;
    margin-bottom: 0;
  }
}
.picbox.newsbox .nb_list li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 48em) {
  .picbox.newsbox .nb_list li:nth-child(2n) {
    margin-right: 4%;
  }
}
.picbox.newsbox .nb_list li:nth-child(4n) {
  margin-right: 0;
}
.picbox.newsbox .nb_list li a {
  line-height: 1.4em;
}
.picbox.newsbox .nb_list li a img {
  width: 100%;
  height: auto;
}
.picbox.newsbox .nb_list li a .date {
  padding: 1em 0 0 0;
  margin: 0;
  font-family: "Gilda Display", serif;
}
.picbox.newsbox .nb_list li a .title {
  padding: 0;
  margin: 0;
}
.picbox.contactbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.picbox.contactbox .pi01 {
  width: 100%;
  padding-top: 70%;
  background: url(imgs/img_top_15.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .picbox.contactbox .pi01 {
    width: 50%;
    padding-top: 35%;
  }
}
.picbox.contactbox .cbtext {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
@media (min-width: 48em) {
  .picbox.contactbox .cbtext {
    width: 45%;
  }
}
.picbox.contactbox .cbtext .cbtitle {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: "Klee One", cursive;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.35em;
  border-bottom: 1px solid #2f210c;
  margin: 0.25em 0;
}
@media (min-width: 48em) {
  .picbox.contactbox .cbtext .cbtitle {
    margin: 0.5em 0;
    font-weight: 500;
    margin: 0.8em 0;
    font-size: 20px;
    letter-spacing: 1em;
  }
}
.picbox.contactbox .cbtext .cbtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3rem;
  width: 100%;
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.2em 0;
}
@media (min-width: 48em) {
  .picbox.contactbox .cbtext .cbtbox .cbtbox-in {
    padding-bottom: 0;
    width: 50%;
  }
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in figure {
  display: block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in figure img {
  width: 36px;
  height: auto;
}
@media (min-width: 48em) {
  .picbox.contactbox .cbtext .cbtbox .cbtbox-in figure img {
    width: 48px;
  }
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in:nth-child(2) figure {
  padding: 4px 0;
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in .subtext {
  padding: 0.5em 0 0.5em 0;
  font-size: 13px;
}
@media (min-width: 48em) {
  .picbox.contactbox .cbtext .cbtbox .cbtbox-in .subtext {
    padding: 0.5em 0 1.6em 0;
    font-size: 14px;
  }
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in .telnum {
  font-size: 26px;
  font-family: "Gilda Display", serif;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 48em) {
  .picbox.contactbox .cbtext .cbtbox .cbtbox-in .telnum {
    font-size: 32px;
  }
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in .telnum a {
  opacity: 1;
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in .telnum a:hover {
  opacity: 1;
}
.picbox.contactbox .cbtext .cbtbox .cbtbox-in .mailnum a {
  font-size: 14px;
  line-height: 4em;
  padding: 0 2.5em;
  border: 1px solid #2f210c;
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
}
@media (min-width: 48em) {
  .picbox.contactbox .cbtext .cbtbox .cbtbox-in .mailnum a {
    font-size: 16px;
  }
}

.headlingth2 {
  border-top: 1px solid #2f210c;
  padding: 1.75rem 0;
  margin-top: 3.75rem;
}
.headlingth2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.headlingth2 a span {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding-right: 0.5em;
}
@media (min-width: 48em) {
  .headlingth2 a span {
    font-size: 36px;
  }
}
.headlingth2 a h2 {
  font-family: "Klee One", cursive;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 48em) {
  .headlingth2 a h2 {
    font-size: 14px;
  }
}
.headlingth2 a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 34px;
  height: 28px;
  background: url(imgs/arrow1.svg) no-repeat center right;
  background-size: contain;
}
.headlingth2 a:hover {
  opacity: 1;
  -webkit-transform: translateX(8px) skewX(-20deg);
          transform: translateX(8px) skewX(-20deg);
  letter-spacing: 0.02em;
}

.dq01 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dq02 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-indent: 1.6em;
  margin-top: -2em;
}

.topics_list {
  margin: 0;
  padding: 0;
}
.topics_list li {
  list-style: none;
  line-height: 2em;
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #dfdfdf;
  font-size: 1.2rem;
  width: 100%;
}
@media (min-width: 48em) {
  .topics_list li {
    font-size: 0.8rem;
  }
}
@media (min-width: 62em) {
  .topics_list li {
    padding: 1.3em 0;
    line-height: 1.4em;
    display: table;
  }
}
.topics_list li a {
  display: block;
  width: 100%;
}
@media (min-width: 62em) {
  .topics_list li a {
    width: calc(100% - 8em);
    display: table-cell;
  }
}
.topics_list-date {
  display: block;
  color: #7a7a7a;
  width: 100%;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .topics_list-date {
    font-size: 0.8rem;
  }
}
@media (min-width: 62em) {
  .topics_list-date {
    width: 7em;
    display: table-cell;
  }
}

.coming_list {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  height: 40%;
}
.coming_list li {
  list-style: none;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #c5c5c5;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 3rem;
}
@media (min-width: 48em) {
  .coming_list li {
    font-size: 2rem;
  }
}

.is-btn-hidden, .txt-hide {
  display: none;
}

.morebtnad {
  padding: 2rem 0 0 0;
}
@media (min-width: 48em) {
  .morebtnad {
    padding: 2.6rem 0 0 0;
  }
}

.more {
  width: 190px;
}

.more:before {
  content: "View more";
}

.on-click.more::before {
  content: "Close";
}

.w240px {
  width: 240px !important;
}

.mbox {
  background: rgb(229, 237, 250);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(229, 237, 250)), to(rgb(253, 237, 249)));
  background: linear-gradient(0deg, rgb(229, 237, 250) 0%, rgb(253, 237, 249) 100%);
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 48em) {
  .mbox {
    padding: 4rem;
  }
}
.mbox .photobox {
  width: 338px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 62em) {
  .mbox .photobox {
    margin: 0;
  }
}
.mbox .photobox .name {
  padding-left: 1.6rem;
  margin-bottom: 0.75em;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .mbox .photobox .name {
    font-size: 1.5rem;
  }
}
.mbox .photobox .name span {
  display: block;
  width: 100%;
  color: #787878;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .mbox .photobox .name span {
    font-size: 0.7rem;
  }
}
.mbox .photobox figure {
  margin: 0 0 20px 0;
  width: 100%;
}
@media (min-width: 48em) {
  .mbox .photobox figure {
    margin: 0 0 28px 0;
  }
}
.mbox .photobox figure img {
  width: 100%;
  height: auto;
}
.mbox .textbox {
  width: 100%;
  margin-top: 3rem;
}
@media (min-width: 62em) {
  .mbox .textbox {
    margin-top: 0;
    width: calc(100% - 338px - 90px);
  }
}
.mbox .textbox .read {
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .mbox .textbox .read {
    font-size: 0.9rem;
  }
}

.abox {
  background: rgb(250, 250, 250);
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 4rem 0;
}
@media (min-width: 48em) {
  .abox {
    padding: 4rem;
  }
}
.abox h4 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #626262;
  font-size: 1.3rem;
}
@media (min-width: 48em) {
  .abox h4 {
    font-size: 0.9rem;
  }
}
@media (min-width: 62em) {
  .abox h4 {
    width: 154px;
    height: 154px;
    line-height: 154px;
    font-size: 0.9rem;
  }
}
.abox div {
  width: 100%;
}
@media (min-width: 62em) {
  .abox div {
    width: calc(100% - 250px);
  }
}
.abox .abox-list {
  width: 100%;
  display: block;
}
@media (min-width: 62em) {
  .abox .abox-list {
    width: calc(100% - 250px);
  }
}
.abox .abox-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  border-bottom: 1px solid #626262;
}
.abox .abox-list dl dt {
  display: block;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 35em) {
  .abox .abox-list dl dt {
    font-weight: normal;
    width: 5rem;
    line-height: 64px;
  }
}
.abox .abox-list dl dd {
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 1em;
}
@media (min-width: 35em) {
  .abox .abox-list dl dd {
    padding-bottom: 0;
    width: calc(100% - 5rem);
    line-height: 64px;
  }
}
.abox:last-child {
  margin-bottom: 0;
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg0 {
  z-index: 999999;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d51778;
}

body.appear .splashbg0 {
  display: none;
}

/*bodyにtwoクラスがついたら（2回目アクセス）非表示*/
/*body.two .splashbg0{
    display: none;
}*/
.splashbg1 {
  display: none;
}

/*bodyにoneクラスがついたら出現*/
body.one .splashbg1 {
  display: block;
  z-index: 100;
}

body.appear .splashbg1 {
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.72);
          animation-timing-function: cubic-bezier(1, 0, 1, 0.72);
  content: "";
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background: linear-gradient(45deg, #61b6f9, #f993df);
  display: block;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    display: none;
    opacity: 0;
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    display: none;
    opacity: 0;
  }
}
/*bodyにtwoクラスがついたら（2回目アクセス）非表示*/
/*body.two .splashbg1 {
    display: none;
}*/
body.appear .splashbg1 .splashbg1inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}

body.appear .splashbg1 .splashbg1inner .splash {
  width: 194px;
  height: 77px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 35em) {
  body.appear .splashbg1 .splashbg1inner .splash {
    width: 278px;
    height: 110px;
  }
}

body.appear .splashbg1 .splashbg1inner .splash img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  -webkit-animation-name: splashlogo;
          animation-name: splashlogo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes splashlogo {
  0% {
    top: 0;
  }
  30% {
    top: -110px;
  }
  100% {
    top: -110px;
  }
}

@keyframes splashlogo {
  0% {
    top: 0;
  }
  30% {
    top: -110px;
  }
  100% {
    top: -110px;
  }
}
.notfound {
  background: #f9fbfa;
  display: block;
  width: 100%;
}
.notfound .maingf-text-h2 {
  color: #282727 !important;
  text-shadow: none;
}

.news-head {
  padding-bottom: 3rem;
}

/*contact*/
.contactboxx {
  margin: 2em 0;
}
.contactboxx .ness {
  background: #f32262;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  line-height: 2em;
  padding: 0 1em;
  margin: 0 1em;
  border-radius: 4px;
}
.contactboxx input[type=text], .contactboxx input[type=email], .contactboxx input[type=tel], .contactboxx textarea {
  background: #f2f2f2;
  padding: 0.5em;
  border: none;
  margin: 0.5em 0 0.75em 0;
  border-radius: 4px;
  width: 100%;
}
.contactboxx-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
.contactboxx-btn p {
  display: block;
  width: 100%;
}
.contactboxx-btn input[type=submit] {
  border-radius: 100px;
  display: block;
  width: 200px;
  text-align: center;
  line-height: 58px;
  background: #6cb8f2;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .contactboxx-btn input[type=submit] {
    width: 350px;
  }
}
.contactboxx-btn input[type=submit]:hover {
  color: #6cb8f2;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ancor-box {
  position: relative;
}
.ancor-box .ancor {
  top: -90px;
  position: absolute;
}
@media (min-width: 48em) {
  .ancor-box .ancor {
    top: -150px;
  }
}

/*contact*/
#contact-form {
  background: #f1f1f1;
}
#contact-form .contact-form {
  max-width: 910px;
  display: block;
  margin: 0 auto;
}
#contact-form .contact-form dl {
  margin: 0;
  padding: 0 0 1em 0;
  display: block;
}
#contact-form .contact-form dl dt {
  margin: 0;
  padding: 0.5rem 0;
  display: block;
}
#contact-form .contact-form dl dt .nes {
  background: #4d4d4d;
  color: #fff;
  font-weight: bold;
  padding: 3px 6px;
  margin: 0 0.5rem 0 0.5rem;
}
@media (min-width: 48em) {
  #contact-form .contact-form dl dt .nes {
    font-size: 0.5rem;
  }
}
#contact-form .contact-form dl dd {
  margin: 0;
  padding: 0.5rem 0;
  display: block;
}
#contact-form .contact-form dl dd input[type=text],
#contact-form .contact-form dl dd input[type=email],
#contact-form .contact-form dl dd input[type=number],
#contact-form .contact-form dl dd input[type=tel],
#contact-form .contact-form dl dd textarea {
  background: #fff;
  width: 100%;
  padding: 0.75em;
  border: none;
}
#contact-form .contact-form dl dd input[type=radio] {
  width: auto;
  padding: inherit;
}
#contact-form .contact-form dl dd select {
  background: #fff;
  padding: 0.75em;
  border: none;
}

.error-container {
  margin: 0 0 4rem;
  padding: 3rem 0;
  background-color: #fff;
}

.error-detail {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 48em) {
  .error-detail {
    max-width: 970px;
  }
}

.error-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
}
@media (min-width: 48em) {
  .error-title {
    font-size: 1.6rem;
    line-height: 1.15625;
  }
}
.error-title-sub {
  display: block;
  margin: 8px 0 0 0;
  font-size: 1.8rem;
  line-height: 1.2777777778;
}
@media (min-width: 48em) {
  .error-title-sub {
    font-size: 0.9rem;
  }
}

.error-search {
  margin-bottom: 2.4rem;
  padding: 2.4rem;
}
@media (min-width: 48em) {
  .error-search {
    padding: 1.6rem;
  }
}
.error-search .title {
  margin: 0;
  padding: 0 0 16px 0;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  text-align: center;
  color: #000;
}
@media (min-width: 48em) {
  .error-search .title {
    float: left;
    width: 30%;
    padding: 12px 0;
    font-size: 0.9rem;
  }
}
.error-search .search-form {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0;
  background-color: #eee;
}
@media (min-width: 48em) {
  .error-search .search-form {
    margin-left: 30%;
    height: 52px;
    overflow: hidden;
  }
}
.error-search .search-moduleInput {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  width: 80%;
}
.error-search .search-moduleInput input {
  background: none;
  border: none;
  padding: 17px 15px;
  width: 100%;
  outline: 0;
}
.error-search .search-moduleInput input:-moz-placeholder-shown {
  color: #626a77;
}
.error-search .search-moduleInput input:-ms-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input:placeholder-shown {
  color: #626a77;
}
.error-search .search-moduleInput input::-webkit-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input:-moz-placeholder {
  opacity: 1;
  color: #626a77;
}
.error-search .search-moduleInput input::-moz-placeholder {
  opacity: 1;
  color: #626a77;
}
.error-search .search-moduleInput input:-ms-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleButton {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 20%;
}
.error-search .search-moduleButton button {
  background: #000;
  border: none;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.error-button {
  text-align: center;
}
.error-button a {
  display: block;
  margin: 0 auto;
  padding: 16px;
  max-width: 320px;
  border: 3px solid #d63b3f;
  color: #d63b3f;
}
.error-button a:hover {
  background-color: #d63b3f;
  color: #fff;
  opacity: 1;
}

.contact-nav {
  margin: 0 0 1.8rem !important;
  padding: 0 !important;
  list-style: none;
  font-size: 0;
}
@media (min-width: 48em) {
  .contact-nav {
    text-align: center;
  }
}
.contact-nav li {
  position: relative;
  display: inline-block;
  margin: 0 0 12px !important;
  padding: 0 0 0 24px !important;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .contact-nav li {
    font-size: 0.7rem;
  }
}
.contact-nav li:first-child {
  padding: 0 !important;
}
.contact-nav li:first-child:before {
  display: none;
}
.contact-nav li:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -10px;
  font-size: 20px;
  line-height: 1;
}
.contact-nav li span {
  display: block;
  padding: 12px 20px;
  background-color: #eee;
  border-radius: 4px;
}
.contact-nav li span.now {
  background-color: #be1a20;
  color: #fff;
}
.contact-button {
  font-size: 1.4rem;
  line-height: 1.3571428571;
  text-align: center;
}
@media (min-width: 48em) {
  .contact-button {
    font-size: 0.7rem;
  }
}
.contact-button a {
  display: block;
  width: 100%;
  margin: 0 auto 12px auto;
  height: 48px;
  line-height: 48px;
  border: 1px #000 solid;
  background-color: #000;
  color: #fff !important;
  border-radius: 48px;
}
@media (min-width: 48em) {
  .contact-button a {
    width: 300px;
  }
}

input[type=radio] {
  vertical-align: middle;
  margin-right: 4px;
}

input[type=checkbox] {
  vertical-align: middle;
  *vertical-align: baseline;
  margin-right: 4px;
}

.form-kiyaku {
  overflow: auto;
  padding: 2rem;
  background-color: #fff;
  height: 20rem;
  border: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .form-kiyaku {
    font-size: 0.7rem;
  }
}
.form-kiyaku br {
  display: block;
}

.normalbox {
  padding: 0 0 17% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.normalbox .maingfother {
  display: block;
  width: 100%;
  padding-top: 30vh;
}
@media (min-width: 62em) {
  .normalbox .maingfother {
    top: 0;
    position: sticky;
    padding-top: calc(100vh - 150px);
    width: 38%;
  }
}
.normalbox .maingfother .mgoh1 {
  font-family: "Gilda Display", serif;
  font-weight: normal;
  margin-bottom: 0.25em;
  font-size: 3rem;
  line-height: 1.1666666667;
}
@media (min-width: 48em) {
  .normalbox .maingfother .mgoh1 {
    font-size: 2.1rem;
  }
}
.normalbox .maingfother .mgolist {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.normalbox .maingfother .mgolist li {
  padding: 0 1.25em 0.25em 0;
  position: relative;
}
.normalbox .maingfother .mgolist li::before {
  content: "／";
  font-size: 10px;
  position: absolute;
  right: 0.375em;
  top: 0.15em;
  color: #b4a99b;
}
.normalbox .maingfother .mgolist li:last-child::before {
  display: none;
}
.normalbox .normalbox_in {
  width: 100%;
  padding: 5vh 0 0 0;
}
@media (min-width: 62em) {
  .normalbox .normalbox_in {
    padding: 20vh 0 0 0;
    width: 62%;
  }
}
.normalbox .normalbox_in .wlist {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.normalbox .normalbox_in .wlist li {
  width: 44.5%;
  display: block;
  padding-bottom: 11%;
}
.normalbox .normalbox_in .wlist li a h3 {
  font-family: "Klee One", cursive;
  font-size: 16px;
  padding: 1em 0 0.15em 0;
}
@media (min-width: 62em) {
  .normalbox .normalbox_in .wlist li a h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.normalbox .normalbox_in .wlist li a p {
  font-size: 11px;
}
@media (min-width: 62em) {
  .normalbox .normalbox_in .wlist li a p {
    font-size: 15px;
  }
}
.normalbox .normalbox_in .wlist li a figure {
  display: block;
  width: 100%;
  padding-top: 130%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.archive .normalbox .maingfother {
  width: 100%;
}
@media (min-width: 62em) {
  .archive .normalbox .maingfother {
    width: 28%;
  }
}
.archive .normalbox .normalbox_in {
  width: 100%;
}
@media (min-width: 62em) {
  .archive .normalbox .normalbox_in {
    width: 72%;
    padding: 20vh 0 0 0;
  }
}
.archive .normalbox .normalbox_in .blist {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.archive .normalbox .normalbox_in .blist li {
  width: 48.5%;
  display: block;
  padding-bottom: 8%;
}
@media (min-width: 35em) {
  .archive .normalbox .normalbox_in .blist li {
    width: 32%;
  }
}
@media (min-width: 62em) {
  .archive .normalbox .normalbox_in .blist li {
    width: 24%;
  }
}
.archive .normalbox .normalbox_in .blist li a {
  line-height: 1.3em;
}
.archive .normalbox .normalbox_in .blist li a .date {
  font-size: 12px;
  padding: 1em 0 0.15em 0;
  margin: 0;
}
.archive .normalbox .normalbox_in .blist li a .title {
  padding: 0 0 0.15em 0;
  margin: 0;
}
.archive .normalbox .normalbox_in .blist li a figure {
  display: block;
  width: 100%;
}
.archive .normalbox .normalbox_in .blist li a figure img {
  width: 100%;
  height: auto;
}

.normalbox_detail {
  position: relative;
  padding: 0;
  display: block;
}
.normalbox_detail .maingfothertile {
  display: block;
  width: 100%;
  padding-top: calc(100vh - 100px);
  padding-bottom: 20%;
}
@media (min-width: 62em) {
  .normalbox_detail .maingfothertile {
    width: 42%;
    padding-top: calc(100vh - 250px);
  }
}
.normalbox_detail .maingfothertile .mgotitle {
  font-family: "Klee One", cursive;
  font-size: 20px;
}
@media (min-width: 48em) {
  .normalbox_detail .maingfothertile .mgotitle {
    font-size: 26px;
  }
}
.normalbox_detail .maingfothertile .mgoinfo {
  padding-bottom: 1.6em;
}
.normalbox_detail .maingfothertile .mgopara {
  font-size: 12px;
}
@media (min-width: 48em) {
  .normalbox_detail .maingfothertile .mgopara {
    font-size: 14px;
  }
}
.normalbox_detail .normalbox_in {
  display: block;
  position: absolute;
  top: 20vh;
  left: 20%;
  width: 80%;
  right: 0;
  margin: auto;
}
@media (min-width: 62em) {
  .normalbox_detail .normalbox_in {
    left: inherit;
    top: 0;
    right: 0;
    width: 50%;
  }
}
.normalbox_detail .normalbox_in .nbiphoto {
  display: block;
  width: 100%;
  padding-top: calc(70vh - 100px);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .normalbox_detail .normalbox_in .nbiphoto {
    padding-top: 115%;
  }
}

.single-works .maingfother {
  padding-top: calc(100vh - 270px);
}

.single-post .maingfother {
  width: 100%;
  position: relative;
}
@media (min-width: 62em) {
  .single-post .maingfother {
    position: sticky;
  }
}
.single-post .maingfother .thurm {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 32%;
}
@media (min-width: 62em) {
  .single-post .maingfother .thurm {
    width: 36%;
    bottom: inherit;
    top: 20vh;
    right: inherit;
    left: 0;
  }
}
.single-post .maingfother .thurm img {
  width: 100%;
  height: auto;
}
@media (min-width: 62em) {
  .single-post .maingfother {
    width: 50%;
  }
}
.single-post .normalbox_in {
  width: 100%;
}
@media (min-width: 62em) {
  .single-post .normalbox_in {
    width: 50%;
  }
}

.overf .headlingth2 {
  margin-top: 0;
}
.overf .headlingth2 a h2 {
  margin-bottom: 0;
}

.wpbox {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 14%;
}
.wpbox.wphotobox1 {
  width: 90%;
}
.wpbox.wphotobox1 .wophoto1 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 35em) {
  .wpbox.wphotobox1 .wophoto1 {
    padding-top: 61.54%;
  }
}
.wpbox.wphotobox2 {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.wpbox.wphotobox2 .fl {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 75%;
}
.wpbox.wphotobox2 .fl .wophoto1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.wpbox.wphotobox2 .fr {
  position: relative;
  display: block;
  width: 36%;
  padding-top: 36%;
}
.wpbox.wphotobox2 .fr .wophoto2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.wpbox.wphotobox3 {
  width: 100%;
  display: block;
  text-align: center;
}
.wpbox.wphotobox3 .wophoto1 {
  position: relative;
  display: block;
  width: 60%;
  padding-top: 39.996%;
  margin: 0 auto 5% auto;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 35em) {
  .wpbox.wphotobox3 .wophoto1 {
    padding-top: 29.3304%;
    padding-top: 29.3304%;
  }
}
.wpbox.wphotobox3 .wophoto2 {
  position: relative;
  display: block;
  width: 60%;
  padding-top: 39.996%;
  margin: 0 auto;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 35em) {
  .wpbox.wphotobox3 .wophoto2 {
    padding-top: 29.3304%;
    padding-top: 29.3304%;
  }
}
.wpbox.wphotobox4 {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpbox.wphotobox4 .fl {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 75%;
}
.wpbox.wphotobox4 .fl .wophoto1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.wpbox.wphotobox4 .fr {
  position: relative;
  display: block;
  width: 36%;
  padding-top: 54%;
}
.wpbox.wphotobox4 .fr .wophoto2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.wpbox.wphotobox5 {
  width: 100%;
  display: block;
}
.wpbox.wphotobox5 .wophoto1 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 35em) {
  .wpbox.wphotobox5 .wophoto1 {
    padding-top: 53.333%;
  }
}
.wpbox.wphotobox6 {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 35em) {
  .wpbox.wphotobox6 {
    width: 55%;
  }
}
.wpbox.wphotobox6 .fn {
  position: relative;
  display: block;
  width: 44%;
  padding-top: 29.3304%;
  margin: 3%;
}
.wpbox.wphotobox6 .fn figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.wpbox.wphotobox7 {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.wpbox.wphotobox7 .wophoto1 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66.66%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.mainimg {
  display: block;
  width: 100%;
  padding-top: 54.6%;
  margin-bottom: 16vh;
}
.about .mainimg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url(imgs/img_about_1.jpg);
}

.contact .mainimg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url(imgs/img_contact_1.jpg);
}

.contentsh3 {
  font-family: "Gilda Display", serif;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 4rem;
}
@media (min-width: 48em) {
  .contentsh3 {
    font-size: 24px;
  }
}

.prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.prof dt {
  display: block;
  width: 4em;
}
.prof dd {
  display: block;
}

.contabox {
  display: block;
}
@media (min-width: 48em) {
  .contabox {
    padding: 0 20% 0 0;
  }
}
.contabox .cbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5em 0;
}
.contabox .cbout dt {
  display: block;
  width: 7em;
}
@media (min-width: 48em) {
  .contabox .cbout dt {
    width: 10em;
  }
}
.contabox .cbout dd {
  display: block;
  width: calc(100% - 7em);
  margin-left: 15px;
}
@media (min-width: 48em) {
  .contabox .cbout dd {
    width: calc(100% - 10em);
    margin-left: 40px;
  }
}
.contabox .cbout dd input, .contabox .cbout dd textarea {
  border: none;
  width: 100%;
}

.contacth3 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 1.8rem;
  margin: 0;
}
@media (min-width: 48em) {
  .contacth3 {
    font-size: 22px;
  }
}

.wpcf7-list-item input {
  width: inherit !important;
}
.wpcf7-list-item .wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-submit {
  border: 1px solid #282727 !important;
  background: none !important;
  line-height: 3em;
}

.teltext {
  font-family: "Gilda Display", serif;
  padding-bottom: 5.5rem;
  padding-top: 1rem;
}
.teltext span {
  font-size: 24px;
}
@media (min-width: 48em) {
  .teltext span {
    font-size: 30px;
  }
}

/* --- basic setting ----------------------------------------------------------------------------------------- */
.wp-caption-text {
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-article-text-main,
.twitter-tweet,
.instagram-media,
.instagram-media-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-detail iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

/* --- WordPress preset CSS ----------------------------------------------------------------------------------------- */
.page-body {
  font-size: 1.3rem;
  /* image */
  /* gallery */
  /* icon */
  /* table */
  /* list */
  /* block quote */
}
@media (min-width: 48em) {
  .page-body {
    font-size: 0.75rem;
  }
}
.page-body p {
  margin-bottom: 1.5rem;
}
.page-body small {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .page-body small {
    font-size: 0.6rem;
  }
}
.page-body a {
  text-decoration: underline;
}
.page-body h2 {
  clear: both;
  margin-bottom: 1.2rem;
  padding: 0.75rem 0 0;
  color: #000;
  font-weight: bold;
}
.page-body h3 {
  position: relative;
  margin: 0 0 0.75rem;
  padding: 1.5rem 0 7px 0;
  color: #000;
  letter-spacing: 0.04em;
}
.page-body h4,
.page-body h5,
.page-body h6 {
  margin-bottom: 0.6rem;
  color: #000;
}
.page-body h2 {
  font-size: 2rem;
  line-height: 1.25;
}
.page-body h3 {
  font-size: 1.7rem;
  line-height: 1.2941176471;
}
.page-body h4 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
.page-body h5, .page-body h6 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media (min-width: 48em) {
  .page-body h2 {
    font-size: 1rem;
  }
  .page-body h3 {
    font-size: 1rem;
  }
  .page-body h4 {
    font-size: 0.8rem;
  }
  .page-body h5, .page-body h6 {
    font-size: 0.8rem;
  }
}
.page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
  font-size: 1.3rem;
}
@media (min-width: 48em) {
  .page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
    font-size: 0.75rem;
  }
}
.page-body img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.page-body img.centered, .page-body div.centered {
  display: block;
  margin: 24px auto;
}
.page-body img.aligncenter, .page-body div.aligncenter {
  display: block;
  margin: 24px auto;
}
.page-body img.alignright, .page-body div.alignright {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-body img.alignleft, .page-body div.alignleft {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-body .wp-caption {
  max-width: 100%;
  padding: 0;
  margin: 24px auto;
}
.page-body .wp-caption.alignright {
  float: none;
  margin: 4px auto 16px auto;
}
.page-body .wp-caption.alignleft {
  float: none;
  margin: 4px auto 16px auto;
}
.page-body .wp-caption.aligncenter {
  margin: 24px auto;
}
.page-body .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-body .wp-caption .wp-caption-text {
  padding: 8px 0 0;
  color: #999;
  font-size: 12px;
}
@media (min-width: 48em) {
  .page-body img.alignright, .page-body div.alignright {
    float: right;
    margin: 4px 0 30px 30px;
    display: inline;
  }
  .page-body img.alignleft, .page-body div.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
    display: inline;
  }
  .page-body .wp-caption.alignright {
    float: right;
    margin: 4px 0 30px 30px;
  }
  .page-body .wp-caption.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
  }
}
.page-body .gallery {
  margin-bottom: 1.8rem;
  font-size: 0;
  text-align: center;
}
.page-body .gallery-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 8px;
  width: 50%;
}
@media (min-width: 30em) {
  .page-body .gallery-item {
    width: auto;
  }
}
.page-body .gallery-caption {
  padding: 8px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.page-body i.fa {
  margin-right: 6px;
}
.page-body table {
  margin: 0 0 2rem 0;
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .page-body table {
    display: table;
    white-space: inherit;
    width: 100%;
  }
}
.page-body td,
.page-body th {
  border: 1px solid #282727;
  padding: 20px 26px;
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .page-body td,
  .page-body th {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.page-body th {
  font-weight: bold;
  width: 35%;
}
@media (min-width: 48em) {
  .page-body th {
    width: 26%;
  }
}
.page-body dt,
.page-body dd {
  margin: 0;
}
.page-body ul,
.page-body ol {
  margin: 0 0 0.8rem;
  padding: 0 0 0 16px;
}
.page-body ul li,
.page-body ol li {
  margin: 0 0 0.375rem 0.8rem;
  padding: 0 0 0 0.4rem;
}
.page-body .blockquote {
  margin: 0 0 1.5em 0;
  padding: 15px;
  background: #f2f2f2;
  color: #555;
  border-radius: 5px;
  position: relative;
}
.page-body .blockquote p:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.page-body blockquote {
  margin: 0 0 2em 0;
  padding: 30px 30px 2px;
  background: #f2f2f2;
  color: #555;
  border-radius: 5px;
  position: relative;
}
.page-body blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.page-body blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #999;
}
.page-body .noclick {
  pointer-events: none;
}

.page-body.company_body {
  /* table */
}
.page-body.company_body table {
  margin: 0 0 2rem 0;
  display: block;
  width: 100%;
  position: relative;
  overflow-x: auto;
  white-space: inherit;
}
@media (min-width: 48em) {
  .page-body.company_body table {
    display: table;
    width: 100%;
  }
}
.page-body.company_body tbody, .page-body.company_body tr {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-body.company_body tbody, .page-body.company_body tr {
    display: table;
  }
}
.page-body.company_body td,
.page-body.company_body th {
  border: 3px solid #fff;
  background-color: #eff2f7;
  padding: 20px 26px;
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-body.company_body td,
  .page-body.company_body th {
    display: table-cell;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.page-body.company_body th {
  background-color: #242424;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 48em) {
  .page-body.company_body th {
    width: 26%;
  }
}

/* コメント */
#comments.comments-area {
  clear: both;
  padding: 2rem 0;
}
#comments .comment-respond {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  #comments .comment-respond {
    font-size: 0.7rem;
  }
}
#comments .comment-form-comment textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
#comments .comment-form-author input, #comments .comment-form-email input {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  #comments .comment-form-author, #comments .comment-form-email {
    float: left;
    width: 48%;
  }
}
@media (min-width: 48em) {
  #comments .comment-form-email {
    float: right;
  }
}
#comments .form-submit {
  clear: both;
  padding-top: 8px;
  text-align: center;
}
#comments .form-submit input[type=submit] {
  width: 100%;
  margin: 0;
  height: 56px;
  line-height: 56px;
  border: 1px #1a1a1a solid;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 4px;
}
#comments .form-submit input[type=submit]:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  opacity: 0.6;
}
@media (min-width: 30em) {
  #comments .form-submit input[type=submit] {
    width: 300px;
    display: inline-block;
    margin: 0;
  }
}

/* next-page */
.pagesprit {
  text-align: center;
  font-size: 0;
  padding: 16px 0 32px 0;
}

.pagesprit .page-numbers {
  line-height: 1;
}

.pagesprit a,
.pagesprit span {
  display: inline-block;
  margin: 0 2px 4px 2px;
  font-size: 14px;
  line-height: 14px;
}

.pagesprit .numbers {
  border: 1px #000 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
}

.pagesprit a:hover {
  opacity: 1;
}

.pagesprit a:hover .numbers {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.pagesprit a .numbers {
  background-color: #fff;
  color: #000;
}

@media (min-width: 62em) {
  .pagesprit .numbers {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
/* PageNaviプラグイン */
.wp-pagenavi {
  border-top: 1px solid #282727;
  padding: 0 0 16px 0;
  text-align: right;
  margin-top: 10%;
}

.wp-pagenavi .pages {
  display: block;
  margin: 8px;
  font-size: 12px;
  font-weight: 500;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  text-align: center;
  display: inline-block;
  margin: 20px 2px;
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gilda Display", serif;
  color: #b4a99b;
  font-weight: bold;
}
@media (min-width: 48em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .extend,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 20px;
  }
}

.wp-pagenavi .extend {
  border: none;
  margin: 8px 0;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}

.wp-pagenavi .current {
  color: #282727;
  font-weight: bold;
}

.wp-pagenavi .page:hover {
  color: #282727;
  opacity: 1;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #282727;
  font-weight: bold;
}

@media (min-width: 48em) {
  .wp-pagenavi .pages {
    display: block;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .wp-pagenavi .previouspostslink {
    display: inline-block; /*border: 1px solid $link-color*/
    margin: 8px 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 62em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 24px;
    height: 36px;
    line-height: 34px;
  }
}
/* -----------------------------------------------------------
   .pagenationPNArea
   ----------------------------------------------------------- */
.pagenationPNArea {
  margin: 4rem auto 70px auto;
  position: relative;
  font-size: 0;
  text-align: center;
  width: 80%;
}

/* .btn */
.pagenationPNArea .btnTop {
  display: block;
  margin: 0 auto;
  width: 40%;
}

.pagenationPNArea .btnPrev,
.pagenationPNArea .btnNext {
  position: absolute;
  bottom: 0;
  width: 29.5%;
  text-decoration: none;
}

.pagenationPNArea .btnPrev {
  right: 0;
}

.pagenationPNArea .btnNext {
  left: 0;
}

.pagenationPNArea .btnPrev a,
.pagenationPNArea .btnTop a,
.pagenationPNArea .btnNext a {
  display: block; /*border:#000 1px solid*/
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.pagenationPNArea .btnPrev a:hover,
.pagenationPNArea .btnTop a:hover,
.pagenationPNArea .btnNext a:hover {
  color: #fff;
  opacity: 1;
  background: #000;
}

/*.pagenationPNArea .btnPrev a:before,
.pagenationPNArea .btnNext a:before { position: absolute; top:0; z-index:2; font-size:16px; font-family:'themify'; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }

.pagenationPNArea .btnPrev a:before { right: 10px;content:"\e649";}
.pagenationPNArea .btnNext a:before { left: 10px;content:"\e64a";}

.pagenationPNArea a:after { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; display: block; background: #000; content: ""; z-index: -1; -webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transition:transform .7s ease;-moz-transition:transform .7s ease;-o-transition:transform .7s ease;transition:transform .7s ease}
.pagenationPNArea a:hover:after { -webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}*/
@media only screen and (max-width: 900px) {
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a {
    line-height: 45px;
  }
  /*.pagenationPNArea .btnPrev a:hover,
  .pagenationPNArea .btnTop a:hover,
  .pagenationPNArea .btnNext a:hover {color:#000;}
  .pagenationPNArea a:after { display: none;}*/
}
@media only screen and (max-width: 738px) {
  .pagenationPNArea .btnTop {
    width: 50%;
  }
  .pagenationPNArea .btnPrev,
  .pagenationPNArea .btnNext {
    position: absolute;
    bottom: 0;
    width: 24%;
    text-decoration: none;
  }
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .pagenationPNArea .btnPrev a {
    padding-right: 5px;
  }
  .pagenationPNArea .btnNext a {
    padding-left: 5px;
  }
  /*.pagenationPNArea .btnPrev a:before,
  .pagenationPNArea .btnNext a:before { font-size:12px; }
  .pagenationPNArea .btnPrev a:before { right: 7px;}
  .pagenationPNArea .btnNext a:before { left: 7px;}*/
}
/*次へ前へ*/
.screen-reader-text {
  display: none;
}

.nav-links {
  display: table;
  padding: 50px 0 50px 0;
  width: 100%;
}
.nav-links .nav-previous, .nav-links .nav-next {
  display: table-cell;
  width: 50%;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  line-height: 40px;
  padding: 0 35px;
  margin: 0 1px;
  display: inline-block;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  background: #000;
  opacity: 1;
}
.nav-links .nav-previous a {
  float: left;
}
.nav-links .nav-next a {
  float: right;
}

.navigation.posts-navigation {
  margin-top: 4rem;
}

.screen-reader-text, .nav-links {
  display: none;
}

.outer-wp-pagenavi {
  margin-top: -3rem;
}

/*コンタクトフォーム7*/
.wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  background: #e70000 !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem !important;
  text-align: center !important;
}

.ajax-loader {
  display: block !important;
}

/**/
.header-blog {
  padding-bottom: 4rem;
}
.header-blog .btitle {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 48em) {
  .header-blog .btitle {
    font-size: 24px;
  }
}
.header-blog .bdate {
  font-family: "Gilda Display", serif;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */