@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: 'Noto Serif JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  min-width: 1200px;
  position: relative;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.shippori {
  font-family: 'Shippori Mincho B1', serif;
}

.meie {
  font-family: 'Meie Script', cursive;
}

.garamond-reg {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.garamond-Italic {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
}

.garamond-bold {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-style: normal;
}

.garamond-bold-ita {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-style: italic;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 20;
  width: 100%;
  padding-top: 58px;
}

.l-header-logo {
  width: 217px;
  margin-left: 100px;
}

.l-header-logo img {
  width: 217px;
  height: auto;
}

.l-header-logo span {
  font-size: 26px;
  display: block;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #fff;
}

.l-header-glogo {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 160px;
  z-index: 1;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
#footer {
  background-color: #000000;
  position: relative;
}

.l-footer-top {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 80px;
  width: 64px;
  height: 64px;
}

.l-footer-head {
  padding: 60px 0 80px;
  background-color: #fff;
  position: relative;
}

.l-footer-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.l-footer-nav li {
  margin: 0 20px;
  position: relative;
}

.l-footer-nav li:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 5px;
  width: 1px;
  height: 18px;
  background: #000;
}

.l-footer-nav li:last-child:before {
  display: none;
}

.l-footer-nav li a {
  font-size: 16px;
  color: #000;
}

.l-footer-head__logo {
  margin: 0 auto 40px;
  text-align: center;
}

.l-footer-head__logo img {
  max-width: 231px;
  margin-bottom: 10px;
}

.l-footer-infolist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.l-footer-infolist li {
  margin: 0 7px;
  position: relative;
}

.l-footer-infolist li:nth-child(1):before {
  content: '/';
  position: absolute;
  right: -10px;
  top: 0;
  color: #000;
  font-size: 16px;
}

.l-footer-infolist li a {
  color: #000;
}

.l-footer-tell {
  text-align: center;
}

.l-footer-tell a {
  font-size: 22px;
  color: #000;
}

.l-footer-tell a span {
  font-size: 60px;
  display: inline-block;
  margin-left: 20px;
  color: #000;
  line-height: 1.2;
}

.sns {
  position: absolute;
  right: 40px;
  bottom: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.sns span {
  display: inline-block;
  color: #000;
  font-size: 13px;
  margin-right: 20px;
}

.ft-sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ft-sns li {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.ft-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  /*background: url(../images/sns.svg) no-repeat 0px 0px;*/
  background: url(../images/sns.svg) no-repeat -45px 0px;
  background-size: 75px auto;
}

/*.ft-sns li:nth-child(2) a {
  background: url(../images/sns.svg) no-repeat -45px 0px;
  background-size: 75px auto;
}*/

.l-footer-bottom .c-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 60px 0;
}

.l-footer-logo {
  width: 186px;
}

.l-footer-logo img {
  width: 100%;
  height: auto;
}

.l-footer-story {
  margin-left: auto;
  width: calc(100% - 276px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-footer-story__list {
  width: 50%;
}

.l-footer-story__list > li {
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}

.l-footer-story__list > li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: -2px;
  color: #fff;
  font-size: 16px;
}

.l-footer-story__list li a {
  color: #fff;
  font-size: 16px;
}

.l-footer-story__list__items {
  margin-left: 10px;
  margin-top: 8px;
}

.l-footer-story__list__items > li {
  margin-bottom: 8px;
}

.l-copyright {
  background-color: #232323;
  padding: 12px 0;
}

.l-copyright p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.sp-fixed {
  display: none!important;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

.hb-wrap {
  display: block;
  width: 100%;
  background: url(../images/mv-bg.jpg) no-repeat right bottom;
  background-size: cover;
}

/*mv*/

.mv {
  padding-bottom: 70px;
  margin-top: 91px;
}

.mv-slider-catch {
  width: 654px;
  height: 245px;
  margin-left: 56px;
}

.mv-slider-catch img {
  width: 654px;
  height: 245px;
}

.mv-fixed {
  position: absolute;
  right: 0;
  top: 30%;
  background-color: rgba(255,255,255,.8);
  width: 52px;
  height: 372px;
  z-index: 4;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mv-fixed li {
  font-size: 19px;
  position: relative;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mv-fixed li:nth-child(1):before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: -36px;
  width: 28px;
  height: 1px;
  background: #333;
}

.mv-fixed li + li {
  margin-top: 76px;
}

.scroll {
  position: absolute;
  right: 200px;
  bottom: 20px;
  color: #fff;
  z-index: 4;
  letter-spacing: 3px;
  font-size: 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*nav*/
.l-nav {
  width: 100%;
  background-color: #9D0000;
  z-index: 3;
}

.l-nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}

.l-nav-list li {
  margin: 0 26px 0px;
  position: relative;
}

.l-nav-list li:after {
  content: '｜';
  position: absolute;
  font-size: 16px;
  color: #fff;
  top: 0;
  right: -35px;
}

.l-nav-list li:last-child:after {
  display: none;
}

.l-nav-list li a {
  font-size: 16px;
  color: #fff;
}

/*concept*/
.concept {
  padding: 0px 0 60px;
  position: relative;
  background: url(../images/bg-concept02.png);
}

.concept:before {
  content: '';
  position: absolute;
  right: -90px;
  bottom: -243px;
  width: 476px;
  height: 303px;
  background: url(../images/bg-maru01.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.concept-inner {
  background: url(../images/bg-concept01.jpg) no-repeat top center;
  background-size: cover;
  height: 535px;
  padding-bottom: 60px;
  position: relative;
}

.concept .lead {
  background: url(../images/bg-concept-head.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 70px;
  margin-bottom: 0;
}

.concept .lead h2 {
  text-align: right;
  padding-right: 100px;
  padding-bottom: 60px;
  font-size: 51px;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

.concept-inner ul {
  position: absolute;
  left: 50%;
  top: -150px;
  margin-left: -500px;
  width: 100%;
  max-width: 1000px;
  min-height: 919px;
}

.concept-inner ul li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}

.concept-inner ul li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 110px;
}

.concept-inner ul li:nth-child(3) {
  position: absolute;
  left: 160px;
  top: 437px;
}

.concept-inner ul li:nth-child(4) {
  position: absolute;
  right: 167px;
  top: 476px;
}

.concept-inner ul li img {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .2), 0px 0px 10px rgba(0, 0, 0, .2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .2), 0px 0px 10px rgba(0, 0, 0, .2);
}

.lead {
  margin-bottom: 25px;
}

.lead h2 {
  font-size: 51px;
  color: #A9ACC0;
  letter-spacing: 2px;
}

.lead.type02 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 15px;
}

.lead.type02:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 1px;
  width: 92px;
  background: #9FA1AA;
  margin-left: -46px;
}

.lead h2 {
  font-size: 28px;
  color: #231815;
}

.lead span.garamond-reg {
  display: block;
  line-height: 1.2;
  font-size: 58px;
}

.lead.white-type h2 ,
.lead.white-type span {
  color: #fff;
}

/*about*/

.about {
  background-size: 100%;
  padding-top: 130px;
}

.about-list-bg {
  background: url(../images/bg-about.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 80px 0;
}

.about .txt16 {
  margin-bottom: 25px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  max-width: 1060px;
  margin: 0 auto;
}

/*ism*/
.ism-head {
  background: url(../images/bg-codawari01.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 40px;
  position: relative;
  min-height: 519px;
}

.ism-head .txt01 {
  position: absolute;
  right: 28vw;
  top: 70px;
  font-size: 33px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 8px;
}

.ism-head .txt02 {
  position: absolute;
  left: 25vw;
  top: 28vh;
  font-size: 51px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 8px;
}

.ism-body {
  background: url(../images/bg-concept02.jpg) no-repeat top center;
  background-size: 100% auto;
  position: relative;
}

.ism-body .c-center {
  padding-bottom: 30px;
}

.ism-body .lead {
  margin-bottom: 65px;
}

.ism-list-parent {
  padding-bottom: 120px;
  position: relative;
}

.ism-list-parent:before {
  content: '';
  position: absolute;
  left: 0;
  top: 300px;
  width: 100%;
  height: calc(100% - 300px);
  background: #212122;
  z-index: 1;
}

.ism-list-parent:after {
  content: '';
  position: absolute;
  left: 0;
  top: 300px;
  width: 100%;
  height: calc(100% - 300px);
  background-color: #212122;
  z-index: 0;
}

.ism-list {
  margin-bottom: 110px;
  position: relative;
  background: #fff;
  width: 85%;
  z-index: 3;
}

.ism-list:last-child {
  margin-bottom: 0;
}

.ism-list.list01 {
  background: url(../images/codawari-img01-bg.png) no-repeat right top #fff;
  margin-left: auto;
}

.ism-list.list02 {
  margin-right: auto;
  background: url(../images/codawari-img02-bg.png) no-repeat left top #fff;
}

.ism-list.list01.list03 {
  background: url(../images/codawari-img03-bg.png) no-repeat right bottom #fff;
}

.ism-list .ism-list-thum {
  width: 500px;
}

.ism-list .ism-list-head {
  width: 500px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ism-list .ism-list-head .title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 0.4rem;
  order: 2;
  margin-left: 50px;
}

.ism-list .ism-list-head .txt16 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 14px;
  max-height: 410px;
  line-height: 2;
  order: 1;
}

.ism-list:nth-child(even) .ism-list-head {
  order: 1;
}

.ism-list:nth-child(even) .ism-list-thum {
  order: 2;
  margin-left: auto;
}

.ism-list-inner {
  max-width: 1060px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: auto;
}

.ism-list.list02 .ism-list-inner {
  margin: 0;
  margin-left: auto;
}

.ism-btm {
  background: url(../images/bg-codawari03.jpg) no-repeat left bottom;
  background-size: 100%;
  position: relative;
  padding-bottom: 60px;
  z-index: 4;
}

.ism-btm:before {
  content: '';
  position: absolute;
  right: -200px;
  bottom: -200px;
  width: 714px;
  height: 475px;
  background: url(../images/bg-ism-btm.png);
  background-repeat: no-repeat;
  background-position: rigth center;
}

.ism-btm-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}

.ism-btm-list li:nth-child(1) {
  margin-top: 200px;
}

.ism-btm-list li:nth-child(2) {
  margin-top: 100px;
}

.message-inner .info {
  width: 760px;
  margin: 0 auto;
}

.message-inner .info .title {
  font-size: 29px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.7;
  font-weight: 700;
}

.message-inner .info .txt18 {
  margin-bottom: 25px;
}

/*MENU*/

.menu {
  padding: 100px 0 0px;
}

.bg-menu {
  height: 0;
  padding-bottom: 64%;
  background: url(../images/bg-menu.jpg) no-repeat top center;
  background-size: 100%;
}

.menu .c-center {
  padding-top: 0;
  margin-top: -20vw;
}

.menu .h2_ttl {
  margin-bottom: 20px;
}

ul.tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  list-style: none;
}

ul.tab li ,
ul.story_tab li {
  margin: 0 35px;
  cursor: pointer;
  padding: 0 6px;
  position: relative;
  color: #000;
}

ul.tab li:before ,
ul.story_tab li:before {
  content: '｜';
  position: absolute;
  right: -46px;
  top: -2px;
  font-size: 18px;
  color: #000;
}

ul.tab li:last-child:before ,
ul.story_tab li:last-child:before {
  display: none;
}

ul.tab li:hover {
  border-bottom: 2px solid #333;
}

ul.tab li.active {
  border-bottom: 2px solid #333;
}

div.tabContent ,
div.story_tabContent {
  clear: both;
  padding: 50px 0 20px;
  width: 100%;
  display: none;
}

div.tabContent.active ,
div.story_tabContent.active {
  display: block;
}

.menu-list-title {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #9f0220;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ac-menuList + .menu-list-title {
  margin-top: 50px;
}

.menu-table {
  margin-bottom: 56px;
}

.menu-table li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #c0c0c0;
  padding: 20px 0;
}

.menu-table li .name {
  font-size: 18px;
}

.menu-table li .name span {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.menu-table li .name span.txt14 {
  font-size: 14px;
  margin-top: 10px;
}

.menu-table li .price {
  margin-left: auto;
  font-size: 18px;
}

.menu-btn {
  margin: 50px auto 50px;
}

.menu-btn a {
  display: block;
  width: 294px;
  padding: 7px 0;
  background: #231815;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.menu-btn a:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ac-menuHead {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.ac-menuHead-ttl,
.ac-menuHead-price {
  font-size: 18px;
  width: 70%;
}

.ac-menuHead-right {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.ac-menuList {
  padding: 13px 0;
  border-bottom: 1px solid #adadad;
}

.ac-menuHead-btm {
  font-size: 12px;
  margin-left: 37px;
  padding-right: 23px;
  position: relative;
  white-space: nowrap;
}

.ac-menuHead-btm:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 0px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #8c0220;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ac-menuHead.active .ac-menuHead-btm:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 2px;
}

.menu-type01 {
  display: none;
  margin-top: 30px;
  overflow: hidden;
}

.menu-type01-info {
  width: 50%;
  float: left;
}

.menu-type01-thum {
  width: 40%;
  margin-left: auto;
  text-align: right;
}

.menu-type01-info .name {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.menu .sub-ttl {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
}

.menu .sub-ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  width: 80px;
  height: 1px;
  background: #333;
}

.menu-slider {
  max-width: 920px;
  margin: 0 auto 80px!important;
}

.menu-slider-items {
  margin: 0 10px;
}

.menu-slider-items__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #EDEFF0;
}

.menu-slider li .thum {
  width: 559px;
}

.menu-slider li .info {
  padding: 30px;
  width: calc(100% - 559px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-slider li .sample {
  padding-bottom: 10px;
  border-bottom: 1px solid #8B0220;
  font-size: 16px;
  margin-bottom: 70px;
  width: 100%;
}

.menu-slider li .title {
  font-size: 22px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.6;
}

.menu-slider li .price {
  font-weight: 700;
  font-size: 18px;
}

/*story*/

.story {
  background: #231815;
  padding-bottom: 120px;
}

.story .lead {
  background: url(../images/bg-store.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 10vw 0px;
  margin-bottom: 50px;
}

.story .lead:before {
  display: none;
}

.story .inner {
  width: 100%;
}

.story .story-inner {
  width: 586px;
  margin: 0 auto;
}

.story .story-inner:nth-child(2n) {
  margin-left: auto;
}

.story .story-inner dl {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.story .story-inner dl dt,
.story .story-inner dl dd {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
}

.story .story-inner dl dt {
  width: 114px;
}

.story .story-inner dl dd {
  padding-left: 30px;
}

.story ul.story_tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  list-style: none;
}

.story ul.story_tab li {
  color: #fff;
}

.story ul.story_tab li:before {
  color: #fff;
}

.story ul.story_tab li:hover {
  background-color: #fff;
  color: #000;
}

.story ul.story_tab li.active {
  background-color: #fff;
  color: #000;
}

.map {
  width: 1005px;
  height: 450px;
  margin-bottom: 87px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.h2_ttl {
  text-align: center;
  font-size: 30px;
  letter-spacing: 1rem;
  font-weight: 400;
  margin-bottom: 56px;
  color: #fff;
}

.gallery {
  width: 100%;
  max-width: 1340px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-list {
  column-gap: 1em;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.gallery-list li {
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 21px;
  overflow: hidden;
}

.gallery-catch {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 70px 0 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

.txt14 {
  font-size: 14px;
}

.txt16 {
  font-size: 16px;
}

.txt18 {
  font-size: 18px;
}

.txt20 {
  font-size: 20px;
}

strong {
  font-weight: bold;
}


/* animation - utility
--------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all .5s ease!important;
}
.sa.lv {
  opacity: 0;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-30px, 0);
}
.sa--rl {
  transform: translate(30px, 0);
}
.sa--up {
  transform: translate(0, 30px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.2);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

@media screen and (max-width: 736px) {
  .sa--sp {
    opacity: 1!important;
    transform: none!important;
  }
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1480px){
  
}