@charset "utf-8";

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/* loading
----------------------------------------------- */

.loading {
}

/* hide */

.js-loading-hide {
	top: 0;
}


/* header
----------------------------------------------- */

.header__logo {
	transition-property: visibility, opacity;
	transition-duration: 0s, 0.5s;
	transition-delay: 0s;
}

/* hide */

.js-header-hide .header__logo {
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.5s, 0s;
}
.js-header-hide .header__logo a {
	pointer-events: none;
}


/* breadcrumb
----------------------------------------------- */

.breadcrumb {
	display: none;
}


/* main
----------------------------------------------- */

.main {
	margin: 0;
}


/* intro
----------------------------------------------- */

.intro {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
}
.intro__header {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -165px 0 0;
	text-align: center;
	z-index: 2;
}
.intro__title {
	font-size: 0;
}
.intro__title img {
	width: auto;
	height: 265px;
}
.intro__copy {
	margin: 25px 0 0;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.1em;
}

.intro__loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -100px;
	width: 200px;
	height: 2px;
	border-radius: 2px;
	background-color: #c8c8c8;
	overflow: hidden;
	z-index: 1;
}
.intro__progress {
	height: 2px;
	background-color: #db0225;
	transform: scaleX(0);
	transform-origin: left;
	transition-property: transform;
	transition-duration: 0.1s;
}

/* initial */

.intro__title {
	opacity: 0;
	transform: rotate(0.09deg) scale(1.2);
}
.intro__copy {
	opacity: 0;
	transform: translateY(50px);
}

/* start */

.js-intro-start .intro__title {
	opacity: 1;
	transform: rotate(0deg) scale(1);
	transition-property: opacity, transform;
	transition-duration: 1.5s;
	transition-delay: 1.85s;
	transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.js-intro-start .intro__copy {
	opacity: 1;
	transform: translateY(0px);
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-delay: 3s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
}
.js-intro-start .intro__loading {
	pointer-events: none;
	transform: scaleX(0);
	transform-origin: right;
	transition-property: transform;
	transition-duration: 0.25s;
	transition-delay: 0.25s;
	transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}


/* gallery
----------------------------------------------- */

.gallery {
	position: relative;
	height: 768px;
	overflow: hidden;
	z-index: 1;
}
.gallery:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.gallery__column {
	font-size: 0;
}
.gallery__images {
	display: inline-block;
	width: 33.3333%;
	vertical-align: top;
}
.gallery__image {
	margin: 0;
	padding: 0;
}
.gallery__image li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery__image li img {
	width: 100%;
	height: auto;
}
.gallery__list {
	display: none;
}

/* initial */

.gallery:after {
	background-color: rgba(255,255,255,1);
}

/* start */

.js-gallery-start:after {
	background-color: rgba(0,0,0,0.3);
	transition-property: background-color;
	transition-duration: 1s;
	transition-delay: 0.25s;
}


/* news
----------------------------------------------- */

.news {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 56px;
	background-color: rgba(0,0,0,0.0);
	z-index: 1;
}
.news__outer {
	margin: 0 50px;
}
.news__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	max-width: 1080px;
}
.news__label {
	width: 64px;
	height: 56px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 50px;
	border-top: 2px solid #e60012;
}
.news__main {
	width: calc(100% - 84px);
	height: 56px;
	overflow: hidden;
}
.news__lists {
}
.news__list {
	display: flex;
	align-items: center;
	height: 56px;
	vertical-align: middle;
}
.news__list time {
	display: block;
	margin: -2px 0 0;
	width: 80px;
	color: #e5d5d1;
	font-size: 13px;
	letter-spacing: 0.05em;
}
.news__list a {
	display: block;
	width: calc(100% - 80px);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: normal;
	overflow: hidden;
}
.news__list a[href] {
	position: relative;
	padding: 0 80px 0 0;
	width: calc(100% - 160px);
	text-decoration: underline;
	z-index: 1;
}
.news__list a[href]:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	margin: -2px 0 0;
	width: 82px;
	height: 5px;
	background-image: url(../images/common/more_arrow_white.svg);
	background-repeat: no-repeat;
	background-size: 82px 5px;
	z-index: 1;
}

/* initial */

.news {
	transform: translateY(100%);
}

/* ready */

.js-news-ready,
.js-news-ready .news__lists {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

/* open */

.js-news-start {
	transform: translateY(0);
	transition-property: transform;
	transition-duration: 1.5s;
	transition-delay: 3.5s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}


/* prbanner
----------------------------------------------- */

.prbanner {
}
.prbanner__outer {
	margin: auto;
	padding: 30px 0 50px;
	width: 1080px;
}
.prbanner__inner {
	position: relative;
	z-index: 1;
}
.prbanner__slide {
	overflow: hidden;
}
.prbanner__items {
	margin: 0 0 0 -35px;
}
.prbanner__item {
}
.prbanner__item a {
	display: block;
	margin: 0 0 0 35px;
}
.prbanner__item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.prbanner__arrow {
	position: absolute;
	top: 50%;
	margin: -20px 0 0;
	padding: 0 0 10px;
	width: 47px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
.prbanner__arrow--prev {
	left: -64px;
}
.prbanner__arrow--next {
	right: -64px;
}
.prbanner__arrow:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	width: 47px;
	height: 5px;
	background-image: url(../images/home/prbanner_arrow.svg);
	background-repeat: no-repeat;
	background-size: 94px 5px;
	z-index: 1;
}
.prbanner__arrow--prev:after {
	left: 0;
	background-position: 0 0;
}
.prbanner__arrow--next:after {
	right: 0;
	background-position: -47px 0;
}
.prbanner__arrow span {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 100;
	font-style: italic;
}
.prbanner__pages {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -27px;
	font-size: 0;
	text-align: center;
	z-index: 2;
}
.prbanner__page {
	display: inline-block;
	margin: 0 2px;
	width: 24px;
	height: 2px;
	background-color: #ccc;
	transition-property: background-color;
	transition-duration: 0.2s;
}
.prbanner__page--current {
	background-color: #db0225;
}

/* movie
----------------------------------------------- */
.wrapper {
    min-width: unset;
}
.movie {
	position: relative;
	margin: 52px auto 0;
	width: 960px;
	z-index: 1;
}
.movie__column{
	margin: 0 auto;
	width: 100%;
}

.movie__title {
	color: #db0225;
	font-size: 40px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.45;
}

.ttl_small{
	font-size: 27px;
}
.movie__main {
	display: block;
	margin: 20px 0 50px;
}
.movie__logo {
	width: 100%;
}
.movie__logo img {
	width: 100%;
}
.movie__column:before {
	display: block;
	content: "";
	position: absolute;
	top: 70px;
	left: -190px;
	width: 645px;
	height: 320px;
	border-radius: 10px;
	background-image: url(../images/common/bg_mesh.png);
	z-index: -1;
}

.movie__column:after {
	display: block;
    content: "";
    position: absolute;
    top: 270px;
    right: -190px;
    width: 480px;
    height: 580px;
    border-radius: 10px;
    background-image: url(../images/common/bg_mesh.png);
    z-index: -1;
}

.movie__text {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 33px;
	padding-top: 28px;
}


.movie__label {
	position: absolute;
	top: 315px;
	left: -160px;
	margin: 0;
	color: #f6efe1;
	font-family: 'Roboto', sans-serif;
	font-size: 90px;
	font-weight: 100;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
	z-index: 1;
	transform: rotate(90deg) translateY(100%);
}

/* message
----------------------------------------------- */

.message {
	position: relative;
	margin: 80px auto 0;
	width: 1080px;
	z-index: 1;
}
.message__columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.message__column:first-child {
	margin: 0 0 0 25px;
	width: 640px;
}
.message__column:last-child {
	width: 266px;
}
.message__title {
	color: #db0225;
	font-size: 40px;
	letter-spacing: 0.1em;
}
.message__main {
	display: flex;
	align-items: center;
	margin: 50px 0 0;
}
.message__logo {
	width: 185px;
}
.message__logo img {
	width: auto;
	height: 113px;
}
.message__text {
	font-size: 16px;
	text-align: justify;
	letter-spacing: 0.12em;
	line-height: 33px;
}
.message__text__en{
	flex: 1;
}
.message__more {
	margin: 55px 0 0;
	text-align: right;
}
.message__image {
	font-size: 0;
}
.message__image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.message__label {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -55px 0 0 410px;
	color: #f6efe1;
	font-family: 'Roboto', sans-serif;
	font-size: 90px;
	font-weight: 100;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
	z-index: 1;
	transform: rotate(90deg);
}


/* history
----------------------------------------------- */

.history {
	margin: 130px auto 0;
	width: 1080px;
	min-height: 940px;
}
.history__inner {
	position: relative;
	z-index: 1;
}
.history__header {
	position: relative;
	margin: 40px 0 0 280px;
	z-index: 1;
}
.history__label {
	color: #db0225;
	font-family: 'Roboto', sans-serif;
	font-size: 90px;
	font-weight: 100;
	font-style: italic;
	letter-spacing: 0.05em;
}
.history__title {
	margin: 45px 0 0;
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height:2;
}
.history__more {
	position: relative;
	margin: 60px 0 0;
	text-align: right;
	z-index: 1;
}
.history__image01 {
	display: block;
	position: relative;
	margin: 0 0 0 145px;
	z-index: 1;
}
.history__image01:after {
	display: block;
	content: "";
	position: absolute;
	top: 90px;
	left: -190px;
	width: 590px;
	height: 590px;
	border-radius: 10px;
	background-image: url(../images/common/bg_mesh.png);
	z-index: -1;
}
.history__image01 img {
	width: 1080px;
	height: auto;
	border-radius: 40px;
}
.history__image02 {
	position: absolute;
	top: 250px;
	left: -145px;
	z-index: 1;
}
.history__image02 img {
	width: 388px;
	height: auto;
	border-radius: 40px;
}


/* craftsmanship
----------------------------------------------- */

.craftsmanship {
	position: relative;
	margin: 85px 0 0;
	z-index: 1;
}
.craftsmanship:before {
	display: block;
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	height: 325px;
	background-image: url(../images/common/bg_mesh.png);
	z-index: -2;
}
.craftsmanship:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -605px;
	width: 600px;
	background-color: #fff;
	z-index: -1;
}
.craftsmanship__inner {
	margin: auto;
	width: 1080px;
}
.craftsmanship__columns {
	display: flex;
	justify-content: space-between;
}
.craftsmanship__column {
	position: relative;
	min-height: 645px;
	z-index: 1;
}
.craftsmanship__column:first-child {
	margin: 0 0 0 45px;
	width: 355px;
}
.craftsmanship__column:last-child {
	width: 605px;
}
.craftsmanship__no {
	position: absolute;
	top: 73px;
	right: -90px;
	color: #f9f4f3;
	font-family: 'Roboto', sans-serif;
	font-size: 230px;
	font-weight: 300;
	font-style: italic;
	z-index: -1;
}
.craftsmanship__title {
	padding: 85px 0 0;
	color: #333;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 48px;
}
.craftsmanship__title small {
	display: block;
	margin: 0 0 -5px;
	color: #777;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.craftsmanship__summary {
	margin: 30px 0 0;
	font-size: 15px;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 30px;
}
.craftsmanship__more {
	margin: 40px 0 0;
}
.craftsmanship__link {
	margin: 30px 0 20px 0;
}
.craftsmanship__label {
	position: absolute;
	right: -125px;
	bottom: 0;
	color: #db0225;
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
	font-weight: 100;
	font-style: italic;
	z-index: 1;
}
.craftsmanship__images {
}
.craftsmanship__image {
	position: absolute;
	z-index: 1;
}
.craftsmanship__image:nth-child(1) {
	top: 236px;
	left: 0;
	transition-delay: 0.1s;
}
.craftsmanship__image:nth-child(2) {
	top: 0;
	left: 240px;
	transition-delay: 0.2s;
}
.craftsmanship__image:nth-child(3) {
	top: 260px;
	left: 510px;
	transition-delay: 0.3s;
}
.craftsmanship__image img {
	width: auto;
}
.craftsmanship__image:nth-child(1) img {
	height: 363px;
	border-radius: 40px;
}
.craftsmanship__image:nth-child(2) img {
	height: 214px;
	border-radius: 26px;
}
.craftsmanship__image:nth-child(3) img {
	height: 252px;
	border-radius: 30px;
}

/* more */

.craftsmanship__more .more {
	display: block;
}


/* pickup
----------------------------------------------- */

.pickup {
	position: relative;
	margin: 120px 0 0;
	z-index: 1;
}
.pickup:after {
	display: block;
	content: "";
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	height: 300px;
	background-image: url(../images/common/bg_mesh.png);
	z-index: -1;
}
.pickup__inner {
	margin: auto;
	padding: 0 0 30px;
	width: 1080px;
}
.pickup__columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pickup__column {
}
.pickup__column:first-child {
	width: 300px;
}
.pickup__column:last-child {
	width: calc(100% - 385px);
}
.pickup__title {
	color: #333;
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 48px;
}
.pickup__mores {
	margin: 165px 0 0;
}
.pickup__more {
	display: flex;
	align-items: center;
	position: relative;
	height: 65px;
	z-index: 1;
}
.pickup__more:before,
.pickup__more:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #dcdcdc;
	z-index: 1;
}
.pickup__more:after {
	right: auto;
	width: 40px;
	background-color: #555;
}
.pickup__label {
	position: relative;
	margin: -45px 40px 0 0;
	color: #db0225;
	font-family: 'Roboto', sans-serif;
	font-size: 90px;
	font-weight: 100;
	font-style: italic;
	text-align: right;
	pointer-events: none;
	z-index: 1;
}

/* more */

.pickup__more .more {
	display: block;
	width: 100%;
}
.pickup__more .more__label {
	letter-spacing: 0.05em;
}


/* item
----------------------------------------------- */

.item {
	margin: 0 -240px 0 0;
}
.item__slide {
}
.item__items {
}
.item__item {
}
.item__item a {
	display: block;
	margin: 0 23px 0 0;
	width: 456px;
}
.item__item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.item__pages {
	margin: 15px 0 0;
	font-size: 0;
}
.item__page {
	display: inline-block;
	margin: 0 4px 0 0;
	width: 24px;
	height: 2px;
	background-color: #ccc;
	transition-property: background-color;
	transition-duration: 0.2s;
}
.item__page--current {
	background-color: #db0225;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* nav
	----------------------------------------------- */

	.nav__outer {
		transition-property: background-color, box-shadow;
		transition-duration: 0.5s;
	}

	/* hide */

	.js-nav-hide .nav__outer {
		background-color: transparent;
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	.js-nav-hide .nav__list a {
		color: #fff;
	}

	/* initial */

	.nav {
		transform: translateY(-100%);
	}

	/* start */

	.js-nav-start {
		transform: translateY(0);
		transition-property: transform;
		transition-duration: 1.5s;
		transition-delay: 3.5s;
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	}

	/* news
	----------------------------------------------- */

	.news__list a[href],
	.news__list a[href]:after {
		transition-property: opacity, transform;
		transition-duration: 0.25s;
	}

	/* hover */

	.news__list a[href]:hover {
		opacity: 0.6;
	}
	.news__list a[href]:hover:after {
		transform: translateX(3px);
	}


	/* prbanner
	----------------------------------------------- */

	.prbanner__item a,
	.prbanner__arrow,
	.prbanner__arrow--prev:after,
	.prbanner__arrow--next:after {
		transition-property: opacity, transform;
		transition-duration: 0.25s;
	}

	/* hover */

	.prbanner__item a:hover {
		opacity: 0.6;
	}
	.prbanner__arrow:hover {
		opacity: 0.6;
	}
	.prbanner__arrow--prev:hover:after {
		transform: translateX(-3px);
	}
	.prbanner__arrow--next:hover:after {
		transform: translateX(3px);
	}


	/* item
	----------------------------------------------- */

	.item__item a {
		transition-property: opacity, transform;
		transition-duration: 0.25s;
	}

	/* hover */

	.item__item a:hover {
		opacity: 0.6;
	}


	/* retina
	----------------------------------------------- */

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* header
	----------------------------------------------- */

	.header__outer {
		transition-property: background-color, box-shadow;
		transition-duration: 0.5s;
	}

	/* hide */

	.js-header-hide .header__outer {
		background-color: transparent;
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	.js-header-hide .header__menu {
		background-position: -32px 0, 0 0;
	}

	/* initial */

	.header {
		transform: translateY(-100%);
	}

	/* open */

	.js-header-start {
		transform: translateY(0);
		transition-property: transform;
		transition-duration: 1.5s;
		transition-delay: 3.5s;
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	}


	/* main
	----------------------------------------------- */

	.main {
		margin: 0;
	}


	/* intro
	----------------------------------------------- */

	.intro__header {
		margin: -175px 0 0;
	}
	.intro__title img {
		width: auto;
		height: 176px;
	}
	.intro__copy {
		margin: 25px 0 0;
		font-size: 20px;
		line-height: 33px;
	}


	/* gallery
	----------------------------------------------- */

	.gallery {
		height: 535px;
	}
	.gallery__images {
		width: 50%;
	}


	/* news
	----------------------------------------------- */

	.news__outer {
		margin: 0 20px;
	}
	.news__inner {
		max-width: initial;
	}
	.news__label {
		width: 45px;
		line-height: 20px;
	}
	.news__main {
		width: calc(100% - 55px);
	}
	.news__list {
		display: block;
	}
	.news__list time {
		margin: 0;
		padding: 7px 0 0;
		width: auto;
		font-size: 10px;
	}
	.news__list a {
		margin: 7px 0 0;
		width: auto;
		font-size: 13px;
	}
	.news__list a[href] {
		padding: 0;
		width: auto;
	}
	.news__list a[href]:after {
		display: none;
	}


	/* prbanner
	----------------------------------------------- */

	.prbanner__outer {
		padding: 25px 0 45px;
		width: initial;
	}
	.prbanner__items {
		margin: 0;
	}
	.prbanner__item a {
		margin: 0 15px;
		width: 248px;
	}
	.prbanner__item img {
		border-radius: 4px;
	}
	.prbanner__arrow {
		margin: -20px 0 0;
		width: 33px;
	}
	.prbanner__arrow--prev {
		left: 50%;
		margin-left: -150px;
	}
	.prbanner__arrow--next {
		right: 50%;
		margin-right: -150px;
	}
	.prbanner__arrow:after {
		width: 33px;
		height: 4px;
		background-size: 66px 4px;
	}
	.prbanner__arrow--prev:after {
		background-position: 0 0;
	}
	.prbanner__arrow--next:after {
		background-position: -33px 0;
	}
	.prbanner__arrow span {
		font-size: 10px;
	}
	.prbanner__pages {
		bottom: -20px;
	}
	/* movie
	----------------------------------------------- */

	.movie {
		margin: 33px 20px 0;
		width: initial;
	}

	.movie__column:first-child {
		margin: 0;
		width: auto;
	}
	.movie__column:last-child {
		width: auto;
	}
	.movie__column:before {
		display: block;
		content: "";
		position: absolute;
		top: 65px;
	    left: -20px;
	    width: 282.5px;
	    height: 335px;
		border-radius: 10px;
		background-image: url(../images/common/bg_mesh.png);
		z-index: -1;
	}

	.movie__column:after {
		display: none;
	}
	.movie__title {
		margin: 0 -20px;
		font-size: 25px;
		text-align: center;
	}
	.ttl_small{
		font-size: 16px;
	}
	.movie__main {
		display: block;
		margin: 0;
	}
	.movie__logo {
		margin: 25px auto 0;
		width: 100%;
		text-align: center;
	}

	.movie__logo iframe{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		height: 50vw;
		max-height: 394px;
	}

	.movie__text {
		padding-top: 0;
		margin: 13px 0 0;
		font-size: 13px;
		line-height: 25px;
	}
	.movie__more {
		margin: 35px 0 0;
		text-align: center;
	}
	.movie__image {
		margin: 20px auto 0;
		max-width: 286px;
	}
	.movie__label {
		display: none;
	}

	/* .text */

	.movie__main .text {
		margin: 15px 0 0;
	}

	/* message
	----------------------------------------------- */

	.message {
		margin: 65px 20px 0;
		width: initial;
	}
	.message__columns {
		display: block;
	}
	.message__column:first-child {
		margin: 0;
		width: auto;
	}
	.message__column:last-child {
		width: auto;
	}
	.message__title {
		margin: 0 -20px;
		font-size: 30px;
		text-align: center;
		line-height: 43px;
	}
	.message__main {
		display: block;
		margin: 0;
	}
	.message__main__en {
		display: block;
		margin: 0 25px;
	}
	.message__logo {
		margin: 25px 0 0;
		width: auto;
		text-align: center;
	}
	.message__logo img {
		height: 138px;
	}
	.message__text {
		margin: 35px 0 0;
		font-size: 13px;
		line-height: 25px;
	}
	.message__more {
		margin: 35px 0 0;
		text-align: center;
	}
	.message__image {
		margin: 20px auto 0;
		max-width: 286px;
	}
	.message__label {
		display: none;
	}

	/* .text */

	.message__main .text {
		margin: 15px 0 0;
	}


	/* history
	----------------------------------------------- */

	.history {
		margin: 85px 20px 0;
		width: auto;
		min-height: 275px;
	}
	.history__inner {
		margin: auto;
		max-width: 375px;
	}
	.history__header {
		margin: 15px 0 0 110px;
	}
	.history__label {
		font-size: 45px;
	}
	.history__title {
		margin: 5px 0 0;
		font-size: 15px;
		line-height: 26px;
	}
	.history__more {
		margin: 35px 0 0;
		text-align: center;
	}
	.history__image01 {
		margin: 0 0 0 65px;
	}
	.history__image01:after {
		top: 25px;
		left: -45px;
		width: 285px;
		height: 183px;
		border-radius: 5px;
		background-size: 14px 11px;
	}
	.history__image01 img {
		width: 318px;
		border-radius: 20px;
	}
	.history__image02 {
		top: 70px;
		left: -20px;
	}
	.history__image02 img {
		width: 114px;
		border-radius: 20px;
	}


	/* craftsmanship
	----------------------------------------------- */

	.craftsmanship {
		margin: 67px 0 0;
	}
	.craftsmanship:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 110px;
		height: auto;
		background-size: 14px 11px;
	}
	.craftsmanship:after {
		top: 0;
		left: 20px;
		right: 0;
		margin: 0;
		width: auto;
	}
	.craftsmanship__inner {
		margin: 0 20px;
		width: initial;
	}
	.craftsmanship__columns {
		display: block;
	}
	.craftsmanship__column {
		min-height: initial;
	}
	.craftsmanship__column:first-child {
		margin: 0 25px;
		width: auto;
	}
	.craftsmanship__column:last-child {
		margin: 35px 0 0;
		min-height: 340px;
		width: auto;
	}
	.craftsmanship__no {
		top: 0;
		right: -30px;
		font-size: 150px;
	}
	.craftsmanship__title {
		padding: 15px 0 0;
		font-size: 32px;
		line-height: 42px;
	}
	.craftsmanship__title small {
		margin: 0 0 15px;
		font-size: 13px;
	}
	.craftsmanship__summary {
		margin: 30px 0 0;
		font-size: 13px;
		line-height: 25px;
	}
	.craftsmanship__more {
		margin: 40px 0 0;
		text-align: center;
	}
	.craftsmanship__link {
		margin: 30px 0 0;
		text-align: center;
	}
	.craftsmanship__label {
		left: 0;
		right: 0;
		bottom: 0;
		font-size: 43px;
		text-align: center;
	}
	.craftsmanship__image:nth-child(1) {
		top: 0;
		left: 50%;
		margin: 0 0 0 -190px;
	}
	.craftsmanship__image:nth-child(2) {
		top: 205px;
		left: 50%;
		margin: 0 0 0 -75px;
	}
	.craftsmanship__image:nth-child(3) {
		top: 70px;
		left: 50%;
		margin: 0 0 0 65px;
	}
	.craftsmanship__image:nth-child(1) img {
		height: 180px;
		border-radius: 20px;
	}
	.craftsmanship__image:nth-child(2) img {
		height: 107px;
		border-radius: 15px;
	}
	.craftsmanship__image:nth-child(3) img {
		height: 125px;
		border-radius: 15px;
	}

	/* more */

	.craftsmanship__more .more {
		display: inline-block;
	}


	/* pickup
	----------------------------------------------- */

	.pickup {
		margin: 75px 0 0;
	}
	.pickup:after {
		top: 0;
		left: 0;
		right: 50%;
		margin: 0 -88px 0 0;
		height: 195px;
		background-size: 14px 11px;
	}
	.pickup__inner {
		margin: 0 20px;
		padding: 0 0 40px;
		width: auto;
	}
	.pickup__columns {
		display: block;
	}
	.pickup__column:first-child,
	.pickup__column:last-child {
		width: auto;
	}
	.pickup__title {
		padding: 30px 0 0;
		font-size: 20px;
		line-height: 33px;
	}
	.pickup__mores {
		margin: 0;
		padding: 45px 0 0;
	}
	.pickup__more {
		margin: 15px 0 0;
		height: 48px;
	}
	.pickup__more:before,
	.pickup__more:after {
		height: 2px;
	}
	.pickup__more:after {
		background-color: #555;
	}
	.pickup__label {
		margin: -73px -10px 0;
		font-size: 45px;
	}

	/* more */

	.pickup__more .more__label {
		letter-spacing: 0.1em;
	}


	/* item
	----------------------------------------------- */

	.item {
		margin: 20px -20px 0;
	}
	.item__item a {
		margin: 0 12px 0 0;
		width: 228px;
	}
	.item__item img {
		border-radius: 5px;
	}
	.item__pages {
		margin: 50px 0 0;
		text-align: center;
	}
	.item__page {
		margin: 0 2px;
	}


}


/* keyframes
----------------------------------------------- */

@keyframes gallery_loop1 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}
@keyframes gallery_loop2 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-200%);
	}
}
@keyframes gallery_loop3 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
@keyframes gallery_loop4 {
	0% {
		transform: translateY(-200%);
	}
	100% {
		transform: translateY(0%);
	}
}
