@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}

@keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}

@-webkit-keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes cv_text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes cv_text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************
## Layout
*/
.root {
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 140px;
}

@media print {
  .root {
    padding-top: 0;
  }
}

.pc_container,
.pc_tb_container,
.container {
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.pc_container-relative,
.pc_tb_container-relative,
.container-relative {
  position: relative;
  top: 0;
  left: 0;
}

.pc_container-sm,
.pc_tb_container-sm,
.container-sm {
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.pc_container-sm2,
.pc_tb_container-sm2,
.container-sm2 {
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.pc_padding,
.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_wrapper,
.main_wrapper_single {
  padding-bottom: 150px;
}

.main_column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub_column {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.main_content {
  font-size: 1rem;
}

.scroll_to_top {
  right: 20px;
}
.center_float_btn {
	display: none;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

*/
.pc_none,
.root .pc_none {
  display: none;
}

.block,
.pc_block {
  display: block;
}

.tel_link,
.tel_link-no {
  pointer-events: none;
  cursor: default;
  color: inherit;
}

.root .tel_link,
.root .tel_link:hover, .root
.tel_link-no,
.root
.tel_link-no:hover {
  text-decoration: none;
  color: inherit;
}

.sp_click,
.pc_no_click {
  pointer-events: none;
  cursor: default;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************



## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。

*/
/**************************

## - 段組設定 2列 3列 4列

PCの時だけ、中央に等間隔で余白を作り、width: 100%; を守って列になる。
ul でなくてもいい。

**2列 .pc_column2**

	<ul class="pc_column2">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**3列 .pc_column3**

	<ul class="pc_column3">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**4列 .pc_column4**

	<ul class="pc_column4">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

*/
.pc_column2 > *:nth-child(2n) {
  padding-bottom: 20px;
}

.pc_column2-no_mb > *:nth-child(2n) {
  padding-bottom: 0em;
}

.pc_column2 > *:last-child {
  padding-bottom: 0;
}

.pc_column3 > *:nth-child(3n) {
  padding-bottom: 20px;
}

.pc_column3-no_mb > *:nth-child(3n) {
  padding-bottom: 0em;
}

.pc_column3 > *:last-child {
  padding-bottom: 0;
}

.pc_column4 > *:nth-child(4n) {
  padding-bottom: 20px;
}

.pc_column4-no_mb > *:nth-child(4n) {
  padding-bottom: 0em;
}

.pc_column4 > *:last-child {
  padding-bottom: 0;
}

.pc_column2::before, .pc_column2::after {
  content: '';
  display: table;
}

.pc_column2::after {
  clear: both;
}

.pc_column2 > * {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc_column2 > *:nth-child(2n + 1) {
  clear: left;
  padding-right: 15px;
}

.pc_column2 > *:nth-child(2n) {
  padding-left: 15px;
}

.pc_column3::before, .pc_column3::after {
  content: '';
  display: table;
}

.pc_column3::after {
  clear: both;
}

.pc_column3 > * {
  width: 33.33333%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc_column3 > *:nth-child(3n + 1) {
  clear: left;
  padding-right: 20px;
}

.pc_column3 > *:nth-child(3n + 2) {
  padding-left: 10px;
  padding-right: 10px;
}

.pc_column3 > *:nth-child(3n) {
  padding-left: 20px;
}

.pc_column4::before, .pc_column4::after {
  content: '';
  display: table;
}

.pc_column4::after {
  clear: both;
}

.pc_column4 > * {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc_column4 > *:nth-child(4n + 1) {
  clear: left;
  padding-right: 15px;
}

.pc_column4 > *:nth-child(4n + 2) {
  padding-left: 5px;
  padding-right: 10px;
}

.pc_column4 > *:nth-child(4n + 3) {
  padding-left: 10px;
  padding-right: 5px;
}

.pc_column4 > *:nth-child(4n) {
  padding-left: 15px;
}

.pc_column2_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.pc_column2_2 > * {
  width: 360px;
  margin-right: 10px;
}

.pc_column2_2 > *:nth-child(2n) {
  margin-right: 0;
}

.pc_column2_2 > *:nth-child(2n) {
  padding-bottom: 20px;
}

.pc_column2_2 > *:last-child {
  padding-bottom: 0;
}

.set::before, .set::after {
  content: '';
  display: table;
}

.set::after {
  clear: both;
}

.set .resize.right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 380px;
  margin-left: -360px;
}

.set .fix.left {
  width: 360px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}

.set .resize.left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 380px;
  margin-right: -360px;
}

.set .fix.right {
  width: 360px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}

.set .fix > img:not(.cancel),
.set .resize > img:not(.cancel) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.set-2 .resize.right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 240px;
  margin-left: -200px;
}

.set-2 .fix.left {
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}

.set-2 .resize.left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 240px;
  margin-right: -200px;
}

.set-2 .fix.right {
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}

.set-3 .resize.right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 490px;
  margin-left: -450px;
}

.set-3 .fix.left {
  width: 450px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}

.set-3 .resize.left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 490px;
  margin-right: -450px;
}

.set-3 .fix.right {
  width: 450px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}

.set-150 .resize.right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 190px;
  margin-left: -150px;
}

.set-150 .fix.left {
  width: 150px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}

.set-150 .resize.left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 190px;
  margin-right: -150px;
}

.set-150 .fix.right {
  width: 150px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}

.footer__2 {
  position: relative;
  top: 0;
  left: 0;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
.header__logo {
  width: 360px;
  height: 90px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu ._arrow {
  font-size: 0.875rem;
  color: #222;
  margin-right: 1.5em;
}

.header__menu ._arrow::before {
  content: '';
  display: inline-block;
  background: url("../img/icon/arrow/left.png") 0 center no-repeat transparent;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: relative;
  top: .15em;
  margin-right: 5px;
  line-height: 1.3;
}

.header__tel {
  width: 267px;
  height: 36px;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.header__tel .sns_icon {
  width: 32px;
}

.header__search {
  width: 200px;
}

.header__1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__1__1 {
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.header__1__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 900px), print {
  .header__1__2__1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1100px), print {
  .header__1__2__1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__2 {
  border-top: 1px solid #f0edeb;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gnav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav__a {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 980px), print {
    .gnav__a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
}

.gnav__a._hover, .gnav__a:hover {
  background-color: #ca2d19;
}

.gnav__a._hover .gnav__text, .gnav__a:hover .gnav__text {
  background-position: center -50px;
}

.gnav__text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  height: 50px;
}

.gnav__text-1 {
  width: 112px;
  background: url("../img/gnav/text/1.png") center 0 / 112px 100px no-repeat transparent;
}

.gnav__text-2 {
  width: 110px;
  background: url("../img/gnav/text/2.png") center 0 / 110px 100px no-repeat transparent;
}

.gnav__text-3 {
  width: 57px;
  background: url("../img/gnav/text/3.png") center 0 / 57px 100px no-repeat transparent;
}

.gnav__text-4 {
  width: 39px;
  background: url("../img/gnav/text/4.png") center 0 / 39px 100px no-repeat transparent;
}

.gnav__text-5 {
  width: 110px;
  background: url("../img/gnav/text/5.png") center 0 / 110px 100px no-repeat transparent;
}

.gnav__text-6 {
  width: 76px;
  background: url("../img/gnav/text/6.png") center 0 / 76px 100px no-repeat transparent;
}

.gnav__text-7 {
  width: 106px;
  background: url("../img/gnav/text/7.png") center 0 / 106px 100px no-repeat transparent;
}

.gnav_sub_area {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print {
  .gnav_sub_area {
    display: none;
  }
}

.root .header .gnav_sub_area {
  width: 100vw;
}

.gnav_sub_area::before, .gnav_sub_area::after {
  content: '';
  display: block;
  background-color: #d64747;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
}

.gnav_sub_area::before {
  top: 0;
}

.gnav_sub_area::after {
  bottom: 0;
}

.gnav_sub_area._show {
  height: auto;
  display: block;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.gnav_sub_area._leave {
  height: auto;
  display: block;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.gnav_sub {
  min-height: 230px;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gnav_sub__title {
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav_sub__title a {
  display: block;
}

.gnav_sub__title img {
  display: block;
  width: 26px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gnav_sub__title::after {
  content: '';
  display: block;
  background-color: #d64747;
  width: 1px;
  height: 36px;
  margin-top: 10px;
}

.gnav_sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
}

.gnav_sub__list > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.gnav_sub__list li {
  width: 33.33%;
  margin-top: .7em;
}

.gnav_sub__list a {
  line-height: 1.4;
  font-size: 0.875rem;
  color: #222;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 20px;
  display: inline-block;
}

.gnav_sub__list a::before {
  content: '';
  display: block;
  background: url("../img/icon/arrow/link.png") 0 0 no-repeat transparent;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  position: absolute;
  top: 1.1em;
  left: 0;
  margin-top: -1em;
}

.gnav_sub__list a:hover {
  color: #222;
  text-decoration: underline;
}

.gnav_sub__list .sub_ul2 {
  display: none;
}

.gnav_sub__list .sub_ul2_title {
  display: none;
}

.gnav_sub-6 ul, .gnav_sub-7 ul {
  display: block;
}

.magazine li:nth-child(n + 4){
  margin-top: 2em;
}

/*# sourceMappingURL=pc_style.css.map */