@charset "UTF-8";
/* Reset Style */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.25;
  word-break: break-all;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}
ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* ----------------------------------------------------------------
    link
  ----------------------------------------------------------------- */
a {
  color: #333;
  outline: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.disable {
  cursor: default;
}
a:visited {
  text-decoration: none;
}
a.disable:hover {
  text-decoration: none;
}
a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}
a.default:visited {
  color: #800080;
}
a.default:active {
  color: #ff8000;
}
a.default:hover {
  color: #b80120;
}
.no-link {
  opacity: 0.5;
  pointer-events: none; /*リンクを非リンクに変える*/
  cursor: default; /*マウスカーソルを矢印のまま変えない*/
  text-decoration: none; /*下線を消す*/
}
.link-btn {
  background: #fff;
  border: 2px solid #4a8ccc;
  border-radius: 33px;
  color: #3878b4;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 200px;
}
.link-btn a {
  color: #3878b4;
}
.link-btn:hover {
  background: #4a8ccc;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
/* ----------------------------------------------------------------
    common
  ----------------------------------------------------------------- */
html {
  overflow-x: hidden;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
body {
  background-color: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
.txt-link a {
  text-decoration: underline;
}
.txt-link a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------
    PageTop
  ----------------------------------------------------------------- */
#pagetop-area {
  background-color: #3878b5;
  padding: 20px 0;
  width: 100%;
}
#pagetop-area p {
  color: #fff;
  text-align: center;
}
#pagetop-area a {
  color: #fff;
}

/* ----------------------------------------------------------------
    youtubeレスポンシブ
  ----------------------------------------------------------------- */
.movie-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .display-tb {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hidden-tb {
    display: none !important;
  }
}
/* ----------------------------------------
* header
---------------------------------------- */


/* ----------------------------------------------------------------
    sp-ナビ
  ----------------------------------------------------------------- */
/*----------ハンバーガーアイコン----------*/
.header {
  background-color: #fff;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.3);
  display: none;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1266px) {
  .header {
    display: block;
    position: fixed;
    top: 0;
  }
  nav {
    padding: 10px 0;
  }
  .sp-logo {
    position: fixed;
    display: block;
    width: 207px;
    top: 20px;
    left: 25px;
    margin-top: 0px;
    z-index: 99999;
  }
  .hamburger {
    position: fixed;
    display: block;
    width: 32px;
    height: 20px;
    top: 25px;
    right: 25px;
    margin-top: 0px;
    z-index: 99999;
    transition: all .4s;
    box-sizing: border-box;
  }
  .hamburger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
  }
  .active span {
    background-color: #fff;
  }
  .hamburger span:nth-of-type(1) {
    top: 0;
  }
  .hamburger span:nth-of-type(2) {
    top: 9px;
  }
  .hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .hamburger span:nth-of-type(1) {
    -webkit-animation: menu-ber01 .75s forwards;
    animation: menu-ber01 .75s forwards;
  }
  .hamburger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  .hamburger span:nth-of-type(3) {
    -webkit-animation: menu-ber02 .75s forwards;
    animation: menu-ber02 .75s forwards;
  }
  .active span:nth-of-type(1) {
    -webkit-animation: active-menu-ber01 .75s forwards;
    animation: active-menu-ber01 .75s forwards;
  }
  .active span:nth-of-type(2) {
    opacity: 0;
  }
  .active span:nth-of-type(3) {
    -webkit-animation: active-menu-ber03 .75s forwards;
    animation: active-menu-ber03 .75s forwards;
  }
  @-webkit-keyframes menu-ber01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-ber01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-ber02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-ber02 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-menu-ber01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
    }
  }
  @keyframes active-menu-ber01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(10px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-ber03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-menu-ber03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
  /*----------ナビゲーション----------*/
  #navigation {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
  }
  #navigation .navigation_inner {
    background-color: #fff;
    display: table;
    width: 257px;
    height: 100%;
  }
  #navigation .navigation_inner .navigation_menu {
    display: table-cell;
    vertical-align: middle;
  }
  #navigation .navigation_inner .navigation_menu .navigation_item {
    width: 100%;
    height: 20px;
    margin: 0 auto;
  }
  #navigation .navigation_inner .navigation_menu .navigation_item {
    width: 100%;
    height: 63px;
  }
  #navigation .navigation_inner .navigation_menu .navigation_item:first-child {
    margin-top: 0;
  }
  #navigation .navigation_inner .navigation_menu .navigation_item a {
    display: block;
    position: relative;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #333;
    line-height: 2;
    text-align: center;
  }
  #navigation .navigation_inner .navigation_menu .navigation_item a:hover {
    color: #3878b4;
  }
  #navigation .navigation_inner .navigation_menu .off {
    display: block;
    position: relative;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #ccc;
    line-height: 2;
    text-align: center;
  }
  #navigation .navigation_inner .navigation_menu .sns-icon {
    font-size: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .active span {
    background-color: #333;
  }
  #navigation .navigation_inner {
    width: calc(100% - 0px);
  }
}
/* ----------------------------------------------------------------
    footer
  ----------------------------------------------------------------- */
#sitemap-area .outer {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1276px;
  width: 100%;
}
#sitemap-area .outer .inner-left {
  width: 40%;
}
#sitemap-area .outer .inner-left img {
  margin: 0 auto;
  max-width: 406px;
  width: 100%;
}
#sitemap-area .outer .inner-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
}
#sitemap-area .outer .inner-right .box {
  border-left: 1px solid #3878b5;
  font-size: 14px;
  padding-left: 20px;
  line-height: 2;
  width: 25%;
}
#footer-area {
  background-color: #333;
}
#footer .add {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1276px;
  padding: 50px 0;
  width: 100%;
}
#footer .add .box {
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  width: 33.3%
}
#footer .add .box:last-child {
  border-right: none;
}
#footer .add dl {
  align-items: center;
  display: flex;
}
#footer .add dt {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  margin-right: 10px;
  padding: 6px 15px;
}
#footer .add dd {
  color: #fff;
  font-size: 14px;
}
#footer .inner-copyright {
  font-size: 14px;
  margin: 0 auto;
  max-width: 1276px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
#footer .inner-copyright .box ul {
  color: #fff;
  display: flex;
}
#footer .inner-copyright .box ul a {
  color: #fff;
}
#footer .inner-copyright .box ul li {
  border-right: 1px solid #fff;
  padding-right: 50px;
}
#footer .inner-copyright .box ul li:last-child {
  border-right: none;
  padding-left: 50px;
}
#footer .inner-copyright .copyright {
  color: #fff;
}
@media only screen and (max-width: 1266px) {
  #sitemap-area .outer {
    display: block;
  }
  #sitemap-area .outer .inner-left {
    margin: 0 auto 50px;
    width: 90%;
  }
  #sitemap-area .outer .inner-left img {
    display: block;
    margin: 0 auto;
  }
  #sitemap-area .outer .inner-right {
    width: 100%;
  }
  #footer .add {
    display: block;
  }
  #footer .add .box {
    border-right: none;
    display: block;
    margin: 10px 0;
    width: 100%
  }
  #footer .add .box:last-child {
  }
  #footer .add dl {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  #footer .add dt {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 6px 15px;
  }
  #footer .add dd {
    color: #fff;
    font-size: 14px;
  }
  #footer .inner-copyright {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  #footer .inner-copyright .box ul {
    display: block;
    margin-bottom: 10px;
  }
  #footer .inner-copyright .box ul a {
    color: #fff;
  }
  #footer .inner-copyright .box ul li {
    border-right: none;
    padding-right: 0px;
  }
  #footer .inner-copyright .box ul li:last-child {
    border-right: none;
    padding-left: 50px;
  }
  #footer .inner-copyright .copyright {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #sitemap-area .outer .inner-right .box {
    font-size: 14px;
    width: 50%;
  }
}
/* ----------------------------------------------------------------
    第二階層
  ----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    CSSアニメーション
  ----------------------------------------------------------------- */
.fade-in-first {
  opacity: 0; /* 透明 */
  animation-delay: 0.5s;
  animation-duration: 1s; /* アニメーション時間 */
  animation-name: fadein; /* アニメーション名 */
  animation-fill-mode: forwards;
}
.fade-in {
  opacity: 0; /* 透明 */
}
.fade-in.active {
  animation-delay: 0.5s;
  animation-duration: 1s; /* アニメーション時間 */
  animation-name: fadein; /* アニメーション名 */
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0; /* 透明 */
  }
  100% {
    opacity: 1; /* 透明 */
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0; /* 透明 */
  }
  100% {
    opacity: 1; /* 透明 */
  }
}
.fade-out {
  opacity: 1; /* 透明 */
}
.fade-out.active {
  animation-delay: 0.5s;
  animation-duration: 1s; /* アニメーション時間 */
  animation-name: fadeout; /* アニメーション名 */
  animation-fill-mode: forwards;
}
@keyframes fadeout {
  0% {
    opacity: 1; /* 透明 */
  }
  100% {
    opacity: 0; /* 透明 */
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1; /* 透明 */
  }
  100% {
    opacity: 0; /* 透明 */
  }
}
.slide-in-first {
  display: inline-block;
  position: relative;
}
.slide-in-first::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  animation-name: slidein, slideout;
  animation-duration: .5s;
  animation-delay: 0s, .5s;
  animation-timing-function: cubic-bezier(.75, 0, .2, 1);
  animation-fill-mode: backwards, forwards;
}
.slide-in {
  display: inline-block;
  position: relative;
}
.slide-in.active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  animation-name: slidein, slideout;
  animation-duration: .5s;
  animation-delay: 0s, .5s;
  animation-timing-function: cubic-bezier(.75, 0, .2, 1);
  animation-fill-mode: backwards, forwards;
}
body.food .slide-in.active::before {
  background-color: #fff;
}
@keyframes slidein {
  0% {
    transform-origin: 0 0;
    transform: scale3d(0, 1, 1);
  }
  100% {
    transform-origin: 0 0;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideout {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
}
.slide-in-inr-first {
  visibility: hidden;
  animation-name: show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.slide-in-inr {
  visibility: hidden;
}
.slide-in-inr.active {
  animation-name: show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes show {
  0%, 50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.focus-in-first {
  opacity: 0; /* 透明 */
  -webkit-animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation-fill-mode: forwards;
}
.focus-in {
  opacity: 0; /* 透明 */
}
.focus-in.active {
  -webkit-animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation-fill-mode: forwards;
}
@-webkit-keyframes focusin {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focusin {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* IE対応 */
@media screen\0 {
  .fade-in {
    opacity: 1;
  }
  .slide-in-inr-first {
    visibility: visible;
  }
  .slide-in-inr {
    visibility: visible;
  }
  .focus-in {
    opacity: 1;
  }
  .focus-in-first {
    opacity: 1;
  }
}
/**************************************************************

width指定

***************************************************************/
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w270 {
  width: 270px;
}
.w280 {
  width: 280px;
}
.w290 {
  width: 280px;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w380 {
  width: 380px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w470 {
  width: 470px;
}
.w480 {
  width: 480px;
}
.w490 {
  width: 490px;
}
.w500 {
  width: 500px;
}
.w510 {
  width: 500px;
}
.w520 {
  width: 520px;
}
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w570 {
  width: 570px;
}
.w580 {
  width: 580px;
}
.w590 {
  width: 590px;
}
.w600 {
  width: 600px;
}
.w670 {
  width: 670px;
}
.w700 {
  width: 700px;
}
.w800 {
  width: 800px;
}
.w900 {
  width: 800px;
}
.w950 {
  width: 950px;
}
.w960 {
  width: 960px;
}
.w970 {
  width: 970px;
}
.w980 {
  width: 980px;
}
/**************************************************************

margin指定

***************************************************************/
/* margin-all*/
.m-a-0 {
  margin: 0;
}
.m-a-5 {
  margin: 5px;
}
.m-a-10 {
  margin: 10px;
}
.m-a-15 {
  margin: 15px;
}
.m-a-20 {
  margin: 20px;
}
.m-a-25 {
  margin: 25px;
}
.m-a-30 {
  margin: 30px;
}
.m-a-40 {
  margin: 40px;
}
.m-a-50 {
  margin: 50px;
}
.m-a-60 {
  margin: 60px;
}
/* margin-x */
.m-x-0 {
  margin: 0 0;
}
.m-x-5 {
  margin: 0 5px;
}
.m-x-10 {
  margin: 0 10px;
}
.m-x-15 {
  margin: 0 15px;
}
.m-x-20 {
  margin: 0 20px;
}
.m-x-25 {
  margin: 0 25px;
}
.m-x-30 {
  margin: 0 30px;
}
.m-x-40 {
  margin: 0 40px;
}
.m-x-50 {
  margin: 0 50px;
}
.m-x-60 {
  margin: 0 60px;
}
/* margin-y */
.m-y-0 {
  margin: 0 0;
}
.m-y-5 {
  margin: 5px 0;
}
.m-y-10 {
  margin: 10px 0;
}
.m-y-15 {
  margin: 15px 0;
}
.m-y-20 {
  margin: 20px 0;
}
.m-y-25 {
  margin: 25px 0;
}
.m-y-30 {
  margin: 30px 0;
}
.m-y-40 {
  margin: 40px 0;
}
.m-y-50 {
  margin: 50px 0;
}
.m-y-60 {
  margin: 60px 0;
}
/*     margin-top */
.m-t-0 {
  margin-top: 0;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-60 {
  margin-top: 60px;
}
/* margin-right */
.m-r-0 {
  margin-right: 0;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-r-60 {
  margin-right: 60px;
}
/* margin-bottom */
.m-b-0 {
  margin-bottom: 0;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-60 {
  margin-bottom: 60px;
}
/* margin-left */
.m-l-0 {
  margin-left: 0;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-l-60 {
  margin-left: 60px;
}
/* margin-auto */
.m-auto {
  margin: 0 auto;
}
/**************************************************************

padding指定

***************************************************************/
/* padding-all */
.p-a-0 {
  padding: 0;
}
.p-a-5 {
  padding: 5px;
}
.p-a-10 {
  padding: 10px;
}
.p-a-15 {
  padding: 15px;
}
.p-a-20 {
  padding: 20px;
}
.p-a-25 {
  padding: 25px;
}
.p-a-30 {
  padding: 30px;
}
.p-a-40 {
  padding: 40px;
}
.p-a-50 {
  padding: 50px;
}
.p-a-60 {
  padding: 60px;
}
/* padding-x */
.p-x-0 {
  padding: 0 0;
}
.p-x-5 {
  padding: 0 5px;
}
.p-x-10 {
  padding: 0 10px;
}
.p-x-15 {
  padding: 0 15px;
}
.p-x-20 {
  padding: 0 20px;
}
.p-x-25 {
  padding: 0 25px;
}
.p-x-30 {
  padding: 0 30px;
}
.p-x-40 {
  padding: 0 40px;
}
.p-x-50 {
  padding: 0 50px;
}
.p-x-60 {
  padding: 0 60px;
}
/* padding-y */
.p-y-0 {
  padding: 0 0;
}
.p-y-5 {
  padding: 5px 0;
}
.p-y-10 {
  padding: 10px 0;
}
.p-y-15 {
  padding: 15px 0;
}
.p-y-20 {
  padding: 20px 0;
}
.p-y-25 {
  padding: 25px 0;
}
.p-y-30 {
  padding: 30px 0;
}
.p-y-40 {
  padding: 40px 0;
}
.p-y-50 {
  padding: 50px 0;
}
.p-y-60 {
  padding: 60px 0;
}
/* padding-top */
.p-t-0 {
  padding-top: 0;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-t-60 {
  padding-top: 60px;
}
/* padding-right */
.p-r-0 {
  padding-right: 0;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-r-60 {
  padding-right: 60px;
}
/* padding-bottom */
.p-b-0 {
  padding-bottom: 0;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-60 {
  padding-bottom: 60px;
}
/* padding-left */
.p-l-0 {
  padding-left: 0;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-60 {
  padding-left: 60px;
}
.f-s-10 {
  font-size: 77%;
}
.f-s-11 {
  font-size: 85%;
}
.f-s-12 {
  font-size: 93%;
}
.f-s-13 {
  font-size: 100%;
}
.f-s-14 {
  font-size: 108%;
}
.f-s-15 {
  font-size: 116%;
}
.f-s-16 {
  font-size: 123.1%;
}
.f-s-17 {
  font-size: 131%;
}
.f-s-18 {
  font-size: 138.5%;
}
.f-s-19 {
  font-size: 146.5%;
}
.f-s-20 {
  font-size: 153.9%;
}
.f-s-21 {
  font-size: 161.6%;
}
.f-s-22 {
  font-size: 167%;
}
.f-s-23 {
  font-size: 174%;
}
.f-s-24 {
  font-size: 182%;
}
.f-s-25 {
  font-size: 189%;
}
.f-s-26 {
  font-size: 197%;
}