@charset "UTF-8";
/*************************************
	ブレークポイント
*************************************/
/*************************************
	ブレイクポイント毎の表示切り替え
*************************************/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

/*************************************
	基本マージン
*************************************/
/*************************************
	フォントサイズ
*************************************/
/*************************************
	文字省略
*************************************/
/*************************************
	文字隠し
*************************************/
/*************************************
	ベンダープレフィックス
*************************************/
/*************************************
	フォントファミリー
*************************************/
/*************************************
	hover アニメーション
*************************************/
/*************************************
	自社イベントアイコン設定
*************************************/
/*************************************
	点線
*************************************/
/*************************************
	フォームリセット
*************************************/
/*************************************
	投稿スタイル
*************************************/
/*************************************
	each のサンプル
*************************************/
.test1 {
  width: 10000;
}

.test2 {
  width: 20000;
}

.test3 {
  width: 30000;
}

/*************************************
	header
*************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background: #fff;
}
header div.group {
  margin: 0 auto;
  max-width: 1238px;
}
header div.group div.init {
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 768px) {
  header div.group div.init {
    display: table;
  }
  header div.group div.init h1, header div.group div.init nav,
  header div.group div.init div.header_logo {
    display: table-cell;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 767px) {
  header div.group div.init {
    display: table;
  }
  header div.group div.init h1,
  header div.group div.init div.header_logo {
    display: table-cell;
    vertical-align: middle;
  }
  header div.group div.init nav {
    width: 100%;
  }
}
header h1,
header div.header_logo {
  margin: 0 auto;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
}
header h1 > a,
header div.header_logo > a {
  margin: 0 auto;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  header h1 > a:hover,
  header div.header_logo > a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
header h1 > a img,
header div.header_logo > a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header h1 > a,
  header div.header_logo > a {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header h1,
  header div.header_logo {
    padding-top: 2px;
    height: 50px;
  }
  header h1 > a,
  header div.header_logo > a {
    margin-left: 0;
  }
}

/*************************************
	.nav-content
*************************************/
.nav-content ul.global {
  background: #ffffff;
}
.nav-content ul.global li a {
  display: block;
  line-height: 1;
  text-align: center;
}
.nav-content ul.global li a > div {
  width: 100%;
  box-sizing: border-box;
}
.nav-content ul.global li a > div > p {
  margin-bottom: -2px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .nav-content ul.global li a > div {
    line-height: 1;
    display: inline-block;
    border-radius: 12px;
    white-space: nowrap;
    border-radius: 12px;
    border-color: #fff;
    border: 2px solid #fff;
    border-style: solid;
    border-width: 10px;
    border-image-slice: 50;
    border-image-outset: 0;
    border-image-repeat: round;
    border-image-source: none;
  }
  .nav-content ul.global li a:hover > div {
    border-image-source: url(../img/frame_round_bold.png);
  }
}
.nonAccordionPc header .nav-content ul.global li.promotion{
  flex-grow: 0;
}
.nav-content ul.global li.promotion{
  order: 8;
  margin-right: 20px;
  margin-bottom: 9px;
  text-align: center;
}
@media screen and (max-width:1237px){
  .nav-content ul.global li.promotion{
    margin-right: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width:767px){
  /* .nav-content ul.global li.promotion.pcOnly{
    display: none;
  } */
  .nav-content ul.global li.promotion{
    flex-grow: 1;
    order: 7;
    margin-right: auto;
    margin-bottom: auto;
    width: 100%;
  }
}
.nav-content ul.global li.promotion .inner{
  max-height: 31.1px;
}
.nav-content ul.global li.promotion a {
  position: relative;
  display: block;
  width: 175px;
  height: 0.8em;
  z-index: 0;
  border-radius: 12px;
  border: 2px solid #aaa;
  border-style: solid;
  border-width: 10px;
  border-image-slice: 50;
  border-image-outset: 0;
  border-image-repeat: round;
  border-image-source: url(../img/frame_round_bold.png);
  background-color:  rgba(255, 255, 0, .3);
}
/* @media screen and (min-width:767px) {
.nav-content ul.global li.promotion a {
    background-color: rgba(255, 255, 0, .2);
    }
} */
.nav-content ul.global li.promotion a p {
  border-radius: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 3px;
  white-space: nowrap;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
}
@media screen and (min-width: 768px) {
  .nav-content ul.global li.promotion a {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .nav-content ul.global li.promotion a p {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .nav-content ul.global li.promotion a:hover {
    background-color: #000;
  }
  .nav-content ul.global li.promotion a:hover p {
    color: #fff;
  }

}
@media screen and (max-width: 767px) {
   .nav-content ul.global .spOnly li.promotion{
     display:none;
   }
  .nav-content ul.global .spOnly li.promotion{
    border-right: 0 !important;
    width: 100%;
  }
  .nav-content ul.global .spOnly li.promotion .outer{
    margin: 6px 0;
  }
  .nav-content ul.global .spOnly li.promotion a{
    margin: 0 auto;
    padding: 1px 0;
    max-width: 200px;
    width: 100%;
    height: .5em;
    line-height: 1em;
  }
  .nav-content ul.global .spOnly li.promotion a p {
    padding-bottom: 2px;
    width: 162px;
  }
}



.nonAccordionPc header .nav-content ul.global li.prefectures{
  flex-grow: 0;
}
.nav-content ul.global li.prefectures {
  order: 7;
  margin-right: 20px;
  margin-bottom: 9px;
  text-align: center;
}
@media screen and (max-width:1237px){
  .nav-content ul.global li.prefectures{
    margin-right: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width:767px){
  .nav-content ul.global li.prefectures{
    flex-grow: 1;
    order: 6;
    margin-right: auto;
    margin-bottom: auto;
    width: 100%;
  }
}
.nav-content ul.global li.shouten{
  margin-right: 0;
}
.nav-content ul.global li.shouten p::after{
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url('../img/icon_link.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.nav-content ul.global li.prefectures div.outer {
  position: relative;
  display: inline-block;
  width: 180px;
  z-index: 0;
  border-radius: 12px;
  border: 2px solid #aaa;
  border-style: solid;
  border-width: 10px;
  border-image-slice: 50;
  border-image-outset: 0;
  border-image-repeat: round;
  border-image-source: url(../img/frame_round_bold.png);
}
.nav-content ul.global li.prefectures div.outer::before {
  border-radius: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1em;
  z-index: 0;
  white-space: nowrap;
  content: "都道府県検索";
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .nav-content ul.global li.prefectures div.outer {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .nav-content ul.global li.prefectures div.outer::before {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .nav-content ul.global li.prefectures div.outer:hover {
    background-color: #000;
  }
  .nav-content ul.global li.prefectures div.outer:hover::before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .nav-content ul.global li.prefectures div.outer{
    max-width: 200px;
    width: 100%;
  }
  .nav-content ul.global li.prefectures div.outer::before {
    width: 162px;
  }
}
.nav-content ul.global li.prefectures div.outer label {
  display: block;
}
.nav-content ul.global li.prefectures div.outer label select {
  box-sizing: border-box;
  width: 100%;
  height: 29px;
  line-height: 27px;
  white-space: nowrap;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  opacity: 0;
}
.nav-content ul.global li.prefectures div.outer label select::-ms-expand {
  display: none;
}
.nav-content ul.global li.prefectures div.outer label select::-moz-focus-inner {
  border: 0;
}
@media screen and (max-width: 767px) {
  .nav-content ul.global li.prefectures div.outer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nonAccordionPc header .nav-content ul.global li.search{
  flex-grow: 0;
}
.nav-content ul.global li.search{
  order: 6;
  margin-right: 20px;
  margin-bottom: 9px;
}
@media screen and (max-width:767px){
  .nav-content ul.global li.search{
    flex-grow: 1;
    order: initial;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.nav-content ul.global li.search div.form {
  overflow: hidden;
}
.nav-content ul.global li.search div.form div.outer {
  width: 100%;
  display: table;
  vertical-align: middle;
  table-layout: fixed;
}
.nav-content ul.global li.search div.form div.outer div.inner {
  display: table-cell;
}
.nav-content ul.global li.search div.form form input {
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 14px;
}
.nav-content ul.global li.search div.form form input::-ms-expand {
  display: none;
}
.nav-content ul.global li.search div.form form input[type="search"] {
  padding: 0 0.5em;
  box-sizing: border-box;
  border: 1px solid #000;
  max-width: 200px;
  width: 100%;
  height: 24px;
  vertical-align: middle;
  font-size: 12px;
  outline: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global li.search div.form form input[type="search"] {
    height: 24px;
  }
}
@media screen and (max-width:767px){
  .nav-content ul.global li.search div.form form input[type="search"]{
    max-width: none;
    height: 33px;
  }
}

.nav-content ul.global li.search div.form form input[type="submit"] {
  background: url(../img/btn_search.svg) 50% 50%/auto 100% no-repeat, #000;
  width: 100%;
  height: 24px;
  vertical-align: middle;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .nav-content ul.global li.search div.form form input[type="submit"]:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global li.search div.form form input[type="submit"] {
    height: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .nav-content ul.global li.spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-content {
    position: absolute;
    top: 50px;
    right: -100vw;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .nav-content ul.global {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-content ul.global > li,
  .nav-content ul.global > li.spOnly > ul > li {
    border-top: solid 1px #ddd;
    width: 50%;
    box-sizing: border-box;
    order: 1;
  }
  .nav-content ul.global > li:nth-child(odd),
  .nav-content ul.global > li.spOnly > ul > li:nth-child(odd) {
    border-right: solid 1px #ddd;
  }
  .nav-content ul.global li.search {
    width: 100%;
    order: 0;
  }
  .nav-content ul.global li.search ul li:nth-child(1) {
    width: auto;
  }
  .nav-content ul.global li.search div.form form input[type="submit"]{
    height: 33px;
  }
  .nav-content ul.global li.spOnly {
    order: 8;
    width: 100%;
    border-top: none;
  }
  .nav-content ul.global li.spOnly > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-content ul.global li.spOnly > ul > li.sns {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .nav-content ul.global li.spOnly > ul > li.sns a {
    margin-right: 10px;
    padding: 10px;
  }
  .nav-content ul.global li.spOnly > ul > li.sns a img {
    width: 34px;
    height: 34px;
  }
  .nav-content ul.global li.spOnly > ul > li.sns a:last-child {
    margin-right: 0;
  }
}

header .group .promotion-sp{
  display: none;
  order: 3;
  text-align: center;
}
header .group .promotion-sp .inner{
  max-height: 31.1px;
}
header .group .promotion-sp a {
  position: relative;
  display: block;
  width: 162px;
  height: 0.8em;
  z-index: 0;
  border-radius: 12px;
  border: 2px solid #aaa;
  border-style: solid;
  border-width: 10px;
  border-image-slice: 50;
  border-image-outset: 0;
  border-image-repeat: round;
  border-image-source: url(../img/frame_round_bold.png);
  background-color: rgba(255, 255, 0, .3);
}
header .group .promotion-sp a p {
  border-radius: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 3px;
  white-space: nowrap;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
}
@media screen and (max-width:767px){
  header .group .promotion-sp{
    display: block;
    position: relative;
    top: 10px;
    margin-right: 40px;
    margin-left: auto;
    width: 200px;
  }
  header .group .promotion-sp a{
    margin: 0 auto;
    padding: 1px 0;
    max-width: 180px;
    width: 100%;
    height: .5em;
    line-height: 1em;
  }
  header .group .promotion-sp a p {
    padding-bottom: 2px;
    width: 162px;
  }
}
@media screen and (max-width:420px){
  header .group .promotion-sp{
    width: 170px;
  }
  header .group .promotion-sp a{
    width: 150px;
  }
}
@media screen and (min-width:767px) {
   .nav-content ul.global li.sp-flex-lists{
     display: none;
   }
}
@media screen and (max-width:767px){
  .sp-none{
    display: none;
  }
  header .group .promotion-sp{
    display: none;
  }
  .nav-content ul.global li.sp-flex-lists{
     width: 100%;
  }
    .nav-content ul.global li.sp-flex-lists ul{
     display:flex;
  }
      .nav-content ul.global li.sp-flex-lists ul li{
       width: 50%;
  }
  .nav-content ul.global li.sp-flex-lists ul li div.outer {
        margin: 6px 0;
  }
     .nav-content ul.global li.sp-flex-lists ul li.prefectures .outer{
       width: fit-content;
     }
  .nav-content ul.global li.sp-flex-lists ul li.promotion a{
    margin:0 auto;
    height: auto;
     width: 80%;
    /* padding: 3px; */
    position: unset;
    max-width:175px;
  }
      .nav-content ul.global li.sp-flex-lists ul li.prefectures select,
    .nav-content ul.global li.sp-flex-lists ul li.promotion a p{
     padding-top:0;
     white-space: initial;
     width: 100%;
     position: unset;
     transform:none;
    }
     .nav-content ul.global li.sp-flex-lists ul li.promotion a p{
margin: -3px;

     }
}

@media screen and (max-width:387px){
   .nav-content ul.global li.sp-flex-lists ul li{
      height: 53px;
    }
}
/*************************************
	.menu-button
*************************************/
.menu-button {
  padding-bottom: 1em;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 40px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-button::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1em;
  text-align: center;
  line-height: 1;
  font-size: 80%;
  content: "MENU";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu-button i {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 2px;
  border-radius: 3px;
  background: #3e3a39;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  border-radius: 3px;
  background: #3e3a39;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s !important;
  transition: all 0.25s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.menu-button i:after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*************************************
	ナビ展開時(.is-open)
*************************************/
.is-open .nav-content {
  right: 0;
  opacity: 1;
}
.is-open .menu-button i {
  background: none;
}
.is-open .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.is-open .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}

/*************************************
	ナビ展開時のマスク設定
*************************************/
body::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
}
@media screen and (min-width: 768px) {
  body.nonAccordionPc::after {
    display: none;
  }
}
body.menu-open {
  position: relative;
}
body.menu-open::after {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

/*************************************
	グロナビの非アコーディオン化(pc専用)
*************************************/
@media screen and (min-width: 768px) {
  .nonAccordionPc header {
    height: auto;
  }
  .nonAccordionPc header h1 > a,
  .nonAccordionPc header div.header_logo > a {
    position: static;
    transform: none;
  }
  .nonAccordionPc header .nav-content {
    position: static;
    transform: none;
  }
  .nonAccordionPc header .nav-content ul.global {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    margin-right: -20px;
    margin-left: auto;
    margin-bottom: -15px;
    width: 700px;
  }
  .nonAccordionPc header .nav-content ul.global li {
    flex-grow: 1;
  }
  .nonAccordionPc header .menu-button {
    position: static;
    transform: none;
    display: none;
  }
}
@media screen and (max-width:1237px){
  .nonAccordionPc header .nav-content ul.global{
    margin-left: 0;
    width: 100%;
  }
}

/*************************************
	グロナビ項目追加 調整
*************************************/
@media screen and (min-width: 768px) and (min-width: 1238px) {
  .nav-content {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content {
    padding-left: 0;
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .nav-content ul.global li {
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1238px) {
  .nav-content ul.global li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global li:nth-last-child(2) {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .nav-content ul.global li.search {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1238px), screen and (min-width: 768px) and (min-height: 800px) {
  .nav-content ul.global li.search {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global li.search {
    position: absolute;
    top: 12px;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1237px) and (min-width: 1050px), screen and (min-width: 768px) and (max-height: 799px) and (min-width: 1050px) , screen and (min-width: 768px){
  .nav-content ul.global li.search {
    margin-right: -20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }


  .nonAccordionPc header .nav-content ul.global{
    margin-right: auto;
    margin-bottom: auto;
    width: 100%;
  }
  .nav-content ul.global li.promotion{
    position: absolute;
    top: 12px;
    margin-right: -432px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .nav-content ul.global li.promotion a{
    padding: 1px 0;
    height: 0.5em;
    line-height: 1em;
  }
  .nav-content ul.global li.promotion a p{
    padding-top: 0;
  }
  .nav-content ul.global li.prefectures{
    position: absolute;
    top: 12px;
    margin-right: -232px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .nav-content ul.global li.prefectures div.outer {
    /* width: 100%; */
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) and (max-width: 1049px), screen and (min-width: 768px) and (max-height: 799px) and (max-width: 1049px) {
  .nav-content ul.global li.search {
    top: 15px;
    right: 415px;
  }
  .nav-content ul.global li.promotion{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
  }
  .nav-content ul.global li.promotion a{
    padding: 1px 0;
    height: 0.5em;
    line-height: 1em;
  }
  .nav-content ul.global li.promotion a p{
    padding-top: 0;
  }
  .nav-content ul.global li.prefectures{
    position: absolute;
    top: 12px;
    right: 217px;
    z-index: 1;
  }
}
/* 1049header */
@media screen and (min-width: 768px) and (max-width: 1237px) and (max-width: 1049px){
  .nav-content ul.global li.search {
    top:12px;
    margin-right: 140px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }


  .nonAccordionPc header .nav-content ul.global{
    margin-right: auto;
    margin-bottom: auto;
    width: 100%;
  }
  .nav-content ul.global li.promotion{
    position: absolute;
    top: 12px;
    margin-right: -256px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .nav-content ul.global li.promotion a{
    padding: 1px 0;
    height: 0.5em;
    line-height: 1em;
  }
  .nav-content ul.global li.promotion a p{
    padding-top: 0;
  }
  .nav-content ul.global li.prefectures{
    position: absolute;
    top: 12px;
    margin-right: -65px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .nav-content ul.global li.prefectures div.outer {
    /* width: 100%; */
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1238px) {
 .nav-content ul.global li.search {
   position: absolute;
    top:12px;
    /* margin-right: 152px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); */
  }

}

@media screen and (max-width: 767px) {
  .nav-content ul.global li.search {
    padding: 1.25em 10px;
  }
  .nav-content ul.global li.search div.form {
    margin: 0 auto;
    max-width: 280px;
  }
}
.nav-content ul.global li.search div.form div.outer div.inner:nth-child(1) {
  width: auto;
}
.nav-content ul.global li.search div.form div.outer div.inner:nth-child(2) {
  width: 60px;
}
.nav-content ul.global li.prefectures div.outer::before {
  line-height: 1em;
}
.nav-content ul.global li.prefectures div.outer div.inner {
  margin: -9px 0;
}
@media screen and (min-width: 768px) and (min-width: 1238px) {
  .nav-content ul.global li.prefectures div.outer label {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav-content ul.global li.prefectures div.outer label select {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global li.prefectures div.outer label {
    margin: -12px -10px;
  }
  .nav-content ul.global li.prefectures div.outer label select {
    padding: 0 5px;
    height: 33px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1238px){
.nonAccordionPc header .nav-content ul.global{
  margin-left:auto;
}
}

@media screen and (max-width: 767px) {
  .nav-content ul.global li.prefectures div.outer {
    margin: 6px 0;
  }
  .nav-content ul.global li.prefectures div.outer div.inner {
    margin: -12px -16px;
  }
  .nav-content ul.global li.prefectures div.outer label select {
    padding: 0 1.5em;
    height: 33px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1238px) {
  .nav-content ul.global li.prefectures div.outer::before,
  .nav-content ul.global li.prefectures div.outer label select {
    padding-top: 3px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global li.prefectures div.outer::before,
  .nav-content ul.global li.prefectures div.outer label select {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-content ul.global li.prefectures div.outer::before,
  .nav-content ul.global li.prefectures div.outer label select {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .nav-content ul.global li > a > div {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1238px) {
  .nav-content ul.global li > a > div {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global li > a > div {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-content ul.global li > a > div {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global li > a > div > p {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
}

@media screen and (max-width: 767px) {
  .nav-content ul.global li > a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  .nav-content ul.global {
    margin: 0 auto;
    max-width: 1050px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1238px) {
  header div.group div.init {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  header div.group div.init {
    padding-top: 12px;
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 1238px) {
  header div.group div.init h1 > a,
  header div.group div.init div.header_logo > a {
    width: 190px;
  }
}
@media screen and (max-width: 1237px), screen and (max-height: 799px) {
  header div.group div.init h1 > a,
  header div.group div.init div.header_logo > a {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  header div.group div.init h1 > a,
  header div.group div.init div.header_logo > a {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px), screen and (min-width: 768px) and (max-height: 799px) {
  header div.group div.init {
    display: block;
  }
  header div.group div.init h1, header div.group div.init nav,
  header div.group div.init div.header_logo{
    display: block;
  }
  header div.group div.init h1,
  header div.group div.init div.header_logo {
    max-width: 1050px;
  }
  header div.group div.init h1 > a,
  header div.group div.init div.header_logo > a {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  div.columns {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  div.columns {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  div.columns {
    margin-top: 20px;
    display: table;
    table-layout: fixed;
  }
  div.columns > div.init {
    display: table-cell;
    vertical-align: top;
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
  }
  div.columns > div.init:nth-child(1) {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (min-width: 1238px) {
  div.columns > div.init:nth-child(1) {
    padding-right: 100px;
    max-width: 880px;
  }
  div.columns > div.init:nth-child(2) {
    width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) {
  div.columns > div.init:nth-child(1) {
    padding-right: 20px;
    max-width: 800px;
  }
  div.columns > div.init:nth-child(2) {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  div.columns > div.init:nth-child(2) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  div.sidebar {
    margin-top: 40px;
  }
}
div.sidebar > div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #040000;
}
div.sidebar > div:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  div.sidebar > div:nth-last-child(2) {
    border-bottom: none;
  }
}
div.sidebar > div.fb {
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.sidebar > div.fb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  div.sidebar > div.fb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
div.sidebar > div.btnWorks a {
  margin: 0 auto;
  display: block;
  max-width: 205px;
}
@media screen and (min-width: 768px) {
  div.sidebar > div.btnWorks a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  div.sidebar > div.btnWorks a {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  div.sidebar > div.btnWorks a {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

div.sidebar > div.category ul li a {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  div.sidebar > div.category ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  div.sidebar > div.category ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  div.sidebar > div.category ul li a:hover {
    color: #d7083b;
  }
}
@media screen and (max-width: 767px) {
  div.sidebar > div.category ul li {
    display: inline-block;
  }
  div.sidebar > div.category ul li a {
    padding: 0.5em;
  }
}
div.sidebar > div.search div.form {
  overflow: hidden;
}
div.sidebar > div.search div.form ul {
  border-spacing: 5px 0;
  display: table;
}
@media screen and (min-width: 768px) {
  div.sidebar > div.search div.form ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 767px) {
  div.sidebar > div.search div.form ul {
    margin-right: auto;
    margin-left: auto;
  }
}
div.sidebar > div.search div.form ul li {
  display: table-cell;
  vertical-align: middle;
}
div.sidebar > div.search div.form form input {
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 15px;
}
div.sidebar > div.search div.form form input::-ms-expand {
  display: none;
}
div.sidebar > div.search div.form form input[type="search"] {
  padding-right: 0.5em;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #000;
  width: 100%;
  height: 26px;
  line-height: 26px;
}
div.sidebar > div.search div.form form input[type="submit"] {
  background: url(../img/btn_search.svg) 50% 50%/100% 100% no-repeat;
  width: 42px;
  height: 26px;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.sidebar > div.search div.form form input[type="submit"]:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
div.sidebar > div.search div.tag {
  margin-top: 10px;
}
div.sidebar > div.search div.tag ul {
  margin-bottom: -0.25em;
  margin-right: -0.25em;
  overflow: hidden;
}
div.sidebar > div.search div.tag ul li {
  margin: 0 0.25em 0.25em 0;
  display: inline-block;
  font-size: 1.1rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
div.sidebar > div.search div.tag ul li.text a {
  padding: 0.5em 1em;
  border-radius: 0.75em;
  background-color: #727171;
  display: block;
  color: #fff;
  line-height: 1.2;
  word-break: break-all;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
div.sidebar > div.search div.tag ul li.text a div {
  margin-bottom: -0.25em;
}
@media screen and (min-width: 768px) {
  div.sidebar > div.search div.tag ul li.text a:hover {
    background-color: #000;
  }
}
div.sidebar > div.search div.tag ul li.more {
  float: right;
}
div.sidebar > div.search div.tag ul li.more a {
  margin: 5px 0 0 auto;
  padding: 0 5px;
  display: block;
  width: 8px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  div.sidebar > div.search div.tag ul li.more a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

article > div.upper {
  border-bottom: 1px solid #040000;
}
article > div.upper div.thumb {
  max-width: 780px;
}
article > div.upper div.thumb img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  article > div.upper div.thumb {
    margin-left: -20px;
    margin-right: -20px;
  }
}
article > div.upper div.description {
  text-align: center;
}
@media screen and (min-width: 768px) {
  article > div.upper div.description {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  article > div.upper div.description {
    margin-top: 20px;
  }
}
article > div.upper div.description .tag > a {
  display: inline-block;
  padding: 0.25em 0.5em;
}
article > div.upper div.description .tag > a:hover {
  color: #d7083b;
}
article > div.upper div.description .tag ul li {
  display: inline-block;
}
article > div.upper div.description .tag ul li a {
  display: block;
  padding: 0.25em 0.5em;
}
article > div.upper div.description .tag ul li a:hover {
  color: #d7083b;
}
@media screen and (min-width: 768px) {
  article > div.upper div.description .sns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  article > div.upper div.description .sns {
    margin-top: 10px;
  }
}
article > div.upper div.description .sns .wp_social_bookmarking_light {
  padding-bottom: 0 !important;
  display: flex;
  justify-content: center;
}
article > div.upper div.description .sns ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
article > div.upper div.description .sns ul li {
  margin-right: 15px;
  line-height: 1;
}
article > div.upper div.description .sns ul li:last-child {
  margin-right: 0;
}
article > div.upper div.description .ttl {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.54;
}
@media screen and (min-width: 768px) {
  article > div.upper div.description .ttl {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.upper div.description .ttl {
    font-size: 1.98rem;
  }
}
article > div.upper div.description .day {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.54;
}
@media screen and (min-width: 768px) {
  article > div.upper div.description .day {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.upper div.description .day {
    font-size: 1.36rem;
  }
}
article > div.upper div.description .tag {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.54;
}
@media screen and (min-width: 768px) {
  article > div.upper div.description .tag {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.upper div.description .tag {
    font-size: 1.12rem;
  }
}
@media screen and (min-width: 768px) {
  article > div.upper div.description .ttl, article > div.upper div.description .day {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  article > div.upper div.description .ttl, article > div.upper div.description .day {
    margin-bottom: 5px;
  }
}
article > div.lower {
  margin: 0 auto;
  max-width: 760px;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  article > div.lower div.intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.intro {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  article > div.lower div.intro {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.intro {
    font-size: 1.44rem;
  }
}
article > div.lower div.intro em {
  background-color: #ffff00;
}
article > div.lower div.intro blockquote {
  padding: 0.25em 1em;
  border-left: 2px solid #0c0000;
  border-right: 2px solid #0c0000;
}
article > div.lower div.intro h2 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  article > div.lower div.intro h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.intro h2 {
    font-size: 1.92rem;
  }
}
article > div.lower div.intro h3 {
  padding-bottom: 0.25em;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* border-bottom: 3px solid #000; */
}
@media screen and (min-width: 768px) {
  article > div.lower div.intro h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.intro h3 {
    font-size: 1.2rem;
  }
}
article > div.lower div.intro hr.dot {
  border: none;
  height: 6px;
  background: url(../img/line_dot.png) 0 0/23px 6px repeat-x;
}
@media screen and (max-width: 767px) {
  article > div.lower div.intro hr.dot {
    background-size: 11.5px 3px;
  }
}
article > div.lower div.map {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 245px;
}
article > div.lower div.map iframe {
  width: 100%;
  height: 100%;
}
article > div.lower div.note {
  text-align: center;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  article > div.lower div.note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.note {
    font-size: 0.96rem;
  }
}
article > div.lower div.information {
  border-radius: 12px;
  border-color: #fff;
  border: 2px solid #fff;
  border-style: solid;
  border-width: 10px;
  border-image-slice: 50;
  border-image-outset: 0;
  border-image-repeat: round;
  border-image-source: url(../img/frame_round_bolder.png);
}
@media screen and (min-width: 768px) {
  article > div.lower div.information {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  article > div.lower div.information {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
article > div.lower div.information dl:first-child {
  margin-top: 0;
}
article > div.lower div.information dl.detail dt {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl.detail dt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl.detail dt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl.detail dt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl.detail dt {
    font-size: 1.92rem;
  }
}
article > div.lower div.information dl.detail dd table th {
  font-weight: bold;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  article > div.lower div.information dl.detail dd {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  article > div.lower div.information dl.detail dd {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) and (min-width: 768px) {
  article > div.lower div.information dl.detail dd {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) and (max-width: 767px) {
  article > div.lower div.information dl.detail dd {
    margin-top: 5px;
  }
}

article > div.lower div.information dl.summary dt {
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl.summary dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl.summary dt {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl.summary dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl.summary dd {
    font-size: 1.28rem;
  }
}
article > div.lower div.information dl dd table {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl dd table {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl dd table {
    font-size: 1.44rem;
  }
}
article > div.lower div.information dl dd table tr th, article > div.lower div.information dl dd table tr td {
  padding: 0.25em 0;
}
article > div.lower div.information dl dd table tr th {
  width: 145px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl dd table tr {
    border-bottom: 1px solid #ccc;
  }
  article > div.lower div.information dl dd table tr:last-child {
    border-bottom: none;
  }
  article > div.lower div.information dl dd table tr th, article > div.lower div.information dl dd table tr td {
    display: block;
  }
  article > div.lower div.information dl dd table tr th {
    padding-top: 0.5em;
    padding-bottom: 0;
  }
  article > div.lower div.information dl dd table tr td {
    padding-top: 0;
    padding-bottom: 0.5em;
  }
  article > div.lower div.information dl dd table tr .map {
    height: 75vw;
  }
}
article > div.lower div.information dl dd.schedule table tr th {
  width: 70px;
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl dd.guests div.init {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl dd.guests div.init {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl dd.guests div.init:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl dd.guests div.init:first-child {
    margin-top: 10px;
  }
}
article > div.lower div.information dl dd.guests div.init > div.thumb div.trimming {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
article > div.lower div.information dl dd.guests div.init > div.thumb div.trimming img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article > div.lower div.information dl dd.guests div.init > div.desc .name {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
}
article > div.lower div.information dl dd.guests div.init > div.desc .info {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
}
article > div.lower div.information dl dd.guests div.init > div.desc > div {
  word-wrap: break-word;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  article > div.lower div.information dl dd.guests div.init {
    display: table;
  }
  article > div.lower div.information dl dd.guests div.init > div {
    display: table-cell;
    vertical-align: top;
  }
  article > div.lower div.information dl dd.guests div.init > div.thumb {
    padding-right: 25px;
  }
  article > div.lower div.information dl dd.guests div.init > div.thumb div.trimming {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information dl dd.guests div.init {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
  }
  article > div.lower div.information dl dd.guests div.init > div {
    margin-right: auto;
    margin-left: auto;
  }
  article > div.lower div.information dl dd.guests div.init > div.thumb {
    margin-bottom: 10px;
  }
  article > div.lower div.information dl dd.guests div.init > div.thumb div.trimming {
    width: 200px;
    height: 200px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) and (min-width: 768px) {
  article > div.lower div.information {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) and (max-width: 767px) {
  article > div.lower div.information {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) and (min-width: 768px) {
  article > div.lower div.information dl.detail dt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) and (max-width: 767px) {
  article > div.lower div.information dl.detail dt {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  article > div.lower div.information.turnswork dl.summary {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  article > div.lower div.information.turnswork dl.summary {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

div#kanren {
  margin: 0 auto;
  max-width: 760px;
}
div#kanren > p {
  text-align: center;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  div#kanren > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  div#kanren > p {
    font-size: 1.28rem;
  }
}
div#kanren h3 {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #040000; */
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  div#kanren {
    margin-top: 40px;
    /* margin-bottom: 40px; */
  }
}
@media screen and (max-width: 767px) {
  div#kanren {
    margin-top: 20px;
    /* margin-bottom: 20px; */
  }
}
div#kanren div.outer {
  display: flex;
  flex-wrap: wrap;
}
div#kanren div.outer .a-container {
  padding: 4px;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 767px) {
  div#kanren div.outer .a-container {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  div#kanren div.outer .a-container {
    width: 100%;
  }
}
div#kanren div.outer .a-container dl {
  border: 1px solid #ccc;
  padding: 8px;
  height: 100%;
  box-sizing: border-box;
}
div#kanren div.outer .a-container dl a:hover{
  opacity: 0.7;
}
div#kanren div.outer .a-container dl dt {
  overflow: hidden;
  position: relative;
}
div#kanren div.outer .a-container dl dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div#kanren div.outer .a-container dl dd .title {
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 12px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
div#kanren div.outer .a-container dl dd .title a{
  display: block;
}
div#kanren div.outer .a-container dl dd .info {
    margin-top: 7px;
    line-height: 1.5;
    font-size: 10px;
}
div#kanren div.outer .a-container dl dd .info a{
  display: block;
}
div#kanren div.outer .a-container dl dd .link{
    display: flex;
    flex-wrap: wrap;
    margin: 5px -2px -2px;
    padding-bottom: 7px;
    width: calc( 100% + 4px );
}
div#kanren div.outer .a-container dl dd .link li{
    margin: 2px;
}
div#kanren div.outer .a-container dl dd .link li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 2px 10px 0;
    min-height: 17px;
    line-height: 1.3;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    transition: background-color .2s;
    opacity: 1;
    font-family: "heisei-kaku-gothic-std",sans-serif;
}
div#kanren div.outer .a-container dl dd .link li a:hover{
    opacity: 1;
    color: #fff;
    background-color: #000;
}
@media screen and (min-width: 768px) {
  div#kanren div.outer .a-container dl dt {
    height: 8.8vw;
    max-height: 95px;
  }
}
@media screen and (max-width: 767px) {
  div#kanren div.outer .a-container dl dt {
    height: 23.5vw;
    max-height: 189px;
  }
}
@media screen and (max-width:360px){
  div#kanren div.outer .a-container dl dt{
    height: 43.5vw;
  }
}
@media screen and (min-width: 768px) {
  div#kanren.row4 div.outer .a-container {
    width: 25%;
  }
}

main.top div.textLink {
  margin-top: 0.5em;
  text-align: right;
}
main.top div.textLink a {
  margin-right: 1em;
  display: inline-block;
  text-decoration: underline;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main.top div.textLink a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main.top div.textLink a {
    font-size: 1.44rem;
  }
}
main.top div.textLink a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  main.top.taglist div.content > section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.top.taglist div.content > section {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  main.top section.ordinary {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.ordinary {
    margin-bottom: 40px;
  }
}
main.top section.ordinary div.outer {
  max-width: 1030px;
  margin: 0 auto;
}
main.top section.ordinary ul {
  display: flex;
  flex-wrap: wrap;
}
main.top section.ordinary ul li {
  flex-grow: 1;
  margin: 0 0.25em 0.25em 0;
  display: inline-block;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.top section.ordinary ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  main.top section.ordinary ul li {
    font-size: 1.2rem;
  }
}
main.top section.ordinary ul li a {
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 0.75em;
  background-color: #727171;
  display: block;
  color: #fff;
  line-height: 1.2;
  word-break: break-all;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
main.top section.ordinary ul li a div {
  margin-bottom: -0.25em;
}
@media screen and (min-width: 768px) {
  main.top section.ordinary ul li a:hover {
    background-color: #000;
  }
}
@media screen and (min-width: 768px) {
  main.top section.ordinary ul {
    margin-right: -0.5em;
    margin-bottom: -0.5em;
  }
  main.top section.ordinary ul li {
    margin: 0 0.5em 0.5em 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.ordinary ul {
    margin-right: -0.5em;
    margin-bottom: -0.5em;
  }
  main.top section.ordinary ul li {
    margin: 0 0.5em 0.5em 0;
  }
}
main.top section.attention {
  margin: 0 auto;
  max-width: 1030px;
  position: relative;
}
@media screen and (min-width: 768px) {
  main.top section.attention {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.attention {
    margin-top: 20px;
  }
}
main.top section.attention h3 {
  position: absolute;
  display: block;
  background-color: #fff;
}
main.top section.attention h3 img {
  width: 100%;
}
main.top section.attention h3 div {
  white-space: nowrap;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.top section.attention h3 div {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  main.top section.attention h3 div {
    font-size: 1.5rem;
  }
}
main.top section.attention h3 div::before, main.top section.attention h3 div::after {
  vertical-align: bottom;
  display: inline-block;
  background-color: #000;
  content: "";
}
main.top section.attention h3 div::before {
  margin-right: 0.5em;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
main.top section.attention h3 div::after {
  margin-left: 0.5em;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  main.top section.attention h3 {
    top: -12px;
    left: 30px;
    padding: 0 1em;
  }
  main.top section.attention h3 div {
    height: 28px;
    line-height: 28px;
  }
  main.top section.attention h3 div::before, main.top section.attention h3 div::after {
    width: 3px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.attention h3 {
    top: -12px;
    left: 20px;
    padding: 0 0.5em;
  }
  main.top section.attention h3 div {
    height: 20px;
    line-height: 20px;
  }
  main.top section.attention h3 div::before, main.top section.attention h3 div::after {
    width: 2px;
    height: 22px;
  }
}
main.top section.attention div.outer {
  border: 3px solid #000;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  main.top section.attention div.outer {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.attention div.outer {
    border-width: 2px;
    padding: 20px 5px 10px;
  }
}
main.top section.attention ul {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main.top section.attention ul {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  main.top section.attention ul {
    font-size: 1.38rem;
  }
}
@media screen and (min-width: 768px) {
  main.top section.attention ul {
    margin-right: -0.5em;
    margin-bottom: -1em;
  }
  main.top section.attention ul li {
    margin: 0 0.5em 1em 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.attention ul {
    margin-right: -0.5em;
    margin-bottom: -0.5em;
    display: flex;
    flex-wrap: wrap;
  }
  main.top section.attention ul li {
    margin: 0 0.5em 0.5em 0;
    flex-grow: 1;
  }
}
main.top section.attention ul li {
  display: inline-block;
}
main.top section.attention ul li a {
  display: block;
  padding: 0 1em;
  line-height: 1;
  background: rgba(255, 255, 0, 0.3);
  border-radius: 12px;
  border: 1px solid #aaa;
  border-style: solid;
  border-width: 10px;
  border-image-slice: 50;
  border-image-outset: 0;
  border-image-repeat: round;
  border-image-source: url(../img/frame_round.png);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
main.top section.attention ul li a div {
  display: block;
  line-height: 1;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (min-width: 768px) {
  main.top section.attention ul li a div {
    margin-bottom: -2px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.attention ul li a div {
    margin: 0 -10px -2px;
  }
}
@media screen and (min-width: 768px) {
  main.top section.attention ul li a:hover {
    background-color: #000;
  }
  main.top section.attention ul li a:hover div {
    color: #fff;
  }
}
main.top div.content.sns {
  border-top: 1px solid #040000;
}
@media screen and (min-width: 768px) {
  main.top div.content.sns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  main.top div.content.sns {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
main.top div.content.sns > section {
  max-width: 460px;
}
main.top div.content.sns > section > h3 {
  margin-bottom: 10px;
  padding-left: 31px;
  position: relative;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main.top div.content.sns > section > h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  main.top div.content.sns > section > h3 {
    font-size: 2.4rem;
  }
}
main.top div.content.sns > section > h3::before {
  top: 50%;
  left: 0;
  position: absolute;
  vertical-align: middle;
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
main.top div.content.sns > section.fb > h3::before {
  background-image: url(../img/foot_sns_fb.svg);
}
main.top div.content.sns > section.in > h3::before {
  background-image: url(../img/foot_sns_in.svg);
}
main.top div.content.sns > section > div.outer {
  border: 1px solid #eee;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  main.top div.content.sns {
    display: flex;
    justify-content: center;
  }
  main.top div.content.sns > section {
    margin-right: 50px;
    width: 50%;
  }
  main.top div.content.sns > section:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1050px) {
  main.top div.content.sns > section.fb > div.outer {
    height: 480px;
  }
  main.top div.content.sns > section.in > div.outer {
    min-height: 480px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  main.top div.content.sns > section.fb > div.outer {
    height: 49.5vw;
  }
  main.top div.content.sns > section.in > div.outer {
    min-height: 49.5vw;
  }
}

@media screen and (max-width: 767px) {
  main.top div.content.sns > section {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  main.top div.content.sns > section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  main.top div.content.sns > section {
    margin-bottom: 40px;
  }
}

main.magazine section.information {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  main.magazine section.information {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.information {
    margin-bottom: 40px;
  }
}
main.magazine section.information h3 {
  text-align: center;
  /* border-bottom: 1px solid #040000; */
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.magazine section.information h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.information h3 {
    font-size: 1.84rem;
  }
}
main.magazine section.information div.outer {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  main.magazine section.information div.outer {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.information div.outer {
    font-size: 1.28rem;
  }
}
main.magazine section.information div.catch {
  margin-bottom: 2em;
  color: #e50012;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
main.magazine section.information dl.inner {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.magazine section.information dl.inner {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.information dl.inner {
    margin-bottom: 40px;
  }
}
main.magazine section.information dl.inner:last-child {
  margin-bottom: 0;
}
main.magazine section.information dl.inner > dt {
  margin-bottom: 1em;
  text-align: center;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 500;
}
main.magazine section.information dl.inner > dt div {
  display: inline-block;
  padding: 0.5em 0.5em;
  border: 1px solid #000;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  max-width: 564px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main.magazine section.information dl.inner > dt div {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.information dl.inner > dt div {
    font-size: 1.6rem;
  }
}
main.magazine section.information dl.inner > dd > * {
  margin-bottom: 1em;
}
main.magazine section.information dl.inner > dd div.link {
  display: flex;
}
main.magazine section.information dl.inner > dd div.link a {
  margin-right: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  main.magazine section.information dl.inner > dd div.link a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
main.magazine section.information dl.inner > dd div.link a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  main.magazine section.information dl.inner > dd div.link a {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.information dl.inner > dd div.link a {
    width: 50%;
    max-width: 300px;
  }
}
main.magazine section.information dl.inner > dd div.note {
  padding: 0.5em 1em;
  background-color: #f2f2f2;
}
main.magazine section.information dl.inner > dd div.note dl {
  margin: 0 auto;
  max-width: 820px;
  padding: 0.5em 0.25em;
  background: -moz-linear-gradient(left, #000 1px, transparent 1px);
  background: -webkit-linear-gradient(left, #000 1px, transparent 1px);
  background: linear-gradient(to right, #000 1px, transparent 1px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
  background-size: 4px 1px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
}
main.magazine section.information dl.inner > dd div.note dl:last-child {
  background: none;
}
main.magazine section.information dl.inner > dd div.note dl dt {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.magazine section.information dl.inner > dd div.note dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.information dl.inner > dd div.note dl dt {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.information dl.inner > dd div.note dl {
    display: flex;
    align-items: center;
  }
  main.magazine section.information dl.inner > dd div.note dl dt {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.information dl.inner > dd div.note dl dt, main.magazine section.information dl.inner > dd div.note dl dd {
    text-align: center;
  }
}
main.magazine section.latest {
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest {
    max-width: 446px;
  }
}
main.magazine section.latest h3 {
  margin: 0 auto;
}
main.magazine section.latest h3 div {
  padding: 0em 0.75em;
  display: inline-block;
  background-color: #ea0000;
  color: #fff;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest h3 div {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest h3 div {
    font-size: 1.52rem;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article {
    margin-bottom: 40px;
  }
}
main.magazine section.latest article div.init img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div {
    margin-bottom: 10px;
  }
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div:last-child {
  margin-bottom: 0;
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.frontCover {
  margin-right: auto;
  margin-left: auto;
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.frontCover img {
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div,
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > h1{
  line-height: 1.75;
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > h1{
  margin-top: 0;
  text-align: left;
  letter-spacing: 0;
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div.feature,
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > h1.feature{
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div.feature,
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > h1.feature{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div.feature,
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > h1.feature{
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div.feature,
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > h1.feature{
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div.feature,
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > h1.feature{
    font-size: 1.6rem;
  }
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div.note {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div.note {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.desc > div.note {
    font-size: 1.28rem;
  }
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link div.btnSquare a {
  border-width: 2px;
  display: block;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link div.btnSquare a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link div.btnSquare a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link div.btnSquare a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link div.btnSquare a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link {
    max-width: 210px;
  }
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link div.btnSquare a {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link {
    overflow: hidden;
  }
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link div.btnSquare {
    display: table;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
    border-spacing: 5px 0;
  }
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.link div.btnSquare a {
    padding: 1em 0.5em;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.sns {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.sns {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.sns ul {
  margin: 0 auto;
  display: flex;
  justify-content: flex-strat;
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.sns ul li {
  margin-right: 15px;
  line-height: 1;
}
main.magazine section.latest article div.init:nth-child(1) #moreReadHeight > div.sns ul li:last-child {
  margin-right: 0;
}
main.magazine section.latest article div.init:nth-child(2) div.topic {
  position: relative;
  overflow: hidden;
  max-height: 50vh;
}
main.magazine section.latest article div.init:nth-child(2) div.topic.transition {
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(2) div.topic dl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(2) div.topic dl {
    margin-bottom: 40px;
  }
}
main.magazine section.latest article div.init:nth-child(2) div.topic dl:last-child {
  margin-bottom: 0;
}
main.magazine section.latest article div.init:nth-child(2) div.topic dl dt .label {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(2) div.topic dl dt .label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(2) div.topic dl dt .label {
    font-size: 1.6rem;
  }
}
main.magazine section.latest article div.init:nth-child(2) div.topic dl dt .title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(2) div.topic dl dt .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(2) div.topic dl dt .title {
    font-size: 2.4rem;
  }
}
main.magazine section.latest article div.init:nth-child(2) div.topic dl dd {
  margin-top: 1em;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article div.init:nth-child(2) div.topic dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(2) div.topic dl dd {
    font-size: 1.28rem;
  }
}
main.magazine section.latest article div.init:nth-child(2) div.topic dl dd > p {
  margin-top: auto;
  margin-bottom: auto;
}
main.magazine section.latest article div.init:nth-child(2) div.topic.hide::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  content: "";
}
@media screen and (max-width: 767px) {
  main.magazine section.latest article div.init:nth-child(2) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.latest article {
    display: table;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  main.magazine section.latest article div.init {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1238px) {
  main.magazine section.latest article {
    margin-right: -70px;
    margin-left: -70px;
    border-spacing: 70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1237px) {
  main.magazine section.latest article {
    margin-right: -20px;
    margin-left: -20px;
    border-spacing: 20px 0;
  }
}

main.magazine section.backNumber {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  main.magazine section.backNumber {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.backNumber {
    margin-bottom: 40px;
  }
}
main.magazine section.backNumber h3 {
  text-align: center;
  /* border-bottom: 1px solid #040000; */
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.magazine section.backNumber h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.backNumber h3 {
    font-size: 1.84rem;
  }
}
main.magazine section.backNumber div.grid {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main.magazine section.backNumber div.grid {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.backNumber div.grid {
    margin-top: 40px;
  }
}
main.magazine section.backNumber div.grid ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  main.magazine section.backNumber div.grid ul {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.backNumber div.grid ul {
    margin-right: -10px;
    margin-left: -10px;
  }
}
main.magazine section.backNumber div.grid ul li {
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main.magazine section.backNumber div.grid ul li {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.backNumber div.grid ul li {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  main.magazine section.backNumber div.grid ul li {
    width: 33.3%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  main.magazine section.backNumber div.grid ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main.magazine section.backNumber div.grid ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  main.magazine section.backNumber div.grid ul li {
    width: 50.0%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  main.magazine section.backNumber div.grid ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  main.magazine section.backNumber div.grid ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  main.magazine section.backNumber div.grid ul li > a.outer:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
main.magazine section.backNumber div.grid ul li > a.outer,
main.magazine section.backNumber div.grid ul li > div.outer {
  display: block;
}
main.magazine section.backNumber div.grid ul li > a.outer img,
main.magazine section.backNumber div.grid ul li > div.outer img {
  width: 100%;
  max-width: 198px;
  border: 1px solid #000;
  box-sizing: border-box;
}
main.magazine section.backNumber div.grid ul li > a.outer div,
main.magazine section.backNumber div.grid ul li > div.outer div {
  margin-top: 1em;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.magazine section.backNumber div.grid ul li > a.outer div,
  main.magazine section.backNumber div.grid ul li > div.outer div {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main.magazine section.backNumber div.grid ul li > a.outer div,
  main.magazine section.backNumber div.grid ul li > div.outer div {
    font-size: 1.08rem;
  }
}

main.pageFixation p.box {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  main.pageFixation {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation {
    margin-bottom: 40px;
  }
}
main.pageFixation div.outer {
  margin: 0 auto;
  max-width: 930px;
}
main.pageFixation div.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main.pageFixation div.logo {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation div.logo {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
main.pageFixation div.logo img {
  width: 579px;
}
main.pageFixation div.introduction {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.pageFixation div.introduction {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation div.introduction {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation div.shopList {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation div.shopList {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation div.shopList dl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation div.shopList dl {
    margin-bottom: 40px;
  }
}
main.pageFixation div.shopList dl dt {
  color: #e50012;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.pageFixation div.shopList dl dt {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation div.shopList dl dt {
    text-align: center;
    font-size: 120%;
  }
}
main.pageFixation div.shopList dl dd div.group {
  background: -moz-linear-gradient(left, #000 1px, transparent 1px);
  background: -webkit-linear-gradient(left, #000 1px, transparent 1px);
  background: linear-gradient(to right, #000 1px, transparent 1px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
  background-size: 4px 1px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
}
main.pageFixation div.shopList dl dd div.group > div.city {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
main.pageFixation div.shopList dl dd div.group > div.info {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
main.pageFixation div.shopList dl dd div.group > div.info div.init {
  padding: 0.75em 0;
  background: -moz-linear-gradient(left, #000 1px, transparent 1px);
  background: -webkit-linear-gradient(left, #000 1px, transparent 1px);
  background: linear-gradient(to right, #000 1px, transparent 1px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
  background-size: 4px 1px;
  background-position: 0% 0%;
  background-repeat: repeat-x;
}
main.pageFixation div.shopList dl dd div.group > div.info div.init:first-child {
  background: none;
}
main.pageFixation div.shopList dl dd div.group > div.info div.init > *:last-child {
  width: 40%;
}
main.pageFixation div.shopList dl dd div.group > div.info div.init div.store {
  padding-right: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main.pageFixation div.shopList dl dd div.group > div.info div.init a.tel[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation div.shopList dl dd div.group > div.info div.init a.tel[href^="tel:"] {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation div.shopList dl dd div.group {
    display: flex;
    align-items: center;
  }
  main.pageFixation div.shopList dl dd div.group > div.city {
    width: 150px;
  }
  main.pageFixation div.shopList dl dd div.group > div.info {
    flex-grow: 1;
  }
  main.pageFixation div.shopList dl dd div.group > div.info div.init {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation div.shopList dl dd div.group > div.city {
    margin-top: 0.5em;
  }
  main.pageFixation div.shopList dl dd div.group > div.info {
    padding-left: 2em;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form {
    margin-top: 40px;
  }
}
main.pageFixation section.form h3 {
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form h3 {
    font-size: 2.88rem;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.center {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.center {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
main.pageFixation section.form div.group div.wrap {
  border: 3px solid #f2f2f2;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group div.wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group div.wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group div.wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group div.wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
main.pageFixation section.form div.group table tr {
  background: -moz-linear-gradient(left, #000 1px, transparent 1px);
  background: -webkit-linear-gradient(left, #000 1px, transparent 1px);
  background: linear-gradient(to right, #000 1px, transparent 1px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
  background-size: 4px 1px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
}
main.pageFixation section.form div.group table tr:last-child {
  background: none;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group table th, main.pageFixation section.form div.group table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group table th, main.pageFixation section.form div.group table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
main.pageFixation section.form div.group table th {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group table th {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group table th {
    font-size: 1.2rem;
  }
}
main.pageFixation section.form div.group table th .emphasis {
  color: #e50012;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group table th .emphasis {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group table th .emphasis {
    font-size: 1.12rem;
  }
}
main.pageFixation section.form div.group table th .required::after {
  margin-left: 0.2em;
  color: #e50012;
  content: "必須";
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group table th .required::after {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group table th .required::after {
    font-size: 1.12rem;
  }
}
main.pageFixation section.form div.group table td div.note {
  border: 1px solid #b3b3b3;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group table td div.note {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group table td div.note {
    font-size: 1.04rem;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group table td div.note {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group table td div.note {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group table td div.note {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group table td div.note {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group table th {
    width: 32%;
    max-width: 206px;
    padding-left: 2.5%;
  }
  main.pageFixation section.form div.group table td {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group table th, main.pageFixation section.form div.group table td {
    display: block;
    width: 100%;
  }
  main.pageFixation section.form div.group table th {
    padding-bottom: 0;
  }
  main.pageFixation section.form div.group table td {
    padding-top: 0;
  }
}
main.pageFixation section.form div.group input[type="text"],
main.pageFixation section.form div.group input[type="email"],
main.pageFixation section.form div.group input[type="tel"],
main.pageFixation section.form div.group textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  border: 1px solid #b3b3b3;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group input[type="text"],
  main.pageFixation section.form div.group input[type="email"],
  main.pageFixation section.form div.group input[type="tel"],
  main.pageFixation section.form div.group textarea {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group input[type="text"],
  main.pageFixation section.form div.group input[type="email"],
  main.pageFixation section.form div.group input[type="tel"],
  main.pageFixation section.form div.group textarea {
    font-size: 1.04rem;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group input[type="text"],
  main.pageFixation section.form div.group input[type="email"],
  main.pageFixation section.form div.group input[type="tel"],
  main.pageFixation section.form div.group textarea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group input[type="text"],
  main.pageFixation section.form div.group input[type="email"],
  main.pageFixation section.form div.group input[type="tel"],
  main.pageFixation section.form div.group textarea {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.form div.group input[type="text"],
  main.pageFixation section.form div.group input[type="email"],
  main.pageFixation section.form div.group input[type="tel"],
  main.pageFixation section.form div.group textarea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.form div.group input[type="text"],
  main.pageFixation section.form div.group input[type="email"],
  main.pageFixation section.form div.group input[type="tel"],
  main.pageFixation section.form div.group textarea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main.pageFixation section.form div.group input[type="text"],
main.pageFixation section.form div.group input[type="email"],
main.pageFixation section.form div.group input[type="tel"] {
  height: 1em;
}
main.pageFixation section.form div.group select {
  width: 100%;
}
main.pageFixation section.form input[type="submit"],
main.pageFixation section.form .contact-btn{
  margin: 0 5px;
  padding: 0 5px;
}

main.pageFixation section.form .wpcf7-spinner{
  display: block;
  margin: 10px auto 0;
}
main.pageFixation section.menu {
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main.pageFixation section.menu h3 {
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  background: -moz-linear-gradient(left, #000 1px, transparent 1px);
  background: -webkit-linear-gradient(left, #000 1px, transparent 1px);
  background: linear-gradient(to right, #000 1px, transparent 1px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
  background-size: 4px 1px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu h3 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu h3 {
    font-size: 2.32rem;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu dl {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu dl {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu dl:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu dl:first-child {
    margin-top: 10px;
  }
}
main.pageFixation section.menu dl dt {
  margin-bottom: 1em;
  color: #e50012;
  text-align: center;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu dl dt {
    font-size: 1.6rem;
  }
}
main.pageFixation section.menu dl dd {
  padding-left: 1em;
  position: relative;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu dl dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu dl dd {
    font-size: 1.44rem;
  }
}
main.pageFixation section.menu dl dd b {
  margin-left: -1em;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main.pageFixation section.menu dl dd b {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main.pageFixation section.menu dl dd b {
    font-size: 1.6rem;
  }
}
main.pageFixation section.menu dl dd b::before {
  display: inline-block;
  width: 1em;
  content: "・";
}


.sitemap-list{
  padding-bottom: 100px;
}
.sitemap-list li p{
  margin-bottom: 15px;
}
.sitemap-list li a::after{
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 8px auto;
  background-image: url('../img/btn_tag_more.svg');
}
.sitemap-list li a:hover,
.sitemap-list li a:focus{
  opacity: 0.7;
}
.sitemap-list .parent-link{
  padding: 20px 20px 5px;
  border: solid 1px #d8d8d8;
  border-top: solid 2px #727171;
}
.sitemap-list .parent-link:not(:first-of-type){
  margin-top: 20px;
}
.sitemap-list .parent-link > p{
  font-size: 16px;
  font-weight: bold;
}
.sitemap-list .parent-link > ul{
  display: flex;
  flex-wrap: wrap;
}
.sitemap-list .child-link{
  width: 25%;
}
.sitemap-list .child-link a::after{
  background-size: 6px auto;
}
.sitemap-list .child-link:not(:nth-of-type(4n + 1)) p{
  padding-left: 20px;
  border-left: 1px solid #040000;
}
@media screen and (max-width:767px) {
  .sitemap-list{
      padding-bottom: 80px;
  }
  .sitemap-list .child-link{
      width: 50%;
  }
  .sitemap-list .child-link:not(:nth-of-type(4n + 1)) p{
      padding-left: 0;
      border-left: 0;
  }
  .sitemap-list .child-link:not(:nth-of-type(2n + 1)) p{
      padding-left: 20px;
      border-left: 1px solid #040000;
  }
}
@media screen and (max-width:600px) {
  .sitemap-list .parent-link.other .child-link{
      width: 100%;
  }
  .sitemap-list .parent-link.other .child-link:not(:nth-of-type(2n + 1)) p{
      padding-left: 0;
      border-left: 0;
  }
}
.bnr .bnr-box{
	padding-top: 40px;
	padding-bottom: 40px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.bnr .bnr-box .bnr-item{
	width: calc((100% - 40px) / 3);
	margin-bottom: 20px;
}
.bnr .bnr-box .bnr-item  img{
	transition: opacity .3s;
}
.bnr .bnr-box .bnr-item a:hover img,
.bnr .bnr-box .bnr-item a:active img{
	opacity: .7;
}
@media screen and (max-width:767px) {
	.bnr .bnr-box{
		justify-content: space-between;
		column-gap: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.bnr .bnr-box .bnr-item{
		width: 48%;
	}
}
@media screen and (max-width:420px){
	.bnr .bnr-box .bnr-item{
		width: 100%;
	}
}

/*202509 service*/
.l-service {
  font-size: 16px;
}
.l-service .introduction {
  padding-bottom: 6.25em;
}
.l-service .introduction h3 {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2.0625em;
}
.l-service .introduction .box {
  margin-bottom: 1.8em;
  text-align: center;
  line-height: 2;
  font-size: 1em;
}
.l-service .service-anchors {
  display: grid;
  gap: 1em 1.8%;
  grid-template-columns: repeat(4, 1fr);
}
.l-service .service-anchors li {
  display: contents;
}
.l-service .service-anchors a {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 10px 0;
}
@media (hover: hover) {
  .l-service .service-anchors a:hover .ttl,
.l-service .service-anchors a:active .ttl {
    background-position: right 60%;
  }
}
.l-service .service-anchors .ttl {
  font-size: min(1.125em, 1.9vw);
  font-weight: 700;
  line-height: 1.35;
  padding-right: 1.5em;
  background: url(../img/icon_service_arw.svg) no-repeat right 50%/1.35em;
  transition: background-position 0.3s ease-in-out;
  align-items: center;
}
.l-service .service-anchors .ttl span:not(span span) {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-service .service-anchors .ttl span:not(span span) span {
  display: inline-block;
}
.l-service .service-anchors p:not(.ttl) {
  padding-top: 1em;
  border-top: 1px solid;
  font-size: 0.875em;
  line-height: 1.5;
}
.l-service .service-box {
  padding-bottom: 6.25em;
}
.l-service .service-box .service-header {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 930/240;
  margin-bottom: 4.375em;
}
.l-service .service-box .service-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((-100vw + 930px) / 2);
  width: 100vw;
  height: 100%;
  z-index: -2;
  background: #000 no-repeat center/cover;
}
.l-service .service-box .service-header h3 {
  color: #fff;
  font-size: 2.0625em;
  padding: 3.03em 0;
  line-height: 1.35;
}
.l-service .service-box .service-header h3 span {
  display: inline-block;
}
.l-service .service-box .service-content {
  display: grid;
  gap: 1.875em 2%;
  grid-template-columns: repeat(3, 1fr);
}
.l-service .service-box .service-content .service-item {
  display: contents;
}
.l-service .service-box .service-content .service-item > span,
.l-service .service-box .service-content .service-item > a {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  border: 1px solid;
  border-radius: 12px;
  padding: 1.25em 6.725% 1.4em;
  gap: 0.9em 0;
}
.l-service .service-box .service-content a {
  background: url(../img/icon_service_arw02.svg) no-repeat right 3% bottom 0.4em/1.25em;
  transition: background 0.3s ease-in-out;
}
@media (hover: hover) {
  .l-service .service-box .service-content a:hover,
.l-service .service-box .service-content a:active {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.l-service .service-box .service-content h4 {
  font-weight: 700;
  align-self: center;
  font-size: 1.25em;
  line-height: 1.35;
}
.l-service .service-box .service-content h4 span {
  display: inline-block;
}
.l-service .service-box .service-content p {
  line-height: 1.5;
  font-weight: 500;
}
.l-service #contents01 .service-header:before {
  background-image: url("../img/service_img_01.jpg");
}
.l-service #contents02 .service-header:before {
  background-image: url("../img/service_img_02.jpg");
}
.l-service #contents03 .service-header:before {
  background-image: url("../img/service_img_03.jpg");
}
.l-service #contents04 .service-header:before {
  background-image: url("../img/service_img_04.jpg");
}
.l-service .service-contact {
  border: 4px solid;
  border-radius: 12px;
  padding: 2.5em 5%;
  margin-bottom: 6.25em;
}
.l-service .service-contact h4 {
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1.6em;
}
.l-service .service-contact .box {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1.8em;
}
.l-service .service-contact .more a {
  display: block;
  border: 3px solid;
  max-width: 300px;
  margin: auto;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  padding: 0.61em 1em;
  background: #fdffc8;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (hover: hover) {
  .l-service .service-contact .more a:hover,
.l-service .service-contact .morea:active {
    background: #000;
    color: #fff;
  }
}
@media screen and (max-width: 1010px) {
  .l-service .service-box .service-header:before {
    left: -40px;
    width: calc(100% + 80px);
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .l-service .service-anchors {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 5%;
  }
  .l-service .service-anchors .ttl {
    font-size: 1.125em;
  }
  .l-service .service-box .service-header {
    aspect-ratio: 930/155;
  }
  .l-service .service-box .service-header h3 {
    padding: 13vw 0;
    font-size: min(2.0625em, 6.8vw);
    min-height: 2em;
  }
  .l-service .service-box .service-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
  .l-service .service-box .service-content h4 {
    font-size: min(1.25em, 3.9vw);
  }
  .l-service .service-contact h4 {
    font-size: min(1.5em, 5.5vw);
  }
  .l-service .service-contact h4 span {
    display: inline-block;
  }
  .l-service .service-contact .box span {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .l-service .service-anchors {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-service .service-box .service-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-service .service-box .service-content h4 {
    font-size: 1.25em;
  }
}