@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents .inner {
  margin: 0px auto;
}
.contents-blk #contents {
  background-color: #000;
  color: #fff;
}

/* ホーム
--------------------------------------------------------------------------------- */
.home-c {
  scroll-snap-align: start;
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

#home-c001 {
  background-image: url(../images/home_bg01_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#home-c001 h1 {
  width: 290px;
  margin: 0px;
  filter: invert(100%);
}

#home-c002 {
  background-image: url(../images/home_bg02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
}
#home-c002 h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 62px;
  margin-bottom: 20px;
  text-align: center;
}
#home-c002 .txt {
  line-height: 40px;
  text-align: center;
}
#home-c002 .box {
  width: 304px;
}

#home-c003 {
  background-image: url(../images/home_bg03_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
#home-c003 h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0;
}
#home-c003 .txt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}
#home-c003 .box {
  width: 250px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#home-c003 .home-title {
  color: #000;
}

#home-c004 {
  background-image: url(../images/home_bg04.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-c004 h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  margin-top: 80px;
}
#home-c004 .year {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-size: 70px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.15);
  position: absolute;
}
#home-c004 .y2024 {
  top: 150px;
  right: 0px;
}
#home-c004 .y1724 {
  bottom: 120px;
  left: 0px;
}
#home-c004 .more-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#home-c005 {
  background-image: url(../images/home_bg05_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-c005 h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0;
}
#home-c005 .txt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}
#home-c005 .box {
  width: 250px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.history-slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.history-slider p {
  margin: 0px;
}
.history-slider .pc {
  display: none;
}
.history-slider li .img img {
  max-width: none;
  width: 100%;
}

#history-slide {
  position: absolute;
  top: calc( 50% + 25px );
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc( ( 1380 * ( ( 300 / 640 ) * 100vh ) ) / 300 );
}

.home-title {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  top: 40px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
  z-index: 5;
}
.home-title span {
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.more-btn {
  margin: 50px auto 0px;
  width: 240px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 16px;
  margin: 50px auto 0px;
}
.more-btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 50px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  padding-left: 40px;
  background-image: url(../images/arrow_002.png);
  background-position: center right 40px;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
.more-btn a.out {
  background-image: url(../images/arrow_004.png);
}
.more-btn.blk a {
  border-color: #000;
  color: #000;
  background-image: url(../images/arrow_001.png);
}
.more-btn.blk a.out {
  background-image: url(../images/arrow_004.png);
}
.more-btn.soldout a {
  justify-content: center;
  padding: 0px;
  border-color: #B40000;
  color: #B40000;
  background-image: none;
}

/* 下層ページ共通
--------------------------------------------------------------------------------- */
/* MESSAGE
--------------------------------------------------------------------------------- */
/*.mes-c-wrap {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transition: all .2s;
	width: 100vw;
	height: 100svh;
	&::-webkit-scrollbar {
		display: none;
	}
}*/
.mes-c {
  scroll-snap-align: start;
  width: 100%;
  padding: 140px 0px;
  position: relative;
  overflow: hidden;
}

.page-title-message {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 120px;
  text-align: center;
}

.page-title-message-top {
  width: 100%;
  height: calc( 100svh - 280px );
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-title-message-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-image: url(../images/message_bg_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-wrap-mess {
  width: 100%;
  height: calc( 100svh - 280px );
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-title-wrap-mess::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-image: url(../images/message_bg_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-wrap-mess h2 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 26px;
  width: 100%;
}
.page-title-wrap-mess p {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
  white-space: nowrap;
}
.page-title-wrap-mess p .num {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  line-height: 1;
  vertical-align: baseline;
}

.mess-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#mes-c001 {
  overflow: hidden;
  margin-bottom: 300px;
}
#mes-c001 h3 {
  width: 155px;
  margin: 0px auto 60px;
}
#mes-c001 h4 {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 48px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
#mes-c001 .box {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px 20px;
}

#mes-c002 {
  overflow: hidden;
  margin-bottom: 300px;
}
#mes-c002 h4 {
  width: 280px;
  margin: 0px auto 90px;
}
#mes-c002 h5 {
  font-size: 20px;
  line-height: 36px;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
#mes-c002 h5::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#mes-c002 .box {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px 20px;
}

#mes-c003 {
  overflow: hidden;
  margin-bottom: 300px;
}
#mes-c003 h4 {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 48px;
  font-weight: 500;
  text-align: center;
}
#mes-c003 .box {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px 20px;
}
#mes-c003 .signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
#mes-c003 .signature .txt-area {
  width: calc( 100% - 160px );
  z-index: 5;
}
#mes-c003 .signature .txt-area p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
#mes-c003 .signature .txt-area h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 0px;
  width: 180px;
}
#mes-c003 .signature .img-area {
  width: 160px;
}
#mes-c003 .signature .img-area .img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
#mes-c003 .signature .img-area .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
#mes-c003 .signature .img-area .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
#mes-c003 .signature .img-area .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.w-back {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 200px 0px;
  position: relative;
}
.w-back::before, .w-back::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0px;
}
.w-back::before {
  top: -200px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
}
.w-back::after {
  bottom: -200px;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}

/* PRODUCT
--------------------------------------------------------------------------------- */
.prd-c {
  scroll-snap-align: start;
}

.page-title-prd-top {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 120px;
  text-align: center;
  width: 100%;
  height: 100svh;
  margin: 0px;
  z-index: 0;
  position: relative;
}
.page-title-prd-top span {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.page-title-prd-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-image: url(../images/product_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-wrap-prd {
  text-align: center;
  width: 100%;
  height: 100svh;
  margin: 0px;
  z-index: 0;
  position: relative;
}
.page-title-wrap-prd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-image: url(../images/product_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-wrap-prd h2 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
}
.page-title-wrap-prd p {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
  margin-bottom: 20px;
}
.page-title-wrap-prd p .num {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  line-height: 1;
  vertical-align: baseline;
}

.prd-title-wrap {
  position: absolute;
  left: 20px;
  bottom: 30px;
}

#prd-c001 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 180px;
}
#prd-c001 h3 {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 48px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
#prd-c001 .txt {
  margin: 0px;
}
#prd-c001 .box {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px 20px;
}

#prd-c002 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url(../images/product_bg2_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#prd-c002 .copy {
  font-size: 80px;
  line-height: 200px;
  width: 80px;
  text-align: center;
  margin: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#prd-c002 .copy01 {
  right: 0px;
}

#prd-c003 {
  padding-top: 100px;
}

.prd-type {
  overflow: hidden;
  padding-bottom: 100px;
}
.prd-type .p-img {
  margin-bottom: 40px;
}
.prd-type h3 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 500;
}
.prd-type .txt {
  margin-bottom: 0px;
}
.prd-type .box {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px 20px;
}

#prd-c008 {
  overflow: hidden;
  margin-bottom: 100px;
}
#prd-c008 .p-img {
  margin: 0px;
}

#prd-c009 {
  overflow: hidden;
  padding-bottom: 100px;
}
#prd-c009 .p-img {
  width: 190px;
  margin: 0px auto 40px;
}
#prd-c009 h3 {
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 30px;
}
#prd-c009 .txt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}
#prd-c009 .box {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px 20px;
}
#prd-c009 .price {
  margin-top: 36px;
  margin-bottom: 50px;
}
#prd-c009 .price strong {
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
#prd-c009 h4 {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 8px;
  font-weight: 400;
}

.prd-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #B9B9B9;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  margin: 0px;
}
.prd-tab th,
.prd-tab td {
  vertical-align: top;
  font-weight: 400;
  border-style: solid;
  border-color: #B9B9B9;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding: 6px 0px;
  text-align: left;
}
.prd-tab th {
  white-space: nowrap;
  padding-right: 30px;
}

#prd-c010 {
  overflow: hidden;
  background-color: #fff;
  padding: 50px 0px;
}
#prd-c010 .box {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px 20px;
}
#prd-c010 .prd-banner {
  height: 150px;
  background-image: url(../images/product_bg4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#prd-c010 .prd-banner a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#prd-c010 .prd-banner p {
  width: 280px;
  height: 40px;
  margin: 0px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  color: #fff;
  background-image: url(../images/out.png);
  background-position: center right 30px;
  background-size: 11px auto;
  background-repeat: no-repeat;
  padding: 0px 30px;
}

.contact-btn {
  margin: 50px auto 0px;
  width: 320px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 20px;
  margin: 50px auto 0px;
}
.contact-btn a {
  display: block;
  text-decoration: none;
  color: #000;
  height: 60px;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  padding-left: 30px;
  background-image: url(../images/out_blk.png);
  background-position: center right 30px;
  background-size: 18px auto;
  background-repeat: no-repeat;
}

/*  年齢認証
--------------------------------------------------------------------------------- */
.chack-age {
  overflow: hidden;
}

#check-age {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.chack-age-wrap {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  min-width: 320px;
  max-width: 335px;
  width: 100%;
}
.chack-age-wrap.none {
  display: none;
}
.chack-age-wrap p {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 70px;
  font-weight: 500;
}
.chack-age-wrap .overage {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
.chack-age-wrap .overage .small {
  font-size: 12px;
  line-height: 16px;
}
.chack-age-wrap .btn-list {
  margin: 0px -7px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.chack-age-wrap .btn-list li {
  margin: 0px 7px;
  padding: 0px;
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
  width: calc(50% - 14px);
}
.chack-age-wrap .btn-list li a {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #707070;
  border-width: 1px;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
}

/* HISTORY
--------------------------------------------------------------------------------- */
.his-c {
  scroll-snap-align: start;
}

.page-title-his-top {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.his-year-title {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 70px;
}

.his-c-wrap {
  position: relative;
}
.his-c-wrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #DEDEDE;
  position: absolute;
  top: 0px;
  left: calc( 50% - 140px );
  z-index: -1;
}

.his-anchor-link {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.his-anchor-link li {
  margin: 0px 9px;
  padding: 0px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  width: 95px;
}
.his-anchor-link li a {
  display: block;
  text-decoration: none;
  height: 30px;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  padding-left: 15px;
  background-image: url(../images/arrow_006.png);
  background-position: center right 15px;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-color: #fff;
}

.his-img-01 {
  margin-bottom: 30px;
}
.his-img-01 .img {
  margin-bottom: 10px;
}
.his-img-01 .img p {
  margin: 0px;
}
.his-img-01 .caption {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  text-align: right;
}

#his-c000 {
  overflow: hidden;
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/history_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
#his-c000 h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
  margin: 0px 0px 30px;
}
#his-c000 h3 .num {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  line-height: 1;
  vertical-align: baseline;
}
#his-c000 .txt {
  line-height: 28px;
  text-align: center;
  margin: 0px;
}

#his-c001 {
  padding: 30px 0px;
}

#his-c101,
#his-c102,
#his-c103,
#his-c104 {
  padding: 70px 0px;
}
#his-c101 .box,
#his-c102 .box,
#his-c103 .box,
#his-c104 .box {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px 20px;
}

.his-box {
  padding-left: 68px;
  position: relative;
  margin-bottom: 70px;
}
.his-box::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 15px;
}
.his-box h4 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 8px;
}
.his-box .note {
  font-size: 14px;
  line-height: 24px;
  margin-top: -20px;
}
.his-box.img-txt::before {
  top: 0px;
}
.his-box.img-txt .img {
  margin-bottom: 15px;
}
.his-box .more-area {
  background-color: #F0F0F0;
  border-radius: 20px;
  margin-top: -16px;
  margin-bottom: 32px;
  padding: 15px 22px;
  overflow: hidden;
  width: 100%;
}
.his-box .more-area .txts {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.his-box .more-area .btn {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
  text-align: right;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}
.his-box .more-area .btn a {
  display: inline-block;
  text-decoration: none;
  width: 120px;
  height: 30px;
  background-color: #fff;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  padding-left: 15px;
  background-image: url(../images/arrow_007.png);
  background-position: center right 15px;
  background-size: 15px auto;
  background-repeat: no-repeat;
  margin-left: auto;
}
.his-box .more-area .btn a.out {
  background-image: url(../images/arrow_009.png);
  background-size: 12px auto;
}

.his-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
}
.his-year h4 {
  font-family: "Merriweather", serif !important;
  font-weight: 300 !important;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: -0.05em;
  font-size: 34px;
  line-height: 40px;
  margin-right: 15px;
}
.his-year p {
  font-size: 15px;
  line-height: 20px;
  margin: 0px;
}

.odometer-formatting-mark {
  display: none !important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  text-align: center !important;
  width: 100%;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.his-popup-wrap {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
}

.his-popup-inner {
  padding: 25px 25px 0px;
  max-width: 600px;
  margin: 0px auto;
  position: relative;
}
.his-popup-inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: fixed;
  top: -24px;
  right: 10px;
  background-image: url(../images/close_sp.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.his-pu-title .position {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.his-pu-title h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin: 0px;
}

.his-pu-title-mes {
  margin-bottom: 30px;
}
.his-pu-title-mes .position {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.his-pu-title-mes h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin: 0px;
}

.his-face-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 135px;
}
.his-face-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.his-face-img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.his-face-img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.his-flex-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 30px;
}

.his-flex-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
}
.his-flex-03 .his-pu-title {
  width: 120px;
}
.his-flex-03 .his-pu-title .position {
  white-space: nowrap;
}
.his-flex-03 .his-face-img {
  margin-top: 40px;
}

.his-img {
  overflow: hidden;
}
.his-img .col {
  margin-bottom: 25px;
}
.his-img .img p {
  margin: 0px;
}
.his-img .caption {
  font-size: 13px;
  line-height: 24px;
  margin: 10px 0px 0px;
}
.his-img.w380 .img {
  margin: 0px 20px;
}

.his-popup-txt .his-popup-comment {
  font-size: 13px;
  line-height: 24px;
}

.his-mes-box {
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin-bottom: 30px;
}
.his-mes-box:last-of-type {
  border: none;
}
.his-mes-box .img-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  margin-bottom: 30px;
}
.his-mes-box .img-area .img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 120px;
}
.his-mes-box .img-area .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.his-mes-box .img-area .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.his-mes-box .img-area .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.his-mes-box .img-area .txt .pos {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6px;
}
.his-mes-box .img-area .txt .name {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
}
.his-mes-box .img-area .txt .name span {
  font-size: 14px;
}

#cboxClose {
  display: none;
}

#colorbox,
#cboxWrapper {
  overflow: visible !important;
}

.close-btn {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  text-indent: -9999px;
  background-image: url(../images/close_bottom.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  display: block;
  pointer-events: none;
}

/* 見出し */
/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.basic th,
.basic td {
  vertical-align: top;
}
.basic th {
  font-weight: 500;
  white-space: nowrap;
  padding-right: 30px;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  width: 720px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* カラム */
/* 動画 */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color-01 {
  color: #000;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

/* 改行 */
.tab,
.tabpc,
.pc,
.pc1280 {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 768 */
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-c001 {
    background-image: url(../images/home_bg01.jpg);
  }
  #home-c001 h1 {
    width: calc( ( 600 / 1920 ) *100% );
    width: 600px;
    filter: invert(0);
  }

  #home-c002 {
    background-image: url(../images/home_bg02.jpg);
    padding-top: 0px;
  }
  #home-c002 h2 {
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 50px;
  }
  #home-c002 .txt {
    font-size: 22px;
    line-height: 50px;
  }
  #home-c002 .box {
    width: 1024px;
  }

  #home-c003 {
    background-image: url(../images/home_bg03.jpg);
    color: #000;
  }
  #home-c003 h2 {
    font-size: 40px;
    line-height: 62px;
    margin-bottom: 40px;
  }
  #home-c003 .txt {
    font-size: 22px;
    line-height: 38px;
  }
  #home-c003 .box {
    width: 350px;
    bottom: auto;
    left: auto;
    top: 50%;
    left: calc( 50% + ( ( 300 / 1920 ) * 100% ) );
    transform: translate(0, -50%);
  }
  #home-c003 .more-btn {
    margin-left: 0px;
  }
  #home-c003 .more-btn a {
    border-color: #000;
    color: #000;
    background-image: url(../images/arrow_001.png);
  }

  #home-c004 {
    background-image: url(../images/home_bg04.jpg);
  }
  #home-c004 h2 {
    font-size: 46px;
    line-height: 46px;
    margin-top: 80px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
    z-index: 5;
    position: relative;
    transform: translateX(-200px);
  }
  #home-c004 h2 .num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1;
    vertical-align: baseline;
  }
  #home-c004 .year {
    font-size: 160px;
  }
  #home-c004 .y2024 {
    top: 70px;
  }
  #home-c004 .y1724 {
    bottom: 70px;
  }
  #home-c004 .more-btn {
    bottom: 90px;
  }

  #home-c005 {
    background-image: url(../images/home_bg05.jpg);
    color: #000;
  }
  #home-c005 h2 {
    font-size: 40px;
    line-height: 62px;
    margin-bottom: 40px;
  }
  #home-c005 .txt {
    font-size: 22px;
    line-height: 38px;
  }
  #home-c005 .box {
    width: 390px;
    bottom: auto;
    left: auto;
    top: 50%;
    right: calc( 50% + ( ( 215 / 1920 ) * 100% ) );
    transform: translate(0, -50%);
  }
  #home-c005 .more-btn {
    margin-left: 0px;
  }
  #home-c005 .home-title {
    color: #000;
  }

  .history-slider .sptab {
    display: none;
  }
  .history-slider .pc {
    display: block;
  }

  #history-slide {
    width: calc( ( 3780 * ( ( 657 / 900 ) * 100vh ) ) / 657 );
  }

  .home-title {
    font-size: 20px;
    line-height: 30px;
    top: 120px;
    text-align: left;
    left: 30px;
    transform: translateX(0);
  }
  #home-c002 .home-title {
    top: 120px;
  }
  .home-title span {
    font-size: 14px;
  }

  .more-btn {
    margin: 50px auto 0px;
    width: 300px;
    font-size: 20px;
    line-height: 20px;
  }
  .more-btn a {
    height: 60px;
    border-radius: 30px;
    padding-left: 50px;
    background-size: 23px auto;
  }
  .more-btn a.out {
    background-image: url(../images/arrow_005.png);
  }
  .more-btn.blk a.out {
    background-image: url(../images/arrow_005.png);
  }

  /* MESSAGE
  --------------------------------------------------------------------------------- */
  .page-title-message {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 150px;
  }

  .page-title-message-top::before {
    background-image: url(../images/message_bg.jpg);
  }

  .page-title-wrap-mess::before {
    background-image: url(../images/message_bg.jpg);
  }
  .page-title-wrap-mess h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    width: auto;
  }
  .page-title-wrap-mess .mess-title-wrap {
    transform: translateX(300px);
  }

  #mes-c001 {
    margin-bottom: calc( 740px - 74px );
  }
  #mes-c001 h3 {
    width: 280px;
    margin-bottom: 120px;
  }
  #mes-c001 h4 {
    font-size: 50px;
    line-height: 135px;
    margin-bottom: 100px;
  }
  #mes-c001 .txt {
    font-size: 28px;
    line-height: 74px;
    margin-bottom: 74px;
    text-align: center;
  }
  #mes-c001 .box {
    max-width: 900px;
    padding: 0px;
  }

  #mes-c002 {
    margin-bottom: 740px;
  }
  #mes-c002 h4 {
    width: 600px;
    margin-bottom: 120px;
  }
  #mes-c002 h5 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 100px;
  }
  #mes-c002 h5::after {
    width: 90px;
  }
  #mes-c002 .txt {
    font-size: 22px;
    line-height: 46px;
    text-align: center;
  }
  #mes-c002 .box {
    max-width: 900px;
    padding: 0px;
  }

  #mes-c003 {
    margin-bottom: 560px;
  }
  #mes-c003 h4 {
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 80px;
  }
  #mes-c003 .txt {
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 0px;
    text-align: center;
  }
  #mes-c003 .box {
    max-width: 900px;
    padding: 0px;
  }
  #mes-c003 .signature {
    margin-top: 40px;
  }
  #mes-c003 .signature .txt-area {
    width: calc( 100% - 298px );
  }
  #mes-c003 .signature .txt-area p {
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  #mes-c003 .signature .txt-area h5 {
    font-size: 36px;
    line-height: 48px;
    width: 405px;
  }
  #mes-c003 .signature .img-area {
    width: 248px;
    margin-right: 50px;
  }

  /* PRODUCT
  --------------------------------------------------------------------------------- */
  .page-title-prd-top {
    font-size: 20px;
    line-height: 30px;
  }
  .page-title-prd-top span {
    left: 30px;
    bottom: 30px;
    transform: translateX(0);
  }

  .page-title-wrap-prd h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .page-title-wrap-prd p {
    margin-bottom: 35px;
  }

  .prd-title-wrap {
    left: 30px;
    bottom: 30px;
  }

  #prd-c001 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  #prd-c001 h3 {
    font-size: 60px;
    line-height: 135px;
    margin-bottom: 50px;
    text-align: left;
  }
  #prd-c001 .txt {
    width: 640px;
    margin-left: calc( 100% - 640px );
  }
  #prd-c001 .box {
    max-width: 1280px;
    padding: 0px 62px;
  }

  #prd-c002 {
    background-image: url(../images/product_bg2.jpg);
  }
  #prd-c002 .copy {
    font-size: 189px;
    line-height: 378px;
    width: 189px;
  }
  #prd-c002.fix .copy {
    position: fixed;
    opacity: 0;
    color: #000;
    z-index: 1;
  }
  #prd-c002.fix-on .copy {
    transition: all .2s;
    opacity: 0.1;
  }
  #prd-c002.none .copy {
    opacity: 0;
  }

  #prd-c003 {
    padding-top: 250px;
  }

  .prd-type {
    padding-bottom: 220px;
  }
  .prd-type .p-img {
    margin-bottom: 80px;
  }
  .prd-type h3 {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 50px;
    margin: 0px auto 52px;
    max-width: 1180px;
    padding: 0px 140px;
  }
  .prd-type .txt {
    font-size: 22px;
    line-height: 46px;
    margin: 0px auto;
    max-width: 1180px;
    padding: 0px 140px;
  }
  .prd-type .box {
    max-width: 1404px;
    padding: 0px 62px;
  }

  #prd-c008 {
    margin-bottom: 190px;
  }

  #prd-c009 {
    padding-bottom: 200px;
  }
  #prd-c009 .p-img {
    width: calc( 100% - 570px );
    margin: 0px auto;
    max-width: calc( 346px + 40px );
    padding: 0px 20px;
  }
  #prd-c009 h3 {
    font-size: 40px;
    line-height: 62px;
    margin-bottom: 50px;
    font-weight: 500;
  }
  #prd-c009 .txt {
    font-size: 22px;
    line-height: 42px;
  }
  #prd-c009 .box {
    max-width: 1404px;
    padding: 0px 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  #prd-c009 .price {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  #prd-c009 h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
    width: 134px;
  }
  #prd-c009 .txt-area {
    width: 570px;
  }

  .prd-tab {
    width: calc( 100% - 134px );
  }
  .prd-tab th,
  .prd-tab td {
    padding: 6px 0px;
    font-size: 20px;
  }

  #prd-c010 {
    padding: 100px 0px;
  }
  #prd-c010 .box {
    max-width: 1404px;
    padding: 0px 62px;
  }
  #prd-c010 .prd-banner {
    height: 250px;
  }
  #prd-c010 .prd-banner a {
    padding: 0px 62px;
  }
  #prd-c010 .prd-banner p {
    max-width: 900px;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    background-position: center right 160px;
    background-size: 22px auto;
    padding: 0px 160px;
    font-size: 36px;
  }

  .contact-btn {
    width: 452px;
    font-size: 22px;
    line-height: 26px;
    margin: 70px 0px 0px 0px;
  }
  .contact-btn a {
    height: 70px;
    border-radius: 35px;
    padding-left: 50px;
    background-position: center right 50px;
    background-size: 24px auto;
  }

  /*  年齢認証
  --------------------------------------------------------------------------------- */
  .chack-age-wrap {
    max-width: 480px;
  }
  .chack-age-wrap p {
    font-size: 20px;
    line-height: 40px;
  }
  .chack-age-wrap .overage {
    font-size: 32px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .chack-age-wrap .overage .small {
    font-size: 14px;
    line-height: 18px;
  }
  .chack-age-wrap .btn-list {
    margin: 0px -15px;
  }
  .chack-age-wrap .btn-list li {
    margin: 0px 15px;
    font-size: 26px;
    line-height: 30px;
    width: 200px;
  }
  .chack-age-wrap .btn-list li .small {
    line-height: 16px;
  }
  .chack-age-wrap .btn-list li a {
    height: 60px;
  }
  .chack-age-wrap .btn-list li.gotop {
    width: 250px;
  }

  /* HISTORY
  --------------------------------------------------------------------------------- */
  .page-title-his-top {
    font-size: 20px;
    line-height: 30px;
  }

  .his-c-wrap {
    max-width: calc( 1280px + 121px);
    margin: 0px auto;
  }
  .his-c-wrap::before {
    left: 112px;
  }

  .his-year-title {
    font-size: 128px;
    line-height: 150px;
    margin-bottom: 200px;
  }

  .his-anchor-link li {
    font-size: 30px;
    line-height: 40px;
    width: 250px;
    margin: 0px 25px;
  }
  .his-anchor-link li a {
    height: 60px;
    border-radius: 30px;
    padding-left: 40px;
    background-image: url(../images/arrow_006.png);
    background-position: center right 40px;
    background-size: 15px auto;
  }

  #his-c001 {
    padding: 60px 0px;
  }

  #his-c001 h3 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 50px;
  }
  #his-c001 .txt {
    font-size: 22px;
    line-height: 50px;
  }
  #his-c001 .box {
    max-width: 900px;
    padding: 0px;
  }

  #his-c101,
  #his-c102,
  #his-c103,
  #his-c104 {
    padding: 170px 0px;
  }
  #his-c101 .box,
  #his-c102 .box,
  #his-c103 .box,
  #his-c104 .box {
    max-width: none;
    padding: 0px 62px;
  }

  .his-img-01 {
    padding: 0px 170px;
    margin-bottom: 50px;
  }
  .his-img-01 .caption {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .his-box {
    padding-left: 340px;
    padding-left: calc( ( 340 / 1280 ) * 100% );
    margin-bottom: 170px;
  }
  .his-box::before {
    width: 11px;
    height: 11px;
    left: 45px;
    top: 115px;
  }
  .his-box h4 {
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 14px;
  }
  .his-box p {
    font-size: 18px;
    line-height: 42px;
  }
  .his-box .note {
    font-size: 16px;
    line-height: 32px;
    margin-top: -32px;
  }
  .his-box.img-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    position: relative;
  }
  .his-box.img-txt.type-a .img {
    width: calc( ( 400 / 940 ) * 100% );
  }
  .his-box.img-txt.type-a .txt {
    width: calc( ( 490 / 940 ) * 100% );
  }
  .his-box.img-txt.type-b .img {
    width: calc( ( 300 / 940 ) * 100% );
  }
  .his-box.img-txt.type-b .txt {
    width: calc( ( 590 / 940 ) * 100% );
  }
  .his-box.img-txt.type-c .img {
    width: calc( ( 450 / 940 ) * 100% );
  }
  .his-box.img-txt.type-c .txt {
    width: calc( ( 450 / 940 ) * 100% );
  }
  .his-box.img-txt.type-d {
    flex-direction: row-reverse;
  }
  .his-box.img-txt.type-d .img {
    width: calc( ( 300 / 940 ) * 100% );
  }
  .his-box.img-txt.type-d .txt {
    width: calc( ( 590 / 940 ) * 100% );
  }
  .his-box.img-txt.type-e {
    flex-direction: row-reverse;
  }
  .his-box.img-txt.type-e .img {
    width: calc( ( 400 / 940 ) * 100% );
  }
  .his-box.img-txt.type-e .txt {
    width: calc( ( 490 / 940 ) * 100% );
  }
  .his-box.img-txt.type-f {
    flex-direction: row-reverse;
  }
  .his-box.img-txt.type-f .img {
    width: calc( ( 445 / 940 ) * 100% );
  }
  .his-box.img-txt.type-f .txt {
    width: calc( ( 445 / 940 ) * 100% );
  }
  .his-box.img-txt.type-g .img {
    width: calc( ( 345 / 940 ) * 100% );
  }
  .his-box.img-txt.type-g .txt {
    width: calc( ( 545 / 940 ) * 100% );
  }
  .his-box.img-txt.type-h {
    flex-direction: row-reverse;
  }
  .his-box.img-txt.type-h .img {
    width: calc( ( 522 / 940 ) * 100% );
  }
  .his-box.img-txt.type-h .txt {
    width: calc( ( 378 / 940 ) * 100% );
  }
  .his-box.img-txt.type-i .img {
    width: calc( ( 550 / 940 ) * 100% );
  }
  .his-box.img-txt.type-i .txt {
    width: calc( ( 616 / 940 ) * 100% );
  }
  .his-box.img-txt.type-i .img2 {
    width: calc( ( 275 / 940 ) * 100% );
    margin-top: -94px;
  }
  .his-box.img-txt.type-j .img {
    width: calc( ( 522 / 940 ) * 100% );
  }
  .his-box.img-txt.type-j .txt {
    width: calc( ( 378 / 940 ) * 100% );
  }
  .his-box.img-txt.type-k .img {
    width: calc( ( 550 / 940 ) * 100% );
  }
  .his-box.img-txt.type-k .txt {
    width: calc( ( 442 / 940 ) * 100% );
  }
  .his-box.img-txt.type-k .img2 {
    width: calc( ( 448 / 940 ) * 100% );
    margin-top: 70px;
  }
  .his-box.img-txt.type-k .more-area {
    max-width: 590px;
  }
  .his-box.img-txt.type-l {
    flex-direction: row-reverse;
  }
  .his-box.img-txt.type-l .img {
    width: calc( ( 448 / 940 ) * 100% );
  }
  .his-box.img-txt.type-l .txt {
    width: calc( ( 442 / 940 ) * 100% );
  }
  .his-box.img-txt.type-m {
    flex-direction: row-reverse;
  }
  .his-box.img-txt.type-m .img {
    width: calc( ( 535 / 940 ) * 100% );
  }
  .his-box.img-txt.type-m .txt {
    width: calc( ( 484 / 940 ) * 100% );
  }
  .his-box.img-txt.type-m .img2 {
    width: calc( ( 350 / 1280 ) * 100% );
    position: absolute;
    top: 0px;
    right: calc( ( 590 / 1280 ) * 100% );
  }
  .his-box.img-txt.type-m .img3 {
    width: calc( ( 400 / 940 ) * 100% );
  }
  .his-box.img-txt.type-m .more-area {
    max-width: 590px;
    margin-right: auto;
  }
  .his-box.img-txt::before {
    top: 115px;
  }
  .his-box.img-txt .img {
    margin-bottom: 15px;
  }
  .his-box.sircle-top::before {
    top: 16px;
  }
  .his-box .more-area {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 18px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .his-box .more-area .txts {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 0px;
    width: calc( 100% - 120px );
  }
  .his-box .more-area .btn {
    font-size: 18px;
    width: 100px;
  }
  .his-box .more-area .btn a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0px 0px 20px;
    background-image: url(../images/arrow_008.png);
    background-position: bottom 20px center;
    background-size: 24px auto;
    margin: 0px;
    justify-content: center;
  }
  .his-box .more-area .btn a.out {
    background-image: url(../images/arrow_010.png);
    background-size: 17px auto;
  }

  .his-year {
    display: block;
    margin-bottom: -90px;
    position: relative;
  }
  .his-year h4 {
    font-size: 80px;
    line-height: 100px;
    margin-right: 0px;
    display: block !important;
  }
  .his-year p {
    font-size: 22px;
    line-height: 22px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
    width: 22px;
    position: absolute;
    left: 116px;
    top: 120px;
    height: 8em;
  }
  .his-year p .num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1;
    vertical-align: baseline;
  }

  .his-popup-wrap {
    width: calc( 100vw - 40px );
    max-width: 1280px;
  }

  .his-popup-inner {
    padding: 120px 30px 60px;
    max-width: 960px;
    margin: 0px auto;
  }
  .his-popup-inner::after {
    width: 44px;
    height: 44px;
    top: -50px;
    right: 10px;
    background-image: url(../images/close.png);
  }

  .his-pu-title {
    width: 240px;
    margin-bottom: 30px;
  }
  .his-pu-title .position {
    font-size: 22px;
    line-height: 34px;
  }
  .his-pu-title h4 {
    font-size: 46px;
    line-height: 58px;
  }

  .his-pu-title-mes {
    margin-bottom: 100px;
  }
  .his-pu-title-mes .position {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 20px;
    text-align: center;
  }
  .his-pu-title-mes h4 {
    font-size: 46px;
    line-height: 54px;
    text-align: center;
  }

  .his-face-img {
    width: 240px;
  }

  .his-flex-01 {
    margin-bottom: 0px;
    display: block;
  }

  .his-flex-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .his-flex-02 .his-img {
    margin-left: 0px;
    margin-right: 0px;
  }

  .his-flex-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .his-flex-03 .his-pu-title {
    width: auto;
  }
  .his-flex-03 .his-face-img {
    margin-top: 0px;
  }

  .his-img {
    margin: 0px auto 40px;
  }
  .his-img.mb20 {
    margin-bottom: 40px;
  }
  .his-img .col {
    margin-bottom: 0px;
  }
  .his-img .caption {
    font-size: 16px;
    line-height: 32px;
  }
  .his-img.w600 {
    width: 600px;
  }
  .his-img.w530 {
    width: 530px;
  }
  .his-img.w700 {
    width: 700px;
  }
  .his-img.w380 {
    width: 595px;
  }
  .his-img.w380 .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
  .his-img.w380 .img {
    margin: 0px;
    width: 380px;
  }
  .his-img.w380 .caption {
    width: 186px;
  }
  .his-img.col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .his-img.col2 .col {
    width: calc( 50% - 20px );
  }

  .his-popup-txt p {
    font-size: 18px;
    line-height: 42px;
  }
  .his-popup-txt .his-popup-comment {
    font-size: 16px;
    line-height: 32px;
    text-align: right;
  }

  .his-mes-box {
    margin-bottom: 80px;
    padding-bottom: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .his-mes-box:nth-of-type(3) {
    flex-direction: row-reverse;
  }
  .his-mes-box .img-area {
    display: block;
    margin-bottom: 36px;
    width: 220px;
  }
  .his-mes-box .img-area .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .his-mes-box .img-area .txt .pos {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .his-mes-box .img-area .txt .name {
    font-size: 28px;
    line-height: 36px;
  }
  .his-mes-box .img-area .txt .name span {
    font-size: 16px;
  }
  .his-mes-box .txt-area {
    width: calc( 100% - 290px );
  }

  .close-btn {
    display: none;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 1024 */
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1560 */
@media print, screen and (min-width: 1560px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .pc1280 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
