@charset "utf-8";
/* CSS Document */
/* Common Style CSS */

/*------------------------------------------------
input
------------------------------------------------*/
input,
select,
textarea {
  font: 400 1em "EB Garamond", serif;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 835px) {
}

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

@media screen and (max-width: 835px) {
}

/*------------------------------------------------
text
------------------------------------------------*/
/*@media screen and (max-width: 835px) {
 p {
    margin: 1em 0 1em 0;
  }
}*/
/*p {
  margin: 1em 0 0;
}*/

.u,
a.u {
  text-decoration: underline;
}

a.u:hover {
  text-decoration: none;
}

.fb {
  font-family: "EB Garamond", serif;
  font-weight: 600;
}

.ft {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.fi {
  font-size: 2rem;
}

.fs_xxl {
  /*38px*/
  font-size: calc(18px * 2.11);
}

.fs_xl {
  /*34px*/
  font-size: calc(18px * 1.89);
}

.fs_l {
  /*24px*/
  font-size: calc(16px * 1.33);
}

.fs_m {
  /*21px*/
  font-size: calc(18px * 1.17);
}

.fs_s {
  /*20px*/
  font-size: calc(18px * 1.11);
}

.fs_xs {
  /*15px*/
  font-size: calc(18px * 0.83);
}

.fs_xxs {
  /*13px*/
  font-size: calc(18px * 0.72);
}

.fs_1x {
  /*18px*/
  font-size: calc(18px * 1);
}

.sc {
  font-variant: small-caps;
}

@media screen and (max-width: 835px) {
  /*
	.fs_xxl {
		font-size: calc(16px * 2.11);
	}

	.fs_xl {
		font-size: calc(16px * 1.89);
	}

	.fs_l {
		font-size: calc(16px * 1.33);
	}

	.fs_m {
		font-size: calc(16px * 1.17);
	}

	.fs_s {
		font-size: calc(16px * 1.11);
	}

	.fs_xs {
		font-size: calc(16px * .83);
	}

	.fs_xxs {
		font-size: calc(16px * .72);
	}

	.fs_1x {
		font-size: calc(16px * 1);
	}
	*/
}

/*------------------------------------------------
list style
------------------------------------------------*/
.decimal {
  display: list-item;
  list-style: outside decimal;
  margin-left: 2.2em;
}

.disc {
  display: list-item;
  list-style: outside disc;
  margin-left: 1.7em;
}

.alpha {
  display: list-item;
  list-style: outside lower-alpha;
  margin-left: 1.7em;
}

.kome {
  padding: 0 0 0 1.3em;
  position: relative;
}

.ast::before {
  content: "*";
  left: 0;
  position: absolute;
  width: 1.3em;
}

.ast:not(:first-child) {
  margin: 5px 0 0;
}

@media screen and (max-width: 835px) {
}

/*------------------------------------------------
lazy load
------------------------------------------------*/
.lazy_elm {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
}

.lazy_elm.is_show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 835px) {
}

/*------------------------------------------------
conversion
------------------------------------------------*/
.global_conversion {
  position: relative;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 2px 1px 1px #191d39;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vw;
  min-height: 330px;
  text-align: center;
  width: 100%;
}

.global_conversion .title, .global_conversion .DX {
  position: absolute;
  width: 100%;
  z-index: 2; /* Ensure text appears above the images */
}

.global_conversion .title {
  top: 40%; /* Adjust this value to position the title slightly above the center */
}

.global_conversion .DX {
  top: 50%; /* Adjust this value to position the link slightly below the center */
}

.global_conversion .fade-img-box39 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.global_conversion .fade-img-box39 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* スライドショー追加 */

/*------------------------------------------------
footer
------------------------------------------------*/
.global_footer {
  background-color: #fff;
  /*height: 250px;*/
  line-height: 70px;
  margin: 0 auto;
  padding: 120px 10% 60px;
  text-align: center;
  width: 100%;
}

.global_footer .common_snss {
  display: none;
}

.global_footer .link {
  line-height: 1.5;
}

@media screen and (max-width: 835px) {
  .global_footer {
    background-color: #fff;
    height: auto;
    line-height: 1.5;
    margin: 0 auto;
    padding: 50px 6vw;
    text-align: center;
  }

  .global_footer .lazy_elm {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .global_footer .common_snss {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
  }

  .global_footer .common_sns:not(:first-child)::before {
    color: #bbb;
    content: "/";
    margin: 0 10px;
  }

  .global_footer .common_snss a {
    background-image: url(/assets/images/icon_blank_g.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    padding: 0 20px 0 0;
  }
}

/*------------------------------------------------
sns
------------------------------------------------*/
.snss_trigger {
  display: none;
}

.snss_overlay {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100vw;
  z-index: 10;
}

.snss {
  float: right;
  margin: 7px 0 0;
  position: relative;
  z-index: 15;
}

.snss .sns:not(:first-child) {
  margin: 0 0 0 25px;
}

.snss .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  overflow: visible;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  /*
	-webkit-transition: background .5s ease, -webkit-transform .5s ease;
	transition: background .5s ease, -webkit-transform .5s ease;
	transition: background .5s ease, transform .5s ease;
	transition: background .5s ease, transform .5s ease, -webkit-transform .5s ease;
	*/
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 20px;
}

.snss .icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/*
.snss .icon_facebook {
	background-image: url(/assets/images/icon_facebook_b.svg);
}

.no-svg .snss .icon_facebook {
	background-image: url(/assets/images/icon_facebook_b.png);
}

.snss .icon_facebook:hover {
	background-image: url(/assets/images/icon_facebook_c.svg);
}

.no-svg .snss .icon_facebook:hover {
	background-image: url(/assets/images/icon_facebook_c.png);
}

.snss .icon_instagram {
	background-image: url(/assets/images/icon_instagram_b.svg);
}

.no-svg .snss .icon_instagram {
	background-image: url(/assets/images/icon_instagram_b.png);
}

.snss .icon_instagram:hover {
	background-image: url(/assets/images/icon_instagram_c.svg);
}

.no-svg .snss .icon_instagram:hover {
	background-image: url(/assets/images/icon_instagram_c.png);
}

.snss .icon_twitter {
	background-image: url(/assets/images/icon_twitter_b.svg);
}

.no-svg .snss .icon_twitter {
	background-image: url(/assets/images/icon_twitter_b.png);
}

.snss .icon_twitter:hover {
	background-image: url(/assets/images/icon_twitter_c.svg);
}

.no-svg .snss .icon_twitter:hover {
	background-image: url(/assets/images/icon_twitter_c.png);
}

.snss .icon_pinterest {
	background-image: url(/assets/images/icon_pinterest_b.svg);
}

.no-svg .snss .icon_pinterest {
	background-image: url(/assets/images/icon_pinterest_b.png);
}

.snss .icon_pinterest:hover {
	background-image: url(/assets/images/icon_pinterest_c.svg);
}

.no-svg .snss .icon_pinterest:hover {
	background-image: url(/assets/images/icon_pinterest_c.png);
}

.snss img {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.snss .icon:hover img {
	opacity: 0;
}
*/

.snss .sns_closes {
  display: none;
  font-family: sans-serif;
}

@media screen and (max-width: 835px) {
  .snss_trigger {
    display: block;
    height: 40px;
    padding: 5px;
    position: absolute;
    right: calc(6vw - 5px);
    top: -5px;
    width: 40px;
    z-index: 10;
  }

  .snss {
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: sans-serif;
    left: 0;
    margin: 0;
    opacity: 1;
    padding: 20px;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 100vw;
    z-index: 100;
  }

  .snss .sns {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0;
  }

  .snss .sns:first-child {
    border-radius: 8px 8px 0 0;
  }

  .snss .sns:nth-last-child(2) {
    border-bottom: none;
  }

  .snss .sns:not(:first-child) {
    margin: 0;
  }

  .snss .icon {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
  }

  .snss .icon:hover {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .snss .icon::after {
    display: block;
    margin: 0 0 0 10px;
  }

  .snss .icon_facebook::after {
    content: "Share on facebook";
  }

  .snss .icon_twitter::after {
    content: "Share on Twitter";
  }

  .snss .icon_pinterest::after {
    content: "Save to Pinterest";
  }

  .snss .icon img {
    height: 25px;
    width: 25px;
  }

  .snss .sns_closes {
    border-top: 1px solid #ddd;
    display: block;
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: center;
  }

  .snss .sns_close {
    background-color: #fff;
    border-radius: 8px;
    height: 45px;
    line-height: 45px;
  }

  /*sns show
	------------------------------------------------*/
  .snss_checkbox:checked ~ .snss_overlay {
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  .snss_checkbox:checked ~ .snss {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .snss_checkbox:checked ~ .snss .sns {
    pointer-events: auto;
  }
}

/*------------------------------------------------
mouse cursor
.cursor {
	border-radius: 100%;
	pointer-events: none;
	position: fixed;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33);
	transition: -webkit-transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33);
	transition: transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33);
	transition: transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33), -webkit-transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1000;
}

.cursor {
	background-color: rgba(0, 0, 0, .1);
	height: 20px;
	width: 20px;
}

.cursor.is_active {
	opacity: 0.7;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.cursor.is_active_invert {
	background-color: rgba(255, 255, 255, .3)
}


@media screen and (max-width: 835px) {}
------------------------------------------------*/

/*------------------------------------------------
grid element
------------------------------------------------*/
#infscr-loading {
  font-size: calc(18px * 1);
  margin: 45px auto 0;
  pointer-events: none;
  text-align: center;
}

#infscr-loading img {
  height: 32px;
  margin: 0 auto 10px;
  width: 32px;
}

#infscr-loading em {
  font-style: normal !important;
}

.grid_elm {
  background-color: #f8f8f8;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 25%;
}

.grid_elm_mid,
.grid_elm_max {
  width: 50%;
}

.grid_elm img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.grid_elm .sl:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.grid_elm.is_hide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  height: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  width: 0;
}

.grid_elm.is_scroll_hide {
  opacity: 0;
}

.grid_elm.is_scroll_hide img {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

.has_movie .sl {
  position: relative;
}

.has_movie .sl::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url(/assets/images/icon_play_b.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 5;
}

.has_movie .sl:hover::before {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 599px) {
  .grid_elm {
    width: 50%;
  }

  .grid_elm_mid,
  .grid_elm_max {
    width: 100%;
  }

  .has_movie .sl::before {
    background-size: 60px 60px;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .grid_elm {
    width: calc(100% / 3);
  }

  .grid_elm_mid,
  .grid_elm_max {
    width: calc((100% / 3) * 2);
  }

  .has_movie .sl::before {
    background-size: 60px 60px;
  }
}

@media screen and (min-width: 1300px) {
  .grid_elm {
    width: 20%;
  }

  .grid_elm_mid {
    width: 40%;
  }

  .grid_elm_max {
    width: 60%;
  }
}

/*------------------------------------------------
top page
------------------------------------------------*/

/*cover
------------------------------------------------*/
.toppage_cover {
  align-items: center;
  background-color: #000;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100vh;
  justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.toppage_cover::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.toppage_cover::after {
  -webkit-animation: cover_arrow 3s ease infinite normal;
  animation: cover_arrow 3s ease infinite normal;
  background-image: url(/assets/images/arrow_cover.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 35px;
  bottom: 25px;
  content: "";
  display: block;
  height: 35px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 17px;
  z-index: 5;
}

.toppage_cover .title {
  height: 70px;
  pointer-events: none;
  position: relative;
  width: 320px;
  z-index: 10;
}

.toppage_cover .slideshows {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.toppage_cover .slideshow,
.toppage_cover .bl {
  height: 100%;
  width: 100%;
}

.toppage_cover .bl {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 20s ease;
  transition: -webkit-transform 20s ease;
  transition: transform 20s ease;
  transition: transform 20s ease, -webkit-transform 20s ease;
}

.toppage_cover .slick-current .bl.on {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.toppage_cover .credit {
  bottom: 15px;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  z-index: 10;
}

.toppage_cover .slick-arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 15px;
  display: block;
  height: 15px;
  top: calc(100% + 25px);
  width: 26px;
  z-index: 1000;
}

.toppage_cover .slick-prev {
  background-image: url(/assets/images/arrow_prev.svg);
  left: auto;
  right: 65px;
}

.no-svg .toppage_cover .slick-prev {
  background-image: url(/assets/images/arrow_prev.png);
}

.toppage_cover .slick-next {
  background-image: url(/assets/images/arrow_next.svg);
  right: 25px;
}

.toppage_cover .toppage_cover .slick-prev {
  background-image: url(/assets/images/arrow_next.png);
}

.toppage_cover .slick-arrow::before,
.toppage_cover .slick-arrow::after {
  display: none;
}

.toppage_intro {
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 55px 10% 45px;
  position: relative;
}

.toppage_intro::before {
  background-image: url(/assets/images/sign_b.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 180px 60px;
  content: "";
  display: block;
  height: 60px;
  margin: -10px 65px 0 0;
  position: relative;
  width: 180px;
  z-index: 5;
}

.no-svg .toppage_intro::before {
  background-image: url(/assets/images/sign_b.png);
}

.toppage_intro::after {
  background-color: #f7f7f7;
  content: "";
  display: block;
  height: 100%;
  left: calc(10% + 100px);
  position: absolute;
  top: 70px;
  width: 100%;
}

.toppage_intro .inner {
  position: relative;
  z-index: 5;
}

.toppage_intro .title {
  font-size: 1.56em;
}

.toppage_intro .info {
  margin: 10px 0 0;
}

.preloads {
  align-items: center;
  background-color: #000;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  width: 100%;
  z-index: 1000;
}

.preloads .logo {
  height: 70px;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 320px;
  z-index: 10;
}

.preloads .logo::before {
  background-color: #000;
  content: "";
  display: block;
  height: 110%;
  left: -5%;
  position: absolute;
  top: -5%;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 110%;
}

.preloads.is_loading .logo {
  opacity: 1;
}

.preloads.is_loading .logo::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.preloads.is_loaded {
  opacity: 0;
}

.preloads.is_loaded .logo {
  opacity: 1;
}

.preloads.is_loaded .logo::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

@-webkit-keyframes cover_arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes cover_arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 835px) {
  .toppage_cover {
    padding: 0 12vw;
  }

  .toppage_cover::after {
    bottom: 30px;
  }

  .toppage_cover .title {
    height: auto;
    width: 70vw;
  }

  .toppage_cover .credit {
    bottom: auto;
    left: 0;
    margin: 0;
    padding: 0 6vw;
    right: auto;
    top: 6vw;
  }

  .toppage_cover .slick-current .credit.on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .toppage_cover .slick-arrow {
    height: 40px;
    width: 50px;
  }

  .toppage_cover .slick-prev {
    right: 60px;
  }

  .toppage_cover .slick-next {
    right: 10px;
  }

  .toppage_intro {
    padding: 75px 6vw 30px;
    text-align: center;
  }

  .toppage_intro::before {
    background-size: 150px 50px;
    height: 50px;
    margin: 0;
    position: static;
    width: 170px;
  }

  .toppage_intro::after {
    left: calc(6vw + 70px);
    top: 125px;
  }

  .toppage_intro .title {
    font-size: calc(16px * 1.875);
    line-height: 1.35;
    margin: 25px 0 0;
  }

  .toppage_intro .info {
    font-size: calc(16px * 0.9375);
    font-weight: 400;
    line-height: 1.27;
    margin: 40px 0 0;
  }

  .preloads .logo {
    height: auto;
    width: 70vw;
  }
}

/*------------------------------------------------
article detail common
------------------------------------------------*/
.article_detail {
  padding: 30px 10% 0;
  position: relative;
  width: 100%;
}

.article_detail blockquote {
  display: block;
  font-style: italic;
  margin: 1em 0 0;
}

.article_detail blockquote::before {
  content: "“";
}

.article_detail blockquote::after {
  content: "”";
}

.article_detail blockquote + p {
  margin: 0.3em 0 0;
}

.article_detail .article_category {
  margin: 0 0 5px;
}

.article_detail .atricle_thumbnail,
.article_detail .atricle_movie {
  margin: 15px auto 0;
  position: relative;
  z-index: 5;
}

.article_detail .atricle_thumbnail_vertical {
  width: 70%;
}

.article_detail .atricle_thumbnail_horizontal {
  width: 100%;
}

.article_detail .atricle_thumbnail_square {
  width: 80%;
}

.article_detail .atricle_movie_horizontal {
  height: 46.6vw;
  width: 100%;
}

.article_detail .credit {
  margin: 0;
  text-align: right;
}

.article_detail .credit_vertical {
  margin: 0 auto;
  width: 70%;
}

.article_detail .credit_square {
  margin: 0 auto;
  width: 80%;
}

.article_prev_next {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.35;
  margin: 30px auto 0;
  padding: 0 10%;
  position: relative;
  width: 100%;
}

.article_prev_next::before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.article_prev_next .prev,
.article_prev_next .next {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.article_prev_next .prev {
  padding: 0 20px 0 0;
}

.article_prev_next .next {
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
}

.article_prev_next .prev a,
.article_prev_next .next a {
  background-repeat: no-repeat;
  background-size: 26px 15px;
  display: block;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.article_prev_next .prev a {
  background-image: url(/assets/images/arrow_prev.svg);
  background-position: left 5px top 10px;
  padding: 0 0 0 40px;
}

.no-svg .article_prev_next .prev a {
  background-image: url(/assets/images/arrow_prev.png);
}

.article_prev_next .prev a:hover {
  background-position: left 0 top 10px;
}

.article_prev_next .next a {
  background-image: url(/assets/images/arrow_next.svg);
  background-position: right 5px top 10px;
  padding: 0 40px 0 0;
}

.no-svg .article_prev_next .next a {
  background-image: url(/assets/images/arrow_next.png);
}

.article_prev_next .next a:hover {
  background-position: right 0 top 10px;
}

@media screen and (max-width: 835px) {
  .article_detail {
    padding: 10px 0 0;
  }

  .article_detail .snss_trigger {
    top: 7px;
  }

  .article_detail .fix_content {
    max-width: 100vw;
    width: 100vw;
  }

  .article_detail .article_category,
  .article_detail .article_title,
  .article_detail .article_lead,
  .article_detail .date,
  .article_detail .credit {
    max-width: 88vw;
    width: 88vw;
  }

  .article_detail .article_category {
    margin: 0 auto;
  }

  .article_detail .article_title {
    margin: 10px auto 0;
  }

  .article_detail .article_lead {
    margin: 15px auto 0;
  }

  .article_detail .date {
    margin: 10px auto 40px;
  }

  .article_detail .atricle_thumbnail_vertical,
  .article_detail .atricle_thumbnail_horizontal {
    width: 100vw;
  }

  .article_detail .credit {
    margin: 0 auto;
  }

  .article_prev_next {
    padding: 0;
  }

  .article_prev_next .prev a,
  .article_prev_next .next a {
    background-size: 10px 20px;
  }

  .article_prev_next .prev a {
    background-image: url(/assets/images/arrow_prev@sp.svg);
    background-position: left 5px center;
    padding: 0 0 0 30px;
  }

  .article_prev_next .prev a:hover {
    background-position: left center;
  }

  .article_prev_next .next a {
    background-image: url(/assets/images/arrow_next@sp.svg);
    background-position: right 5px center;
    padding: 0 30px 0 0;
  }

  .article_prev_next .next a:hover {
    background-position: right center;
  }
}

/*------------------------------------------------
article aside common
------------------------------------------------*/
.asides {
  margin: 60px auto 0;
  width: 80%;
}

.aside_results {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

/*article aside headline
------------------------------------------------*/
.aside_headline {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.4375%;
  flex: 0 0 48.4375%;
  margin: 30px 0 0 3.125%;
  max-width: 48.4375%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 48.4375%;
}

.aside_headline.is_hide {
  -webkit-box-flex: 0;
  display: none;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  height: 0;
  margin: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0;
}

.aside_headline:nth-child(odd) {
  margin-left: 0;
}

.aside_headline:nth-child(1),
.aside_headline:nth-child(2) {
  margin-top: 0;
}

.aside_headline .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  height: 120px;
  max-width: 120px;
  overflow: hidden;
  width: 120px;
}

.aside_headline .infos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  line-height: 1.2;
  max-width: calc(100% - 120px);
  padding: 17px 20px;
  position: relative;
  width: calc(100% - 120px);
}

.aside_headline .date {
  bottom: 20px;
  color: #333;
  position: absolute;
  right: 20px;
}

.aside_headline .bl:hover {
  opacity: 0.5;
}

/*article aside architecture
------------------------------------------------*/
.aside_architecture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 20%;
}

.aside_architecture.is_hide {
  height: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0;
}

.aside_architecture img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/*
.aside_architecture .al {
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, calc(-50% + 10px));
	transform: translate(-50%, calc(-50% + 10px));
	-webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, transform .5s ease;
	transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
	z-index: 5;
}
*/

.aside_architecture .sl:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*
.aside_architecture .sl:hover .al {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
*/

@media screen and (max-width: 835px) {
  .asides {
    margin: 70px auto 0;
    max-width: 100vw;
    width: 100vw;
  }

  .asides .aside_title {
    margin: 0 auto;
    width: 88vw;
  }

  .aside_results {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto 0;
  }

  /*article aside headline
	------------------------------------------------*/
  .aside_headlines {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 88vw;
  }

  .aside_headline {
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .aside_headline + .aside_headline {
    margin: 20px auto 0;
  }

  .aside_headline .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    height: 110px;
    max-width: 110px;
    width: 110px;
  }

  .aside_headline .infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding: 10px 15px;
    width: calc(100% - 110px);
  }

  .aside_headline .date {
    bottom: 10px;
    right: 15px;
  }

  /*article aside architecture
	------------------------------------------------*/
  .aside_architecture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100vw / 3);
    flex: 0 0 calc(100vw / 3);
    height: calc(100vw / 3);
    max-width: calc(100vw / 3);
    width: calc(100vw / 3);
  }
}

/*------------------------------------------------
architectural design detail
------------------------------------------------*/
.architectural_detail .article_body {
  background-color: #fff;
  padding: 10px 0 120px;
  position: relative;
}

.architectural_detail .article_body::before,
.architectural_detail .article_body::after {
  background-color: #fff;
  content: "";
  display: block;
  left: -10vw;
  pointer-events: none;
  position: absolute;
}

.architectural_detail .article_body::before {
  bottom: 50px;
  height: calc(100% + 250px);
  width: calc(100% + 20vw);
}

.architectural_detail .article_body::after {
  bottom: 0;
  height: 50px;
  width: 10vw;
}

.architectural_detail .article_subtitle {
  margin: 20px 0 0;
  padding: 0 5%;
  white-space: nowrap;
}

.architectural_detail .article_details {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0;
  padding: 0 5%;
}

.architectural_detail .article_datas {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.architectural_detail .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.architectural_detail .th,
.architectural_detail .td {
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}

.architectural_detail .th {
  padding: 0 5px 0 0;
  white-space: nowrap;
  /*width: 170px;*/
}

.architectural_detail .article_tags {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-flex: 0;
  -webkit-box-pack: justify;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 45%;
  width: 45%;
}

.architectural_detail .tags {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(100% - 50px);
  white-space: nowrap;
  width: calc(100% - 50px);
}

.architectural_detail .tag {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 835px) {
  .architectural_page {
    background-color: #fff;
  }

  .architectural_detail {
    background-color: #fff;
  }

  .architectural_detail .article_body {
    padding: 10px 0 80px;
  }

  .architectural_detail .article_body::before,
  .architectural_detail .article_body::after {
    display: none;
  }

  .architectural_detail .atricle_thumbnail {
    margin: 25px auto 0;
  }

  .architectural_detail .article_subtitle {
    display: none;
  }

  .architectural_detail .article_details {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 0;
    padding: 0 6vw;
  }

  .architectural_detail .article_datas {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 18px;
    line-height: 1.5;
    max-width: 100%;
    width: 100%;
  }

  .architectural_detail .th,
  .architectural_detail .td {
    font-size: 18px;
    line-height: 1.5;
  }

  .architectural_detail .article_tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px auto 0;
    max-width: 100%;
    width: 100%;
  }

  .architectural_detail .article_tags_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
  }

  .architectural_detail .tags {
    margin: 10px 0 0;
  }

  .architectural_detail .tag {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1081px) {
  .architectural_detail .tag {
    font-size: calc(18px * 0.89);
  }
}

/*------------------------------------------------
headline design detail
------------------------------------------------*/
.headline_page .global_header {
  background-color: #fff;
}

.headline_detail {
  background-color: #fff;
  padding: 30px 10% 120px;
  position: relative;
}

.headline_detail::after {
  background-color: #f7f7f7;
  bottom: 0;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  width: 10%;
}

.headline_detail .article_title {
  line-height: 1.25;
}

.headline_detail .article_lead {
  line-height: 1.2;
  margin: 5px auto 0;
}

.headline_detail .date {
  margin: 10px 0 25px;
}

.headline_detail .article_body {
  background-color: #fff;
  padding: 30px 15% 40px;
  position: relative;
}

.headline_detail .body_thumb {
  height: auto;
  margin: 40px auto 0;
  max-width: 100%;
}

.headline_detail .credit {
  margin: 10px 0 0;
}

.headline_detail .credit + .body_thumb {
  margin: 30px auto 0;
}

.headline_detail .article_reference {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headline_detail .links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  line-height: 1.3;
  max-width: 50%;
  width: 50%;
}

.headline_detail .links a::after {
  background-image: url(/assets/images/icon_blank_g.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 0 0 5px;
  vertical-align: -2px;
  width: 13px;
}

.headline_detail .links .tag::after {
  display: none;
}

.headline_detail .link:not(:first-child) {
  margin: 10px 0 0;
}

.headline_detail .copy {
  color: #666;
  margin: 0 50px 0 0;
}

@media screen and (max-width: 835px) {
  .headline_detail {
    padding: 10px 0 60px;
  }

  .headline_detail .article_lead {
    margin: 15px auto 0;
  }

  .headline_detail .date {
    margin: 15px auto 40px;
  }

  .headline_detail .article_body {
    padding: 20px 6vw 0;
  }

  .headline_detail .article_reference {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 6vw 0;
  }

  .headline_detail .links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .headline_detail .link + .link {
    margin: 5px 0 0;
  }

  .headline_detail .copy {
    display: block;
    margin: 20px 0 0;
  }
}

/*------------------------------------------------
tag result
------------------------------------------------*/
.grid_tag_results {
  padding: 0 10%;
}

.grid_tags {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px auto 0;
}

.grid_tag {
  overflow: hidden;
  width: 20%;
}

.grid_tag img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.grid_tag .sl:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 420px) {
  .grid_tag {
    overflow: hidden;
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 421px) and (max-width: 835px) {
  .grid_tag {
    width: 25%;
  }
}

/*------------------------------------------------
philosophy detail
------------------------------------------------*/
.philosophy_page .global_header {
  background-color: #fff;
}

.philosophy_detail {
  background-color: #fff;
  position: relative;
}

.philosophy_detail::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.philosophy_detail .snss {
  float: none;
  position: absolute;
  right: 10vw;
  top: 0;
}

.philosophy_detail .mask_title {
  position: relative;
  z-index: 5;
}

.philosophy_detail .mask_title::before {
  background-image: url(/assets/images/thumb_philosophy.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 19vw;
  left: 0;
  min-height: 280px;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 5;
}

.img_large .philosophy_detail .mask_title::before {
  background-image: url(/assets/images/thumb_philosophy@2x.jpg);
}

.philosophy_detail .title {
  color: #999;
  font-size: 7.7em;
  padding: 13.5vw 0 0 0;
  position: relative;
  text-align: right;
  width: 90%;
  z-index: 5;
}

.philosophy_body {
  padding: 0 10%;
}

.philosophy_body .subtitle,
.philosophy_body .thumbs_infos {
  /*max-width: 1080px;*/
  width: 100%;
}

.philosophy_body .subtitle {
  font-size: calc(18px * 2.33);
  line-height: 1.125;
  margin: 0 auto;
  padding: 0 70px;
  position: relative;
  z-index: 10;
}

.philosophy_body .subtitle::before,
.philosophy_body .subtitle::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  content: "";
  display: inline-block;
  height: 60px;
  position: absolute;
  width: 60px;
}

.philosophy_body .subtitle::before {
  left: 0;
  top: -20px;
}

.philosophy_body .subtitle::after {
  bottom: -30px;
  right: 0;
}

.philosophy_body .subtitle.is_show::before {
  background-image: url(/assets/images/bg_quote_1.svg);
}

.philosophy_body .subtitle.is_show::after {
  background-image: url(/assets/images/bg_quote_2.svg);
}

.no-svg .philosophy_body .subtitle.is_show::before {
  background-image: url(/assets/images/bg_quote_1.png);
}

.no-svg .philosophy_body .subtitle.is_show::after {
  background-image: url(/assets/images/bg_quote_2.png);
}

.philosophy_body .thumbs_infos {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 55px auto 0;
}

.philosophy_body .infos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.philosophy_body .info {
  margin: 0;
}

.philosophy_body .publisher {
  text-align: right;
}

.philosophy_body_1 {
  padding: 90px 10% 0;
}

.philosophy_body_1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 90px calc((100% - 770px) / 2) 70px;
}

.philosophy_body_1 .message {
  border-left: 4px solid #e5e5e5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 0 0 30px;
  width: 100%;
}

.philosophy_body_1 .message_title {
  font-size: calc(18px * 1.28);
  margin: 0 0 1em;
}

.philosophy_body_1 .info {
  margin: 0.75em 0 0;
}

.philosophy_body_1 .founder {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.4;
  margin: 30px 0 0 auto;
  position: relative;
}

.philosophy_body_1 .founder::before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  left: -60px;
  position: absolute;
  top: 12px;
  width: 45px;
}

.philosophy_body_2 {
  background-color: #f7f7f7;
  padding: 55px 10% 50px;
  position: relative;
}

.philosophy_body_2::before {
  background-color: #f7f7f7;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  top: -50px;
  width: calc((100% - 960px) / 2);
}

.philosophy_body_inner {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px auto 0;
  position: relative;
  width: 960px;
}

.philosophy_body_inner_1 .thumb_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 580px;
  flex: 0 0 580px;
  height: 405px;
  max-width: 580px;
  width: 580px;
}

.philosophy_body_inner_1 .subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  margin: 40px 0 0;
  max-width: 550px;
  width: 550px;
}

.philosophy_body_inner_1 .thumb_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  height: 430px;
  margin: -40px 0 0 auto;
  max-width: 310px;
  width: 310px;
}

.philosophy_body_inner_2 {
  min-height: 420px;
}

.philosophy_body_inner_2 .subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  margin: 25px 0 0 auto;
  max-width: 600px;
  text-align: right;
  width: 600px;
}

.philosophy_body_inner_2 .thumb {
  height: 420px;
  left: 0;
  position: absolute;
  top: 0;
  width: 490px;
}

.philosophy_body_inner_3 .subtitle_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  margin: 30px 0 0;
  max-width: 600px;
  width: 600px;
}

.philosophy_body .philosophy_body_inner_3 .subtitle::after {
  bottom: -20px;
}

.philosophy_body_inner_3 .thumb_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 763px;
  flex: 0 0 763px;
  height: 280px;
  margin: 40px auto 0;
  max-width: 763px;
  width: 763px;
}

.philosophy_body_inner_3 .subtitle_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 960px;
  flex: 0 0 960px;
  margin: 65px 0 0;
  max-width: 960px;
  width: 960px;
}

.philosophy_body_4 {
  background-color: #f7f7f7;
  padding: 10px 10% 100px;
}

.philosophy_body_4::before {
  background-color: #999;
  content: "";
  display: block;
  height: 60px;
  margin: 0 auto 50px;
  width: 1px;
}

.philosophy_body_4 .sign {
  margin: 0 auto;
  width: 200px;
}

.philosophy_body_4 .movies {
  height: calc(80vw * 0.4);
  margin: 60px auto 0;
  width: 80%;
}

.philosophy_body_4 .movies iframe {
  height: 100%;
  width: 100%;
}

.philosophy_body_5 {
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 10%;
  position: relative;
}

.philosophy_body_5::before {
  background-color: #f7f7f7;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 10%;
}

.philosophy_body_5 .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 5%;
}

.philosophy_body_5 .table {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  width: 70%;
}

.philosophy_body_5 .th,
.philosophy_body_5 .td {
  vertical-align: top;
}

.philosophy_body_5 .th {
  padding: 0 10% 35px 0;
  white-space: nowrap;
  width: 25%;
}

.philosophy_body_5 .td {
  padding: 0 0 35px;
}

.philosophy_body_5 .tr:last-of-type .th,
.philosophy_body_5 .tr:last-of-type .td {
  padding-bottom: 0;
}

.philosophy_body_5 .td .dt {
  font-size: 18px;
  font-weight: 700;
}

.philosophy_body_5 .url {
  font-size: 14px;
}

.philosophy_body_5 .info {
  margin: 10px 0 0;
}

.philosophy_body_5 .info + .dt {
  margin: 25px 0 0;
}

.philosophy_body_5 .blank {
  background-image: url(/assets/images/icon_blank_g.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  content: "";
  height: 13px;
  padding: 0 20px 0 0;
  width: 13px;
}

.philosophy_body_5 .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

.philosophy_body_5 .sp_snss {
  display: none;
}

@media screen and (max-width: 835px) {
  .philosophy_page {
    background-color: #fff;
  }

  .philosophy_page .global_header {
    background-color: transparent;
  }

  .philosophy_detail::after {
    display: none;
  }

  .philosophy_detail .snss {
    position: fixed;
    top: 100%;
  }

  .philosophy_detail .mask_title {
    position: relative;
    width: 94vw;
  }

  .philosophy_detail .mask_title::before {
    background-position: right center;
    height: 57vw;
    min-height: 57vw;
    width: 80vw;
  }

  .philosophy_detail .mask_title::after {
    color: #000;
    content: "Philosophy";
    font-size: calc(16px * 4.375);
    font-weight: 400;
    height: 56vw;
    left: 0;
    letter-spacing: 0.02em;
    line-height: 56vw;
    position: absolute;
    text-align: right;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 5;
  }

  .philosophy_detail .title {
    color: rgba(0, 0, 0, 0);
    font-size: calc(16px * 4.375);
    line-height: 56vw;
    margin: 0;
    max-width: 80vw;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 80vw;
    z-index: 10;
  }

  .philosophy_detail .title::before {
    color: #fff;
    content: "Philosophy";
    left: 0;
    letter-spacing: 0.02em;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 94vw;
  }

  .philosophy_body {
    padding: 0 6vw 0;
  }

  .philosophy_body .subtitle {
    font-size: calc(16px * 2);
    line-height: 1.3;
    padding: 0;
    text-align: center;
  }

  .philosophy_body .subtitle::before,
  .philosophy_body .subtitle::after {
    background-size: 40px 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    width: 40px;
  }

  .philosophy_body .subtitle::before {
    left: 0;
    top: -35px;
  }

  .philosophy_body .subtitle::after {
    bottom: -35px;
    right: 0;
  }

  .philosophy_body_1 {
    margin: 50px 0 0;
  }

  .philosophy_body_1 .message {
    border: none;
    padding: 0;
  }

  .philosophy_body_1 .message_title {
    text-align: center;
  }

  .philosophy_body_1 .founder {
    padding: 0 0 0 30px;
  }

  .philosophy_body_1 .founder::before {
    left: 0;
    width: 20px;
  }

  .philosophy_body_2 {
    margin: 50px 0 0;
    padding: 60px 6vw;
  }

  .philosophy_body_inner {
    margin: 85px auto 0;
    width: 100%;
  }

  .philosophy_body_inner .subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 50px auto 0;
    max-width: 100%;
    width: 100%;
  }

  .philosophy_body_inner_1 {
    margin: 0 auto;
  }

  .philosophy_body_inner_1 .thumb_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92%;
    flex: 0 0 92%;
    height: auto;
    margin: 0 auto;
    max-width: 92%;
    width: 92%;
  }

  .philosophy_body_inner_1 .thumb_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    height: auto;
    margin: 80px auto 0;
    max-width: 60%;
    width: 60%;
  }

  .philosophy_body_inner_2 .subtitle {
    margin: 0 auto;
  }

  .philosophy_body_inner_2 .thumb_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    height: auto;
    margin: 80px auto 0;
    max-width: 95%;
    position: static;
    width: 95%;
  }

  .philosophy_body_inner_3 .subtitle_1 {
    margin: 0 auto;
  }

  .philosophy_body_inner_2,
  .philosophy_body_inner_3 {
    margin: 50px auto 0;
  }

  .philosophy_body .philosophy_body_inner_3 .subtitle::after {
    bottom: -35px;
  }

  .philosophy_body_inner_3 .thumb_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    margin: 70px auto 0;
    max-width: 100%;
    width: 100%;
  }

  .philosophy_body_inner_3 .subtitle_2 {
    margin: 50px auto 0;
  }

  .philosophy_body_4 {
    padding: 0 6vw 60px;
  }

  .philosophy_body_4 .movies {
    height: calc(94vw * 0.55);
    margin: 35px auto 0;
    width: 100%;
  }

  .philosophy_body_5 {
    background-color: #fff;
    margin: 0 auto;
    padding: 60px 6vw;
  }

  .philosophy_body_5::before {
    display: none;
  }

  .philosophy_body_5 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .philosophy_body_5 .table {
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 1;
    margin: 30px auto 0;
    max-width: 100%;
    order: 1;
    width: 100%;
  }

  .philosophy_body_5 .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    margin: 0 auto;
    max-width: 65%;
    width: 65%;
  }

  .philosophy_body_5 .tbody,
  .philosophy_body_5 .tr,
  .philosophy_body_5 .th,
  .philosophy_body_5 .td {
    display: block;
    width: 100%;
  }

  .philosophy_body_5 .th {
    padding: 0;
    text-align: left;
  }

  .philosophy_body_5 .td {
    padding: 10px 0 25px;
  }

  .philosophy_body_5 .sp_snss {
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 2;
    margin: 35px 0 0;
    order: 2;
    width: 100%;
  }

  .philosophy_body_5 .sns {
    height: 25px;
    margin: 0 35px 0 0;
    width: 25px;
  }
}

@media screen and (min-width: 1081px) {
  .philosophy_body_5 .td {
    font-size: calc(16px * 1);
  }
}

/*------------------------------------------------
sort
------------------------------------------------*/
.packery {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sort_elm {
  background-color: #000;
  height: calc(100vw / 8);
  position: relative;
  width: calc(100vw / 8);
}

.sort_elm img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sort_elm span {
  background-color: #111;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  left: 50%;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 10;
}

.sort_elm .id {
  background-color: #fff;
  bottom: 0;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  padding: 0 7px;
  position: absolute;
  right: 0;
}

.sort_elm.mid::before,
.sort_elm.max::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sort_elm.mid::before {
  border: 5px solid rgba(253, 81, 93, 0.7);
}

.sort_elm.max::before {
  border: 5px solid rgba(81, 126, 253, 0.7);
}

.sort_elm.sortable-ghost {
  background-color: #fd515d;
}

.sort_elm.sortable-ghost img {
  opacity: 0.3;
}

.sort_elm .conut {
  background-color: #111;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 100;
}

.packery-drop-placeholder {
  outline: 2px dashed #444;
  outline-offset: -6px;
  /* transition position changing */
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 0;
}

.sort_elm.is-pointer-down,
.sort_elm.is-dragging,
.sort_elm.is-positioning-post-drag {
  background-color: #111;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.packery_saves {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  bottom: 20px;
  padding: 30px;
  position: fixed;
  right: 20px;
  z-index: 100;
}

.packery_saves .btn {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 200px;
}

.packery_saves .btn:hover {
  background-color: #666;
}

/*------------------------------------------------
error
------------------------------------------------*/
.error_contents {
  height: calc(100vh - 130px);
  min-height: calc(100vh - 130px);
  padding: 0;
}

.error_contents .error_massage {
  align-content: center;
  -webkit-box-pack: center;
  /*color: #999;*/
  -ms-flex-line-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: calc(100% - 100px);
  justify-content: center;
}

.error_contents .title,
.error_contents .info,
.error_contents .back {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  width: 100%;
}

.error_contents .info {
  font-size: 16px;
}

.error_contents .back {
  margin: 2em 0 0;
}

.error_contents .copy {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

/*------------------------------------------------
rule common
------------------------------------------------*/
.agreement_contents {
  line-height: 1.35;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 0 0;
}

.agreement_contents a {
  text-decoration: underline;
}

.agreement_contents h1 {
  border-bottom: 1px solid #111;
  margin: 0 0 25px;
  padding: 0 0 20px;
}

.agreement_contents h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  font-size: 18px;
  font-weight: bold;
  margin: 35px 0 1em;
}

.agreement_contents p {
  font-size: 15px;
  margin: 0.6em 0;
}

.agreement_contents time + p {
  margin: 1em 0 0;
}

.agreement_contents li p + p {
  margin: -0.2em 0 1em;
}

.agreement_contents li {
  font-size: 15px;
  list-style: disc outside;
  margin-left: 1em;
}

.agreement_contents h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 1.43em 0 0;
}

.agreement_contents h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 1.25em 0 0;
}
