@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:200");
@font-face {
  font-family: "Airlines";
  src: url(../fonts/Airlines-Regular.eot);
  src: url(../fonts/Airlines-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Airlines-Regular.woff) format("woff"), url(../fonts/Airlines-Regular.ttf) format("truetype"), url(../fonts/Airlines-Regular.otf), url(../fonts/Airlines-Regular.svg#svgFontName) format("svg");
}
@font-face {
	font-family: 'bradley';
	src: url('../fonts/bradley-hand-itc-std-italic.woff') format('truetype');
	font-display: swap;
}
/* ===========================================================================

/assets/sass/common/_reset.scss
Reset

=========================================================================== */
body {
  /* webkit系のスマホで文字が拡大されるのを防ぐ */
  -webkit-text-size-adjust: 100%;
}

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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  text-align: left;
  text-decoration: none;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /* 必要に応じて下記はコメントアウト */
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a, span, small, strong {
  color: inherit;
  font-weight: inherit;
}

/* ===========================================================================

/assets/sass/common/_common.scss

=========================================================================== */
html {
  font-size: 0.625em;
}

body {
  color: #1a1a1a;
  letter-spacing: 0.1em;
  font: 16px/2.375 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}

*, input, select, option, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*
 wrapper
----------------------------- */
@media screen and (max-width: 899px) {
  #wrapper {
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
  }
  #wrapper.navOpen {
    position: fixed;
    left: 0;
  }
  #wrapper.navOpen #nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #wrapper.navOpen #smtMenuBtn i:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #wrapper.navOpen #smtMenuBtn i:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #wrapper.navOpen #smtMenuBtn i:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  #wrapper {
    padding-top: 80px;
  }
  #wrapper.navOpen #smtMenuBtn i:nth-child(1) {
    top: 17px;
  }
  #wrapper.navOpen #smtMenuBtn i:nth-child(3) {
    top: 17px;
  }
}

/*
 main
----------------------------- */
#main.lower {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 900px) {
  #main.hasAside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*
 article
----------------------------- */
@media screen and (min-width: 900px) {
  .hasAside #article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 899px) {
  .hasAside #article {
    margin-bottom: 80px;
  }
}

/*
 aside
----------------------------- */
@media screen and (min-width: 900px) {
  .hasAside .asideItem {
    margin-bottom: 50px;
  }
  .hasAside #aside {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #1a1a1a;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 295px;
            flex: 0 0 295px;
    max-width: 295px;
  }
}
@media screen and (max-width: 899px) {
  .hasAside .asideItem {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 899px) and (min-width: 600px) {
  .hasAside #aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hasAside #aside .asideItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    margin: 0 2% 30px;
  }
  .hasAside #aside .asidePastBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .hasAside #aside .asidePastBtn a {
    margin: 0 auto;
    width: 250px;
  }
}

@media screen and (min-width: 900px) {
  .fnBlog #aside {
    position: relative;
  }
}
/*
 header
----------------------------- */
#header {
  background-color: #fff;
}
#header .headerInner {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (min-width: 900px) {
  #header {
    padding: 43px 10px 0;
    height: 100px;
  }
  #header .headerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .headerLogo {
    margin-top: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142px;
            flex: 0 0 142px;
  }
  #header .headerLogo a {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  #header .headerLogo a:hover {
    opacity: 0.6;
  }
  #header .headTel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 189px;
            flex: 0 0 189px;
    margin-left: 15px;
  }
  #header .headContact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 160px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-top: 7px;
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
    background-color: #d90012;
    margin-left: 20px;
  }
  #header .headContact:hover {
    opacity: 0.6;
  }
  #header .headContact span {
    display: inline-block;
    padding-left: 24px;
    background: url(../img/common/icn-memo.png) no-repeat left center/15px auto;
    font-size: 14px;
    color: #fff;
  }
  #header .headerInsta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    margin-left: auto;
  }
}
@media screen and (max-width: 899px) {
  #header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    border-bottom: 1px solid #000;
  }
  #header .headInner {
    width: 100%;
    height: 100px;
    position: relative;
  }
  #header .headerLogo {
    display: block;
    position: absolute;
    left: 10px;
  }
  #header .headerInsta {
    position: absolute;
    width: 64px;
    top: 15px;
    right: 230px;
  }
  #header .headTel {
    display: block;
    width: 64px;
    height: 64px;
    background: #a1a1a1 url(../img/common/icn-tel.png) no-repeat center center/40px auto;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 158px;
  }
  #header .headTel a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #header .headTel img {
    display: none;
  }
  #header .headContact {
    display: block;
    width: 64px;
    height: 64px;
    background: #d90012 url(../img/common/icn-memo.png) no-repeat center center/40px auto;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 84px;
  }
  #header .headContact span {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #header .headerLogo {
    width: 220px;
    top: 10px;
  }
}
@media screen and (max-width: 599px) {
  #header {
    height: 80px;
  }
  #header .headInner {
    height: 80px;
  }
  #header .headerLogo {
    width: 140px;
    top: 15px;
  }
  #header .headerInsta {
    width: 38px;
    height: 38px;
    top: 20px;
    right: 150px;
  }
  #header .headTel {
    width: 38px;
    height: 38px;
    right: 100px;
    top: 20px;
    background-size: 20px auto;
  }
  #header .headContact {
    width: 38px;
    height: 38px;
    top: 20px;
    right: 54px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 330px) {
  #header .headerLogo {
    width: 110px;
  }
}

/*
 smtMenuBtn
----------------------------- */
@media screen and (min-width: 900px) {
  #smtMenuBtn {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  #smtMenuBtn {
    display: block;
    width: 64px;
    height: 64px;
    position: fixed;
    z-index: 102;
    top: 15px;
    right: 10px;
  }
  #smtMenuBtn i {
    display: block;
    width: 44px;
    height: 4px;
    background-color: #d90012;
    position: absolute;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #smtMenuBtn i:nth-child(1) {
    top: 17px;
  }
  #smtMenuBtn i:nth-child(2) {
    top: 30px;
  }
  #smtMenuBtn i:nth-child(3) {
    top: 45px;
  }
}
@media screen and (max-width: 599px) {
  #smtMenuBtn {
    width: 38px;
    height: 38px;
    right: 8px;
    top: 20px;
  }
  #smtMenuBtn i {
    width: 28px;
    right: 5px;
  }
  #smtMenuBtn i:nth-child(1) {
    top: 8px;
  }
  #smtMenuBtn i:nth-child(2) {
    top: 17px;
  }
  #smtMenuBtn i:nth-child(3) {
    top: 26px;
  }
}

/*
 nav
----------------------------- */
@media screen and (min-width: 900px) {
  #nav {
    width: 100%;
    padding: 16px 10px 0;
  }
  #nav .navInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  #nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  #nav .navInner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 599px) {
  #nav {
    padding-top: 80px;
  }
}

/*
 glNav
----------------------------- */
#glNav .glNavTxt {
  display: block;
  line-height: 1.5;
}
#glNav .glNavTxt .ja {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
#glNav .glNavTxt .en {
  font-family: "Airlines";
  color: #d90012;
  opacity: 0.5;
}
@media screen and (min-width: 900px) {
  #glNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
  }
  #glNav .glNavItem {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 50px;
    position: relative;
  }
  #glNav .glNavItem:before {
    content: "";
    display: block;
    width: 1px;
    height: 23px;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
  }
  #glNav .glNavItem:first-child:before {
    content: none;
  }
  #glNav .glNavTxt {
    text-align: center;
  }
  #glNav .glNavTxt:hover {
    position: relative;
  }
  #glNav .glNavTxt:hover:after {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    background-color: #d90012;
    position: absolute;
    left: 5%;
    bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  #glNav .glNavItem {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  #glNav .glNavItem:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #d90012;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
  #glNav .glNavTxt {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #glNav .glNavTxt .ja {
    font-size: 22px;
  }
  #glNav .glNavTxt .en {
    font-size: 22px;
  }
}

/*
 btmCnt
----------------------------- */
#btmCnt {
  overflow: hidden;
  padding: 70px 10px;
  position: relative;
}
#btmCnt:after {
  content: url(../img/common/btmCnt-bg.jpg);
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -52px;
  z-index: 1;
}
#btmCnt .btmCntInner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#btmCnt .btmCntCont {
  max-width: 470px;
}
#btmCnt .btmCntTit {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 18px;
}
#btmCnt .btmCntTit .en {
  color: #d90012;
  font-size: 40px;
  font-family: "Airlines";
  letter-spacing: 0.1em;
}
#btmCnt .btmCntTit .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.24em;
  font-size: 25px;
}
#btmCnt .btmCntDesc {
  margin-bottom: 38px;
}
#btmCnt .btmCntTxt {
  text-align: center;
  line-height: 1;
  margin-bottom: 28px;
}
#btmCnt .btmCntTxt img {
  width: 335px;
}
#btmCnt .snsBtns {
  padding-top: 54px;
}
@media screen and (max-width: 899px) {
  #btmCnt .btmCntCont {
    margin: 0 auto;
  }
  #btmCnt:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  #btmCnt:after {
    margin-left: -368px;
  }
}
@media screen and (max-width: 479px) {
  #btmCnt .btmCntTit .ja {
    letter-spacing: 0.1em;
    font-size: 22px;
  }
}

/*
 footer
----------------------------- */
#footer {
  background-color: #f2f2f2;
  padding: 51px 10px 24px;
}
#footer .footerInner {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 60px;
}
#footer .footerBox {
  line-height: 1.75;
}
#footer .footerLink {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  #footer .footerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footerLogo {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
    max-width: 175px;
  }
  #footer .footerLogo:hover {
    opacity: 0.6;
  }
  #footer .footerBox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 40px;
  }
  #footer .footerLink {
    border-left: 1px solid #b3b3b3;
  }
  #footer .footerLink a:hover {
    color: #d90012;
    text-decoration: underline;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  #footer .footerBox {
    padding: 0 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #footer .footerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 40px;
  }
  #footer .footerLogo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    margin-right: 30px;
  }
  #footer .footerTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
            flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
  #footer .footerLink {
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    border-left: 1px solid #b3b3b3;
  }
}
@media screen and (max-width: 599px) {
  #footer .footerInner {
    margin: 0 auto 25px;
  }
  #footer .footerLogo {
    display: block;
    width: 220px;
    margin-bottom: 20px;
  }
  #footer .footerTxt {
    margin-bottom: 20px;
  }
  #footer .footerLink {
    display: inline;
    line-height: 1.75;
  }
  #footer .footerLink ul {
    display: inline;
  }
  #footer .footerLink li {
    display: inline-block;
    margin: 0 5px 5px 0;
  }
  #footer .footerLink a {
    text-decoration: underline;
  }
}

#copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  #copyright {
    font-size: 12px;
  }
}

/*
 key
----------------------------- */
#key {
  position: relative;
  overflow: hidden;
  margin: 40px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}
#key .keyItem1 {
  position: absolute;
  line-height: 1;
  top: -5px;
  left: -1%;
  width: 51%;
}
#key .keyItem1 img {
  max-width: none;
  width: 100%;
}
#key .keyItem2 {
  position: absolute;
  top: -5px;
  right: -1%;
  width: 51%;
  line-height: 1;
}
#key .keyItem2 img {
  max-width: none;
  width: 100%;
}
#key .keyTxt {
  position: relative;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
#key .keyTxt .en {
  position: absolute;
  font-family: "Airlines";
  font-size: 30px;
  opacity: 0.5;
  -webkit-transform: rotate(-15.88deg);
      -ms-transform: rotate(-15.88deg);
          transform: rotate(-15.88deg);
  top: -60%;
  right: 50%;
}
#key .keyTxt .ja {
  font-family: "Sawarabi Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 900px) {
  #key {
    height: 300px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #key {
    margin: 20px 0 10px;
    height: 250px;
  }
}
@media screen and (max-width: 599px) {
  #key {
    margin: 20px 0 10px;
    height: 200px;
  }
}

/*
 bread
----------------------------- */
#bread {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
}
#bread .breadItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.3em;
}
@media screen and (min-width: 900px) {
  #bread .breadItem a:hover {
    color: #d90012;
    text-decoration: underline;
  }
}
#bread .breadItem:after {
  content: ">";
  margin-left: 0.3em;
}
#bread .breadItem:last-child {
  margin-right: 0;
}
#bread .breadItem:last-child:after {
  content: none;
}
@media screen and (max-width: 899px) {
  #bread {
    padding: 0 10px 40px;
  }
}

.topPhotos {
  margin-bottom: 50px;
}
.topPhotosHouse {
  background-color: #e8e0d0;
}
.topPhotosReform {
  background-color: #f0dad8;
}
.topPhotosInsta {
  background-color: #f8e0c4;
}
.topPhotosCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topPhotosCard .topHosBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding-top: 50%;
  position: relative;
}
.topPhotosCard .topHosBtn > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;object-position:center center;";
}
.topPhotosCard .topHosBtn:nth-child(5), .topPhotosCard .topHosBtn:nth-child(6) {
  display: none;
}
.topPhotosCard .topHosHover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  line-height: 1.4;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.topPhotos .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topPhotos .instagram__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding-top: 50%;
  position: relative;
}
.topPhotos .instagram__item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .topPhotos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topPhotosHouse, .topPhotosReform, .topPhotosInsta {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 400px;
    padding: 20px;
  }
  .topPhotos .topHosHover {
    opacity: 0;
    -webkit-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
  }
  .topPhotos .topHosBtn:hover .topHosHover {
    opacity: 1;
  }
}
@media screen and (max-width: 899px) {
  .topPhotosHouse, .topPhotosReform, .topPhotosInsta {
    padding: 40px 15px;
  }
}

/* ===========================================================================

/assets/sass/common/_class.scss

=========================================================================== */
/*
 margin,padding
----------------------------- */
.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pr55 {
  padding-right: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pr65 {
  padding-right: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.pl65 {
  padding-left: 65px;
}

.mt65 {
  margin-top: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pr75 {
  padding-right: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl75 {
  padding-left: 75px;
}

.mt75 {
  margin-top: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pr85 {
  padding-right: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.pl85 {
  padding-left: 85px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pr95 {
  padding-right: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl95 {
  padding-left: 95px;
}

.mt95 {
  margin-top: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pr105 {
  padding-right: 105px;
}

.pb105 {
  padding-bottom: 105px;
}

.pl105 {
  padding-left: 105px;
}

.mt105 {
  margin-top: 105px;
}

.mr105 {
  margin-right: 105px;
}

.mb105 {
  margin-bottom: 105px;
}

.ml105 {
  margin-left: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pr110 {
  padding-right: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.pl110 {
  padding-left: 110px;
}

.mt110 {
  margin-top: 110px;
}

.mr110 {
  margin-right: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.ml110 {
  margin-left: 110px;
}

.pt115 {
  padding-top: 115px;
}

.pr115 {
  padding-right: 115px;
}

.pb115 {
  padding-bottom: 115px;
}

.pl115 {
  padding-left: 115px;
}

.mt115 {
  margin-top: 115px;
}

.mr115 {
  margin-right: 115px;
}

.mb115 {
  margin-bottom: 115px;
}

.ml115 {
  margin-left: 115px;
}

.pt120 {
  padding-top: 120px;
}

.pr120 {
  padding-right: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mr120 {
  margin-right: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.pt125 {
  padding-top: 125px;
}

.pr125 {
  padding-right: 125px;
}

.pb125 {
  padding-bottom: 125px;
}

.pl125 {
  padding-left: 125px;
}

.mt125 {
  margin-top: 125px;
}

.mr125 {
  margin-right: 125px;
}

.mb125 {
  margin-bottom: 125px;
}

.ml125 {
  margin-left: 125px;
}

.pt130 {
  padding-top: 130px;
}

.pr130 {
  padding-right: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pl130 {
  padding-left: 130px;
}

.mt130 {
  margin-top: 130px;
}

.mr130 {
  margin-right: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml130 {
  margin-left: 130px;
}

.pt135 {
  padding-top: 135px;
}

.pr135 {
  padding-right: 135px;
}

.pb135 {
  padding-bottom: 135px;
}

.pl135 {
  padding-left: 135px;
}

.mt135 {
  margin-top: 135px;
}

.mr135 {
  margin-right: 135px;
}

.mb135 {
  margin-bottom: 135px;
}

.ml135 {
  margin-left: 135px;
}

.pt140 {
  padding-top: 140px;
}

.pr140 {
  padding-right: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.pl140 {
  padding-left: 140px;
}

.mt140 {
  margin-top: 140px;
}

.mr140 {
  margin-right: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.ml140 {
  margin-left: 140px;
}

.pt145 {
  padding-top: 145px;
}

.pr145 {
  padding-right: 145px;
}

.pb145 {
  padding-bottom: 145px;
}

.pl145 {
  padding-left: 145px;
}

.mt145 {
  margin-top: 145px;
}

.mr145 {
  margin-right: 145px;
}

.mb145 {
  margin-bottom: 145px;
}

.ml145 {
  margin-left: 145px;
}

.pt150 {
  padding-top: 150px;
}

.pr150 {
  padding-right: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pl150 {
  padding-left: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mr150 {
  margin-right: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml150 {
  margin-left: 150px;
}

.pt155 {
  padding-top: 155px;
}

.pr155 {
  padding-right: 155px;
}

.pb155 {
  padding-bottom: 155px;
}

.pl155 {
  padding-left: 155px;
}

.mt155 {
  margin-top: 155px;
}

.mr155 {
  margin-right: 155px;
}

.mb155 {
  margin-bottom: 155px;
}

.ml155 {
  margin-left: 155px;
}

.pt160 {
  padding-top: 160px;
}

.pr160 {
  padding-right: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pl160 {
  padding-left: 160px;
}

.mt160 {
  margin-top: 160px;
}

.mr160 {
  margin-right: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.ml160 {
  margin-left: 160px;
}

.pt165 {
  padding-top: 165px;
}

.pr165 {
  padding-right: 165px;
}

.pb165 {
  padding-bottom: 165px;
}

.pl165 {
  padding-left: 165px;
}

.mt165 {
  margin-top: 165px;
}

.mr165 {
  margin-right: 165px;
}

.mb165 {
  margin-bottom: 165px;
}

.ml165 {
  margin-left: 165px;
}

.pt170 {
  padding-top: 170px;
}

.pr170 {
  padding-right: 170px;
}

.pb170 {
  padding-bottom: 170px;
}

.pl170 {
  padding-left: 170px;
}

.mt170 {
  margin-top: 170px;
}

.mr170 {
  margin-right: 170px;
}

.mb170 {
  margin-bottom: 170px;
}

.ml170 {
  margin-left: 170px;
}

.pt175 {
  padding-top: 175px;
}

.pr175 {
  padding-right: 175px;
}

.pb175 {
  padding-bottom: 175px;
}

.pl175 {
  padding-left: 175px;
}

.mt175 {
  margin-top: 175px;
}

.mr175 {
  margin-right: 175px;
}

.mb175 {
  margin-bottom: 175px;
}

.ml175 {
  margin-left: 175px;
}

.pt180 {
  padding-top: 180px;
}

.pr180 {
  padding-right: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pl180 {
  padding-left: 180px;
}

.mt180 {
  margin-top: 180px;
}

.mr180 {
  margin-right: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.ml180 {
  margin-left: 180px;
}

.pt185 {
  padding-top: 185px;
}

.pr185 {
  padding-right: 185px;
}

.pb185 {
  padding-bottom: 185px;
}

.pl185 {
  padding-left: 185px;
}

.mt185 {
  margin-top: 185px;
}

.mr185 {
  margin-right: 185px;
}

.mb185 {
  margin-bottom: 185px;
}

.ml185 {
  margin-left: 185px;
}

.pt190 {
  padding-top: 190px;
}

.pr190 {
  padding-right: 190px;
}

.pb190 {
  padding-bottom: 190px;
}

.pl190 {
  padding-left: 190px;
}

.mt190 {
  margin-top: 190px;
}

.mr190 {
  margin-right: 190px;
}

.mb190 {
  margin-bottom: 190px;
}

.ml190 {
  margin-left: 190px;
}

.pt195 {
  padding-top: 195px;
}

.pr195 {
  padding-right: 195px;
}

.pb195 {
  padding-bottom: 195px;
}

.pl195 {
  padding-left: 195px;
}

.mt195 {
  margin-top: 195px;
}

.mr195 {
  margin-right: 195px;
}

.mb195 {
  margin-bottom: 195px;
}

.ml195 {
  margin-left: 195px;
}

.pt200 {
  padding-top: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

.mt200 {
  margin-top: 200px;
}

.mr200 {
  margin-right: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

@media screen and (max-width: 599px) {
  .pt5-smt {
    padding-top: 5px;
  }

  .pr5-smt {
    padding-right: 5px;
  }

  .pb5-smt {
    padding-bottom: 5px;
  }

  .pl5-smt {
    padding-left: 5px;
  }

  .mt5-smt {
    margin-top: 5px;
  }

  .mr5-smt {
    margin-right: 5px;
  }

  .mb5-smt {
    margin-bottom: 5px;
  }

  .ml5-smt {
    margin-left: 5px;
  }

  .pt10-smt {
    padding-top: 10px;
  }

  .pr10-smt {
    padding-right: 10px;
  }

  .pb10-smt {
    padding-bottom: 10px;
  }

  .pl10-smt {
    padding-left: 10px;
  }

  .mt10-smt {
    margin-top: 10px;
  }

  .mr10-smt {
    margin-right: 10px;
  }

  .mb10-smt {
    margin-bottom: 10px;
  }

  .ml10-smt {
    margin-left: 10px;
  }

  .pt15-smt {
    padding-top: 15px;
  }

  .pr15-smt {
    padding-right: 15px;
  }

  .pb15-smt {
    padding-bottom: 15px;
  }

  .pl15-smt {
    padding-left: 15px;
  }

  .mt15-smt {
    margin-top: 15px;
  }

  .mr15-smt {
    margin-right: 15px;
  }

  .mb15-smt {
    margin-bottom: 15px;
  }

  .ml15-smt {
    margin-left: 15px;
  }

  .pt20-smt {
    padding-top: 20px;
  }

  .pr20-smt {
    padding-right: 20px;
  }

  .pb20-smt {
    padding-bottom: 20px;
  }

  .pl20-smt {
    padding-left: 20px;
  }

  .mt20-smt {
    margin-top: 20px;
  }

  .mr20-smt {
    margin-right: 20px;
  }

  .mb20-smt {
    margin-bottom: 20px;
  }

  .ml20-smt {
    margin-left: 20px;
  }

  .pt25-smt {
    padding-top: 25px;
  }

  .pr25-smt {
    padding-right: 25px;
  }

  .pb25-smt {
    padding-bottom: 25px;
  }

  .pl25-smt {
    padding-left: 25px;
  }

  .mt25-smt {
    margin-top: 25px;
  }

  .mr25-smt {
    margin-right: 25px;
  }

  .mb25-smt {
    margin-bottom: 25px;
  }

  .ml25-smt {
    margin-left: 25px;
  }

  .pt30-smt {
    padding-top: 30px;
  }

  .pr30-smt {
    padding-right: 30px;
  }

  .pb30-smt {
    padding-bottom: 30px;
  }

  .pl30-smt {
    padding-left: 30px;
  }

  .mt30-smt {
    margin-top: 30px;
  }

  .mr30-smt {
    margin-right: 30px;
  }

  .mb30-smt {
    margin-bottom: 30px;
  }

  .ml30-smt {
    margin-left: 30px;
  }

  .pt35-smt {
    padding-top: 35px;
  }

  .pr35-smt {
    padding-right: 35px;
  }

  .pb35-smt {
    padding-bottom: 35px;
  }

  .pl35-smt {
    padding-left: 35px;
  }

  .mt35-smt {
    margin-top: 35px;
  }

  .mr35-smt {
    margin-right: 35px;
  }

  .mb35-smt {
    margin-bottom: 35px;
  }

  .ml35-smt {
    margin-left: 35px;
  }

  .pt40-smt {
    padding-top: 40px;
  }

  .pr40-smt {
    padding-right: 40px;
  }

  .pb40-smt {
    padding-bottom: 40px;
  }

  .pl40-smt {
    padding-left: 40px;
  }

  .mt40-smt {
    margin-top: 40px;
  }

  .mr40-smt {
    margin-right: 40px;
  }

  .mb40-smt {
    margin-bottom: 40px;
  }

  .ml40-smt {
    margin-left: 40px;
  }

  .pt45-smt {
    padding-top: 45px;
  }

  .pr45-smt {
    padding-right: 45px;
  }

  .pb45-smt {
    padding-bottom: 45px;
  }

  .pl45-smt {
    padding-left: 45px;
  }

  .mt45-smt {
    margin-top: 45px;
  }

  .mr45-smt {
    margin-right: 45px;
  }

  .mb45-smt {
    margin-bottom: 45px;
  }

  .ml45-smt {
    margin-left: 45px;
  }

  .pt50-smt {
    padding-top: 50px;
  }

  .pr50-smt {
    padding-right: 50px;
  }

  .pb50-smt {
    padding-bottom: 50px;
  }

  .pl50-smt {
    padding-left: 50px;
  }

  .mt50-smt {
    margin-top: 50px;
  }

  .mr50-smt {
    margin-right: 50px;
  }

  .mb50-smt {
    margin-bottom: 50px;
  }

  .ml50-smt {
    margin-left: 50px;
  }

  .pt55-smt {
    padding-top: 55px;
  }

  .pr55-smt {
    padding-right: 55px;
  }

  .pb55-smt {
    padding-bottom: 55px;
  }

  .pl55-smt {
    padding-left: 55px;
  }

  .mt55-smt {
    margin-top: 55px;
  }

  .mr55-smt {
    margin-right: 55px;
  }

  .mb55-smt {
    margin-bottom: 55px;
  }

  .ml55-smt {
    margin-left: 55px;
  }

  .pt60-smt {
    padding-top: 60px;
  }

  .pr60-smt {
    padding-right: 60px;
  }

  .pb60-smt {
    padding-bottom: 60px;
  }

  .pl60-smt {
    padding-left: 60px;
  }

  .mt60-smt {
    margin-top: 60px;
  }

  .mr60-smt {
    margin-right: 60px;
  }

  .mb60-smt {
    margin-bottom: 60px;
  }

  .ml60-smt {
    margin-left: 60px;
  }

  .pt65-smt {
    padding-top: 65px;
  }

  .pr65-smt {
    padding-right: 65px;
  }

  .pb65-smt {
    padding-bottom: 65px;
  }

  .pl65-smt {
    padding-left: 65px;
  }

  .mt65-smt {
    margin-top: 65px;
  }

  .mr65-smt {
    margin-right: 65px;
  }

  .mb65-smt {
    margin-bottom: 65px;
  }

  .ml65-smt {
    margin-left: 65px;
  }

  .pt70-smt {
    padding-top: 70px;
  }

  .pr70-smt {
    padding-right: 70px;
  }

  .pb70-smt {
    padding-bottom: 70px;
  }

  .pl70-smt {
    padding-left: 70px;
  }

  .mt70-smt {
    margin-top: 70px;
  }

  .mr70-smt {
    margin-right: 70px;
  }

  .mb70-smt {
    margin-bottom: 70px;
  }

  .ml70-smt {
    margin-left: 70px;
  }

  .pt75-smt {
    padding-top: 75px;
  }

  .pr75-smt {
    padding-right: 75px;
  }

  .pb75-smt {
    padding-bottom: 75px;
  }

  .pl75-smt {
    padding-left: 75px;
  }

  .mt75-smt {
    margin-top: 75px;
  }

  .mr75-smt {
    margin-right: 75px;
  }

  .mb75-smt {
    margin-bottom: 75px;
  }

  .ml75-smt {
    margin-left: 75px;
  }

  .pt80-smt {
    padding-top: 80px;
  }

  .pr80-smt {
    padding-right: 80px;
  }

  .pb80-smt {
    padding-bottom: 80px;
  }

  .pl80-smt {
    padding-left: 80px;
  }

  .mt80-smt {
    margin-top: 80px;
  }

  .mr80-smt {
    margin-right: 80px;
  }

  .mb80-smt {
    margin-bottom: 80px;
  }

  .ml80-smt {
    margin-left: 80px;
  }

  .pt85-smt {
    padding-top: 85px;
  }

  .pr85-smt {
    padding-right: 85px;
  }

  .pb85-smt {
    padding-bottom: 85px;
  }

  .pl85-smt {
    padding-left: 85px;
  }

  .mt85-smt {
    margin-top: 85px;
  }

  .mr85-smt {
    margin-right: 85px;
  }

  .mb85-smt {
    margin-bottom: 85px;
  }

  .ml85-smt {
    margin-left: 85px;
  }

  .pt90-smt {
    padding-top: 90px;
  }

  .pr90-smt {
    padding-right: 90px;
  }

  .pb90-smt {
    padding-bottom: 90px;
  }

  .pl90-smt {
    padding-left: 90px;
  }

  .mt90-smt {
    margin-top: 90px;
  }

  .mr90-smt {
    margin-right: 90px;
  }

  .mb90-smt {
    margin-bottom: 90px;
  }

  .ml90-smt {
    margin-left: 90px;
  }

  .pt95-smt {
    padding-top: 95px;
  }

  .pr95-smt {
    padding-right: 95px;
  }

  .pb95-smt {
    padding-bottom: 95px;
  }

  .pl95-smt {
    padding-left: 95px;
  }

  .mt95-smt {
    margin-top: 95px;
  }

  .mr95-smt {
    margin-right: 95px;
  }

  .mb95-smt {
    margin-bottom: 95px;
  }

  .ml95-smt {
    margin-left: 95px;
  }

  .pt100-smt {
    padding-top: 100px;
  }

  .pr100-smt {
    padding-right: 100px;
  }

  .pb100-smt {
    padding-bottom: 100px;
  }

  .pl100-smt {
    padding-left: 100px;
  }

  .mt100-smt {
    margin-top: 100px;
  }

  .mr100-smt {
    margin-right: 100px;
  }

  .mb100-smt {
    margin-bottom: 100px;
  }

  .ml100-smt {
    margin-left: 100px;
  }

  .pt105-smt {
    padding-top: 105px;
  }

  .pr105-smt {
    padding-right: 105px;
  }

  .pb105-smt {
    padding-bottom: 105px;
  }

  .pl105-smt {
    padding-left: 105px;
  }

  .mt105-smt {
    margin-top: 105px;
  }

  .mr105-smt {
    margin-right: 105px;
  }

  .mb105-smt {
    margin-bottom: 105px;
  }

  .ml105-smt {
    margin-left: 105px;
  }

  .pt110-smt {
    padding-top: 110px;
  }

  .pr110-smt {
    padding-right: 110px;
  }

  .pb110-smt {
    padding-bottom: 110px;
  }

  .pl110-smt {
    padding-left: 110px;
  }

  .mt110-smt {
    margin-top: 110px;
  }

  .mr110-smt {
    margin-right: 110px;
  }

  .mb110-smt {
    margin-bottom: 110px;
  }

  .ml110-smt {
    margin-left: 110px;
  }

  .pt115-smt {
    padding-top: 115px;
  }

  .pr115-smt {
    padding-right: 115px;
  }

  .pb115-smt {
    padding-bottom: 115px;
  }

  .pl115-smt {
    padding-left: 115px;
  }

  .mt115-smt {
    margin-top: 115px;
  }

  .mr115-smt {
    margin-right: 115px;
  }

  .mb115-smt {
    margin-bottom: 115px;
  }

  .ml115-smt {
    margin-left: 115px;
  }

  .pt120-smt {
    padding-top: 120px;
  }

  .pr120-smt {
    padding-right: 120px;
  }

  .pb120-smt {
    padding-bottom: 120px;
  }

  .pl120-smt {
    padding-left: 120px;
  }

  .mt120-smt {
    margin-top: 120px;
  }

  .mr120-smt {
    margin-right: 120px;
  }

  .mb120-smt {
    margin-bottom: 120px;
  }

  .ml120-smt {
    margin-left: 120px;
  }

  .pt125-smt {
    padding-top: 125px;
  }

  .pr125-smt {
    padding-right: 125px;
  }

  .pb125-smt {
    padding-bottom: 125px;
  }

  .pl125-smt {
    padding-left: 125px;
  }

  .mt125-smt {
    margin-top: 125px;
  }

  .mr125-smt {
    margin-right: 125px;
  }

  .mb125-smt {
    margin-bottom: 125px;
  }

  .ml125-smt {
    margin-left: 125px;
  }

  .pt130-smt {
    padding-top: 130px;
  }

  .pr130-smt {
    padding-right: 130px;
  }

  .pb130-smt {
    padding-bottom: 130px;
  }

  .pl130-smt {
    padding-left: 130px;
  }

  .mt130-smt {
    margin-top: 130px;
  }

  .mr130-smt {
    margin-right: 130px;
  }

  .mb130-smt {
    margin-bottom: 130px;
  }

  .ml130-smt {
    margin-left: 130px;
  }

  .pt135-smt {
    padding-top: 135px;
  }

  .pr135-smt {
    padding-right: 135px;
  }

  .pb135-smt {
    padding-bottom: 135px;
  }

  .pl135-smt {
    padding-left: 135px;
  }

  .mt135-smt {
    margin-top: 135px;
  }

  .mr135-smt {
    margin-right: 135px;
  }

  .mb135-smt {
    margin-bottom: 135px;
  }

  .ml135-smt {
    margin-left: 135px;
  }

  .pt140-smt {
    padding-top: 140px;
  }

  .pr140-smt {
    padding-right: 140px;
  }

  .pb140-smt {
    padding-bottom: 140px;
  }

  .pl140-smt {
    padding-left: 140px;
  }

  .mt140-smt {
    margin-top: 140px;
  }

  .mr140-smt {
    margin-right: 140px;
  }

  .mb140-smt {
    margin-bottom: 140px;
  }

  .ml140-smt {
    margin-left: 140px;
  }

  .pt145-smt {
    padding-top: 145px;
  }

  .pr145-smt {
    padding-right: 145px;
  }

  .pb145-smt {
    padding-bottom: 145px;
  }

  .pl145-smt {
    padding-left: 145px;
  }

  .mt145-smt {
    margin-top: 145px;
  }

  .mr145-smt {
    margin-right: 145px;
  }

  .mb145-smt {
    margin-bottom: 145px;
  }

  .ml145-smt {
    margin-left: 145px;
  }

  .pt150-smt {
    padding-top: 150px;
  }

  .pr150-smt {
    padding-right: 150px;
  }

  .pb150-smt {
    padding-bottom: 150px;
  }

  .pl150-smt {
    padding-left: 150px;
  }

  .mt150-smt {
    margin-top: 150px;
  }

  .mr150-smt {
    margin-right: 150px;
  }

  .mb150-smt {
    margin-bottom: 150px;
  }

  .ml150-smt {
    margin-left: 150px;
  }

  .pt155-smt {
    padding-top: 155px;
  }

  .pr155-smt {
    padding-right: 155px;
  }

  .pb155-smt {
    padding-bottom: 155px;
  }

  .pl155-smt {
    padding-left: 155px;
  }

  .mt155-smt {
    margin-top: 155px;
  }

  .mr155-smt {
    margin-right: 155px;
  }

  .mb155-smt {
    margin-bottom: 155px;
  }

  .ml155-smt {
    margin-left: 155px;
  }

  .pt160-smt {
    padding-top: 160px;
  }

  .pr160-smt {
    padding-right: 160px;
  }

  .pb160-smt {
    padding-bottom: 160px;
  }

  .pl160-smt {
    padding-left: 160px;
  }

  .mt160-smt {
    margin-top: 160px;
  }

  .mr160-smt {
    margin-right: 160px;
  }

  .mb160-smt {
    margin-bottom: 160px;
  }

  .ml160-smt {
    margin-left: 160px;
  }

  .pt165-smt {
    padding-top: 165px;
  }

  .pr165-smt {
    padding-right: 165px;
  }

  .pb165-smt {
    padding-bottom: 165px;
  }

  .pl165-smt {
    padding-left: 165px;
  }

  .mt165-smt {
    margin-top: 165px;
  }

  .mr165-smt {
    margin-right: 165px;
  }

  .mb165-smt {
    margin-bottom: 165px;
  }

  .ml165-smt {
    margin-left: 165px;
  }

  .pt170-smt {
    padding-top: 170px;
  }

  .pr170-smt {
    padding-right: 170px;
  }

  .pb170-smt {
    padding-bottom: 170px;
  }

  .pl170-smt {
    padding-left: 170px;
  }

  .mt170-smt {
    margin-top: 170px;
  }

  .mr170-smt {
    margin-right: 170px;
  }

  .mb170-smt {
    margin-bottom: 170px;
  }

  .ml170-smt {
    margin-left: 170px;
  }

  .pt175-smt {
    padding-top: 175px;
  }

  .pr175-smt {
    padding-right: 175px;
  }

  .pb175-smt {
    padding-bottom: 175px;
  }

  .pl175-smt {
    padding-left: 175px;
  }

  .mt175-smt {
    margin-top: 175px;
  }

  .mr175-smt {
    margin-right: 175px;
  }

  .mb175-smt {
    margin-bottom: 175px;
  }

  .ml175-smt {
    margin-left: 175px;
  }

  .pt180-smt {
    padding-top: 180px;
  }

  .pr180-smt {
    padding-right: 180px;
  }

  .pb180-smt {
    padding-bottom: 180px;
  }

  .pl180-smt {
    padding-left: 180px;
  }

  .mt180-smt {
    margin-top: 180px;
  }

  .mr180-smt {
    margin-right: 180px;
  }

  .mb180-smt {
    margin-bottom: 180px;
  }

  .ml180-smt {
    margin-left: 180px;
  }

  .pt185-smt {
    padding-top: 185px;
  }

  .pr185-smt {
    padding-right: 185px;
  }

  .pb185-smt {
    padding-bottom: 185px;
  }

  .pl185-smt {
    padding-left: 185px;
  }

  .mt185-smt {
    margin-top: 185px;
  }

  .mr185-smt {
    margin-right: 185px;
  }

  .mb185-smt {
    margin-bottom: 185px;
  }

  .ml185-smt {
    margin-left: 185px;
  }

  .pt190-smt {
    padding-top: 190px;
  }

  .pr190-smt {
    padding-right: 190px;
  }

  .pb190-smt {
    padding-bottom: 190px;
  }

  .pl190-smt {
    padding-left: 190px;
  }

  .mt190-smt {
    margin-top: 190px;
  }

  .mr190-smt {
    margin-right: 190px;
  }

  .mb190-smt {
    margin-bottom: 190px;
  }

  .ml190-smt {
    margin-left: 190px;
  }

  .pt195-smt {
    padding-top: 195px;
  }

  .pr195-smt {
    padding-right: 195px;
  }

  .pb195-smt {
    padding-bottom: 195px;
  }

  .pl195-smt {
    padding-left: 195px;
  }

  .mt195-smt {
    margin-top: 195px;
  }

  .mr195-smt {
    margin-right: 195px;
  }

  .mb195-smt {
    margin-bottom: 195px;
  }

  .ml195-smt {
    margin-left: 195px;
  }

  .pt200-smt {
    padding-top: 200px;
  }

  .pr200-smt {
    padding-right: 200px;
  }

  .pb200-smt {
    padding-bottom: 200px;
  }

  .pl200-smt {
    padding-left: 200px;
  }

  .mt200-smt {
    margin-top: 200px;
  }

  .mr200-smt {
    margin-right: 200px;
  }

  .mb200-smt {
    margin-bottom: 200px;
  }

  .ml200-smt {
    margin-left: 200px;
  }
}
.mb1em {
  margin-bottom: 1em;
}

/*
 text-align
----------------------------- */
.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

/*
 text-decoratin
----------------------------- */
.td_u {
  text-decoration: underline;
}

/*
 font-weight
----------------------------- */
.fw_b {
  font-weight: bold;
}

/*
 color
----------------------------- */
.c_red {
  color: #d90012;
}

/*
 font-family
----------------------------- */
.ff-italic {
  font-family: "Airlines";
}

.ff-mincho {
  font-family: "Sawarabi Mincho", serif;
}

.ls340 {
  letter-spacing: 0.34em;
}

.ls240 {
  letter-spacing: 0.24em;
}

.ls200 {
  letter-spacing: 0.2em;
}

.ls0 {
  letter-spacing: 0;
}

/*
 font-size 
----------------------------- */
.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.fz31 {
  font-size: 31px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz36 {
  font-size: 36px;
}

.fz37 {
  font-size: 37px;
}

.fz38 {
  font-size: 38px;
}

.fz39 {
  font-size: 39px;
}

.fz40 {
  font-size: 40px;
}

.fz41 {
  font-size: 41px;
}

.fz42 {
  font-size: 42px;
}

.fz43 {
  font-size: 43px;
}

.fz44 {
  font-size: 44px;
}

.fz45 {
  font-size: 45px;
}

.fz46 {
  font-size: 46px;
}

.fz47 {
  font-size: 47px;
}

.fz48 {
  font-size: 48px;
}

.fz49 {
  font-size: 49px;
}

.fz50 {
  font-size: 50px;
}

@media screen and (max-width: 599px) {
  .fz10-smt {
    font-size: 10px;
  }

  .fz11-smt {
    font-size: 11px;
  }

  .fz12-smt {
    font-size: 12px;
  }

  .fz13-smt {
    font-size: 13px;
  }

  .fz14-smt {
    font-size: 14px;
  }

  .fz15-smt {
    font-size: 15px;
  }

  .fz16-smt {
    font-size: 16px;
  }

  .fz17-smt {
    font-size: 17px;
  }

  .fz18-smt {
    font-size: 18px;
  }

  .fz19-smt {
    font-size: 19px;
  }

  .fz20-smt {
    font-size: 20px;
  }

  .fz21-smt {
    font-size: 21px;
  }

  .fz22-smt {
    font-size: 22px;
  }

  .fz23-smt {
    font-size: 23px;
  }

  .fz24-smt {
    font-size: 24px;
  }

  .fz25-smt {
    font-size: 25px;
  }

  .fz26-smt {
    font-size: 26px;
  }

  .fz27-smt {
    font-size: 27px;
  }

  .fz28-smt {
    font-size: 28px;
  }

  .fz29-smt {
    font-size: 29px;
  }

  .fz30-smt {
    font-size: 30px;
  }

  .fz31-smt {
    font-size: 31px;
  }

  .fz32-smt {
    font-size: 32px;
  }

  .fz33-smt {
    font-size: 33px;
  }

  .fz34-smt {
    font-size: 34px;
  }

  .fz35-smt {
    font-size: 35px;
  }

  .fz36-smt {
    font-size: 36px;
  }

  .fz37-smt {
    font-size: 37px;
  }

  .fz38-smt {
    font-size: 38px;
  }

  .fz39-smt {
    font-size: 39px;
  }

  .fz40-smt {
    font-size: 40px;
  }

  .fz41-smt {
    font-size: 41px;
  }

  .fz42-smt {
    font-size: 42px;
  }

  .fz43-smt {
    font-size: 43px;
  }

  .fz44-smt {
    font-size: 44px;
  }

  .fz45-smt {
    font-size: 45px;
  }

  .fz46-smt {
    font-size: 46px;
  }

  .fz47-smt {
    font-size: 47px;
  }

  .fz48-smt {
    font-size: 48px;
  }

  .fz49-smt {
    font-size: 49px;
  }

  .fz50-smt {
    font-size: 50px;
  }
}
/*
 line-height 
----------------------------- */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.lh21 {
  line-height: 2.1;
}

.lh22 {
  line-height: 2.2;
}

.lh23 {
  line-height: 2.3;
}

.lh24 {
  line-height: 2.4;
}

.lh25 {
  line-height: 2.5;
}

.lh26 {
  line-height: 2.6;
}

.lh27 {
  line-height: 2.7;
}

.lh28 {
  line-height: 2.8;
}

.lh29 {
  line-height: 2.9;
}

.lh30 {
  line-height: 3;
}

.lh31 {
  line-height: 3.1;
}

.lh32 {
  line-height: 3.2;
}

.lh33 {
  line-height: 3.3;
}

.lh34 {
  line-height: 3.4;
}

.lh35 {
  line-height: 3.5;
}

.lh36 {
  line-height: 3.6;
}

.lh37 {
  line-height: 3.7;
}

.lh38 {
  line-height: 3.8;
}

.lh39 {
  line-height: 3.9;
}

.lh40 {
  line-height: 4;
}

.lh41 {
  line-height: 4.1;
}

.lh42 {
  line-height: 4.2;
}

.lh43 {
  line-height: 4.3;
}

.lh44 {
  line-height: 4.4;
}

.lh45 {
  line-height: 4.5;
}

.lh46 {
  line-height: 4.6;
}

.lh47 {
  line-height: 4.7;
}

.lh48 {
  line-height: 4.8;
}

.lh49 {
  line-height: 4.9;
}

.lh50 {
  line-height: 5;
}

/*
 max-width 
----------------------------- */
.mw100 {
  max-width: 100px;
}

.mw110 {
  max-width: 110px;
}

.mw120 {
  max-width: 120px;
}

.mw130 {
  max-width: 130px;
}

.mw140 {
  max-width: 140px;
}

.mw150 {
  max-width: 150px;
}

.mw160 {
  max-width: 160px;
}

.mw170 {
  max-width: 170px;
}

.mw180 {
  max-width: 180px;
}

.mw190 {
  max-width: 190px;
}

.mw200 {
  max-width: 200px;
}

.mw210 {
  max-width: 210px;
}

.mw220 {
  max-width: 220px;
}

.mw230 {
  max-width: 230px;
}

.mw240 {
  max-width: 240px;
}

.mw250 {
  max-width: 250px;
}

.mw260 {
  max-width: 260px;
}

.mw270 {
  max-width: 270px;
}

.mw280 {
  max-width: 280px;
}

.mw290 {
  max-width: 290px;
}

.mw300 {
  max-width: 300px;
}

.mw310 {
  max-width: 310px;
}

.mw320 {
  max-width: 320px;
}

.mw330 {
  max-width: 330px;
}

.mw340 {
  max-width: 340px;
}

.mw350 {
  max-width: 350px;
}

.mw360 {
  max-width: 360px;
}

.mw370 {
  max-width: 370px;
}

.mw380 {
  max-width: 380px;
}

.mw390 {
  max-width: 390px;
}

.mw400 {
  max-width: 400px;
}

.mw410 {
  max-width: 410px;
}

.mw420 {
  max-width: 420px;
}

.mw430 {
  max-width: 430px;
}

.mw440 {
  max-width: 440px;
}

.mw450 {
  max-width: 450px;
}

.mw460 {
  max-width: 460px;
}

.mw470 {
  max-width: 470px;
}

.mw480 {
  max-width: 480px;
}

.mw490 {
  max-width: 490px;
}

.mw500 {
  max-width: 500px;
}

.mw510 {
  max-width: 510px;
}

.mw520 {
  max-width: 520px;
}

.mw530 {
  max-width: 530px;
}

.mw540 {
  max-width: 540px;
}

.mw550 {
  max-width: 550px;
}

.mw560 {
  max-width: 560px;
}

.mw570 {
  max-width: 570px;
}

.mw580 {
  max-width: 580px;
}

.mw590 {
  max-width: 590px;
}

.mw600 {
  max-width: 600px;
}

.mw610 {
  max-width: 610px;
}

.mw620 {
  max-width: 620px;
}

.mw630 {
  max-width: 630px;
}

.mw640 {
  max-width: 640px;
}

.mw650 {
  max-width: 650px;
}

.mw660 {
  max-width: 660px;
}

.mw670 {
  max-width: 670px;
}

.mw680 {
  max-width: 680px;
}

.mw690 {
  max-width: 690px;
}

.mw700 {
  max-width: 700px;
}

.mw710 {
  max-width: 710px;
}

.mw720 {
  max-width: 720px;
}

.mw730 {
  max-width: 730px;
}

.mw740 {
  max-width: 740px;
}

.mw750 {
  max-width: 750px;
}

.mw760 {
  max-width: 760px;
}

.mw770 {
  max-width: 770px;
}

.mw780 {
  max-width: 780px;
}

.mw790 {
  max-width: 790px;
}

.mw800 {
  max-width: 800px;
}

.mw810 {
  max-width: 810px;
}

.mw820 {
  max-width: 820px;
}

.mw830 {
  max-width: 830px;
}

.mw840 {
  max-width: 840px;
}

.mw850 {
  max-width: 850px;
}

.mw860 {
  max-width: 860px;
}

.mw870 {
  max-width: 870px;
}

.mw880 {
  max-width: 880px;
}

.mw890 {
  max-width: 890px;
}

.mw900 {
  max-width: 900px;
}

.mw910 {
  max-width: 910px;
}

.mw920 {
  max-width: 920px;
}

.mw930 {
  max-width: 930px;
}

.mw940 {
  max-width: 940px;
}

.mw950 {
  max-width: 950px;
}

.mw960 {
  max-width: 960px;
}

.mw970 {
  max-width: 970px;
}

.mw980 {
  max-width: 980px;
}

.mw990 {
  max-width: 990px;
}

.mw1000 {
  max-width: 1000px;
}

.mw1010 {
  max-width: 1010px;
}

.mw1020 {
  max-width: 1020px;
}

.mw1030 {
  max-width: 1030px;
}

.mw1040 {
  max-width: 1040px;
}

.mw1050 {
  max-width: 1050px;
}

.mw1060 {
  max-width: 1060px;
}

.mw1070 {
  max-width: 1070px;
}

.mw1080 {
  max-width: 1080px;
}

@media screen and (max-width: 599px) {
  .mw100-smt {
    max-width: 100px;
  }

  .mw110-smt {
    max-width: 110px;
  }

  .mw120-smt {
    max-width: 120px;
  }

  .mw130-smt {
    max-width: 130px;
  }

  .mw140-smt {
    max-width: 140px;
  }

  .mw150-smt {
    max-width: 150px;
  }

  .mw160-smt {
    max-width: 160px;
  }

  .mw170-smt {
    max-width: 170px;
  }

  .mw180-smt {
    max-width: 180px;
  }

  .mw190-smt {
    max-width: 190px;
  }

  .mw200-smt {
    max-width: 200px;
  }

  .mw210-smt {
    max-width: 210px;
  }

  .mw220-smt {
    max-width: 220px;
  }

  .mw230-smt {
    max-width: 230px;
  }

  .mw240-smt {
    max-width: 240px;
  }

  .mw250-smt {
    max-width: 250px;
  }

  .mw260-smt {
    max-width: 260px;
  }

  .mw270-smt {
    max-width: 270px;
  }

  .mw280-smt {
    max-width: 280px;
  }

  .mw290-smt {
    max-width: 290px;
  }

  .mw300-smt {
    max-width: 300px;
  }

  .mw310-smt {
    max-width: 310px;
  }

  .mw320-smt {
    max-width: 320px;
  }

  .mw330-smt {
    max-width: 330px;
  }

  .mw340-smt {
    max-width: 340px;
  }

  .mw350-smt {
    max-width: 350px;
  }

  .mw360-smt {
    max-width: 360px;
  }

  .mw370-smt {
    max-width: 370px;
  }

  .mw380-smt {
    max-width: 380px;
  }

  .mw390-smt {
    max-width: 390px;
  }

  .mw400-smt {
    max-width: 400px;
  }

  .mw410-smt {
    max-width: 410px;
  }

  .mw420-smt {
    max-width: 420px;
  }

  .mw430-smt {
    max-width: 430px;
  }

  .mw440-smt {
    max-width: 440px;
  }

  .mw450-smt {
    max-width: 450px;
  }

  .mw460-smt {
    max-width: 460px;
  }

  .mw470-smt {
    max-width: 470px;
  }

  .mw480-smt {
    max-width: 480px;
  }

  .mw490-smt {
    max-width: 490px;
  }

  .mw500-smt {
    max-width: 500px;
  }

  .mw510-smt {
    max-width: 510px;
  }

  .mw520-smt {
    max-width: 520px;
  }

  .mw530-smt {
    max-width: 530px;
  }

  .mw540-smt {
    max-width: 540px;
  }

  .mw550-smt {
    max-width: 550px;
  }

  .mw560-smt {
    max-width: 560px;
  }

  .mw570-smt {
    max-width: 570px;
  }

  .mw580-smt {
    max-width: 580px;
  }

  .mw590-smt {
    max-width: 590px;
  }

  .mw600-smt {
    max-width: 600px;
  }

  .mw610-smt {
    max-width: 610px;
  }

  .mw620-smt {
    max-width: 620px;
  }

  .mw630-smt {
    max-width: 630px;
  }

  .mw640-smt {
    max-width: 640px;
  }

  .mw650-smt {
    max-width: 650px;
  }

  .mw660-smt {
    max-width: 660px;
  }

  .mw670-smt {
    max-width: 670px;
  }

  .mw680-smt {
    max-width: 680px;
  }

  .mw690-smt {
    max-width: 690px;
  }

  .mw700-smt {
    max-width: 700px;
  }

  .mw710-smt {
    max-width: 710px;
  }

  .mw720-smt {
    max-width: 720px;
  }

  .mw730-smt {
    max-width: 730px;
  }

  .mw740-smt {
    max-width: 740px;
  }

  .mw750-smt {
    max-width: 750px;
  }

  .mw760-smt {
    max-width: 760px;
  }

  .mw770-smt {
    max-width: 770px;
  }

  .mw780-smt {
    max-width: 780px;
  }

  .mw790-smt {
    max-width: 790px;
  }

  .mw800-smt {
    max-width: 800px;
  }

  .mw810-smt {
    max-width: 810px;
  }

  .mw820-smt {
    max-width: 820px;
  }

  .mw830-smt {
    max-width: 830px;
  }

  .mw840-smt {
    max-width: 840px;
  }

  .mw850-smt {
    max-width: 850px;
  }

  .mw860-smt {
    max-width: 860px;
  }

  .mw870-smt {
    max-width: 870px;
  }

  .mw880-smt {
    max-width: 880px;
  }

  .mw890-smt {
    max-width: 890px;
  }

  .mw900-smt {
    max-width: 900px;
  }

  .mw910-smt {
    max-width: 910px;
  }

  .mw920-smt {
    max-width: 920px;
  }

  .mw930-smt {
    max-width: 930px;
  }

  .mw940-smt {
    max-width: 940px;
  }

  .mw950-smt {
    max-width: 950px;
  }

  .mw960-smt {
    max-width: 960px;
  }

  .mw970-smt {
    max-width: 970px;
  }

  .mw980-smt {
    max-width: 980px;
  }

  .mw990-smt {
    max-width: 990px;
  }

  .mw1000-smt {
    max-width: 1000px;
  }

  .mw1010-smt {
    max-width: 1010px;
  }

  .mw1020-smt {
    max-width: 1020px;
  }

  .mw1030-smt {
    max-width: 1030px;
  }

  .mw1040-smt {
    max-width: 1040px;
  }

  .mw1050-smt {
    max-width: 1050px;
  }

  .mw1060-smt {
    max-width: 1060px;
  }

  .mw1070-smt {
    max-width: 1070px;
  }

  .mw1080-smt {
    max-width: 1080px;
  }
}
.w1p {
  width: 1%;
}

.w2p {
  width: 2%;
}

.w3p {
  width: 3%;
}

.w4p {
  width: 4%;
}

.w5p {
  width: 5%;
}

.w6p {
  width: 6%;
}

.w7p {
  width: 7%;
}

.w8p {
  width: 8%;
}

.w9p {
  width: 9%;
}

.w10p {
  width: 10%;
}

.w11p {
  width: 11%;
}

.w12p {
  width: 12%;
}

.w13p {
  width: 13%;
}

.w14p {
  width: 14%;
}

.w15p {
  width: 15%;
}

.w16p {
  width: 16%;
}

.w17p {
  width: 17%;
}

.w18p {
  width: 18%;
}

.w19p {
  width: 19%;
}

.w20p {
  width: 20%;
}

.w21p {
  width: 21%;
}

.w22p {
  width: 22%;
}

.w23p {
  width: 23%;
}

.w24p {
  width: 24%;
}

.w25p {
  width: 25%;
}

.w26p {
  width: 26%;
}

.w27p {
  width: 27%;
}

.w28p {
  width: 28%;
}

.w29p {
  width: 29%;
}

.w30p {
  width: 30%;
}

.w31p {
  width: 31%;
}

.w32p {
  width: 32%;
}

.w33p {
  width: 33%;
}

.w34p {
  width: 34%;
}

.w35p {
  width: 35%;
}

.w36p {
  width: 36%;
}

.w37p {
  width: 37%;
}

.w38p {
  width: 38%;
}

.w39p {
  width: 39%;
}

.w40p {
  width: 40%;
}

.w41p {
  width: 41%;
}

.w42p {
  width: 42%;
}

.w43p {
  width: 43%;
}

.w44p {
  width: 44%;
}

.w45p {
  width: 45%;
}

.w46p {
  width: 46%;
}

.w47p {
  width: 47%;
}

.w48p {
  width: 48%;
}

.w49p {
  width: 49%;
}

.w50p {
  width: 50%;
}

.w51p {
  width: 51%;
}

.w52p {
  width: 52%;
}

.w53p {
  width: 53%;
}

.w54p {
  width: 54%;
}

.w55p {
  width: 55%;
}

.w56p {
  width: 56%;
}

.w57p {
  width: 57%;
}

.w58p {
  width: 58%;
}

.w59p {
  width: 59%;
}

.w60p {
  width: 60%;
}

.w61p {
  width: 61%;
}

.w62p {
  width: 62%;
}

.w63p {
  width: 63%;
}

.w64p {
  width: 64%;
}

.w65p {
  width: 65%;
}

.w66p {
  width: 66%;
}

.w67p {
  width: 67%;
}

.w68p {
  width: 68%;
}

.w69p {
  width: 69%;
}

.w70p {
  width: 70%;
}

.w71p {
  width: 71%;
}

.w72p {
  width: 72%;
}

.w73p {
  width: 73%;
}

.w74p {
  width: 74%;
}

.w75p {
  width: 75%;
}

.w76p {
  width: 76%;
}

.w77p {
  width: 77%;
}

.w78p {
  width: 78%;
}

.w79p {
  width: 79%;
}

.w80p {
  width: 80%;
}

.w81p {
  width: 81%;
}

.w82p {
  width: 82%;
}

.w83p {
  width: 83%;
}

.w84p {
  width: 84%;
}

.w85p {
  width: 85%;
}

.w86p {
  width: 86%;
}

.w87p {
  width: 87%;
}

.w88p {
  width: 88%;
}

.w89p {
  width: 89%;
}

.w90p {
  width: 90%;
}

.w91p {
  width: 91%;
}

.w92p {
  width: 92%;
}

.w93p {
  width: 93%;
}

.w94p {
  width: 94%;
}

.w95p {
  width: 95%;
}

.w96p {
  width: 96%;
}

.w97p {
  width: 97%;
}

.w98p {
  width: 98%;
}

.w99p {
  width: 99%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .w1p-smt {
    width: 1%;
  }

  .w2p-smt {
    width: 2%;
  }

  .w3p-smt {
    width: 3%;
  }

  .w4p-smt {
    width: 4%;
  }

  .w5p-smt {
    width: 5%;
  }

  .w6p-smt {
    width: 6%;
  }

  .w7p-smt {
    width: 7%;
  }

  .w8p-smt {
    width: 8%;
  }

  .w9p-smt {
    width: 9%;
  }

  .w10p-smt {
    width: 10%;
  }

  .w11p-smt {
    width: 11%;
  }

  .w12p-smt {
    width: 12%;
  }

  .w13p-smt {
    width: 13%;
  }

  .w14p-smt {
    width: 14%;
  }

  .w15p-smt {
    width: 15%;
  }

  .w16p-smt {
    width: 16%;
  }

  .w17p-smt {
    width: 17%;
  }

  .w18p-smt {
    width: 18%;
  }

  .w19p-smt {
    width: 19%;
  }

  .w20p-smt {
    width: 20%;
  }

  .w21p-smt {
    width: 21%;
  }

  .w22p-smt {
    width: 22%;
  }

  .w23p-smt {
    width: 23%;
  }

  .w24p-smt {
    width: 24%;
  }

  .w25p-smt {
    width: 25%;
  }

  .w26p-smt {
    width: 26%;
  }

  .w27p-smt {
    width: 27%;
  }

  .w28p-smt {
    width: 28%;
  }

  .w29p-smt {
    width: 29%;
  }

  .w30p-smt {
    width: 30%;
  }

  .w31p-smt {
    width: 31%;
  }

  .w32p-smt {
    width: 32%;
  }

  .w33p-smt {
    width: 33%;
  }

  .w34p-smt {
    width: 34%;
  }

  .w35p-smt {
    width: 35%;
  }

  .w36p-smt {
    width: 36%;
  }

  .w37p-smt {
    width: 37%;
  }

  .w38p-smt {
    width: 38%;
  }

  .w39p-smt {
    width: 39%;
  }

  .w40p-smt {
    width: 40%;
  }

  .w41p-smt {
    width: 41%;
  }

  .w42p-smt {
    width: 42%;
  }

  .w43p-smt {
    width: 43%;
  }

  .w44p-smt {
    width: 44%;
  }

  .w45p-smt {
    width: 45%;
  }

  .w46p-smt {
    width: 46%;
  }

  .w47p-smt {
    width: 47%;
  }

  .w48p-smt {
    width: 48%;
  }

  .w49p-smt {
    width: 49%;
  }

  .w50p-smt {
    width: 50%;
  }

  .w51p-smt {
    width: 51%;
  }

  .w52p-smt {
    width: 52%;
  }

  .w53p-smt {
    width: 53%;
  }

  .w54p-smt {
    width: 54%;
  }

  .w55p-smt {
    width: 55%;
  }

  .w56p-smt {
    width: 56%;
  }

  .w57p-smt {
    width: 57%;
  }

  .w58p-smt {
    width: 58%;
  }

  .w59p-smt {
    width: 59%;
  }

  .w60p-smt {
    width: 60%;
  }

  .w61p-smt {
    width: 61%;
  }

  .w62p-smt {
    width: 62%;
  }

  .w63p-smt {
    width: 63%;
  }

  .w64p-smt {
    width: 64%;
  }

  .w65p-smt {
    width: 65%;
  }

  .w66p-smt {
    width: 66%;
  }

  .w67p-smt {
    width: 67%;
  }

  .w68p-smt {
    width: 68%;
  }

  .w69p-smt {
    width: 69%;
  }

  .w70p-smt {
    width: 70%;
  }

  .w71p-smt {
    width: 71%;
  }

  .w72p-smt {
    width: 72%;
  }

  .w73p-smt {
    width: 73%;
  }

  .w74p-smt {
    width: 74%;
  }

  .w75p-smt {
    width: 75%;
  }

  .w76p-smt {
    width: 76%;
  }

  .w77p-smt {
    width: 77%;
  }

  .w78p-smt {
    width: 78%;
  }

  .w79p-smt {
    width: 79%;
  }

  .w80p-smt {
    width: 80%;
  }

  .w81p-smt {
    width: 81%;
  }

  .w82p-smt {
    width: 82%;
  }

  .w83p-smt {
    width: 83%;
  }

  .w84p-smt {
    width: 84%;
  }

  .w85p-smt {
    width: 85%;
  }

  .w86p-smt {
    width: 86%;
  }

  .w87p-smt {
    width: 87%;
  }

  .w88p-smt {
    width: 88%;
  }

  .w89p-smt {
    width: 89%;
  }

  .w90p-smt {
    width: 90%;
  }

  .w91p-smt {
    width: 91%;
  }

  .w92p-smt {
    width: 92%;
  }

  .w93p-smt {
    width: 93%;
  }

  .w94p-smt {
    width: 94%;
  }

  .w95p-smt {
    width: 95%;
  }

  .w96p-smt {
    width: 96%;
  }

  .w97p-smt {
    width: 97%;
  }

  .w98p-smt {
    width: 98%;
  }

  .w99p-smt {
    width: 99%;
  }

  .w100p-smt {
    width: 100%;
  }
}
/*
 hidden
----------------------------- */
.overflow-hidden {
  overflow: hidden;
}

/*
 float
----------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.wordBreak {
  word-wrap: break-word;
}

/* ===========================================================================

/assets/sass/common/_btn.scss

=========================================================================== */
/*
 btnDetail
----------------------------- */
@media screen and (min-width: 900px) {
  .btnDetail {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .btnDetail:hover {
    opacity: 0.6;
  }
}
.btnDetail img {
  width: 165px;
}

/*
 btnStyle1
----------------------------- */
.btnStyle1 {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 31px;
  line-height: 29px;
  border: 1px solid #d90012;
  color: #d90012;
  text-align: center;
  border-radius: 16px;
  font-size: 17.5px;
}
@media screen and (min-width: 900px) {
  .btnStyle1 {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .btnStyle1:hover {
    color: #fff;
    background-color: #d90012;
  }
}
@media screen and (max-width: 479px) {
  .btnStyle1 {
    font-size: 15px;
  }
}

/*
 btnStyle2
----------------------------- */
.btnStyle2 {
  display: block;
  width: 100%;
  max-width: 410px;
  height: 31px;
  line-height: 29px;
  border: 1px solid #d90012;
  color: #d90012;
  text-align: center;
  border-radius: 16px;
  font-size: 17.5px;
  position: relative;
  padding: 0 32px;
}
.btnStyle2:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/btnStyle2-arrow.png) no-repeat center center/16px 16px;
  position: absolute;
  top: 7px;
  right: 9px;
}
@media screen and (min-width: 900px) {
  .btnStyle2 {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .btnStyle2:hover {
    color: #fff;
    background-color: #d90012;
  }
}
@media screen and (max-width: 479px) {
  .btnStyle2 {
    font-size: 15px;
  }
}

/*
 btnStyle3
----------------------------- */
.btnStyle3 {
  display: block;
  width: 100%;
  max-width: 410px;
  height: 31px;
  line-height: 29px;
  border: 1px solid #1a1a1a;
  text-align: center;
  border-radius: 16px;
  font-size: 17.5px;
  position: relative;
  padding: 0 32px;
}
.btnStyle3:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/btnStyle3-arrow.png) no-repeat center center/16px 16px;
  position: absolute;
  top: 7px;
  right: 9px;
}
@media screen and (min-width: 900px) {
  .btnStyle3 {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .btnStyle3:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
}
@media screen and (max-width: 479px) {
  .btnStyle3 {
    font-size: 15px;
  }
}

/*
 btnStyle4
----------------------------- */
.btnStyle4 {
  display: block;
  border: 1px solid #1a1a1a;
  line-height: 1.3;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .btnStyle4 {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .btnStyle4:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
}

/* ===========================================================================

/assets/sass/common/_title.scss

=========================================================================== */
/*titleStyle1
----------------------------- */
.titleStyle1 .en {
  font-size: 40px;
  letter-spacing: 0;
  font-family: "Airlines";
  opacity: 0.4;
}
.titleStyle1 .ja {
  color: #000000;
  font-weight: bold;
}

/*titleStyle2
----------------------------- */
.titleStyle2 {
  text-align: center;
}
.titleStyle2 span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.titleStyle2 span:before, .titleStyle2 span:after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  position: absolute;
  top: 5px;
  background-color: #000;
}
.titleStyle2 span:before {
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.titleStyle2 span:after {
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*titleStyle3
----------------------------- */
.titleStyle3 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 25px;
  letter-spacing: 0.34em;
}

/*titleStyle4
----------------------------- */
.titleStyle4 {
  line-height: 1.2;
}
.titleStyle4 .en {
  font-size: 28px;
  font-family: "Airlines";
  color: #8f8f8f;
}
.titleStyle4 .ja {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

/*titleStyle5
----------------------------- */
.titleStyle5 {
  text-align: center;
  border: 1px solid #ececec;
  font-size: 18px;
  border-radius: 30px;
  padding: 8px 5px;
  line-height: 1.3;
}

/*titleStyle6
----------------------------- */
.titleStyle6 {
  line-height: 1.2;
}
.titleStyle6 .en {
  font-size: 31px;
  font-family: "Airlines";
}
.titleStyle6 .ja {
  font-size: 14px;
  letter-spacing: 0.15em;
}

/*titleStyle7
----------------------------- */
.titleStyle7 {
  border-bottom: 1px solid #adadad;
  margin-bottom: 85px;
}
.titleStyle7 > span {
  font-size: 20px;
  display: block;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
}
.titleStyle7 > span:before {
  content: "";
  display: block;
  height: 85px;
  width: 1px;
  background-color: #adadad;
  position: absolute;
  -webkit-transform: rotate(-22deg);
      -ms-transform: rotate(-22deg);
          transform: rotate(-22deg);
  -webkit-transform-origin: center center 0;
      -ms-transform-origin: center center 0;
          transform-origin: center center 0;
  left: 10px;
  top: -4px;
}

/*titleStyle8
----------------------------- */
.titleStyle8 {
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
}
.titleStyle8 .en {
  font-size: 27px;
  font-family: "Airlines";
  position: absolute;
  -webkit-transform: rotate(-9deg);
      -ms-transform: rotate(-9deg);
          transform: rotate(-9deg);
  left: -5px;
  top: -30px;
  color: #939393;
  letter-spacing: 0.25em;
}
.titleStyle8 .ja {
  font-size: 20px;
  letter-spacing: 0.2em;
}

/*titleStyle9
----------------------------- */
.titleStyle9 {
  line-height: 1.5;
  text-align: center;
}
.titleStyle9 .en {
  font-size: 20px;
  font-family: "Airlines";
}
.titleStyle9 .ja {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-family: "Sawarabi Mincho", serif;
}

/*titleStyle10
----------------------------- */
.titleStyle10 {
  text-align: center;
  border: 1px solid #000;
  font-family: "Sawarabi Mincho", serif;
  font-size: 20px;
  line-height: 1.2;
  padding: 5px;
}

/* ===========================================================================

/assets/sass/common/_list.scss

=========================================================================== */
/*asideList
----------------------------- */
.asideList {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.asideList a {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .asideList a:hover {
    color: #d90012;
  }
}
@media screen and (max-width: 599px) {
  .asideList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .asideList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 10px 10px 0;
  }
}

/*asideKeywordList
----------------------------- */
.asideKeywordList {
  letter-spacing: -0.4em;
}
.asideKeywordList li {
  display: inline-block;
  margin: 0 5px 5px 0;
  letter-spacing: normal;
  font-size: 14px;
}
.asideKeywordList li a {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .asideKeywordList li a:hover {
    color: #d90012;
  }
}

/*sitemapList
----------------------------- */
.sitemapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemapList a {
  display: block;
  border: 1px solid #1a1a1a;
  padding: 5px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .sitemapList > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 60px);
            flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    max-width: calc(25% - 60px);
    margin: 35px 30px 0;
  }
  .sitemapList > li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sitemapList > li a:hover {
    background-color: #1b1b1b;
    color: #fff;
  }
  .sitemapList > li:nth-child(1) {
    margin-top: 0;
  }
  .sitemapList > li:nth-child(2) {
    margin-top: 0;
  }
  .sitemapList > li:nth-child(3) {
    margin-top: 0;
  }
  .sitemapList > li:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sitemapList > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 40px);
            flex: 0 0 calc(33% - 40px);
    width: calc(33% - 40px);
    max-width: calc(33% - 40px);
    margin: 25px 20px 0;
  }
  .sitemapList > li:nth-child(1) {
    margin-top: 0;
  }
  .sitemapList > li:nth-child(2) {
    margin-top: 0;
  }
  .sitemapList > li:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .sitemapList > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 25px 10px 0;
  }
  .sitemapList > li:nth-child(1) {
    margin-top: 0;
  }
  .sitemapList > li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) and (max-width: 369px) {
  .sitemapList > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
  .sitemapList > li:nth-child(2) {
    margin-top: 20px;
  }
}

.sitemapTakumiList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sitemapTakumiList > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 8px 25px;
}
@media screen and (min-width: 900px) {
  .sitemapTakumiList > a {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .sitemapTakumiList > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 599px) {
  .sitemapTakumiList > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 20px);
            flex: 0 0 calc(33% - 20px);
    margin: 9px 10px;
  }
}

/* ===========================================================================

/assets/sass/common/_table.scss

=========================================================================== */
/*tableStyle1
----------------------------- */
.tableStyle1 {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.tableStyle1 th {
  border-bottom: 1px dashed #a9a9a9;
  padding: 10px 15px;
}
.tableStyle1 td {
  padding: 10px 0;
  border-bottom: 1px dashed #a9a9a9;
}
@media screen and (max-width: 899px) {
  .tableStyle1 {
    display: block;
  }
  .tableStyle1 tbody, .tableStyle1 tr, .tableStyle1 th, .tableStyle1 td {
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  .tableStyle1 th {
    padding: 10px 15px 5px;
    border-bottom: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
  }
  .tableStyle1 td {
    padding: 0px 15px 10px;
  }
}

/*tableStyle2
----------------------------- */
.tableStyle2 {
  width: 100%;
  table-layout: fixed;
}
.tableStyle2 th {
  width: 85px;
}
.tableStyle2 td {
  width: auto;
}

/*tableStyle3
----------------------------- */
.tableStyle3 {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.tableStyle3 th {
  border-bottom: 1px solid #adadad;
  padding: 10px 15px;
}
.tableStyle3 td {
  padding: 10px 0;
  border-bottom: 1px solid #adadad;
}
.tableStyle3 tr:last-child th, .tableStyle3 tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 899px) {
  .tableStyle3 {
    display: block;
  }
  .tableStyle3 tbody, .tableStyle3 tr, .tableStyle3 th, .tableStyle3 td {
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  .tableStyle3 th {
    padding: 10px 15px 5px;
    border-bottom: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
  }
  .tableStyle3 td {
    padding: 0px 15px 10px;
  }
}

/*tableStyle4
----------------------------- */
.tableStyle4 {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.tableStyle4 th {
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 15px;
}
.tableStyle4 td {
  padding: 10px 0;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (min-width: 900px) {
  .tableStyle4 {
    table-layout: fixed;
  }
  .tableStyle4 th {
    width: 130px;
  }
  .tableStyle4 td {
    width: auto;
  }
  .tableStyle4 tr:last-child th, .tableStyle4 tr:last-child td {
    border-bottom: none;
  }
}
@media screen and (max-width: 899px) {
  .tableStyle4 {
    display: block;
  }
  .tableStyle4 tbody, .tableStyle4 tr, .tableStyle4 th, .tableStyle4 td {
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  .tableStyle4 th {
    padding: 10px 15px 5px;
    border-bottom: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
  }
  .tableStyle4 td {
    padding: 0px 15px 10px;
  }
}

/* ===========================================================================

/assets/sass/common/_item.scss

=========================================================================== */
/*
 clearfix
----------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* for IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

@media screen and (min-width: 900px) {
  .hover-alpha {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .hover-alpha:hover {
    opacity: 0.6;
  }
}

/*
 hide
----------------------------- */
@media screen and (min-width: 900px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .smt-hide {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .hover-red:hover {
    color: #d90012;
  }
}

/*
 text-indent 
----------------------------- */
.ind-1em {
  text-indent: -1em;
  padding-left: 1em;
}

/*
 box_c
----------------------------- */
.box_c {
  margin-left: auto;
  margin-right: auto;
}

/*
 bgGrayBox
----------------------------- */
.bgGrayBox {
  background-color: #e8e8e8;
  padding: 20px 35px;
}
@media screen and (max-width: 899px) {
  .bgGrayBox {
    padding: 25px 15px;
  }
}

/*
 borderBox1
----------------------------- */
.borderBox1 {
  border: 1px solid #1a1a1a;
  padding: 20px 35px;
}
@media screen and (max-width: 899px) {
  .borderBox1 {
    padding: 25px 15px;
  }
}

/*
 section
----------------------------- */
.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
}

/*
 textMarker1
----------------------------- */
.textMarker1 {
  display: inline-block;
  position: relative;
}
.textMarker1:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #ef99a0;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}

/*
 js-Cont
----------------------------- */
.js-tabCont {
  display: none;
}

/* ===========================================================================

/assets/sass/common/_parts.scss

=========================================================================== */
/*postRel
----------------------------- */
.postRel {
  position: relative;
  margin-top: 50px;
  padding: 25px 0 50px;
}
.postRel:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 0;
  left: 0;
}
.postRel .postRelTit {
  width: 185px;
  height: 25px;
  line-height: 23px;
  border: 1px solid #666666;
  text-align: center;
  font-size: 14px;
  margin: 0 AUTO 18px;
}
.postRel ul {
  letter-spacing: -0.4em;
  text-align: center;
}
.postRel ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px 6px;
}
.postRel ul a {
  text-decoration: underline;
  letter-spacing: normal;
}
@media screen and (min-width: 900px) {
  .postRel ul a:hover {
    color: #d90012;
  }
}
.postRel .postRelBox {
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .postRel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .postRel .postRelBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .postRel:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #666666;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}
@media screen and (max-width: 599px) {
  .postRel .postRelBox {
    margin-bottom: 30px;
  }
}

/*columnArticle
----------------------------- */
.columnArticle {
  padding: 0 10px 50px;
}
.columnArticle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  line-height: 0;
}
.columnArticle figure.fl_l {
  margin: 0 5px 5px 0;
}
.columnArticle figure.fl_r {
  margin: 0 0 5px 5px;
}
@media screen and (max-width: 599px) {
  .columnArticle {
    padding-bottom: 30px;
  }
}

/*contactForm
----------------------------- */
#contactForm {
  max-width: 964px;
  margin: 0 auto;
}
#contactForm input[type=text], #contactForm input[type=email], #contactForm input[type=tel] {
  background-color: #e7e7e7;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
}
#contactForm input[type=radio] {
  display: block;
  line-height: 1;
  width: 14px;
  height: 14px;
  background-color: #e7e7e7;
  border: 1px solid #8e8e8e;
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
#contactForm input[type=radio]:checked:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #1b1b1b;
  border-radius: 50%;
  position: absolute;
  line-height: 1;
  left: 3px;
  top: 3px;
}
#contactForm select {
  font-size: 14px;
  border: 1px solid #333333;
  border-radius: 6px;
  line-height: 1;
  padding: 7px 60px;
}
#contactForm .addSec {
  position: relative;
}
#contactForm .addSec:after {
  content: "";
  display: block;
  line-height: 1;
  background: url(../img/contact/item2.png) no-repeat center center/11px 10px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
}
#contactForm label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
#contactForm label > span {
  font-size: 14px;
}
#contactForm .radioBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contactForm .radioBox label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 25px 15px 0;
}
#contactForm textarea {
  background-color: #e7e7e7;
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border-radius: 10px;
  height: 195px;
}
#contactForm .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contactForm .nameBox .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  text-align: center;
}
#contactForm .nameBox .input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#contactForm .addBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contactForm .addBox .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#contactForm .addBox .zip1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#contactForm .addBox .zip1Txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  text-align: center;
}
#contactForm .addBox .zip2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#contactForm .addBox .zipBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  border: 1px solid #333333;
  border-radius: 6px;
  line-height: 1;
  padding: 7px 0;
  text-align: center;
  margin-left: 5px;
}
#contactForm .addBox .addInput {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
#contactForm th, #contactForm td {
  font-size: 14px;
}
#contactForm th > span {
  display: block;
  padding-left: 70px;
  position: relative;
}
#contactForm th > span.required:before {
  content: "";
  background: url(../img/contact/item1.png) no-repeat center center/53px 26px;
  display: block;
  line-height: 1;
  width: 53px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
#contactForm #submit {
  display: block;
  width: 165px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  #contactForm #submit {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  #contactForm #submit:hover {
    opacity: 0.6;
  }
}
#contactForm table {
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  #contactForm table {
    width: 100%;
  }
  #contactForm th {
    width: 270px;
  }
  #contactForm th {
    padding: 13px 0;
  }
  #contactForm td {
    padding: 13px 0 13px 45px;
  }
  #contactForm .zipBtn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #contactForm .zipBtn:hover {
    color: #fff;
    background-color: #333333;
  }
}
@media screen and (max-width: 899px) {
  #contactForm table, #contactForm tbody, #contactForm tr, #contactForm th, #contactForm td {
    display: block;
    width: 100%;
  }
  #contactForm th {
    margin-bottom: 10px;
  }
  #contactForm th > span {
    display: inline-block;
    padding: 0 70px 0 0;
    position: relative;
  }
  #contactForm th > span.required:before {
    right: 0;
    left: auto;
  }
  #contactForm tr {
    margin-bottom: 35px;
  }
  #contactForm .nameBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contactForm .nameBox .input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 45px);
            flex: 0 0 calc(100% - 45px);
  }
  #contactForm .nameBox .text, #contactForm .nameBox .input {
    margin-bottom: 5px;
  }
  #contactForm .addBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contactForm .addBox .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5px;
  }
  #contactForm .addBox .zip1Txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20px;
            flex: 0 1 20px;
  }
  #contactForm .addBox .zip1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  #contactForm .addBox .zip2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
  }
  #contactForm .addBox .addInput {
    margin-top: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/*fnInner
----------------------------- */
.fnInner {
  max-width: 620px;
  margin: 0 auto;
}

/*fnTit
----------------------------- */
.fnTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.fnTit:after {
  content: "";
  display: block;
  width: calc(100% - 85px);
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #d9dad4;
}
.fnTit figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  text-align: center;
  margin-right: 5px;
}
.fnTit figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}
.fnTit .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
}

/*fnLogo
----------------------------- */
.fnLogo {
  margin-bottom: 20px;
}

/*fnComPh
----------------------------- */
.fnComPh {
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .fnComPh {
    margin-bottom: 35px;
  }
}

/*fnComInfo
----------------------------- */
.fnComInfo {
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .fnComInfo {
    margin-bottom: 35px;
  }
}

/*fnMain
----------------------------- */
.fnMain p {
  letter-spacing: 0.1em;
}
.fnMain figure {
  text-align: center;
  margin: 15px 0;
}

/*fnAsideTit
----------------------------- */
@media screen and (min-width: 900px) {
  .fnAsideTit {
    -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
            transform-origin: left top 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 0px;
    left: 20px;
  }
  .fnAsideTit > span {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
  }
}
/*fnAsideArchive
----------------------------- */
.fnAsideArchiveItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 900px) {
  .fnAsideArchiveItem {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .fnAsideArchiveItem:hover {
    opacity: 0.6;
  }
}
.fnAsideArchiveTit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.fnAsideArchiveTit .en {
  display: block;
  font-family: "Airlines";
  font-size: 40px;
  line-height: 1.2;
}
.fnAsideArchiveTit .ja {
  line-height: 1.2;
  display: block;
}
.fnAsideArchivePh {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .fnAsideArchive {
    padding-top: 90px;
  }
}
@media screen and (max-width: 899px) {
  .fnAsideArchive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fnAsideArchivePh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .fnAsideArchiveTit .en {
    font-size: 30px;
  }
  .fnAsideArchiveItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
    min-width: 31%;
    margin: 0 1% 15px;
  }
}
@media screen and (max-width: 599px) {
  .fnAsideArchiveItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    min-width: 48%;
    margin: 0 1% 15px;
  }
}
@media screen and (max-width: 479px) {
  .fnAsideArchivePh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-left: 10px;
  }
  .fnAsideArchiveItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
            flex: 0 0 98%;
    max-width: 98%;
    margin: 0 1% 15px;
  }
}

/*newsArt
----------------------------- */
.newsArtCats li {
  font-size: 14px;
  border: 1px solid #1b1b1b;
  padding: 6px;
  line-height: 1;
}
.newsArtTit .text {
  font-size: 20px;
}
.newsArtMain h3 {
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 35px;
}
@media screen and (min-width: 900px) {
  .newsArt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsArtTitBox {
    min-height: 500px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .newsArtTit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsArtTit .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .newsArtTit i {
    display: block;
    text-align: center;
    height: 37px;
    margin: 10px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .newsArtTit i:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 37px;
    background-color: #1b1b1b;
  }
  .newsArtTit .date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .newsArtMain {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .newsArtCats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsArtCats li {
    margin-top: 10px;
  }
  .newsArtCats li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 899px) {
  .newsArtTitBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .newsArtTit {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsArtTit .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: auto;
  }
  .newsArtTit i {
    display: none;
  }
  .newsArtTit .date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 50px;
    position: relative;
    margin-left: auto;
  }
  .newsArtTit .date:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #1b1b1b;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .newsArtCats {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .newsArtCats li {
    margin-left: 10px;
  }
  .newsArtCats li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .newsArtMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsArtCont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .newsArtImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5%;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .newsArtMain {
    margin-bottom: 50px;
  }
  .newsArtCont {
    margin-bottom: 30px;
  }
}

/*newsComLogo
----------------------------- */
.newsComLogo {
  width: 100%;
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 100px;
  font-size: 14px;
}
.newsComLogo i {
  margin-left: 35px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.newsComLogo i img {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 899px) {
  .newsComLogo {
    margin: 0 auto 50px;
  }
}

/*newsArch
----------------------------- */
.newsArch {
  margin-bottom: 90px;
}
.newsArchTop {
  margin-bottom: 30px;
}
.newsArchTit {
  text-decoration: underline;
  font-size: 20px;
}
.newsArchTxt {
  font-size: 16px;
  line-height: 2.8;
}
.newsArchDate {
  position: relative;
  padding-left: 70px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.newsArchDate:before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #1b1b1b;
  position: absolute;
  left: 0;
  top: 50%;
}
.newsArchCatbox {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArchCat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 15px;
  border: 1px solid #1b1b1b;
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px;
}
.newsArchCat:first-child {
  margin-left: 0;
}
.newsArchTxt {
  margin-bottom: 20px;
}
.newsArchImg {
  position: relative;
}
.newsArchImg > span {
  display: block;
  line-height: 1;
  width: 100%;
  padding-top: 66.66%;
}
.newsArchImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;object-position:center center;";
}
.newsArchBtn {
  margin-left: auto;
  display: block;
  width: 165px;
}
@media screen and (min-width: 900px) {
  .newsArchTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsArchTit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .newsArchTit:hover {
    color: #d90012;
  }
}
@media screen and (min-width: 900px) {
  .newsArchDate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .newsArchCatbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 899px) {
  .newsArchTit {
    display: block;
  }
  .newsArchDate {
    display: block;
    padding-left: 0;
    text-align: right;
  }
  .newsArchDate:before {
    left: auto;
    right: 130px;
  }
}
@media screen and (min-width: 480px) {
  .newsArchMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsArchCont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
    padding: 0 35px;
  }
  .newsArchImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 42%;
  }
}
@media screen and (max-width: 599px) {
  .newsArch {
    margin-bottom: 60px;
  }
  .newsArchCont {
    margin-bottom: 30px;
  }
}

/*asideSearch
----------------------------- */
#asideSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#asideSearch span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 30px;
  line-height: 1;
  margin-right: 5px;
}
#asideSearch input {
  border: 1px solid #1b1b1b;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  font-size: 16px;
  width: 100%;
}
#asideSearch #submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
  max-width: 74px;
  border: 1px solid #1b1b1b;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  #asideSearch #submit {
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
  #asideSearch #submit:hover {
    background-color: #1b1b1b;
    color: #fff;
  }
}

/*pager
----------------------------- */
#pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pager .pagerItem {
  font-weight: 200px;
  font-family: "Oswald";
  font-size: 20px;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #pager .pagerItem:hover {
    color: #d90012;
  }
}
#pager .pagerItem.edgeItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
}
#pager .pagerItem.currentItem {
  border: 1px solid #1a1a1a;
}
@media screen and (max-width: 899px) {
  #pager .pagerItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
    height: 33px;
    line-height: 33px;
  }
  #pager .pagerItem.edgeItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 479px) {
  #pager .pagerItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  #pager .pagerItem.edgeItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    margin: 0 5px;
  }
}

/*postSearch
----------------------------- */
#postSearch {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 130px;
}
#postSearch input[type=text] {
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #ececec;
}
#postSearch input[type=checkbox] {
  display: inline-block;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
}
#postSearch input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icn-checked.png) no-repeat left bottom/contain;
  position: absolute;
  left: 2px;
  bottom: 2px;
}
#postSearch .labelBox {
  letter-spacing: -0.4em;
}
#postSearch label {
  letter-spacing: normal;
  margin: 0 10px 5px 0;
  font-size: 14px;
  display: inline-block;
  padding-left: 27px;
  position: relative;
  line-height: 1.2;
  cursor: pointer;
}
#postSearch label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: -1px;
}
#postSearch button {
  display: block;
  width: 167px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  #postSearch button {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  #postSearch button:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 750px) {
  #postSearch table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 50px;
  }
  #postSearch th {
    width: 220px;
    padding: 15px 0;
    font-size: 14px;
  }
  #postSearch td {
    width: auto;
    padding: 15px 0;
  }
}
@media screen and (max-width: 749px) {
  #postSearch {
    margin-bottom: 70px;
  }
  #postSearch table, #postSearch tboody, #postSearch tr, #postSearch th, #postSearch td {
    display: block;
    width: 100%;
  }
  #postSearch table {
    margin-bottom: 30px;
  }
  #postSearch th {
    font-weight: bold;
  }
  #postSearch tr {
    margin-bottom: 20px;
  }
}

/*col2Box
----------------------------- */
@media screen and (min-width: 900px) {
  .col2Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col2Box.alignC {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col2BoxItem {
    margin-top: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 35px;
  }
  .col2BoxItem.mt0 {
    margin-top: 0;
  }
  .col2BoxItem:nth-child(1), .col2BoxItem:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 899px) {
  .col2BoxItem {
    margin-top: 30px;
  }
  .col2BoxItem.mt0 {
    margin-top: 0;
  }
  .col2BoxItem:nth-child(1) {
    margin-top: 0;
  }
}

/*col3Box
----------------------------- */
@media screen and (min-width: 900px) {
  .col3Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col3Box.alignC {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col3BoxItem {
    margin-top: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
  }
  .col3BoxItem.mt0 {
    margin-top: 0;
  }
  .col3BoxItem:nth-child(1), .col3BoxItem:nth-child(2), .col3BoxItem:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 899px) {
  .col3Box.smtCol3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col3Box.smtCol3.alignC {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col3Box.smtCol3 .col3BoxItem {
    margin-top: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
  }
  .col3Box.smtCol3 .col3BoxItem.mt0 {
    margin-top: 0;
  }
  .col3Box.smtCol3 .col3BoxItem:nth-child(1), .col3Box.smtCol3 .col3BoxItem:nth-child(2), .col3Box.smtCol3 .col3BoxItem:nth-child(3) {
    margin-top: 0;
  }
  .col3BoxItem {
    margin-top: 30px;
  }
  .col3BoxItem.mt0 {
    margin-top: 0;
  }
  .col3BoxItem:nth-child(1) {
    margin-top: 0;
  }
}

/*snsBtns
----------------------------- */
.snsBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.snsBtns .snsBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  width: 34px;
  margin: 0 10px;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .snsBtns a {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .snsBtns a:hover {
    opacity: 0.6;
  }
}

/*slideDots
----------------------------- */
.slideDots {
  text-align: center;
  letter-spacing: -0.4em;
  line-height: 1;
  height: 9px;
}
.slideDots li {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  cursor: pointer;
  margin: 0 17px;
}
.slideDots li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.slideDots li.slick-active:before {
  background-color: #fff;
  border: 1px solid #666666;
}
.slideDots button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  z-index: 2;
  cursor: pointer;
}

/*newsList
----------------------------- */
.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsListItem {
  border: 1px solid #e6e6e6;
  padding: 35px 5px 18px 20px;
  position: relative;
}
.newsListTag {
  display: inline-block;
  line-height: 1;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.newsListTag.type1 {
  background-color: #f15a24;
}
.newsListTag.type2 {
  background-color: #333333;
}
.newsListTag.type3 {
  background-color: #ff2326;
}
.newsListTag.type4 {
  background-color: #2c601a;
}
.newsListTag.type5 {
  background-color: #d8263b;
}
.newsListDate {
  display: block;
  font-size: 14px;
}
.newsListTxt {
  display: block;
  line-height: 1.43;
}
@media screen and (min-width: 900px) {
  .newsListItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-top: 20px;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
  }
  .newsListItem:hover {
    color: #d90012;
    border-color: #d90012;
  }
  .newsListItem:nth-child(1), .newsListItem:nth-child(2), .newsListItem:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .newsListItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-top: 20px;
  }
  .newsListItem:nth-child(1), .newsListItem:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .newsListItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .newsListItem:nth-child(1) {
    margin-top: 0;
  }
}

/*phBox
----------------------------- */
@media screen and (min-width: 750px) {
  .phBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .phBox.alignC {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .phBox .phBoxPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .phBox .phBoxPh.phLeft {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .phBox .phBoxPh.phRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .phBox .phBoxCont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}
@media screen and (max-width: 749px) {
  .phBox .phBoxCont {
    margin-bottom: 20px;
  }
  .phBox .phBoxPh {
    text-align: center;
  }
}

/*erabuCont
----------------------------- */
.erabuCont {
  width: 100%;
  max-width: 1180px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .erabuCont {
    padding: 0 10px 0 60px;
  }
}
@media screen and (max-width: 899px) {
  .erabuCont {
    padding: 0 10px;
  }
}

.erabuTit {
  color: #d90012;
}
.erabuTit .en {
  font-family: "Airlines";
  font-size: 53px;
}
.erabuTit .ja {
  font-family: "Sawarabi Mincho", serif;
  font-size: 25px;
}
@media screen and (min-width: 900px) {
  .erabuTit {
    position: absolute;
    left: 5px;
    top: -25px;
  }
  .erabuTit > span {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .erabuTit {
    margin-bottom: 20px;
  }
  .erabuTit img {
    display: none;
  }
  .erabuTit .en {
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
  }
  .erabuTit .ja {
    display: inline-block;
  }
}

/*erabuTab
----------------------------- */
.erabuTab {
  width: 100%;
  max-width: 995px;
  padding: 0 10px;
  margin: 0 auto 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.erabuTab .erabuTabItem {
  position: relative;
  margin-bottom: 20px;
}
.erabuTab .erabuTabItem.bigItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.erabuTab .bigItem .erabuTabTit {
  color: #d90012;
}
.erabuTab .bigItem .erabuTabTit:before {
  background-color: #d90012;
}
.erabuTab .bigItem .erabuTabTit .en {
  color: #d90012;
}
.erabuTab .erabuTabTit {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 27px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
}
.erabuTab .erabuTabTit:before {
  content: "";
  display: block;
  width: 1px;
  height: 83px;
  background-color: #666666;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -40px;
  right: 20px;
}
.erabuTab .erabuTabTit .en {
  color: #666666;
  font-family: "Airlines";
  font-size: 20px;
  letter-spacing: 0.2em;
}
.erabuTab .erabuTabTit .ja {
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 900px) {
  .erabuTab .erabuTabItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
  }
  .erabuTab .erabuTabItem a {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .erabuTab .erabuTabItem a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 899px) {
  .erabuTab {
    max-width: 700px;
    margin: 0 auto 50px;
  }
  .erabuTab .erabuTabItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 314px;
  }
}
@media screen and (max-width: 599px) {
  .erabuTab .erabuTabTit {
    padding: 8px 27px 8px 10px;
    position: relative;
    top: auto;
    left: auto;
  }
}

/*erabuBtmTab
----------------------------- */
.erabuBtmTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.erabuBtmTabItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  margin: 0 10px 10px;
}
@media screen and (min-width: 900px) {
  .erabuBtmTabItem {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .erabuBtmTabItem:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 599px) {
  .erabuBtmTabItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin: 0 5px 10px;
  }
}

/*erabu4Box
----------------------------- */
@media screen and (min-width: 900px) {
  .erabu4Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .erabu4BoxPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
            flex: 0 0 72%;
  }
  .erabu4BoxTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media screen and (max-width: 899px) {
  .erabu4BoxPh {
    text-align: center;
    margin-top: 20px;
  }
}

/*erabu5Box
----------------------------- */
@media screen and (min-width: 900px) {
  .erabu5Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .erabu5BoxPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
  .erabu5BoxTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media screen and (max-width: 899px) {
  .erabu5BoxPh {
    text-align: center;
    margin-top: 20px;
  }
}

/*erabu6Box
----------------------------- */
.erabu6Box {
  background: url(../img/member/company/bg.png) repeat;
  padding: 15px;
}
.erabu6BoxInner {
  max-width: 780px;
  margin: 0 auto;
}
.erabu6Box li {
  padding-left: 50px;
  position: relative;
}
.erabu6Box li span {
  font-family: "Airlines";
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 0.23em;
  left: 0;
}

/*erabu6Act
----------------------------- */
@media screen and (min-width: 900px) {
  .erabu6Act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .erabu6ActTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .erabu6ActPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .erabu6Act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .erabu6ActTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    margin-bottom: 15px;
  }
  .erabu6ActPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .erabu6Act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .erabu6ActTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .erabu6ActPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}

/*linkBox
----------------------------- */
.linkBoxItem {
  border: 1px solid #a9a9a9;
}
.linkBoxItem span, .linkBoxItem a {
  display: block;
  text-align: center;
}
.linkBoxTit {
  font-size: 14px;
  line-height: 1.2;
  background-color: #e8e8e8;
  text-align: center;
  padding: 12px 0 8px;
  margin-bottom: 10px;
}
.linkBoxTxt {
  padding: 0 5px 5px;
  font-size: 13px;
  line-height: 1.7;
}
.linkBoxAdrs {
  padding: 0 5px 5px;
  font-size: 13px;
  line-height: 1.2;
}
.linkBoxTel {
  padding: 10px 5px;
  font-family: "Oswald";
  font-weight: 200;
  font-style: italic;
  font-size: 27px;
  line-height: 1.5;
}
.linkBoxTel:before {
  content: "Tel";
  font-size: 18px;
  margin-right: 0.3em;
}
.linkBoxUrl {
  font-size: 14px;
  line-height: 1.3;
  padding: 0 5px 15px;
  word-wrap: break-word;
}
@media screen and (min-width: 900px) {
  .linkBoxUrl:hover {
    color: #d90012;
  }
}
@media screen and (min-width: 900px) {
  .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .linkBoxItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .linkBoxItem:nth-child(1), .linkBoxItem:nth-child(2), .linkBoxItem:nth-child(3) {
    margin-top: 0;
  }
  .linkBoxItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .linkBoxItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .linkBoxItem:nth-child(1), .linkBoxItem:nth-child(2) {
    margin-top: 0;
  }
  .linkBoxItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .linkBoxItem {
    margin-top: 15px;
  }
  .linkBoxItem:nth-child(1) {
    margin-top: 0;
  }
}

/*-- linkSmallBox --*/
.linkSmallBoxItem {
  border: 1px solid #a9a9a9;
}
.linkSmallBoxItem span, .linkSmallBoxItem a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .linkSmallBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .linkSmallBoxItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    max-width: 23.5%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .linkSmallBoxItem:nth-child(1), .linkSmallBoxItem:nth-child(2), .linkSmallBoxItem:nth-child(3), .linkSmallBoxItem:nth-child(4) {
    margin-top: 0;
  }
  .linkSmallBoxItem:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .linkSmallBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .linkSmallBoxItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .linkSmallBoxItem:nth-child(1), .linkSmallBoxItem:nth-child(2) {
    margin-top: 0;
  }
  .linkSmallBoxItem:nth-child(2n) {
    margin-right: 0;
  }
}

/*bookPrice
----------------------------- */
.bookPrice {
  text-align: center;
  line-height: 1.3;
}
.bookPrice > span {
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
}
.bookPrice small {
  font-size: 18px;
}
.bookPrice em {
  font-family: "Airlines";
  font-size: 60px;
}
@media screen and (max-width: 599px) {
  .bookPrice small {
    font-size: 15px;
  }
  .bookPrice em {
    font-size: 36px;
  }
}

#bookSlider .bookSlide {
  margin: 0 5px;
}

/*titPortBox
----------------------------- */
@media screen and (min-width: 900px) {
  .titPortBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*-- titPortTit --*/
@media screen and (min-width: 900px) {
  .titPortTit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    width: 130px;
    max-width: 130px;
    min-height: 300px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .titPortTit {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  .titPortTit .titPortSmt-ta_c {
    text-align: center;
  }
}

/*-- titPortBoxCont --*/
@media screen and (min-width: 900px) {
  .titPortBoxCont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/*worksDtl
----------------------------- */
.worksDtlPhMain {
  overflow: hidden;
  margin-bottom: 5px;
}
.worksDtlPhMain > span {
  display: block;
  width: 100%;
  padding-top: 66%;
  position: relative;
}
.worksDtlPhMain img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;object-position:center center;";
}
.worksDtlPhThumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.worksDtlPhThumb {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .worksDtlPhThumb {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .worksDtlPhThumb:hover {
    opacity: 0.6;
  }
}
.worksDtlPhThumb > span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.worksDtlPhThumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;object-position:center center;";
}
.worksDtlLogo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.worksDtlLogo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.worksDtlTakumi {
  font-size: 14px;
  margin-bottom: 38px;
}
.worksDtlPoint {
  font-family: "Oswald";
  font-weight: 200;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.worksDtlPoint span {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #1a1a1a;
}
.worksDtlTxt p {
  background: url(../img/common/worksDtlTxtbg.jpg) repeat left top;
  line-height: 3;
}
@media screen and (min-width: 900px) {
  .worksDtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .worksDtlPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    max-width: 51%;
  }
  .worksDtlCont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 40px;
  }
}
@media screen and (max-width: 899px) {
  .worksDtlPh {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 750px) {
  .worksDtlTable {
    width: 100%;
    table-layout: fixed;
    margin-top: 50px;
  }
  .worksDtlTable th {
    width: 15%;
    background-color: #ececec;
    border-bottom: 15px solid #fff;
    padding: 8px 5px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
  }
  .worksDtlTable td {
    width: 35%;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 749px) {
  .worksDtlTable {
    display: block;
    width: 100%;
    margin-top: 35px;
  }
  .worksDtlTable tbody, .worksDtlTable tr, .worksDtlTable th, .worksDtlTable td {
    display: block;
    width: 100%;
  }
  .worksDtlTable th {
    background-color: #ececec;
    padding: 5px 10px;
    font-size: 14px;
  }
  .worksDtlTable td {
    padding: 5px 10px 15px;
  }
}
@media screen and (min-width: 480px) {
  .worksDtlPhThumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    min-width: 23.5%;
    margin: 0 2% 5px 0;
  }
  .worksDtlPhThumb:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .worksDtlPhThumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    min-width: 32%;
    margin: 0 2% 5px 0;
  }
  .worksDtlPhThumb:nth-child(3n) {
    margin-right: 0;
  }
}

/*constCo
----------------------------- */
.constCoCntct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.constCoTel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Oswald";
  font-weight: 200;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 2px 25px;
}
.constCoTel:before {
  content: "Tel.";
  font-size: 20px;
}
.constCoFax {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Oswald";
  font-weight: 200;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 2px 25px;
}
.constCoFax:before {
  content: "Fax.";
  font-size: 20px;
}
.constCoLogo {
  text-align: center;
}
.constCoName {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.constCoAdrs {
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 750px) {
  .constCo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .constCoInfo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
  }
  .constCoCntct {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .constCoBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
  }
}
@media screen and (max-width: 749px) {
  .constCoBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 410px;
            flex: 0 1 410px;
  }
}

/*rltdPpty
----------------------------- */
.rltdPpty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rltdPptyPh {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.rltdPptyPh img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;object-position:center center;";
}
.rltdPptyTxt {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  .rltdPptyItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
    width: 19%;
    margin: 0 0.5% 10px;
  }
}
@media screen and (min-width: 750px) and (min-width: 900px) {
  .rltdPptyItem {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .rltdPptyItem:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 749px) {
  .rltdPptyItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    width: 32%;
    margin: 0 0.5% 10px;
  }
}
@media screen and (max-width: 749px) and (min-width: 900px) {
  .rltdPptyItem {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .rltdPptyItem:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 599px) {
  .rltdPptyItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 48%;
    margin: 0 0.5% 10px;
  }
}
@media screen and (max-width: 599px) and (min-width: 900px) {
  .rltdPptyItem {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .rltdPptyItem:hover {
    opacity: 0.6;
  }
}

/*awardArchive
----------------------------- */
@media screen and (min-width: 900px) {
  .awardArchive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*awardTab
----------------------------- */
.awardTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awardTabItem {
  line-height: 1;
  font-family: "Airlines";
  font-size: 30px;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (min-width: 900px) {
  .awardTabItem:hover {
    color: #d90012;
  }
}
.awardTabItem:after {
  content: "";
  display: block;
  background-color: #1a1a1a;
  position: absolute;
}
.awardTabItem.currentItem {
  color: #d90012;
}
.awardTabItem.currentItem:after {
  background-color: #d90012;
}
@media screen and (min-width: 900px) {
  .awardTab {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 117px;
            flex: 0 0 117px;
    width: 117px;
    max-width: 117px;
  }
  .awardTabItem {
    margin: 0 0 60px;
  }
  .awardTabItem:last-child {
    margin-bottom: 0;
  }
  .awardTabItem:after {
    height: 100%;
    width: 2px;
    right: -5px;
    top: 0;
  }
}
@media screen and (max-width: 899px) {
  .awardTab {
    margin-bottom: 30px;
  }
  .awardTabItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 20px;
  }
  .awardTabItem:last-child {
    margin-right: 0;
  }
  .awardTabItem:after {
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .awardTab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .awardTabItem {
    font-size: 20px;
  }
}

/*awardCont
----------------------------- */
@media screen and (min-width: 900px) {
  .awardCont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/*awardList
----------------------------- */
.awardList {
  margin-bottom: 90px;
}
.awardListPhLogo {
  text-align: center;
  margin-top: 8px;
}
.awardListTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
.awardListTit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.34em;
  font-family: "Sawarabi Mincho", serif;
}
.awardListInfo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
}
.awardListDate {
  font-family: "Airlines";
  font-size: 20px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
.awardListBtn {
  display: block;
  color: #fff;
  background-color: #d90012;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
}
@media screen and (min-width: 900px) {
  .awardListBtn {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  .awardListBtn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 750px) {
  .awardList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .awardListPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px;
    margin-right: 40px;
  }
  .awardListCont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 749px) {
  .awardListPh {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .awardListTop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .awardListTit {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .awardListInfo {
    margin-left: auto;
  }
}

/*searchRslt
----------------------------- */
#searchRslt {
  margin-bottom: 85px;
}
@media screen and (max-width: 599px) {
  #searchRslt {
    margin-bottom: 40px;
  }
}

/*-- searchRsltTxt --*/
.searchRsltTxt {
  font-size: 14px;
  margin-bottom: 8px;
}
.searchRsltTxt em {
  font-emphasize: 200px;
  font-family: "Oswald";
  font-size: 20px;
}

/*-- searchRsltTile --*/
.searchRsltTile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchRsltTileInner {
  display: block;
  width: 100%;
  padding-top: 59%;
  position: relative;
  overflow: hidden;
}
.searchRsltTileInner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;object-position:center center;";
}
.searchRsltTileHover {
  opacity: 0;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  text-align: center;
}
.searchRsltTileHover:before {
  content: "";
  display: block;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  position: absolute;
  top: 18px;
  left: 18px;
  border: 2px solid #1a1a1a;
}
.searchRsltTileHover:after {
  content: "more";
  position: absolute;
  bottom: 16px;
  right: 20px;
  line-height: 1;
  font-size: 16px;
  font-family: "Century Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (min-width: 900px) {
  .searchRsltTileItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
    margin: 25px 3.5% 0 0;
  }
  .searchRsltTileItem:nth-child(3n) {
    margin: 25px 0 0;
  }
  .searchRsltTileItem:nth-child(1), .searchRsltTileItem:nth-child(2), .searchRsltTileItem:nth-child(3) {
    margin-top: 0;
  }
  .searchRsltTileHover {
    -webkit-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
  }
  .searchRsltTileHover:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .searchRsltTileItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin: 25px 4% 0 0;
  }
  .searchRsltTileItem:nth-child(2n) {
    margin: 25px 0 0;
  }
  .searchRsltTileItem:nth-child(1), .searchRsltTileItem:nth-child(2) {
    margin-top: 0;
  }
  .searchRsltTileHover {
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  .searchRsltTileItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 25px 0 0;
  }
  .searchRsltTileItem:nth-child(1) {
    margin-top: 0;
  }
  .searchRsltTileHover {
    opacity: 1;
  }
}

/*pagenation
----------------------------- */
#pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagenation .pagenationPrev:before {
  content: "<";
  display: inline-block;
  margin-right: 1em;
}
#pagenation .pagenationList {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 137px;
          flex: 0 0 137px;
  text-align: center;
  border: 1px solid #1b1b1b;
  height: 25px;
  line-height: 23px;
  margin: 0 1.5em;
}
#pagenation .pagenationNext:after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  #pagenation .pagenationPrev:hover, #pagenation .pagenationNext:hover {
    color: #d90012;
    text-decoration: underline;
  }
}
@media screen and (min-width: 900px) {
  #pagenation .pagenationList {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #pagenation .pagenationList:hover {
    color: #fff;
    background-color: #1b1b1b;
  }
}

/*grayBox1
----------------------------- */
.grayBox1 {
  background-color: #eeeeee;
  position: relative;
  padding: 30px 40px;
  font-size: 14px;
}
.grayBox1Tit {
  position: absolute;
  font-size: 20px;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.34em;
  top: -1.3em;
  left: 0.5em;
}
@media screen and (max-width: 599px) {
  .grayBox1 {
    padding: 30px 10px;
  }
}

/*eqcBtns
----------------------------- */
.eqcBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .eqcBtns .eqcBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.8%;
            flex: 0 0 31.8%;
    max-width: 31.8%;
    margin-bottom: 30px;
  }
  .eqcBtns .eqcBtn.LItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.9%;
            flex: 0 0 65.9%;
    max-width: 65.9%;
  }
}
@media screen and (max-width: 899px) {
  .eqcBtns {
    max-width: 600px;
  }
  .eqcBtns .eqcBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 20px;
  }
  .eqcBtns .eqcBtn.LItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ===========================================================================

/assets/sass/page/_top.scss

=========================================================================== */
/*topHero
----------------------------- */
#topHero {
  padding: 60px 10px 106px;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
#topHero .btnDetail img {
  display: inline-block;
}
#topHero .slideDots {
  margin-top: 33px;
}
#topHero .heroTxt {
  margin-bottom: 39px;
}
@media screen and (min-width: 900px) {
  #topHero .heroSlide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #topHero .heroSlideCont {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 280px;
  }
  #topHero .heroTit {
    margin-bottom: 28px;
  }
  #topHero .heroTit img {
    width: 280px;
  }
  #topHero .heroSlidePh {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 860px;
    margin-left: 30px;
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #topHero {
    padding: 30px 10px 48px;
  }
  #topHero .heroSlideCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  #topHero .heroTit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    width: 280px;
    margin-right: 20px;
  }
  #topHero .heroInner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 599px) {
  #topHero {
    padding: 30px 10px 48px;
  }
  #topHero .slideDots {
    margin-top: 16px;
  }
  #topHero .heroSlideCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  #topHero .heroTit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
    margin-right: 10px;
  }
  #topHero .heroTxt {
    margin-bottom: 15px;
  }
  #topHero .heroInner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 479px) {
  #topHero .heroTit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    margin-right: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #topHero .heroTxt {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 5px;
  }
}

/*topReason
----------------------------- */
#topReason {
  padding: 0 10px 90px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#topReason .topRsnContents {
  background: url(../img/top/reason-bg.jpg) no-repeat center center/cover;
  padding: 50px 40px;
  position: relative;
  z-index: 2;
}
#topReason .topRsnInner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 60px 75px;
}
#topReason .topRsnTit {
  line-height: 1.5;
  margin-bottom: 43px;
}
#topReason .topRsnTit .en {
  color: #d90012;
  font-family: "Airlines";
  font-size: 25px;
}
#topReason .topRsnTit .ja {
  font-size: 30px;
  font-family: "Sawarabi Mincho", serif;
}
#topReason .topRsnDesc {
  font-size: 20px;
  letter-spacing: 0.34em;
  margin-bottom: 33px;
}
#topReason .topRsnTxt {
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  #topReason .topRsnContents {
    width: 600px;
    margin-left: auto;
  }
  #topReason .topRsnItem {
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 5px;
  }
  #topReason .topRsnItem img {
    max-width: none;
    width: 757px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  #topReason .topRsnItem {
    margin-right: -140px;
  }
}
@media screen and (max-width: 899px) {
  #topReason {
    padding: 0 10px 40px;
  }
  #topReason .topRsnItem {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #topReason .topRsnContents {
    padding: 40px 20px;
  }
  #topReason .topRsnInner {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  #topReason .topRsnContents {
    padding: 30px 15px;
  }
  #topReason .topRsnInner {
    padding: 30px 15px;
  }
  #topReason .topRsnDesc {
    font-size: 18px;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 369px) {
  #topReason .topRsnDesc {
    font: 17px;
    letter-spacing: 0.05em;
  }
}

/*topBnr
----------------------------- */
#topBnr {
  width: 100%;
  max-width: 1210px;
  padding: 0 10px 50px;
  margin: 0 auto;
}

#topBnrSlider .slideDots {
  margin-top: 33px;
}
#topBnrSlider a {
  display: block;
  margin: 0 12px;
}
@media screen and (min-width: 900px) {
  #topBnrSlider a {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  #topBnrSlider a:hover {
    opacity: 0.6;
  }
}

/*topBiz
----------------------------- */
#topBiz {
  padding: 0 10px 75px;
  width: 100%;
  margin: 0 auto;
  max-width: 1070px;
}
#topBiz .topBizDesc {
  max-width: 825px;
  margin: 0 auto 38px;
}
#topBiz .topBizBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
#topBiz .topBizBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  #topBiz .topBizBtn {
    -webkit-transition: 0.2s opacity ease-in;
    -o-transition: 0.2s opacity ease-in;
    transition: 0.2s opacity ease-in;
  }
  #topBiz .topBizBtn:hover {
    opacity: 0.6;
  }
}
#topBiz .topBizBtn > span {
  display: block;
  width: 100%;
  padding-top: 134%;
  position: relative;
}
#topBiz .topBizBtn > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #fff;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 0 solid transparent;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: 1px;
  right: -6px;
}
#topBiz .topBizBtn img {
  position: absolute;
  top: 40px;
  left: 50%;
}
#topBiz .topBizBtn img.img1 {
  margin-left: -61px;
}
#topBiz .topBizBtn img.img2 {
  margin-left: -29px;
}
#topBiz .topBizBtn img.img3 {
  margin-left: -45px;
}
#topBiz .topBizBtn img.img4 {
  margin-left: -37px;
}
#topBiz .topBizBtn.btn1 {
  background-image: url(../img/top/biz-bg1.jpg);
}
#topBiz .topBizBtn.btn2 {
  background-image: url(../img/top/biz-bg2.jpg);
}
#topBiz .topBizBtn.btn3 {
  background-image: url(../img/top/biz-bg3.jpg);
}
#topBiz .topBizBtn.btn4 {
  background-image: url(../img/top/biz-bg4.jpg);
}
@media screen and (max-width: 899px) {
  #topBiz .topBizBtns {
    max-width: 470px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #topBiz .topBizBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.8%;
            flex: 0 0 46.8%;
    max-width: 46.8%;
  }
  #topBiz .topBizBtn.btn1, #topBiz .topBizBtn.btn2 {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 479px) {
  #topBiz .topBizBtn > span {
    padding-top: 160%;
  }
  #topBiz .topBizBtn img {
    top: 20px;
  }
}
@media screen and (max-width: 369px) {
  #topBiz .topBizBtn > span {
    padding-top: 200%;
  }
}

/*topNews
----------------------------- */
#topNews {
  padding: 0 10px 75px;
  width: 100%;
  margin: 0 auto;
  max-width: 1070px;
  position: relative;
}
@media screen and (min-width: 900px) {
  #topNews .btnDetail {
    position: absolute;
    top: 15px;
    right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #topNews .btnDetail {
    position: absolute;
    top: 15px;
    right: 10px;
  }
}
@media screen and (max-width: 599px) {
  #topNews .btnDetail {
    width: 165px;
    display: block;
    margin: 20px auto 0;
  }
}

/*topTieup
----------------------------- */
#topTieup {
  padding: 0 0 100px;
  overflow: hidden;
}

#tieupSlider .slick-slide {
  margin: 0 10px;
}

/*topHouse
----------------------------- */
#topHouse {
  padding: 60px 10px 57px;
  position: relative;
}
#topHouse .topHosInner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#topHouse .topHosBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#topHouse .topHosBtn {
  position: relative;
}
#topHouse .topHosHover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  line-height: 1.4;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  #topHouse:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #topHouse:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #topHouse .topHosInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topHouse .topHosInner > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
  }
  #topHouse .topHosBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #topHouse .topHosHover {
    opacity: 0;
    -webkit-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
  }
  #topHouse .topHosBtnInner {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 70%;
  }
  #topHouse .topHosBtnInner > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;object-position:center center;";
  }
  #topHouse .topHosBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    margin-top: 10px;
    max-width: 151px;
  }
  #topHouse .topHosBtn:nth-child(1), #topHouse .topHosBtn:nth-child(2), #topHouse .topHosBtn:nth-child(3) {
    margin-top: 0;
  }
  #topHouse .topHosBtn:hover .topHosHover {
    opacity: 1;
  }
}
@media screen and (max-width: 899px) {
  #topHouse {
    padding: 0 10px;
  }
  #topHouse:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #topHouse:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #topHouse .topHosInner {
    max-width: 480px;
    margin: 0 auto;
  }
  #topHouse .topHosBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #topHouse .topOrder, #topHouse .topReform {
    padding: 40px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #topHouse .topHosBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    margin-top: 10px;
    max-width: 151px;
  }
  #topHouse .topHosBtn:nth-child(1), #topHouse .topHosBtn:nth-child(2), #topHouse .topHosBtn:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  #topHouse .topHosBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    margin-top: 10px;
    max-width: 151px;
  }
  #topHouse .topHosBtn:nth-child(1), #topHouse .topHosBtn:nth-child(2), #topHouse .topHosBtn:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  #topHouse .topHosBox {
    max-width: 315px;
    margin: 0 auto;
  }
  #topHouse .topHosBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-top: 10px;
    max-width: 151px;
  }
  #topHouse .topHosBtn:nth-child(1), #topHouse .topHosBtn:nth-child(2) {
    margin-top: 0;
  }
  #topHouse .topHosBtn:nth-child(3) {
    margin-top: 10px;
  }
}

/*topInsta
----------------------------- */
#topInsta .topInstaInner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  #topInsta .instagram__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 900px) {
  #topInsta .instagram__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}

.member-link-waku {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.member-link {
  background-color: #649834;
  padding: 5px 10px;
  margin: 0 auto 15px;
  max-width: 1000px;
}

.member-link-head {
  text-align: center;
  font-weight: bold;
}

.member-link-contents {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.member-link-contents a {
  white-space: nowrap;
}

/* ===========================================================================

/assets/sass/page/_about.scss

=========================================================================== */
/*abtBox1
----------------------------- */
@media screen and (min-width: 900px) {
  .abtBox1 {
    position: relative;
    min-height: 630px;
  }
  .abtBox1Cont {
    width: 620px;
  }
  .abtBox1Ph {
    position: absolute;
    width: 570px;
    top: 0;
    left: 620px;
  }
}
@media screen and (max-width: 899px) {
  .abtBox1Ph {
    margin-top: 20px;
    text-align: center;
  }
  .abtBox1Ph img {
    max-width: 500px;
    width: 100%;
  }
}

/*abtBox2
----------------------------- */
@media screen and (min-width: 900px) {
  .abtBox2 {
    position: relative;
  }
  .abtBox2Cont {
    width: 620px;
  }
  .abtBox2Ph {
    position: absolute;
    width: 176px;
    top: 0;
    left: 740px;
  }
}
@media screen and (max-width: 899px) {
  .abtBox2Ph {
    margin-top: 20px;
    text-align: center;
  }
  .abtBox2Ph img {
    width: 140px;
  }
}

/*abtMess
----------------------------- */
.abtMess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.abtMessChro {
  background-color: #f2f2f2;
  padding: 10px 0;
}
.abtMessChro table {
  width: 100%;
}
.abtMessChro table th, .abtMessChro table td {
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 15px;
  line-height: 1.3;
}
.abtMessChro table th {
  width: 40%;
}
.abtMessChro table td {
  width: 60%;
}
@media screen and (min-width: 900px) {
  .abtMessThumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
  .abtMessThumb.phRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .abtMessCont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 270px);
            flex: 0 0 calc(100% - 270px);
    width: calc(100% - 270px);
    max-width: calc(100% - 270px);
  }
}
@media screen and (max-width: 899px) {
  .abtMess {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .abtMessThumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
    max-width: 180px;
  }
  .abtMessSmtTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
    max-width: 63%;
  }
  .abtMessCont {
    margin-top: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/*abtTel
----------------------------- */
.abtTel {
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
  padding-left: 10px;
  padding-right: 10px;
}
.abtTel table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  margin-bottom: 10px;
}
.abtTel table th {
  background-color: #ececec;
}
.abtTel table th, .abtTel table td {
  text-align: center;
  padding: 5px 9px;
  line-height: 1.2;
}

/* ===========================================================================

/assets/sass/page/_member.scss

=========================================================================== */
/*memCatch
----------------------------- */
.memCatch h2 {
  color: #d90012;
  font-family: "Airlines";
  font-size: 40px;
}
.memCatch p {
  font-family: "Sawarabi Mincho", serif;
  font-size: 25px;
  letter-spacing: 0.34em;
  line-height: 3;
}
@media screen and (min-width: 900px) {
  .memCatch {
    position: relative;
    padding: 50px 0 30px;
    min-height: 432px;
  }
  .memCatch:before {
    content: url(../img/member/bg1.jpg);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 420px;
  }
  .memCatch h2 {
    position: relative;
    z-index: 2;
  }
  .memCatch p {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 899px) {
  .memCatch {
    background: url(../img/member/bg1.jpg) no-repeat right top/90% auto;
    padding: 40px 15px;
  }
}
@media screen and (max-width: 599px) {
  .memCatch h2 {
    font-size: 36px;
  }
  .memCatch p {
    font-size: 18px;
  }
  .memCatch p br {
    display: none;
  }
}

/*memArc
----------------------------- */
.memArc {
  padding: 40px 10px;
}
.memArcTit {
  font-family: "Airlines";
  font-size: 75px;
}
.memArcSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.memArcSub .icn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}
.memArcSub .txt {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.memArcAdd {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.memArcEx {
  padding: 5px 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #333333;
  position: relative;
}
.memArcEx .btnDetail {
  position: absolute;
  bottom: -15px;
  right: 10px;
}
.memArcEx:before {
  content: "";
  display: block;
  line-height: 1;
  width: 0;
  height: 0;
  border-bottom: 10px solid #333333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 0 solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}
.memArcEx:after {
  content: "";
  display: block;
  line-height: 1;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 0 solid transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  z-index: 2;
}
.memArc.type1 .memArcTit {
  color: #c6c6c6;
}
.memArc.type1 .memArcEx:after {
  border-bottom: 10px solid #fff;
}
.memArc.type2 {
  background-color: #ececec;
}
.memArc.type2 .memArcTit {
  color: #fff;
}
.memArc.type2 .memArcEx:after {
  border-bottom: 10px solid #ececec;
}
@media screen and (min-width: 900px) {
  .memArcInner {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .memArcCont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
  }
  .memArcPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .memArcTit {
    position: absolute;
    top: 0;
    line-height: 1;
    vertical-align: bottom;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .memArc.type1 .memArcTit {
    left: -10px;
  }
  .memArc.type2 .memArcTit {
    right: 35px;
  }
  .memArc.type2 .memArcPh {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 899px) {
  .memArcTit {
    line-height: 1;
  }
  .memArcCont {
    margin-bottom: 30px;
  }
  .memArc.type2 .memArcTit {
    text-align: right;
  }
}

/*memProBox
----------------------------- */
.memProBox {
  background: url(../img/member/company/bg.png) repeat;
  padding: 60px 10px 70px;
}
.memProBoxInner {
  max-width: 850px;
  margin: 0 auto;
}

/*memContact
----------------------------- */
.memContact {
  max-width: 405px;
  margin: 0 auto 50px;
}

.memTel {
  color: #d90012;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  text-align: center;
  line-height: 1;
}
.memTel small {
  font-size: 34px;
  font-style: italic;
  line-height: 1;
}
.memTel strong {
  font-size: 52px;
  font-style: italic;
  line-height: 1;
}

.memHour {
  color: #d90012;
  font-size: 16px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 20px;
}

/*memBanners
----------------------------- */
@media screen and (min-width: 480px) {
  .memBanners {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .memBanners .memBanner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 3px;
  }
}
@media screen and (max-width: 599px) {
  .memBanners {
    margin-bottom: 40px;
  }
  .memBanners .memBanner {
    display: block;
    margin: 15px auto 0;
  }
}

/*memNews
----------------------------- */
.memNews {
  border: 1px solid #c2c2c2;
  padding: 15px 5px;
  margin-bottom: 100px;
}
.memNewsTit {
  font-size: 18px;
  text-align: center;
}
.memNewsCont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.memNewsCont li .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  min-width: 130px;
}
.memNewsCont li .link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 900px) {
  .memNewsCont li .link:hover {
    color: #d90012;
    text-decoration: underline;
  }
}
@media screen and (min-width: 900px) {
  .memNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .memNewsTit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    padding-right: 40px;
  }
  .memNewsCont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 899px) {
  .memNews {
    padding: 10px 5px;
  }
  .memNewsTit {
    margin-bottom: 10px;
  }
  .memNewsCont li .date {
    text-align: center;
  }
}

/*memComInfo
----------------------------- */
.memComInfo {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .memComInfo {
    border-bottom: 1px solid #c2c2c2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .memComInfo .memComInfoBox1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
    border-right: 1px dotted #c2c2c2;
  }
  .memComInfo .memComInfoBox2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
  }
  .memComInfo .memComInfoBox3 {
    border-top: 1px solid #c2c2c2;
    padding-top: 15px;
    margin-top: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .memComInfo .memComInfoBox3 td ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .memComInfo .memComInfoBox3 td ul li {
    line-height: 1.5;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 899px) {
  .memComInfo .memComInfoBox3 td li {
    margin-bottom: 5px;
  }
}

/*memMap
----------------------------- */
.memMap {
  position: relative;
  width: 100%;
  padding-top: 35%;
}
.memMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 899px) {
  .memMap {
    padding-top: 66%;
  }
}

/*memMess
----------------------------- */
@media screen and (min-width: 900px) {
  .memMess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .memMessCont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .memMessCont h2 {
    font-size: 20px;
    letter-spacing: 0.24em;
  }
  .memMessPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
    padding-left: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 899px) {
  .memMess {
    overflow: hidden;
  }
  .memMessCont h2 {
    font-size: 20px;
    letter-spacing: 0.24em;
  }
  .memMessPh {
    float: right;
    margin: 0 0 5px 5px;
    width: 240px;
  }
}
@media screen and (max-width: 899px) and (max-width: 599px) {
  .memMessPh {
    width: 180px;
  }
}
@media screen and (max-width: 899px) and (max-width: 479px) {
  .memMessCont h2 {
    font-size: 16px;
    letter-spacing: 0.15em;
  }
  .memMessPh {
    width: 100px;
  }
  .memMessPh p {
    font-size: 12px;
    line-height: 1.4;
  }
  .memMessPh p em {
    font-size: 16px;
  }
}
@media screen and (max-width: 899px) and (max-width: 369px) {
  .memMessPh {
    width: 80px;
  }
}

/*memAbt
----------------------------- */
.memAbt {
  border: 1px solid #808080;
  padding: 60px 30px 30px;
  position: relative;
  margin-bottom: 50px;
}
.memAbt .memAbtTit {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}
.memAbt .memAbtTit > span {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  background-color: #fff;
}
.memAbtPh {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .memAbt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .memAbtPh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .memAbtCont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 899px) {
  .memAbt {
    padding: 50px 15px 20px;
  }
  .memAbtCont {
    margin-bottom: 30px;
  }
}

/* ===========================================================================

/assets/sass/page/_house.scss

=========================================================================== */
/*#houWrap
----------------------------- */
#houWrap {
  max-width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
#houWrap .houTabItem {
  font-size: 20px;
  letter-spacing: 0.2em;
  position: relative;
  cursor: pointer;
}
#houWrap .houTabItem.current {
  color: #d90012;
}
#houWrap .houTabItem.current:after {
  background-color: #d90012;
}
#houWrap .houTabItem:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1a1a1a;
}
@media screen and (min-width: 900px) {
  #houWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #houWrap .houTab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
  }
  #houWrap .houTabItem {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
  }
  #houWrap .houTabItem:after {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
  }
  #houWrap .houTabItem:hover:after {
    content: none;
  }
  #houWrap .houMain {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 60px;
  }
}
@media screen and (max-width: 899px) {
  #houWrap .houTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
  #houWrap .houTabItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 15px;
    line-height: 1.3;
  }
  #houWrap .houTabItem:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #houWrap .houTab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #houWrap .houTabItem {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 13px;
  }
}

/*houCatch
----------------------------- */
.houCatch h2 {
  color: #d90012;
  font-family: "Airlines";
  font-size: 40px;
}
.houCatch p {
  font-family: "Sawarabi Mincho", serif;
  font-size: 25px;
  letter-spacing: 0.34em;
  line-height: 3;
}
@media screen and (min-width: 900px) {
  .houCatch {
    position: relative;
    min-height: 334px;
  }
  .houCatch figure {
    top: 0;
    left: 480px;
    position: absolute;
    z-index: 1;
    width: 692px;
  }
  .houCatch h2 {
    position: relative;
    z-index: 2;
    width: 470px;
  }
  .houCatch p {
    position: relative;
    z-index: 2;
    width: 470px;
  }
}
@media screen and (max-width: 899px) {
  .houCatch figure {
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .houCatch h2 {
    font-size: 36px;
  }
  .houCatch p {
    font-size: 18px;
  }
  .houCatch p br {
    display: none;
  }
}

/*houBox1
----------------------------- */
@media screen and (min-width: 900px) {
  .houBox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .houBox1 .txt1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .houBox1 .txt2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .houBox1 .ph {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (max-width: 899px) {
  .houBox1 .ph {
    margin-top: 15px;
    text-align: center;
  }
}

/*houBox2
----------------------------- */
@media screen and (min-width: 900px) {
  .houBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .houBox2 .ph {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  .houBox2 .txt1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
}
@media screen and (max-width: 899px) {
  .houBox2 .ph {
    margin-bottom: 15px;
    text-align: center;
  }
}

/*houBox3
----------------------------- */
@media screen and (min-width: 900px) {
  .houBox3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .houBox3 .ph {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .houBox3 .txt1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
@media screen and (max-width: 899px) {
  .houBox3 .ph {
    margin-top: 15px;
    text-align: center;
  }
}

/*houBox4
----------------------------- */
.houBox4Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.houBox4Tit {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-right: 30px;
}
.houBox4Cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 900px) {
  .houBox4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .houBox4Item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 100px);
            flex: 0 0 calc(50% - 100px);
    width: calc(50% - 100px);
    max-width: 400px;
    margin: 0 50px 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .houBox4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .houBox4Tit {
    margin-right: 10px;
  }
  .houBox4Item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
    max-width: 400px;
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .houBox4Tit {
    margin-right: 10px;
  }
  .houBox4Item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}



/*limited
----------------------------- */
.limitedCont {
    width: 100%;
    max-width: 920px;
    margin: 60px auto 0;
    padding: 0 10px;
    font-family: "Sawarabi Mincho", serif;
    position: relative;
}
.limitedCont h2.limitedTit01 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.limitedCont h2.limitedTit01 span.en {
    color: #d90012;
    font-size: 24px;
    font-family: 'bradley';
    font-weight: bold;
}
.limitedCont .limitedbox {
    border: 1.5px solid #000;
    margin-bottom: 60px;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 1.6;
}
.limitedCont .limitedTit02 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.8;
}
.limitedCont .limitedTit02 span.en {
    color: #d90012;
    font-size: 24px;
    font-family: 'bradley';
    font-weight: bold;
    letter-spacing: 0.1em;
}
.limitedCont .limitedList {
    display: flex;
    margin-bottom: 50px;
}
.limitedCont .limitedList li {
    width: 32%;
    margin-right: 2%;
}
.limitedCont .limitedList li:last-child {
    margin-right: 0;
}
.limitedCont .limitedList li img {
    width: 100%;
    height: auto;
}
.limitedCont .limitedList li .limitedListTxt {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}

.limitedGray {
    background: #e5e5e5;
    width: 100%;
    padding: 70px 0 80px;
    font-family: "Sawarabi Mincho", serif;
}
.limitedGray .limitedGrayInner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.limitedGray h2.limitedGrayTit {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
}
.limitedGray .limitedGrayStep {
    display: flex;
    margin-bottom: 60px;
}
.limitedGray .limitedGrayStep li {
    width: 33.3333%;
    padding: 1% 2% 0;
    position: relative;
}
.limitedGray .limitedGrayStep li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -2.5%;
    background: url("../img/limited/bg_step.png") no-repeat right center;
    width: 12px;
    height: 214px;
}
.limitedGray .limitedGrayStep li:first-child .limitedGrayTxt01 {
    margin-top: 50px;
}
.limitedGray .limitedGrayStep li:last-child {
    margin-right: 0;
}
.limitedGray .limitedGrayStep li:last-child:after {
    display: none;
}
.limitedGray .limitedGrayStep li .limitedGrayNo {
    margin-bottom: 10px;
    text-align: center;
    color: #d90012;
    font-size: 28px;
    font-family: 'bradley';
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.limitedGray .limitedGrayStep li .limitedGrayTxt01 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
}
.limitedGray .limitedGrayStep li .limitedGrayTxt02 {
    font-size: 16px;
    line-height: 1.5;
}
.limitedGray .limitedGrayStep li .limitedGrayPre {
    overflow: hidden;
}
.limitedGray .limitedGrayStep li .limitedGrayPre figure {
    width: 42%;
    float: left;
}
.limitedGray .limitedGrayStep li .limitedGrayPre figure img {
    width: 100%;
    height: auto;
}
.limitedGray .limitedGrayStep li .limitedGrayPre figure + p {
    width: 55%;
    float: right;
    font-size: 16px;
    line-height: 1.5;
}
.limitedGray .limitedGrayBtn {
    width: 550px;
    margin: 0 auto;
}
.limitedGray .limitedGrayBtn a {
    display: block;
    background: #d90013;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
@media screen and (max-width: 599px) {
    .limitedCont {
        margin: 8% auto 0;
    }
    .limitedCont h2.limitedTit01 {
        margin-bottom: 6%;
        font-size: 5.5vw;
    }
    .limitedCont h2.limitedTit01 span.en {
        font-size: 4.5vw;
    }
    .limitedCont .limitedbox {
        border: 1px solid #000;
        margin-bottom: 10%;
        padding: 3% 3%;
        font-size: 14px;
    }
    .limitedCont .limitedTit02 {
        margin-bottom: 3%;
        font-size: 14px;
    }
    .limitedCont .limitedTit02 span.en {
        font-size: 4.5vw;
    }
    .limitedCont .limitedList {
        display: flex;
        margin-bottom: 50px;
    }
    .limitedCont .limitedList li {
        width: 32%;
        margin-right: 2%;
    }
    .limitedCont .limitedList li .limitedListTxt {
        padding-top: 5%;
        font-size: 11px;
        line-height: 1.6;
    }
    .limitedCont .spDisNon {
        display: none;
    }

    .limitedGray {
        padding: 8% 0;
    }
    .limitedGray .limitedGrayInner {
        max-width: 90%;
    }
    .limitedGray h2.limitedGrayTit {
        margin-bottom: 6%;
        font-size: 4.5vw;
        line-height: 1.6;
    }
    .limitedGray .limitedGrayStep {
        display: block;
        margin-bottom: 10%;
    }
    .limitedGray .limitedGrayStep li {
        width: 96%;
        margin-bottom: 15%;
        padding: 0 2%;
    }
    .limitedGray .limitedGrayStep li:after {
        top: auto;
        bottom: -40px;
        right: 0;
        background: url("../img/limited/bg_step_sp.png") no-repeat center center;
        width: 100%;
        height: 12px;
        text-align: center;
    }
    .limitedGray .limitedGrayStep li:first-child .limitedGrayTxt01 {
        margin-top: 0;
    }
    .limitedGray .limitedGrayStep li:last-child {
        margin: 0;
    }
    .limitedGray .limitedGrayStep li .limitedGrayNo {
        margin-bottom: 3%;
        font-size: 5.5vw;
    }
    .limitedGray .limitedGrayStep li .limitedGrayTxt01 {
        margin-bottom: 3%;
        font-size: 20px;
        line-height: 1.5;
    }
    .limitedGray .limitedGrayStep li .limitedGrayTxt02 {
        text-align: center;
        font-size: 13px;
        line-height: 1.6;
    }
    .limitedGray .limitedGrayStep li .limitedGrayPre {
        width: 90%;
        margin: 0 auto;
    }
    .limitedGray .limitedGrayStep li .limitedGrayPre figure {
        width: 35%;
    }
    .limitedGray .limitedGrayStep li .limitedGrayPre figure + p {
        width: 60%;
        font-size: 13px;
        line-height: 1.6;
    }
    .limitedGray .limitedGrayBtn {
        width: 80%;
    }
    .limitedGray .limitedGrayBtn a {
        padding: 4% 0;
        font-size: 16px;
    }
}

.hdr_fixed_bnr {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99;
}
.pc-only,.sp-only{
  display:none;
}
@media screen and (min-width:601px) {
  .pc-only {
    display: block!important;
  }
}
@media screen and (max-width:600px) { 
  .hdr_fixed_bnr {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
  }
  .sp-only {
    display: block!important;
  }
}

/* 20230613 ABテストチラシ */

.abtest{
  display: flex;
  flex-direction: column-reverse;
  padding: 0 10px 40px;
}

.abtest_text {
  padding: 20px;
}
.abtest_text p{
  margin-bottom: 1em;
}

.abtest div h2 {
  font-weight: bold;
  position: relative;
  border-bottom: 6px solid #fff67f;
  margin-bottom: 1em;
  font-size: 2rem;
}

.abtest div h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #fbd13f;
}

/* PC */
@media screen and (min-width: 900px) {
  .abtest {
    justify-content: center;
    flex-direction: row;
  }
  .abtest div {
    width: 600px;
  }
}
