@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* イントロ
--------------------------------------------------------------------------------- */
#intro {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 100;
  transition: all 1s;
  background-color: #fff;
  cursor: pointer;
}
#intro .img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all .5s;
}
#intro .img p {
  margin: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
#intro .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#intro .logo {
  width: 140px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: all .2s;
  opacity: 0;
  margin-left: 10px;
}
#intro .logo p {
  margin: 0px;
}
#intro .logo .enter {
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 10px;
}
#intro.start .img,
#intro.start .logo {
  opacity: 1;
}
#intro.start.end {
  opacity: 0;
}

body#home {
  overflow: hidden;
}
body#home.anime-end {
  overflow: auto;
}

/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  padding-top: 60px;
  overflow: hidden;
}
#contents .inner {
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 375px;
  position: relative;
}

/* ホーム
--------------------------------------------------------------------------------- */
#main-home-img {
  position: relative;
  margin-bottom: 40px;
}
#main-home-img .img {
  position: relative;
  overflow: hidden;
}
#main-home-img .img::before {
  content: '';
  display: block;
  padding-top: 450px;
}
#main-home-img .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
#main-home-img .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%;";
}
#main-home-img .information {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(100% - 40px);
  max-width: 334px;
  padding: 10px 16px;
}
#main-home-img .information h2 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #0B2752;
}

.info-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.info-list li {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  position: relative;
}
.info-list li::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #DEDEDE;
  left: 0px;
  right: 30px;
  bottom: 0px;
  position: absolute;
}
.info-list li a {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
}
.info-list li a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_001.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-list li:last-of-type::after {
  display: none;
}

#home-c001 {
  margin-bottom: 150px;
}
#home-c001 .vertical h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 34px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
#home-c001 .vertical p {
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 34px;
}

#home-c002 {
  margin: 0px auto 150px;
  max-width: 600px;
}
#home-c002 h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
#home-c002 h2::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.news-list {
  margin: 0px 0px 50px;
  padding: 0px;
  list-style-type: none;
}
.news-list li {
  margin: 0px;
  padding: 0px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.news-list li a {
  text-decoration: none;
  padding: 20px 0px 30px;
  display: block;
}
.news-list li p {
  margin: 0px;
}
.news-list li .date {
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 26px;
  margin-right: 10px;
  color: #0B2752;
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.news-list li .category {
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 26px;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px;
  border-radius: 0px;
  width: 96px;
  text-align: center;
}
.news-list li .title {
  font-size: 16px;
  line-height: 28px;
}

#home-c003 {
  margin-bottom: 150px;
}

.home-banner-box {
  overflow: hidden;
  margin-bottom: 50px;
}
.home-banner-box a {
  text-decoration: none;
}
.home-banner-box a[target="_blank"]::after {
  display: none;
}
.home-banner-box .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.home-banner-box .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.home-banner-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.home-banner-box .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%;";
}
.home-banner-box .txt {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.home-banner-box .txt p {
  text-align: center;
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
}

.home-banner-box-wrap-01 .home-banner-box .img::before {
  padding-top: calc((223/335)*100%);
}
.home-banner-box-wrap-01 .home-banner-box .txt p {
  font-size: 14px;
  line-height: 28px;
}
.home-banner-box-wrap-01 .home-banner-box .txt p.title {
  font-size: 18px;
  line-height: 34px;
}

.home-banner-box-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  column-gap: 16px;
}
.home-banner-box-wrap-02 .home-banner-box {
  width: calc(50% - 8px);
}
.home-banner-box-wrap-02 .home-banner-box .img::before {
  padding-top: calc((206/227)*100%);
}

.home-banner-box-wrap-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  column-gap: 16px;
}
.home-banner-box-wrap-03 .home-banner-box {
  width: calc(50% - 8px);
}
.home-banner-box-wrap-03 .home-banner-box .img::before {
  padding-top: calc((300/450)*100%);
}
.home-banner-box-wrap-03 .home-banner-box .txt p {
  font-size: 16px;
  line-height: 22px;
}

#home-c004 {
  margin-bottom: 150px;
}

#home-300th-banner {
  margin-bottom: 150px;
}
#home-300th-banner P {
  margin: 0px;
}
#home-300th-banner a {
  text-decoration: none;
}
#home-300th-banner a[target="_blank"]::after {
  display: none;
}

/* 下層ページ共通
--------------------------------------------------------------------------------- */
.topic-path {
  display: none;
}

#main-img {
  position: relative;
  margin-bottom: 40px;
}
#main-img .img {
  position: relative;
  overflow: hidden;
}
#main-img .img::before {
  content: '';
  display: block;
  padding-top: 450px;
}
#main-img .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
#main-img .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%;";
}
#main-img .txt {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#main-img .txt h2 {
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  margin: 0px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-align: center;
  text-align: left;
}
#main-img .txt h2 .num {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  line-height: 1;
  vertical-align: baseline;
  font-family: serif;
}
#main-img .txt h2 p {
  white-space: nowrap;
}
#main-img.type-b .txt {
  width: auto;
  top: 10%;
}
#main-img.type-b .txt h2 {
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  display: block;
  width: 100%;
  white-space: nowrap;
}
#main-img.type-c .img::before {
  padding-top: 225px;
}
#main-img.type-c .txt {
  width: auto;
}
#main-img.type-c .txt h2 {
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  display: block;
  width: 100%;
  white-space: nowrap;
}
#main-img.type-e {
  margin-bottom: 0px;
}
#main-img.txt-black .txt h2 {
  color: #000;
}

.page-m01 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin-bottom: 40px;
}
.page-m01 span {
  display: none;
}

.page-m02 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.page-m03 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.page-m04 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
}

.page-m05 {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.page-m06 {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 56px;
  position: relative;
  padding-bottom: 5px;
}
.page-m06::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.page-m07 {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 14px;
}

.page-m08 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 24px;
}

.page-m09 {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-m10 {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 28px;
}

.page-m11 {
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 34px;
}

.page-m12 {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}

.page-m13 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}
.page-m13.right {
  text-align: left;
}
.page-m13 br {
  display: none;
}

.page-m14 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.page-m15 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-color: #0B2752;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.page-m16 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}

.page-m17 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.btn-01 {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  position: relative;
  text-align: center;
}
.btn-01 a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  /*&.out {
  	padding-right: 20px;
  	background-image: url(../images/arrow_012.png);
  	background-position: right center;
  	background-size: 17px auto;
  	background-repeat: no-repeat;
  }*/
}
.btn-01 a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #1A74FF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.btn-02 {
  font-size: 11px;
  line-height: 21px;
  position: relative;
  text-align: left;
}
.btn-02 a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.btn-02 a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #1A74FF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.btn-03 {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  text-align: center;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btn-03 a {
  text-decoration: none;
  display: block;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  padding: 15px 0px;
}

.short-wrap-01 {
  margin: 0px auto;
  max-width: 450px;
}
.short-wrap-01.plus20 {
  max-width: 470px;
}

.short-wrap-02 {
  margin: 0px auto;
  max-width: 600px;
}

.short-wrap-03 {
  margin: 0px auto;
  max-width: 520px;
}

.short-wrap-04 {
  margin: 0px auto;
  max-width: 620px;
  overflow: hidden;
}

.flex-col2 .col {
  margin-bottom: 50px;
}

/*.outlink {
	&::after {
		content: "";
		display: inline-block;
		width: 13px;
		height: 12px;
		margin-left: 8px;
		background-image: url(../images/arrow_012.png);
		background-position: right center;
		background-size: contain;
		background-repeat: no-repeat;
		//vertical-align: middle;
	}
}*/
.img-box a[target="_blank"]::after {
  display: none;
}
.img-box.wide {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-top: 60px;
  margin-bottom: 60px;
}
.img-box.wide .img {
  position: relative;
  overflow: hidden;
}
.img-box.wide .img::before {
  content: '';
  display: block;
  padding-top: 225px;
}
.img-box.wide .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.img-box.wide .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%;";
}
.img-box.sp-short {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}
.img-box.sp-short-02 {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 8px;
  background-image: url(../images/arrow_012.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
a[target="_blank"][href$=".pdf"]::after, a[target="_blank"][href$=".xls"]::after, a[target="_blank"][href$=".xlsx"]::after, a[target="_blank"][href$=".doc"]::after, a[target="_blank"][href$=".docx"]::after {
  display: none;
}

/*  酒造りのこだわり 
--------------------------------------------------------------------------------- */
.box-001 {
  margin-bottom: 80px;
}
.box-001 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.box-001 .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.box-001 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-001 .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%;";
}
.box-001 .txt .num {
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 50px;
  line-height: 60px;
  float: left;
  margin: 0px 30px 0px 0px;
}
.box-001 .txt h4 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 5px;
}

.img-001 {
  margin-bottom: 30px;
}
.img-001 .img {
  position: relative;
  overflow: hidden;
}
.img-001 .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.img-001 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.img-001 .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%;";
}

.l-txt {
  font-size: 20px;
  line-height: 40px;
  margin: 0px;
}
.l-txt .circle {
  position: relative;
}
.l-txt .circle::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1A74FF;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.flex-box-002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -8px;
}

.box-002 {
  overflow: hidden;
  width: calc(50% - 16px);
  margin: 0px 8px 40px;
}
.box-002 a {
  text-decoration: none;
}
.box-002 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.box-002 .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.box-002 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-002 .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%;";
}
.box-002 .txt {
  position: relative;
}
.box-002 .txt::before {
  content: "";
  display: block;
  width: 18px;
  height: 6px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_002.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.box-002 .txt .position {
  font-size: 11px;
  line-height: 18px;
  margin: 0px 0px 4px 0px;
}
.box-002 .txt .name .jpn {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}
.box-002 .txt .name .eng {
  font-size: 9px;
  line-height: 14px;
  margin: 0px;
}

.flex-box-003 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -14px;
}

.box-003 {
  overflow: hidden;
  width: calc((100% / 3) - 28px);
  margin: 0px 14px 40px;
}
.box-003 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #fff;
}
.box-003 .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.box-003 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-003 .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%;";
}
.box-003 .img p img {
  object-fit: contain;
  object-position: 50% 50%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}
.box-003 .txt .num {
  font-size: 26px;
  line-height: 36px;
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0px 5px 0px 0px;
  float: left;
}
.box-003 .txt .text {
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  padding-top: 14px;
  overflow: hidden;
}

.num-txt {
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 50px;
  line-height: 50px;
  float: left;
  margin: -6px 30px 30px 0px;
}

.bg-gray {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) /2 );
  background-color: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-004 {
  overflow: hidden;
  margin: 0px 45px;
}
.box-004 a {
  text-decoration: none;
}
.box-004 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.box-004 .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.box-004 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-004 .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%;";
}
.box-004 .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;
}
.box-004 .txt .num {
  font-size: 50px;
  line-height: 50px;
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: -4px 0px 0px 0px;
  width: 25px;
}
.box-004 .txt h4 {
  width: calc(100% - 55px);
  font-size: 18x;
  line-height: 28px;
  margin: 0px;
}

.slick-prev, .slick-next {
  height: 30px !important;
  width: 30px !important;
  top: 67px !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 10 !important;
  background-image: url(../images/arrow_003.png) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.item-img-list .slick-prev,
.item-img-list .slick-next {
  top: 150px !important;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev {
  left: 0px !important;
}
.flex-box-006 .slick-prev {
  left: -45px !important;
}

.slick-next {
  right: 0px !important;
  background-image: url(../images/arrow_004.png) !important;
}
.flex-box-006 .slick-next {
  right: -45px !important;
}

.box-005 {
  overflow: hidden;
  margin-bottom: 30px;
}
.box-005 .position {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}
.box-005 .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.box-005 .name .jpn {
  font-size: 24px;
  line-height: 36px;
  margin: 0px 14px 0px 0px;
}
.box-005 .name .eng {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}

.more-box {
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.more-title {
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  padding: 20px 0px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}
.more-title::before, .more-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #DEDEDE;
}
.more-title::after {
  transform: rotate(90deg);
}
.more-title.on {
  border-bottom-width: 0px;
}
.more-title.on::after {
  transform: rotate(0deg);
}
.more-title .eng {
  width: 100%;
}

.more-m {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: 500;
}

.hidden-area {
  display: none;
}

.browers {
  margin-left: 28px;
  margin-right: 28px;
}

/*  年齢認証
--------------------------------------------------------------------------------- */
.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;
}
.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;
  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;
}

/*  商品紹介
--------------------------------------------------------------------------------- */
.flex-box-006 {
  width: 247px;
  margin: 0px auto;
  height: 300px;
}

.box-006 {
  margin: 0px;
}
.box-006 a {
  text-decoration: none;
}
.box-006 a::after {
  display: none;
}
.box-006 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-006 .img::before {
  content: '';
  display: block;
  padding-top: 66.5934065934%;
}
.box-006 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-006 .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%;";
}
.box-006 .txt p {
  font-size: 14px;
  line-height: 26px;
  margin: 0px;
}
.box-006 .txt .limited {
  font-size: 12px;
  margin: 0px;
}

.ready {
  opacity: 0;
}

.flex-box-007 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -11px;
}
.flex-box-007 .more-btn {
  margin: 60px auto;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.flex-box-007 .more-btn a {
  display: inline-block;
}

.box-007 {
  width: calc((100% / 2) - 22px);
  margin: 0px 11px 40px;
}
.box-007 a {
  text-decoration: none;
}
.box-007 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.box-007 .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.box-007 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-007 .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%;";
}
.box-007 .txt {
  text-align: left;
}
.box-007 .txt .category p {
  font-size: 9px;
  line-height: 11px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: top;
}
.box-007 .txt .item-name {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.box-007 .txt .text {
  display: none;
}

.item-img {
  overflow: hidden;
  margin-bottom: 90px;
}

.item-img-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-bottom: 30px;
}
.item-img-list li {
  margin: 0px;
  padding: 0px;
}
.item-img-list li .img p {
  margin: 0px;
}

.slick-dots {
  z-index: 10 !important;
}

.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  margin: 0px 5px !important;
}
.slick-dots li.slick-active button {
  background-color: #000 !important;
}
.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {
  height: 100% !important;
  width: 100% !important;
  padding: 0px !important;
  background-color: #B9B9B9 !important;
  border-radius: 50%;
  overflow: hidden;
}

.slick-dots li button::before {
  display: none !important;
}

.item-tag {
  text-align: left;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.item-tag p {
  font-size: 11px;
  line-height: 28px;
  margin: 0px 2px 2px 0px;
  padding: 0px 8px;
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.item-txt {
  overflow: hidden;
  margin-bottom: 100px;
}

.item-name-jp {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}

.item-name-en {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 25px;
  color: #7C7C7C;
}

.item-text {
  overflow: hidden;
  margin-bottom: 30px;
}
.item-text p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0px;
}

.item-price {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  margin: 0px;
}
.item-price th,
.item-price td {
  vertical-align: top;
  text-align: right;
  font-size: 10px;
}
.item-price th strong,
.item-price td strong {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.item-price th {
  font-weight: 400;
  white-space: nowrap;
  padding-right: 10px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.item-shop-btn p {
  font-size: 14px;
  line-height: 20px;
  width: 165px;
  height: 45px;
  margin: 0px;
}
.item-shop-btn p a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px;
  border-radius: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 25px;
  background-image: url(../images/cart.png);
  background-position: left 22px center;
  background-size: 17px auto;
  background-repeat: no-repeat;
}
.item-shop-btn p a[target="_blank"]::after {
  display: none;
}

.item-wrap-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: 60px;
}

.item-m {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}

.item-info {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  margin: 0px 0px 60px 0px;
  width: 100%;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.item-info th,
.item-info td {
  vertical-align: top;
  text-align: left;
  font-size: 12px;
  padding: 5px 0px;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.item-info th {
  font-weight: 400;
  white-space: nowrap;
  padding-right: 10px;
}

.item-drink {
  margin: 0px -10px 60px;
  padding: 0px;
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.item-drink::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #DEDEDE;
  position: absolute;
  left: 28px;
  right: 28px;
  top: 5px;
}
.item-drink li {
  margin: 0px;
  padding: 17px 0px 0px 0px;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  width: calc(100% / 6);
}
.item-drink li span {
  font-size: 8px;
}
.item-drink li::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #DEDEDE;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.item-drink li.on::after {
  background-color: #000;
}
.item-drink li.on::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 50%;
}

.item-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.item-movie iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.flex-box-008 {
  width: 360px;
  left: 50%;
  transform: translateX(-50%);
}
.flex-box-008 .slick-prev {
  top: 50px !important;
  left: 15px !important;
}
.flex-box-008 .slick-next {
  top: 50px !important;
  right: 15px !important;
}

.box-008 {
  margin: 0px 10px;
  width: 100px;
}
.box-008 a {
  text-decoration: none;
}
.box-008 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.box-008 .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.box-008 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-008 .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%;";
}
.box-008 .txt {
  text-align: left;
}
.box-008 .txt .category {
  margin-bottom: 10px;
}
.box-008 .txt .category p {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 0px;
}
.box-008 .txt .item-name {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

.flex-box-009 {
  width: 245px;
  margin: 40px auto;
}
.flex-box-009 .slick-prev {
  top: 60px !important;
  left: -45px !important;
}
.flex-box-009 .slick-next {
  top: 60px !important;
  right: -45px !important;
}

.box-009 {
  overflow: hidden;
}
.box-009 a {
  text-decoration: none;
}
.box-009 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.box-009 .img::before {
  content: '';
  display: block;
  padding-top: 66.7621776504%;
}
.box-009 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-009 .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%;";
}
.box-009 .txt p {
  text-align: center;
  margin: 0px;
  font-size: 15px;
  line-height: 20px;
}

/*  直営店舗
--------------------------------------------------------------------------------- */
.artist {
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.artist a,
.artist span {
  display: block;
  padding: 15px 60px 15px 25px;
  background-image: url(../images/arrow_008.png);
  background-position: right 34px center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  text-decoration: none;
}
.artist a.out,
.artist span.out {
  background-image: url(../images/arrow_009.png);
  background-size: 13px auto;
}
.artist a.none,
.artist span.none {
  background-image: none;
}
.artist a[target="_blank"]::after,
.artist span[target="_blank"]::after {
  display: none;
}
.artist span {
  background-image: none;
}
.artist p {
  margin: 0px;
}
.artist .jpn {
  font-size: 14px;
  line-height: 22px;
  color: #0B2752;
}
.artist .en {
  font-size: 12px;
  line-height: 18px;
  color: #B9B9B9;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.border-box {
  overflow: hidden;
  padding: 20px;
  border-style: solid;
  border-color: #707070;
  border-width: 1px;
  border-radius: 0px;
  margin-bottom: 28px;
}

.go-btn {
  font-size: 18px;
  line-height: 20px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.go-btn a {
  display: block;
  height: 50px;
  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: #000;
  border-width: 1px;
  border-radius: 0px;
  text-decoration: none;
}
.go-btn a[target="_blank"]::after {
  display: none;
}

.calendars .month-header {
  margin-bottom: 20px;
  position: relative;
}
.calendars .month-header .month-prev,
.calendars .month-header .month-next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  margin: 0px;
  background-image: url(../images/arrow_010.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}
.calendars .month-header .month-prev {
  left: 0px;
}
.calendars .month-header .month-next {
  right: 0px;
  background-image: url(../images/arrow_011.png);
}
.calendars .month-title {
  font-size: 16px;
  line-height: 24px;
}
.calendars .month {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.calendars .month th, .calendars .month td {
  font-weight: 400;
  padding: 4px 2px;
}
.calendars .month th {
  border-style: solid;
  border-color: #E9E9F0;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.calendars .month td {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  line-height: 36px;
}
.calendars .month td span {
  display: inline-block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.calendars .month td.holiday-all span {
  color: #fff;
}
.calendars .month td.holiday {
  color: #B40000;
}
.calendars .calendar:last-child {
  display: none;
}

.calendars-footer {
  display: none;
}

.shop-info-tab,
.recruit-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.shop-info-tab th, .shop-info-tab td,
.recruit-tab th,
.recruit-tab td {
  text-align: left;
  vertical-align: top;
  padding: 14px 0px 14px 10px;
  border-style: solid;
  border-color: #D8D8D8;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.shop-info-tab th,
.recruit-tab th {
  font-weight: 400;
  white-space: nowrap;
  padding-right: 1em;
  padding-left: 0px;
  border-color: #0B2752;
}

.recruit-tab tr:last-child th,
.recruit-tab tr:last-child td {
  border-bottom-width: 1px;
}

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

/*  創業の地・塩釜
--------------------------------------------------------------------------------- */
.box-010 {
  overflow: hidden;
  margin-bottom: 40px;
}
.box-010 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.box-010 .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.box-010 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-010 .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%;";
}

.flex-store-box {
  border-style: solid;
  border-color: #0B2752;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  margin-bottom: 60px;
}

.store-box {
  border-style: solid;
  border-color: #D8D8D8;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding: 20px 0px;
}
.store-box p {
  font-size: 12px;
  line-height: 24px;
  margin: 0px;
}
.store-box .name p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #0B2752;
}
.store-box .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin-top: 10px;
}
.store-box .sns p {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.store-box .sns p a {
  text-decoration: none;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.store-box .sns p.web a {
  background-image: url(../images/store_sns_web.png);
}
.store-box .sns p.facebook a {
  background-image: url(../images/store_sns_facebook.png);
}
.store-box .sns p.instagram a {
  background-image: url(../images/store_sns_instagram.png);
}
.store-box .sns p.twitter a {
  background-image: url(../images/store_sns_twitter.png);
}

.page-nav {
  overflow: hidden;
  margin-bottom: 60px;
}

.page-anchor {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  border-style: solid;
  border-color: #DEDEDE #DEDEDE #E1EBF3 #DEDEDE;
  border-width: 1px 0px;
  border-radius: 0px;
}
.page-anchor li {
  margin: 0px;
  padding: 0px;
  width: calc(100% / 2);
}
.page-anchor li a {
  text-decoration: none;
  height: 50px;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0px 1px 0px 0px;
  border-radius: 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-anchor li:last-child a {
  border: none;
}

.box-011 {
  overflow: hidden;
  padding: 60px 0px 32px;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px 0px;
  border-radius: 0px;
  position: relative;
  margin-bottom: -1px;
  background-color: #fff;
}
.box-011 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.box-011 .img::before {
  content: '';
  display: block;
  padding-top: 66.1764705882%;
}
.box-011 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-011 .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%;";
}
.box-011.sub {
  padding-top: 0px;
  border-top-width: 0px;
}
.box-011.sub .img {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}

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

.border-box-02 {
  overflow: hidden;
  padding: 20px;
  border-style: solid;
  border-color: #707070;
  border-width: 1px;
  border-radius: 0px;
  margin-bottom: 28px;
}

.site-link {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.site-link li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 24px;
}

/*  お知らせ
--------------------------------------------------------------------------------- */
.news-lnav-title {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin-bottom: 60px;
}

.lnav-title {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin-bottom: 60px;
  display: none;
}

.lnav-open {
  margin: 0px 0px 80px 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.lnav-open li {
  margin: 0px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 20px;
  flex: 1;
  height: 50px;
  border-style: solid;
  border-color: #E1EBF3;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  background-image: url(../images/arrow_005.png);
  background-position: right 20px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.lnav-open li:nth-child(2) {
  border-left-width: 1px;
  border-left-color: #DEDEDE;
}

.items-list #local-nav {
  position: relative;
  margin-bottom: 60px;
  height: 52px;
}

.lnav-box {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100svh;
  z-index: 10;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  display: none;
  overflow: auto;
}
.lnav-box.display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lnav-box .wrap {
  width: 100%;
  padding: 140px 20px 40px;
  max-width: 375px;
  margin: 0px auto;
  position: relative;
}
.lnav-box h3 {
  font-size: 16px;
  line-height: 50px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 0px 1px 0px;
  border-radius: 0px;
  padding: 0px 20px;
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.lnav-box .close {
  width: 18px;
  height: 18px;
  margin-bottom: 16px;
  position: absolute;
  top: 110px;
  right: 20px;
  transform: rotate(45deg);
  text-indent: -9999px;
  cursor: pointer;
}
.lnav-box .close::before, .lnav-box .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lnav-box .close::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.items-list .lnav-box {
  display: block;
  position: relative;
  padding: 0px;
  width: auto;
  height: auto;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background-color: transparent;
  left: 0px;
  top: auto;
  bottom: 0px;
  z-index: 10;
  height: 52px;
  background-color: #fff;
}
.items-list .lnav-box.fix {
  position: fixed;
  width: 100%;
}
.items-list .lnav-box .wrap {
  width: 100%;
  padding: 0px;
  overflow-x: auto;
  max-width: none;
  border-style: solid;
  border-color: #7C7C7C;
  border-width: 1px 0px 1px 0px;
  border-radius: 0px;
}
.items-list .lnav-box h3 {
  display: none;
}
.items-list .lnav-box .close {
  display: none;
}

.lnav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.lnav li {
  font-size: 12px;
  line-height: 50px;
  border-style: solid;
  border-color: #7C7C7C;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.lnav li a {
  text-decoration: none;
  color: #fff;
  padding: 0px 48px;
  display: block;
}
.items-list .lnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px 20px;
}
.items-list .lnav li {
  font-size: 14px;
  line-height: 50px;
  margin: 0px;
  padding: 0px 2em 0px 0px;
  border: none;
  white-space: nowrap;
}
.items-list .lnav li a {
  color: #000;
  padding: 0px;
}

.page-nation {
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 80px;
}
.page-nation ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  font-size: 0;
}
.page-nation ul li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 36px;
  width: 36px;
  display: inline-block;
}
.page-nation ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.page-nation ul li a.on {
  opacity: 1;
  background-color: #DEDEDE;
}
.page-nation ul li.prev, .page-nation ul li.next {
  width: 25px;
  margin-right: 5px;
}
.page-nation ul li.prev a, .page-nation ul li.next a {
  background-color: transparent;
  color: #0B2752;
  background-image: url(../images/arrow_007.png);
  background-position: center center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.page-nation ul li.next {
  margin-right: 0px;
  margin-left: 5px;
}
.page-nation ul li.next a {
  background-image: url(../images/arrow_006.png);
}

.news-title {
  text-align: left;
  margin-bottom: 24px;
  border-style: solid;
  border-color: #7C7C7C;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.news-title .date {
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 26px;
  margin-right: 10px;
  color: #0B2752;
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.news-title .category {
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 26px;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px;
  border-radius: 0px;
  width: 96px;
  text-align: center;
}
.news-title h2 {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}

.img-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -7px;
}
.img-col2 .img-col {
  width: calc(50% - 14px);
  margin: 0px 7px;
}
.img-col2 .txt {
  margin-top: -18px;
}
.img-col2 .txt p {
  font-size: 12px;
  line-height: 24px;
}

.caption {
  margin-top: -18px;
  font-size: 12px;
  line-height: 24px;
}
.cap-center .caption {
  text-align: center;
}

.sns-share {
  margin: 90px 0px 60px;
}
.sns-share h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
  text-align: center;
  font-family: Big Caslon, "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

.sns-share-list {
  margin: 0px auto;
  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;
}
.sns-share-list li {
  margin: 0px 17px;
  padding: 0px;
  width: 35px;
  height: 35px;
}
.sns-share-list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sns-share-list li a.facebook {
  background-image: url(../images/sns_share_facebook.png);
}
.sns-share-list li a.twitter {
  background-image: url(../images/sns_share_x.png);
}
.sns-share-list li a.line {
  background-image: url(../images/sns_share_line.png);
}

.prev-next {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  border-style: solid;
  border-color: #7C7C7C;
  border-width: 1px 0px 1px 0px;
  border-radius: 0px;
  margin-bottom: 50px;
}
.prev-next .pn-box {
  width: 50%;
}
.prev-next .pn-box:first-child {
  border-style: solid;
  border-color: #7C7C7C;
  border-width: 0px 1px 0px 0px;
  border-radius: 0px;
}
.prev-next .pn-box a {
  display: block;
  text-decoration: none;
  padding: 20px 10px;
}
.prev-next .pn-box a.prev {
  padding-left: 0px;
}
.prev-next .pn-box a.prev .pn {
  padding-left: 45px;
}
.prev-next .pn-box a.next {
  padding-right: 0px;
}
.prev-next .pn-box a.next .pn {
  text-align: right;
  background-image: url(../images/arrow_006.png);
  background-position: right center;
  padding-right: 45px;
}
.prev-next .pn-box .pn {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  background-image: url(../images/arrow_007.png);
  background-position: left center;
  background-size: 25px auto;
  background-repeat: no-repeat;
}
.prev-next .pn-box .title {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0px;
}

/* お問い合わせ
--------------------------------------------------------------------------------- */
.contents-link {
  margin: 0px 0px 50px 0px;
  padding: 0px;
  list-style-type: none;
}
.contents-link li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  border-style: solid;
  border-color: #B9B9B9;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.contents-link li a {
  display: block;
  height: 66px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  background-image: url(../images/arrow_014.png);
  background-position: right center;
  background-size: 26px auto;
  background-repeat: no-repeat;
}

.tel-txt {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 10px;
}
.tel-txt strong {
  font-size: 34px;
  position: relative;
  transform: translateY(3px);
  display: inline-block;
  margin-left: 12px;
}
.tel-txt a {
  text-decoration: none;
}

.form-tab {
  border-collapse: collapse;
  border: none;
  border-spacing: 0px;
  width: 100%;
}
.form-tab th,
.form-tab td {
  text-align: left;
  font-weight: 500;
}
.form-tab th .small,
.form-tab td .small {
  font-size: 11px;
  letter-spacing: 0;
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 6px 10px;
  margin: 0px 0px 8px 0px;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-color: #555;
  border-width: 1px;
  border-radius: 0px;
}
.input.select {
  padding-right: 30px;
  background-image: url(../images/select_arrow.png);
  background-position: right center;
  background-size: 40px auto;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.input.err {
  background-color: #fcf8f7;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 10px 10px;
  margin: 0px 0px 8px 0px;
  font-size: 14px;
  line-height: 21px;
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 4px;
  padding-right: 30px;
  background-image: url(../images/select_arrow.png);
  background-position: right center;
  background-size: 40px auto;
  background-repeat: no-repeat;
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF;
  border: none;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  padding: 6px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 8px;
  outline: none;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #0B2752;
  outline: none;
  border-color: #0B2752;
}
input[type=radio].err,
input[type=checkbox].err {
  background-color: #fdf3f4;
}
input[type=radio].err:checked,
input[type=checkbox].err:checked {
  background-color: #000;
  outline: none;
}

input[type=checkbox] {
  border-radius: 0px;
}

label {
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.form-btn {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
}

.submitBtn {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  min-width: 250px;
  margin: 0px 10px 10px 10px;
  padding: 0px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  border: none;
  box-sizing: border-box;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  border-style: solid;
  border-color: #555;
  border-width: 1px;
  border-radius: 0px;
}
.submitBtn[disabled] {
  opacity: 0.4;
  cursor: default;
}
.submitBtn[disabled]:hover {
  opacity: 0.4;
}

.err-txt-box {
  background-color: #FFEAEA;
  padding: 10px;
  margin: 0px auto 20px;
  max-width: 750px;
}
.err-txt-box ul {
  margin-bottom: 0px;
}
.err-txt-box ul li {
  color: #0B2752;
}

.err-txt {
  color: #0B2752;
  position: relative;
  padding-left: 1.4em;
}
.err-txt::before {
  content: "！";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 6px;
  text-align: center;
  background-color: #0B2752;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
}

.smf-form table,
.mw_wp_form table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0px;
  width: 100%;
}
.smf-form table th,
.smf-form table td,
.mw_wp_form table th,
.mw_wp_form table td {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.smf-form table th,
.mw_wp_form table th {
  padding-bottom: 5px;
}
.smf-form table td,
.mw_wp_form table td {
  padding-bottom: 15px;
}
.smf-form table .marker,
.mw_wp_form table .marker {
  position: relative;
}
.smf-form table .marker::after,
.mw_wp_form table .marker::after {
  content: "必須";
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0px 6px;
  margin-left: 15px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.smf-form table .yubin-search,
.mw_wp_form table .yubin-search {
  font-size: 12px;
  line-height: 40px;
  color: #0B2752;
  display: inline-block;
  width: calc(100% - 240px);
  text-align: right;
}

.smf-text-control__control,
.smf-select-control__control,
.smf-textarea-control__control,
.input-select,
.input-text01,
.input-text02,
.input-textarea01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 8px 10px;
  margin: 0px 0px 8px 0px;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  font-family: "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 1px;
  border-radius: 0px;
}
.smf-text-control__control.yubin,
.smf-select-control__control.yubin,
.smf-textarea-control__control.yubin,
.input-select.yubin,
.input-text01.yubin,
.input-text02.yubin,
.input-textarea01.yubin {
  width: 240px;
  float: left;
}
.smf-text-control__control.pref,
.smf-select-control__control.pref,
.smf-textarea-control__control.pref,
.input-select.pref,
.input-text01.pref,
.input-text02.pref,
.input-textarea01.pref {
  width: 240px;
}

.smf-select-control__control,
.input-select {
  padding-right: 30px;
  background-image: url(../images/arrow_015.png);
  background-position: right 10px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.smf-button-control__control,
.submitBtn {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  border: none;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.smf-button-control__control[disabled],
.submitBtn[disabled] {
  opacity: 0.4;
  cursor: default;
}
.smf-button-control__control[disabled]:hover,
.submitBtn[disabled]:hover {
  opacity: 0.4;
}

.thanks {
  font-size: 17px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.input-text01 {
  width: 100% !important;
}

.input-text02 {
  width: 240px;
  float: left;
}

.yubin-search {
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}

.contact-tel {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  padding: 20px 0px 0px;
  margin-bottom: 20px;
}
.contact-tel .contact-tel-title {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}

/* よくあるご質問
--------------------------------------------------------------------------------- */
.faq-box {
  overflow: hidden;
  position: relative;
}
.faq-box::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0px;
  top: 30px;
  font-size: 16px;
  color: #0B2752;
}
.faq-box .faq-q {
  position: relative;
  padding: 30px 40px 30px 30px;
  border-style: solid;
  border-color: #EAEAEA;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  cursor: pointer;
}
.faq-box .faq-q p {
  font-size: 16px;
  line-height: 34px;
  margin: 0px;
}
.faq-box .faq-q::before, .faq-box .faq-q::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #B9B9B9;
}
.faq-box .faq-q::after {
  transform: rotate(90deg) translateY(-50%);
}
.faq-box .faq-q.on {
  border-bottom-width: 0px;
}
.faq-box .faq-q.on::after {
  transform: rotate(0deg);
}
.faq-box .faq-a {
  position: relative;
  padding: 20px 20px 0px 20px;
  background-color: #F8F8F8;
  overflow: hidden;
  display: none;
}
.faq-box .faq-a::before {
  content: "A.";
  display: block;
  font-size: 24px;
  color: #FF0000;
  text-align: left;
}

/*  会社概要
--------------------------------------------------------------------------------- */
.top-name-wrap {
  text-align: right;
}

.top-name {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.top-name .position {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}
.top-name .name {
  font-size: 18px;
  line-height: 34px;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}
.top-name .profile {
  font-size: 12px;
  line-height: 20px;
  margin: 0px 0px 0px 10px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  cursor: pointer;
}

.box-012 {
  overflow: hidden;
  position: relative;
}
.box-012 h4 {
  font-size: 16px;
  line-height: 28px;
  border-style: solid;
  border-color: #0B2752;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.box-012 .sponsor {
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}
.box-012 .sponsor a {
  background-image: url(../images/arrow_016.png);
  background-position: right center;
  background-size: 17px auto;
  background-repeat: no-repeat;
  padding-right: 26px;
}
.box-012 .sponsor a[target="_blank"]::after {
  display: none;
}

.award-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.award-box .year {
  margin: 0px;
  width: 65px;
}
.award-box .name {
  margin: 0px;
  width: calc(100% - 65px);
}

.profile-box {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100svh;
  z-index: 10;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  display: none;
  overflow: auto;
}
.profile-box.display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-box .wrap {
  width: 100%;
  padding: 140px 20px 40px;
  max-width: 375px;
  margin: 0px auto;
  position: relative;
  text-align: left;
}
.profile-box .wrap::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 140px;
  background-image: url(../images/close.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.profile-name {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}

.profile-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.profile-tab th, .profile-tab td {
  text-align: left;
  vertical-align: top;
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.profile-tab th table, .profile-tab td table {
  margin: 0px;
}
.profile-tab th tr,
.profile-tab th th,
.profile-tab th td, .profile-tab td tr,
.profile-tab td th,
.profile-tab td td {
  border: none;
  padding: 0px;
  display: table-cell;
}
.profile-tab th tr, .profile-tab td tr {
  display: table-row;
  padding: 0px;
}
.profile-tab th th, .profile-tab td th {
  white-space: nowrap;
  padding-right: 1em;
}
.profile-tab th {
  font-weight: 400;
  white-space: nowrap;
}
.profile-tab th.th-01 {
  float: left;
  width: 65px;
}
.profile-tab tr {
  display: block;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding: 6px 0px;
}

.profile-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.profile-list li {
  margin: 0px;
  padding: 0px 0px 0px 1em;
  position: relative;
}
.profile-list li::before {
  content: "○";
  position: absolute;
  left: 0px;
}

.index-list {
  margin: 0px 0px 20px;
  padding: 0px;
  list-style-position: inside;
}
.index-list li {
  margin: 0px;
  padding: 0px;
}
.index-list li a[target="_blank"]::after {
  display: none;
}

/*  サイトマップ
--------------------------------------------------------------------------------- */
.sitemap-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sitemap-list li {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 60px;
}
.sitemap-list li a {
  text-decoration: none;
}
.sitemap-list li ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
  margin-top: 14px;
  padding-left: 40px;
}
.sitemap-list li ul::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 20px;
  top: 6px;
  bottom: 6px;
}
.sitemap-list li ul li {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 28px;
}

/*  特設
--------------------------------------------------------------------------------- */
.specials-wrap {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) /2 );
  background-color: #000;
  color: #fff;
  overflow: hidden;
  padding-top: 80px;
}
.specials-wrap.white {
  background-color: #fff;
  color: #000;
}

.flex-box-013 {
  overflow: hidden;
  margin-bottom: 40px;
}

.box-013 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 40px;
}
.box-013 .img {
  position: relative;
  overflow: hidden;
  width: 150px;
}
.box-013 .img::before {
  content: '';
  display: block;
  padding-top: 133.3333333333%;
}
.box-013 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.box-013 .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%;";
}
.box-013 .img p img {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}
.box-013 .txt {
  width: 160px;
  text-align: left;
}
.box-013 .txt .item-name {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.box-013 .txt .text {
  font-size: 11px;
  line-height: 19px;
  margin-bottom: 25px;
}
.box-013 .txt .link-btn {
  font-size: 10px;
  line-height: 14px;
}
.box-013 .txt .link-btn a {
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  height: 33px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.specials-wrap.white .box-013 .txt .link-btn a {
  color: #000;
  border-color: #000;
}

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

/* 共通
--------------------------------------------------------------------------------- */
/* アンカー */
.anchor {
  display: block;
  width: 100%;
  position: relative;
  pointer-events: none;
  margin-top: -120px;
  padding-top: 120px;
}

/* 見出し */
/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul.list-01 {
  padding: 0px;
  list-style-type: none;
}
ul.list-01 li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 1em;
}
ul.list-01 li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #B9B9B9;
  position: absolute;
  left: -14px;
  top: 10px;
  border-radius: 50%;
}
ul.list-02 {
  padding: 0px;
  list-style-type: none;
}
ul.list-02 li {
  position: relative;
  padding-left: 1em;
}
ul.list-02 li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #B9B9B9;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol.num-01 {
  counter-reset: cnt;
  margin-left: 0px;
}
ol.num-01 li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
ol.num-01 li::before {
  counter-increment: cnt;
  content: counter(cnt) ".";
  position: absolute;
  left: 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: #0B2752;
}

.color-02 {
  color: #B40000;
}

/* 大きさ */
.large {
  font-size: 18px;
  line-height: 34px;
}

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

.bold {
  font-weight: bold;
}

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

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

.has-text-align-center {
  text-align: center;
}

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

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}
hr.mb {
  margin-bottom: 120px;
}
hr.mb-02 {
  margin-bottom: 120px;
}
hr.mb-03 {
  margin-bottom: 50px;
}
hr.mb-04 {
  margin-bottom: 50px;
}
hr.line-01 {
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin-top: 60px;
  margin-bottom: 28px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt50 {
  margin-top: 50px;
}

.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;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .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;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* イントロ
  --------------------------------------------------------------------------------- */
  #intro .logo {
    width: 140px;
  }
  #intro .logo .enter {
    margin-right: 20px;
    font-size: 18px;
  }

  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 100px;
  }
  #contents .inner {
    max-width: 1000px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #main-home-img {
    margin-bottom: 100px;
  }
  #main-home-img .img::before {
    padding-top: calc((700/1280)*100%);
  }
  #main-home-img .information {
    right: 30px;
    bottom: 25px;
    max-width: none;
    width: 360px;
  }

  .info-list li::after {
    right: 40px;
  }
  .info-list li a {
    padding-right: 40px;
  }
  .info-list li a::after {
    right: 5px;
  }

  #home-c001 {
    margin-bottom: 250px;
  }
  #home-c001 .vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 75px;
  }
  #home-c001 .vertical .num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1;
    vertical-align: baseline;
    font-family: serif;
  }
  #home-c001 .vertical p {
    white-space: nowrap;
  }
  #home-c001 .vertical h2 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 0px;
    margin-left: 40px;
  }
  #home-c001 .vertical p {
    font-size: 16px;
    line-height: 46px;
    margin-bottom: 0px;
    font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  #home-c002 {
    margin-bottom: 250px;
  }

  #home-c003 {
    margin-bottom: 250px;
  }

  .home-banner-box {
    margin-bottom: 60px;
  }
  .home-banner-box .img {
    margin-bottom: 20px;
  }

  .home-banner-box-wrap-01 .home-banner-box a {
    display: block;
    position: relative;
  }
  .home-banner-box-wrap-01 .home-banner-box .img::before {
    padding-top: calc((300/960)*100%);
  }
  .home-banner-box-wrap-01 .home-banner-box .txt {
    position: absolute;
    left: 160px;
    top: 40px;
    z-index: 1;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
  }
  .home-banner-box-wrap-01 .home-banner-box .txt .num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1;
    vertical-align: baseline;
    font-family: serif;
  }
  .home-banner-box-wrap-01 .home-banner-box .txt p {
    white-space: nowrap;
  }
  .home-banner-box-wrap-01 .home-banner-box .txt p {
    text-align: left;
    font-size: 17px;
    line-height: 26px;
  }
  .home-banner-box-wrap-01 .home-banner-box .txt p.title {
    font-size: 50px;
    line-height: 70px;
  }
  .home-banner-box-wrap-01 .home-banner-box .txt p.title .sub {
    font-size: 38px;
  }
  .home-banner-box-wrap-01 .home-banner-box .txt p.title .tno {
    font-size: 38px;
  }
  .home-banner-box-wrap-01 .home-banner-box .txt p.title .t12 {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .home-banner-box-wrap-01 .home-banner-box.txt-right .txt {
    left: auto;
    right: 150px;
    top: 30px;
  }
  .home-banner-box-wrap-01 .home-banner-box.txt-right .txt p.title {
    letter-spacing: -0.05em;
  }

  .home-banner-box-wrap-02 {
    column-gap: 0px;
    margin: 0px -8px 50px;
  }
  .home-banner-box-wrap-02 .home-banner-box {
    width: calc((1/4)*100% - 16px);
    margin: 0px 8px 60px;
  }

  .home-banner-box-wrap-03 {
    column-gap: 60px;
  }
  .home-banner-box-wrap-03 .home-banner-box {
    width: calc(50% - 30px);
  }
  .home-banner-box-wrap-03 .home-banner-box .txt p {
    font-size: 20px;
    line-height: 30px;
  }

  #home-c004 {
    margin-bottom: 250px;
  }

  #home-300th-banner {
    margin-bottom: 250px;
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  .topic-path {
    display: block;
    width: 1280px;
    margin: 0px auto;
    padding: 0px 40px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
  .topic-path a {
    text-decoration: none;
  }

  #main-img {
    margin-bottom: 100px;
  }
  #main-img .img::before {
    padding-top: calc((538/1280)*100%);
  }
  #main-img .txt h2 {
    font-size: 30px;
    line-height: 42px;
  }
  #main-img.type-b {
    margin-bottom: 150px;
  }
  #main-img.type-b .txt {
    top: 0px;
  }
  #main-img.type-c {
    margin-bottom: 150px;
  }
  #main-img.type-c .img::before {
    padding-top: calc((300/1280)*100%);
  }
  #main-img.type-d .img::before {
    padding-top: calc((500/1280)*100%);
  }
  #main-img.type-e .img::before {
    padding-top: calc((500/1280)*100%);
  }

  .page-m01 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 5px;
    margin-bottom: 80px;
    position: relative;
  }
  .page-m01 span {
    display: block;
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 8px;
  }

  .page-m02 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .page-m03 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 70px;
    text-align: center;
  }

  .page-m04 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 70px;
    text-align: center;
  }

  .page-m06 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 80px;
  }

  .page-m07 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 14px;
  }

  .page-m08 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .page-m09 {
    text-align: center;
    margin-bottom: 34px;
  }

  .page-m10 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 46px;
  }

  .page-m11 {
    font-size: 18px;
    line-height: 80px;
    width: 80px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
    position: absolute;
    left: -60px;
    padding-top: 50px;
    margin: -1px 0px 0px 0px;
    border-style: solid;
    border-color: #EAEAEA;
    border-width: 1px 0px 0px 0px;
    border-radius: 0px;
  }
  .page-m11 .num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1;
    vertical-align: baseline;
    font-family: serif;
  }
  .page-m11 p {
    white-space: nowrap;
  }
  .page-m11.noborder {
    border: none;
  }

  .page-m12 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .page-m13 {
    font-size: 24px;
    line-height: 54px;
    width: 340px;
    margin: 0px;
    padding: 0px;
    float: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .page-m13 .num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1;
    vertical-align: baseline;
    font-family: serif;
  }
  .page-m13 p {
    white-space: nowrap;
  }
  .page-m13.right {
    text-align: left;
    float: right;
  }
  .page-m13 br {
    display: inline;
  }

  .page-m14 {
    font-size: 34px;
    line-height: 64px;
    margin-bottom: 0px;
    margin-left: 60px;
  }

  .page-m15 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .page-m16 {
    font-size: 34px;
    line-height: 64px;
    margin-bottom: 0px;
    margin-left: 60px;
    position: absolute;
    top: 100px;
    right: 45px;
  }

  .page-m17 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
  }

  .btn-03 {
    margin-top: 50px;
  }

  .flex-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin: 0px -30px;
  }
  .flex-col2 .col {
    width: calc(50% - 60px);
    margin: 0px 30px 50px;
  }

  .flex-col2-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin: 0px -23px;
  }
  .flex-col2-2 .col {
    width: 537px;
    margin: 0px 23px;
  }
  .flex-col2-2 .col:last-child {
    width: 220px;
  }

  .pc-center {
    text-align: center;
  }

  .short-wrap-04 {
    margin-top: 80px;
  }

  .img-box.wide {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .img-box.wide .img::before {
    padding-top: 500px;
  }
  .img-box.sp-short, .img-box.sp-short-02 {
    width: auto;
  }

  .pcmt100 {
    margin-top: 80px;
  }

  /*  酒造りのこだわり 
  --------------------------------------------------------------------------------- */
  .box-001 {
    margin-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
  }
  .box-001 .img {
    margin-bottom: 30px;
    width: 450px;
  }
  .box-001 .txt {
    width: 450px;
    margin-top: -15px;
    position: relative;
  }
  .box-001 .txt .num {
    margin: 0px 40px 0px 0px;
  }
  .box-001 .txt h4 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
    padding-top: 5px;
  }
  .box-001:nth-child(even) {
    flex-direction: row-reverse;
  }
  .box-001:nth-child(5) {
    margin-bottom: 0px;
  }

  .img-001 {
    margin-bottom: 90px;
  }
  .img-001 .img::before {
    padding-top: calc((454/960)*100%);
  }

  .l-txt {
    font-size: 24px;
    line-height: 40px;
    margin: 0px auto 14px;
    white-space: nowrap;
  }

  .flex-box-002 {
    margin: 0px -26px 90px;
  }

  .box-002 {
    width: calc((100% / 3) - 52px);
    margin: 0px 26px;
  }
  .box-002 .img {
    margin-bottom: 25px;
  }
  .box-002 .txt::before {
    top: auto;
    bottom: 10px;
    transform: translateY(0);
  }
  .box-002 .txt .position {
    margin: 0px 0px 4px 0px;
  }
  .box-002 .txt .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: end;
    flex-direction: row;
  }
  .box-002 .txt .name .jpn {
    font-size: 20px;
    line-height: 30px;
    margin-right: 1em;
  }
  .box-002 .txt .name .eng {
    font-size: 11px;
    line-height: 20px;
  }

  .flex-box-003 {
    margin: 0px -26px;
  }

  .box-003 {
    width: calc((100% / 5) - 52px);
    margin: 0px 26px 100px;
  }
  .box-003 .img {
    margin-bottom: 15px;
  }
  .box-003 .txt .num {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 20px 0px 0px;
  }
  .box-003 .txt .text {
    font-size: 14px;
    line-height: 20px;
    padding-top: 14px;
  }

  .num-txt {
    font-size: 80px;
    line-height: 80px;
    float: left;
    margin: -10px 0px 0px -100px;
  }

  .bg-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-box-004 {
    margin: 0px -60px;
  }

  .box-004 {
    margin: 0px 30px;
  }
  .box-004 .img {
    margin-bottom: 20px;
  }

  .slick-prev,
  .slick-next {
    top: 93px !important;
  }

  .slick-prev {
    left: -60px !important;
  }

  .slick-next {
    right: -60px !important;
  }

  .box-005 {
    margin-bottom: 46px;
  }

  .more-title {
    padding: 30px 0px;
    margin-bottom: 0px;
  }
  .more-title::before, .more-title::after {
    width: 30px;
    right: 0px;
  }
  .more-title .eng {
    width: auto;
  }

  .more-m {
    padding-left: 25px;
  }

  .browers {
    margin-left: 73px;
    margin-right: 73px;
    margin-top: 75px;
  }

  /*  年齢認証
  --------------------------------------------------------------------------------- */
  .chack-age-wrap {
    max-width: 470px;
  }
  .chack-age-wrap p {
    font-size: 18px;
    line-height: 34px;
  }
  .chack-age-wrap .overage {
    font-size: 30px;
    line-height: 34px;
    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: 24px;
    line-height: 30px;
    width: calc(50% - 30px);
  }
  .chack-age-wrap .btn-list li .small {
    line-height: 16px;
  }
  .chack-age-wrap .btn-list li a {
    height: 76px;
  }

  /*  商品紹介
  --------------------------------------------------------------------------------- */
  .flex-box-006 {
    height: 400px;
    width: 2960px;
    left: 50%;
    transform: translateX(-50%);
  }
  .flex-box-006 .slick-prev {
    top: 140px !important;
    left: calc((2960px - 100vw) / 2 + 40px) !important;
  }
  .flex-box-006 .slick-next {
    top: 140px !important;
    right: calc((2960px - 100vw) / 2 + 40px) !important;
  }

  .box-006 {
    margin: 0px 10px;
  }
  .box-006 .img {
    margin-bottom: 20px;
  }
  .box-006 .txt p {
    font-size: 18px;
    line-height: 34px;
  }
  .box-006 .txt .limited {
    font-size: 14px;
    line-height: 28px;
  }

  .flex-box-007 {
    margin: 0px -20px;
  }
  .flex-box-007 .more-btn {
    margin: 60px auto;
  }

  .box-007 {
    width: calc((100% / 3) - 40px);
    margin: 0px 20px 50px;
  }
  .box-007 .img {
    margin-bottom: 20px;
  }
  .box-007 .txt .category p {
    margin-bottom: 0px;
  }
  .box-007 .txt .item-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-top: -5px;
  }
  .box-007 .txt .text {
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .item-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    margin-bottom: 170px;
  }

  .item-img {
    width: 455px;
    margin-bottom: 0px;
  }

  .item-txt {
    width: 467px;
    margin-bottom: 0px;
  }

  .item-tag {
    margin-bottom: 36px;
  }
  .item-tag p {
    font-size: 14px;
    line-height: 32px;
    margin: 0px 2px 2px 0px;
    padding: 0px 15px;
  }

  .item-name-jp {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0px;
  }

  .item-name-en {
    margin-bottom: 35px;
  }

  .item-text {
    margin-bottom: 45px;
  }
  .item-text p {
    font-size: 16px;
    line-height: 34px;
  }

  .item-shop-btn p {
    width: 185px;
  }

  .item-wrap-01 {
    margin-bottom: 65px;
  }

  .item-wrap-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;
    margin-bottom: 65px;
  }
  .item-wrap-02 .item-m {
    width: 100px;
  }

  .item-info {
    margin: 0px;
    width: calc(100% - 100px);
  }

  .item-drink {
    margin: 0px -20px 65px;
  }
  .item-drink::before {
    left: 40px;
    right: 40px;
    top: 7px;
  }
  .item-drink li {
    padding-top: 26px;
    font-size: 14px;
    line-height: 18px;
  }
  .item-drink li span {
    font-size: 11px;
  }
  .item-drink li::after {
    width: 10px;
    height: 10px;
    top: 3px;
  }
  .item-drink li.on::before {
    width: 14px;
    height: 14px;
  }

  .flex-box-008 {
    width: 1135px;
  }
  .flex-box-008 .slick-prev {
    top: 70px !important;
    left: calc((1135px - 100vw) / 2 + 20px) !important;
  }
  .flex-box-008 .slick-next {
    top: 70px !important;
    right: calc((1135px - 100vw) / 2 + 20px) !important;
  }

  .box-008 {
    margin: 0px 25px;
  }

  .flex-box-009 {
    width: 1105px;
    margin: 80px auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .flex-box-009 .slick-prev {
    top: 100px !important;
    left: calc((1105px - 100vw) / 2 + 20px) !important;
  }
  .flex-box-009 .slick-next {
    top: 100px !important;
    right: calc((1105px - 100vw) / 2 + 20px) !important;
  }

  .box-009 {
    margin: 0px 10px;
  }

  /*  直営店舗
  --------------------------------------------------------------------------------- */
  .vertical-txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 75px;
  }
  .vertical-txt .num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1;
    vertical-align: baseline;
    font-family: serif;
  }
  .vertical-txt p {
    white-space: nowrap;
  }
  .vertical-txt p {
    font-size: 16px;
    line-height: 46px;
    margin-bottom: 0px;
    font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.05em;
  }
  .vertical-txt p.small {
    font-size: 12px;
    line-height: 26px;
  }

  .calendars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    width: 690px;
    margin: 0px auto;
  }
  .calendars .calendar {
    width: 330px;
  }
  .calendars .calendar:first-child .month-next {
    display: none;
  }
  .calendars .calendar:last-child {
    display: block;
  }
  .calendars .calendar:last-child .month-prev {
    display: none;
  }

  .calendar-txt {
    width: 690px;
    margin: 80px auto 28px;
  }

  .shop-info-tab,
  .recruit-tab {
    border-spacing: 4px;
  }
  .shop-info-tab th, .shop-info-tab td,
  .recruit-tab th,
  .recruit-tab td {
    padding: 20px 60px 16px;
    width: 100%;
  }
  .shop-info-tab th,
  .recruit-tab th {
    padding-right: 60px;
    width: auto;
  }

  .access-tab th, .access-tab td {
    display: table-cell;
    padding: 0px;
  }
  .access-tab th {
    padding-right: 1em;
    border: none;
  }

  /*  創業の地・塩釜
  --------------------------------------------------------------------------------- */
  .box-010 {
    margin-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
  }
  .box-010 .img {
    margin-bottom: 30px;
    width: 450px;
  }
  .box-010 .txt {
    width: 450px;
    position: relative;
  }

  .flex-box-010 .box-010:nth-child(even) {
    flex-direction: row-reverse;
  }

  .flex-store-box {
    border: none;
  }

  .store-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    padding: 0px;
    border: none;
    margin-bottom: -1px;
  }
  .store-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .store-box .name,
  .store-box .address,
  .store-box .tel,
  .store-box .form,
  .store-box .sns {
    border-style: solid;
    border-color: #D8D8D8;
    border-width: 1px 0px;
    border-radius: 0px;
    height: 60px;
    padding: 0px 0px 0px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  .store-box .name {
    border-color: #0B2752;
    width: 220px;
    padding: 0px 0px 0px 13px;
    margin-right: 4px;
  }
  .store-box .name p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .store-box .address {
    width: 320px;
  }
  .store-box .tel {
    width: 212px;
    margin-right: 4px;
  }
  .store-box .form {
    width: 200px;
  }
  .store-box .sns {
    margin-top: 0px;
    width: 200px;
    padding: 0px 0px 0px 20px;
  }

  .page-nav {
    margin-bottom: 100px;
  }

  .page-anchor {
    border-bottom-color: #DEDEDE;
  }
  .page-anchor li {
    font-size: 18px;
  }

  .box-011 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    flex-direction: row-reverse;
  }
  .box-011 .img {
    width: 340px;
    margin-bottom: 28px;
  }
  .box-011 .txt {
    width: 500px;
  }
  .box-011.sub .img {
    margin-left: 0px;
    margin-right: 0px;
    width: 340px;
  }

  .sp-small {
    font-size: 14px;
    line-height: 28px;
  }

  .border-box-02 {
    padding: 30px 40px;
  }

  .site-link {
    margin-top: 40px;
  }
  .site-link li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 28px;
  }

  /*  お知らせ
  --------------------------------------------------------------------------------- */
  #local-nav {
    width: 200px;
    float: right;
    overflow: hidden;
  }
  .items-list #local-nav {
    margin-top: 110px;
    height: auto;
  }

  #main {
    width: 600px;
    margin-top: 80px;
  }
  .items-list #main {
    width: 680px;
  }

  .news-lnav-title {
    display: none;
  }

  .lnav-title {
    display: block;
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    padding-bottom: 0px;
    border: none;
    text-align: left;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-feature-settings: normal;
    margin: 0px 0px 76px 0px;
  }

  .lnav-open {
    display: none;
  }

  .lnav-box {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    width: auto;
    height: auto;
    color: #000;
    display: block;
  }
  .lnav-box.display {
    display: block;
  }
  .lnav-box .wrap {
    width: auto;
    padding: 0px;
    max-width: none;
  }
  .lnav-box h3 {
    font-size: 18px;
    line-height: 40px;
    border-width: 0px 0px 1px 0px;
    border-color: #000;
    padding: 0px;
    margin-bottom: 10px;
  }
  .lnav-box .close {
    display: none;
  }
  .items-list .lnav-box {
    position: relative;
    height: auto;
    display: block;
    margin: 0px;
  }
  .items-list .lnav-box.fix {
    position: relative;
    width: auto;
  }
  .items-list .lnav-box .wrap {
    width: auto;
    overflow-x: hidden;
    border: none;
  }
  .items-list .lnav-box h3 {
    display: block;
  }

  .lnav {
    margin-bottom: 40px;
  }
  .lnav li {
    font-size: 14px;
    line-height: 32px;
    border: none;
  }
  .lnav li a {
    color: #000;
    padding: 0px;
  }
  .items-list .lnav {
    display: block;
    padding: 0px;
  }
  .items-list .lnav li {
    line-height: 18px;
    border-style: solid;
    border-color: #DEDEDE;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    white-space: normal;
    margin: 0px;
  }
  .items-list .lnav li a {
    display: block;
    padding: 9px 0px;
  }

  .news-title {
    margin-bottom: 50px;
  }
  .news-title h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .img-col2 {
    margin: 0px -20px;
  }
  .img-col2 .img-col {
    width: calc(50% - 40px);
    margin: 0px 20px;
  }

  /* お問い合わせ
  --------------------------------------------------------------------------------- */
  .contents-link {
    margin: 0px 0px 84px 0px;
  }
  .contents-link li {
    font-size: 18px;
  }
  .contents-link li a {
    height: 68px;
  }

  .tel-txt {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 10px;
    margin-top: 80px;
  }
  .tel-txt strong {
    font-size: 45px;
    transform: translateY(5px);
    margin-left: 12px;
  }
  .tel-txt a {
    text-decoration: none;
  }

  .smf-form table th,
  .smf-form table td,
  .mw_wp_form table th,
  .mw_wp_form table td {
    display: table-cell;
    vertical-align: top;
  }
  .smf-form table th,
  .mw_wp_form table th {
    padding-bottom: 0px;
    width: 220px;
  }
  .smf-form table td,
  .mw_wp_form table td {
    padding-bottom: 0px;
  }
  .smf-form table .yubin-search,
  .mw_wp_form table .yubin-search {
    text-align: left;
    padding-left: 20px;
    display: inline;
  }

  .smf-text-control__control,
  .smf-select-control__control,
  .smf-textarea-control__control,
  .input-select,
  .input-text01,
  .input-text02,
  .input-textarea01 {
    margin-bottom: 20px;
  }

  .smf-button-control__control,
  .submitBtn {
    width: 520px;
  }

  .thanks {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 50px;
  }

  .contact-tel-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .contact-tel {
    margin-bottom: 0px;
    width: calc( 50% - 20px );
  }
  .contact-tel .tel-txt {
    margin-top: 0px;
  }

  /* よくあるご質問
  --------------------------------------------------------------------------------- */
  .faq-box {
    border-style: solid;
    border-color: #EAEAEA;
    border-width: 0px 0px 0px 1px;
    border-radius: 0px;
  }
  .faq-box::before {
    left: 36px;
    top: 40px;
    font-size: 18px;
  }
  .faq-box .faq-q {
    padding: 40px 80px;
  }
  .faq-box .faq-q p {
    font-size: 18px;
    line-height: 34px;
  }
  .faq-box .faq-a {
    padding: 40px 40px 20px 95px;
  }
  .faq-box .faq-a::before {
    font-size: 24px;
    margin: 0px 0px 0px -60px;
    float: left;
  }

  /*  会社概要
  --------------------------------------------------------------------------------- */
  .top-name .name {
    font-size: 24px;
    line-height: 38px;
    display: block;
  }
  .top-name .profile {
    font-size: 14px;
    line-height: 28px;
    margin: 0px;
    display: block;
  }

  .box-012 h4 {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .box-012 .sponsor {
    position: absolute;
    top: 6px;
    right: 0px;
  }

  .award-box {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .profile-box .wrap {
    padding: 180px 20px 60px;
    max-width: 640px;
  }
  .profile-box .wrap::before {
    right: 20px;
    top: 180px;
  }

  .profile-name {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .profile-tab th, .profile-tab td {
    display: table-cell;
    font-size: 14px;
    line-height: 26px;
  }
  .profile-tab th th, .profile-tab td th {
    width: auto;
  }
  .profile-tab th {
    width: 140px;
  }
  .profile-tab th.th-01 {
    float: none;
    width: 140px;
  }
  .profile-tab tr {
    padding: 10px 0px;
  }

  .index-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin: 0px -22px 20px;
  }
  .index-list li {
    padding: 15px 0px;
    margin: 0px 22px;
    border-style: solid;
    border-color: #DEDEDE;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    width: calc((100% / 3) - 44px);
  }

  /*  サイトマップ
  --------------------------------------------------------------------------------- */
  .flex-sitemap-list {
    display: grid;
    grid-template-columns: 1.5fr 2fr 2fr;
  }

  /*  特設
  --------------------------------------------------------------------------------- */
  .flex-box-013 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin: 0px -21px 100px;
  }

  .box-013 {
    width: calc((100% / 2) - 42px);
    margin: 0px 21px 42px;
  }
  .box-013 .img {
    width: 150px;
  }
  .box-013 .img::before {
    padding-top: calc((400 / 150) * 100%);
  }
  .box-013 .txt {
    width: 290px;
  }
  .box-013 .txt .item-name {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .box-013 .txt .text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .box-013 .txt .link-btn {
    font-size: 14px;
    line-height: 20px;
  }
  .box-013 .txt .link-btn a {
    height: 45px;
    width: 110px;
  }
  .box-013.col03 {
    width: calc((100% / 3) - 42px);
  }
  .box-013.col03 .img {
    width: 107px;
  }
  .box-013.col03 .txt {
    width: 180px;
  }
  .box-013.col03 .txt .item-name {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .box-013.col03 .txt .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .box-013.col01 {
    width: 100%;
    margin: 0px auto 42px;
    padding: 0px 230px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  ol.num-01 li {
    padding-left: 40px;
  }

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

  .pc {
    display: inline-block;
  }

  /* マージン */
  hr.mb {
    margin-bottom: 240px;
  }
  hr.mb-02 {
    margin-bottom: 160px;
  }
  hr.mb-03 {
    margin-bottom: 0px;
  }
  hr.mb-04 {
    margin-bottom: 170px;
  }
  hr.line-01 {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .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) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  .items-list #contents .inner {
    max-width: 1240px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #main-home-img .img::before {
    padding-top: 700px;
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  #main-img {
    margin-bottom: 100px;
  }
  #main-img .img::before {
    padding-top: 538px;
  }
  #main-img.type-c .img::before {
    padding-top: 300px;
  }
  #main-img.type-d .img::before {
    padding-top: 500px;
  }
  #main-img.type-e .img::before {
    padding-top: calc((500/1280)*100%);
  }

  /*  商品紹介
  --------------------------------------------------------------------------------- */
  .flex-box-007 {
    margin: 0px -25px;
  }

  .box-007 {
    width: calc((100% / 3) - 50px);
    margin: 0px 25px 60px;
  }

  .items-list #main {
    width: 940px;
  }

  .flex-box-008 .slick-prev {
    left: -30px !important;
  }
  .flex-box-008 .slick-next {
    right: -30px !important;
  }

  .flex-box-009 .slick-prev {
    left: -45px !important;
  }
  .flex-box-009 .slick-next {
    right: -45px !important;
  }

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

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .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;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1920px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .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;
  }
}
