@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
small, 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; }

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

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  color: #54371f;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #f6f5f6;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #f6f5f6; }

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

a {
  color: inherit;
  transition: all 0.3s ease-out;
  text-decoration: none; }
  a:hover {
    opacity: 0.7; }

ul {
  list-style: none; }

td > table {
  display: inline-table; }

[hidden] {
  display: none !important; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

#deqwas-collection-k {
  display: none; }

.o-header {
  position: relative;
  background-color: #b07647; }
  .o-header__slash-bg {
    background-image: url(../img/header/slash_bg.png);
    background-repeat: repeat;
    background-position: top center;
    background-size: auto; }
  .o-header__main-bg {
    max-width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background-image: url(../img/header/main.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto; }
    @media only screen and (max-width: 599px) {
      .o-header__main-bg {
        min-width: auto;
        background-image: url(../img/header/main_sp.png);
        background-size: contain; } }
  .o-header__inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto; }
  .o-header__catch {
    position: absolute;
    top: 3%;
    left: 0; }
    @media only screen and (max-width: 599px) {
      .o-header__catch {
        position: static;
        text-align: center;
        padding: 1em .5em 55%; } }
  .o-header__seiren {
    position: absolute;
    bottom: 0;
    left: -22%; }
    @media only screen and (max-width: 599px) {
      .o-header__seiren {
        display: none; } }
  .o-header__info {
    text-align: right; }
    @media only screen and (max-width: 599px) {
      .o-header__info {
        display: none; } }
    .o-header__info--sp {
      display: none;
      position: relative;
      z-index: 30; }
      @media only screen and (max-width: 599px) {
        .o-header__info--sp {
          display: block;
          text-align: center; } }

.c-header {
  background-color: #e4d7c8;
  border-bottom: 1px solid #bab0a8;
  position: sticky;
  top: 0; }
  @media only screen and (max-width: 599px) {
    .c-header {
      display: none; } }
  .c-header__area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto; }
  .c-header--mobile-mobile {
    position: sticky;
    top: 0; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important; }

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important; }

.sticky.sticky-fixed.is-absolute {
  position: absolute; }

.o-footer {
  padding: 2em 0;
  text-align: center; }
  .o-footer .copyright {
    font-size: 1rem; }

.c-toolbar {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 1.2rem; }
  @media only screen and (max-width: 599px) {
    .c-toolbar {
      display: none; } }
  .c-toolbar .o-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .c-toolbar .logo {
    display: flex;
    align-items: center; }
  .c-toolbar .fukidashi {
    margin-left: .25em; }
  .c-toolbar .box {
    display: flex; }
    .c-toolbar .box .sns {
      display: flex;
      text-align: right;
      align-items: center; }
      .c-toolbar .box .sns ul {
        list-style: none;
        display: inline-flex;
        align-items: center; }
      .c-toolbar .box .sns li {
        display: flex;
        align-items: center; }
        .c-toolbar .box .sns li:not(:first-child) {
          margin-left: .25em; }
    .c-toolbar .box .link {
      display: flex;
      list-style: none;
      line-height: 1em; }
      .c-toolbar .box .link a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        text-shadow: 0px 1px #d1d1d1; }
    .c-toolbar .box .item {
      padding: 1em;
      display: flex;
      align-items: center; }
      .c-toolbar .box .item + .c-toolbar .box .item {
        margin-left: 2px; }
    .c-toolbar .box .item-about {
      background-color: #7f7f7f; }
    .c-toolbar .box .item-registration {
      background-color: #3f8ded;
      padding: 1em; }
  .c-toolbar .sns {
    margin-right: .5em; }

.c-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5em 0; }
  @media only screen and (max-width: 599px) {
    .c-nav {
      flex-direction: column; } }
  .c-nav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 710px;
    margin: 0 .5em; }
  .c-nav__item {
    margin: .3em 0; }
    .c-nav__item a {
      display: block;
      width: 80px;
      height: 30px; }
    .c-nav__item a.link-none {
      pointer-events: none; }
    .c-nav__item--01 {
      background-image: url(../img/common/nav01_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--01.active, .c-nav__item--01:hover {
        background-image: url(../img/common/nav01_on.png); }
      .c-nav__item--01.current01 {
        background-image: url(../img/common/nav01_on.png); }
    .c-nav__item--02 {
      background-image: url(../img/common/nav02_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--02.active, .c-nav__item--02:hover {
        background-image: url(../img/common/nav02_on.png); }
      .c-nav__item--02.current02 {
        background-image: url(../img/common/nav02_on.png); }
    .c-nav__item--03 {
      background-image: url(../img/common/nav03_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--03.active, .c-nav__item--03:hover {
        background-image: url(../img/common/nav03_on.png); }
      .c-nav__item--03.current03 {
        background-image: url(../img/common/nav03_on.png); }
    .c-nav__item--04 {
      background-image: url(../img/common/nav04_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--04.active, .c-nav__item--04:hover {
        background-image: url(../img/common/nav04_on.png); }
      .c-nav__item--04.current04 {
        background-image: url(../img/common/nav04_on.png); }
    .c-nav__item--05 {
      background-image: url(../img/common/nav05_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--05.active, .c-nav__item--05:hover {
        background-image: url(../img/common/nav05_on.png); }
      .c-nav__item--05.current05 {
        background-image: url(../img/common/nav05_on.png); }
    .c-nav__item--06 {
      background-image: url(../img/common/nav06_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--06.active, .c-nav__item--06:hover {
        background-image: url(../img/common/nav06_on.png); }
      .c-nav__item--06.current06 {
        background-image: url(../img/common/nav06_on.png); }
    .c-nav__item--07 {
      background-image: url(../img/common/nav07_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--07.active, .c-nav__item--07:hover {
        background-image: url(../img/common/nav07_on.png); }
      .c-nav__item--07.current07 {
        background-image: url(../img/common/nav07_on.png); }
    .c-nav__item--08 {
      background-image: url(../img/common/nav08_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--08.active, .c-nav__item--08:hover {
        background-image: url(../img/common/nav08_on.png); }
      .c-nav__item--08.current08 {
        background-image: url(../img/common/nav08_on.png); }
    .c-nav__item--09 {
      background-image: url(../img/common/nav09_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--09.active, .c-nav__item--09:hover {
        background-image: url(../img/common/nav09_on.png); }
      .c-nav__item--09.current09 {
        background-image: url(../img/common/nav09_on.png); }
    .c-nav__item--010 {
      background-image: url(../img/common/nav010_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--010.active, .c-nav__item--010:hover {
        background-image: url(../img/common/nav010_on.png); }
      .c-nav__item--010.current010 {
        background-image: url(../img/common/nav010_on.png); }
    .c-nav__item--011 {
      background-image: url(../img/common/nav011_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--011.active, .c-nav__item--011:hover {
        background-image: url(../img/common/nav011_on.png); }
      .c-nav__item--011.current011 {
        background-image: url(../img/common/nav011_on.png); }
    .c-nav__item--012 {
      background-image: url(../img/common/nav012_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--012.active, .c-nav__item--012:hover {
        background-image: url(../img/common/nav012_on.png); }
      .c-nav__item--012.current012 {
        background-image: url(../img/common/nav012_on.png); }
    .c-nav__item--013 {
      background-image: url(../img/common/nav013_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--013.active, .c-nav__item--013:hover {
        background-image: url(../img/common/nav013_on.png); }
      .c-nav__item--013.current013 {
        background-image: url(../img/common/nav013_on.png); }
    .c-nav__item--014 {
      background-image: url(../img/common/nav014_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--014.active, .c-nav__item--014:hover {
        background-image: url(../img/common/nav014_on.png); }
      .c-nav__item--014.current014 {
        background-image: url(../img/common/nav014_on.png); }
    .c-nav__item--015 {
      background-image: url(../img/common/nav015_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--015.active, .c-nav__item--015:hover {
        background-image: url(../img/common/nav015_on.png); }
      .c-nav__item--015.current015 {
        background-image: url(../img/common/nav015_on.png); }
    .c-nav__item--016 {
      background-image: url(../img/common/nav016_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav__item--016.active, .c-nav__item--016:hover {
        background-image: url(../img/common/nav016_on.png); }
      .c-nav__item--016.current016 {
        background-image: url(../img/common/nav016_on.png); }
  .c-nav__prev a.link-none {
    pointer-events: none; }
  .c-nav__prev--none {
    display: none; }
  .c-nav__next a.link-none {
    pointer-events: none; }
  .c-nav__next--none {
    display: none; }

.sw-VisibilityHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important; }

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important; }

.sticky.sticky-fixed.is-absolute {
  position: absolute; }

.c-nav-mobile {
  display: none; }
  @media only screen and (max-width: 599px) {
    .c-nav-mobile {
      display: none;
      background-color: #e4d7c8;
      border-bottom: 1px solid #bab0a8;
      transform: translateY(-135%);
      transition: all 0.6s;
      height: 0;
      position: sticky;
      top: 72px;
      z-index: 10; }
      .c-nav-mobile.active {
        display: block;
        transform: translateY(0%);
        height: 100%;
        transition: all 0.6s; } }
  .c-nav-mobile__fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0.5em auto 0px; }
  .c-nav-mobile nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5em 0; }
  .c-nav-mobile__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 710px;
    margin: 0 .5em; }
  .c-nav-mobile__item {
    margin: .3em 0; }
    .c-nav-mobile__item a {
      display: block;
      width: 80px;
      height: 30px; }
    .c-nav-mobile__item a.link-none {
      pointer-events: none; }
    .c-nav-mobile__item--01 {
      background-image: url(../img/common/nav01_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--01.active, .c-nav-mobile__item--01:hover {
        background-image: url(../img/common/nav01_on.png); }
      .c-nav-mobile__item--01.current01 {
        background-image: url(../img/common/nav01_on.png); }
    .c-nav-mobile__item--02 {
      background-image: url(../img/common/nav02_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--02.active, .c-nav-mobile__item--02:hover {
        background-image: url(../img/common/nav02_on.png); }
      .c-nav-mobile__item--02.current02 {
        background-image: url(../img/common/nav02_on.png); }
    .c-nav-mobile__item--03 {
      background-image: url(../img/common/nav03_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--03.active, .c-nav-mobile__item--03:hover {
        background-image: url(../img/common/nav03_on.png); }
      .c-nav-mobile__item--03.current03 {
        background-image: url(../img/common/nav03_on.png); }
    .c-nav-mobile__item--04 {
      background-image: url(../img/common/nav04_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--04.active, .c-nav-mobile__item--04:hover {
        background-image: url(../img/common/nav04_on.png); }
      .c-nav-mobile__item--04.current04 {
        background-image: url(../img/common/nav04_on.png); }
    .c-nav-mobile__item--05 {
      background-image: url(../img/common/nav05_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--05.active, .c-nav-mobile__item--05:hover {
        background-image: url(../img/common/nav05_on.png); }
      .c-nav-mobile__item--05.current05 {
        background-image: url(../img/common/nav05_on.png); }
    .c-nav-mobile__item--06 {
      background-image: url(../img/common/nav06_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--06.active, .c-nav-mobile__item--06:hover {
        background-image: url(../img/common/nav06_on.png); }
      .c-nav-mobile__item--06.current06 {
        background-image: url(../img/common/nav06_on.png); }
    .c-nav-mobile__item--07 {
      background-image: url(../img/common/nav07_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--07.active, .c-nav-mobile__item--07:hover {
        background-image: url(../img/common/nav07_on.png); }
      .c-nav-mobile__item--07.current07 {
        background-image: url(../img/common/nav07_on.png); }
    .c-nav-mobile__item--08 {
      background-image: url(../img/common/nav08_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--08.active, .c-nav-mobile__item--08:hover {
        background-image: url(../img/common/nav08_on.png); }
      .c-nav-mobile__item--08.current08 {
        background-image: url(../img/common/nav08_on.png); }
    .c-nav-mobile__item--09 {
      background-image: url(../img/common/nav09_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--09.active, .c-nav-mobile__item--09:hover {
        background-image: url(../img/common/nav09_on.png); }
      .c-nav-mobile__item--09.current09 {
        background-image: url(../img/common/nav09_on.png); }
    .c-nav-mobile__item--010 {
      background-image: url(../img/common/nav010_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--010.active, .c-nav-mobile__item--010:hover {
        background-image: url(../img/common/nav010_on.png); }
      .c-nav-mobile__item--010.current010 {
        background-image: url(../img/common/nav010_on.png); }
    .c-nav-mobile__item--011 {
      background-image: url(../img/common/nav011_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--011.active, .c-nav-mobile__item--011:hover {
        background-image: url(../img/common/nav011_on.png); }
      .c-nav-mobile__item--011.current011 {
        background-image: url(../img/common/nav011_on.png); }
    .c-nav-mobile__item--012 {
      background-image: url(../img/common/nav012_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--012.active, .c-nav-mobile__item--012:hover {
        background-image: url(../img/common/nav012_on.png); }
      .c-nav-mobile__item--012.current012 {
        background-image: url(../img/common/nav012_on.png); }
    .c-nav-mobile__item--013 {
      background-image: url(../img/common/nav013_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--013.active, .c-nav-mobile__item--013:hover {
        background-image: url(../img/common/nav013_on.png); }
      .c-nav-mobile__item--013.current013 {
        background-image: url(../img/common/nav013_on.png); }
    .c-nav-mobile__item--014 {
      background-image: url(../img/common/nav014_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--014.active, .c-nav-mobile__item--014:hover {
        background-image: url(../img/common/nav014_on.png); }
      .c-nav-mobile__item--014.current014 {
        background-image: url(../img/common/nav014_on.png); }
    .c-nav-mobile__item--015 {
      background-image: url(../img/common/nav015_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--015.active, .c-nav-mobile__item--015:hover {
        background-image: url(../img/common/nav015_on.png); }
      .c-nav-mobile__item--015.current015 {
        background-image: url(../img/common/nav015_on.png); }
    .c-nav-mobile__item--016 {
      background-image: url(../img/common/nav016_off.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .c-nav-mobile__item--016.active, .c-nav-mobile__item--016:hover {
        background-image: url(../img/common/nav016_on.png); }
      .c-nav-mobile__item--016.current016 {
        background-image: url(../img/common/nav016_on.png); }
  @media only screen and (max-width: 599px) {
    .c-nav-mobile__prev {
      margin-right: .5em; } }
  .c-nav-mobile__prev--none {
    display: none; }
  @media only screen and (max-width: 599px) {
    .c-nav-mobile__next {
      margin-left: .5em; } }
  .c-nav-mobile__next--none {
    display: none; }
  .c-nav-mobile__menu {
    display: none; }
    @media only screen and (max-width: 599px) {
      .c-nav-mobile__menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 20;
        padding: 0 10px; } }
    .c-nav-mobile__menu h1 {
      position: relative;
      z-index: 100; }

.navToggle {
  display: block;
  position: relative;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  background: #666;
  text-align: center; }

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px; }

.navToggle span:nth-child(1) {
  top: 9px; }

.navToggle span:nth-child(2) {
  top: 18px; }

.navToggle span:nth-child(3) {
  top: 27px; }

.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px; }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.o-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .o-inner--narrow {
    width: 100%;
    max-width: 810px;
    margin: 0 auto; }

.o-contents {
  max-width: 1000px;
  margin: 0 auto; }
  .o-contents__inner {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 10px; }

.thumbnail {
  margin-top: 2em; }
  .thumbnail__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 720px) {
      .thumbnail__list {
        justify-content: center; } }
  .thumbnail__item {
    padding: .5em; }
    @media only screen and (max-width: 599px) {
      .thumbnail__item {
        padding: .5em;
        max-width: 170px; } }
    .thumbnail__item:hover {
      background-color: #e1dbcf; }
    .thumbnail__item a.link-none {
      pointer-events: none; }

.mt-1 {
  margin-top: 1em !important; }

.ml-1 {
  margin-left: 1em !important; }

.mr-1 {
  margin-right: 1em !important; }

.mb-1 {
  margin-bottom: 1em !important; }

.mt-2 {
  margin-top: 2em !important; }

.ml-2 {
  margin-left: 2em !important; }

.mr-2 {
  margin-right: 2em !important; }

.mb-2 {
  margin-bottom: 2em !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.pt-1 {
  padding-top: 1em !important; }

.pl-1 {
  padding-left: 1em !important; }

.pr-1 {
  padding-right: 1em !important; }

.pb-1 {
  padding-bottom: 1em !important; }

.pt-2 {
  padding-top: 2em !important; }

.pl-2 {
  padding-left: 2em !important; }

.pr-2 {
  padding-right: 2em !important; }

.pb-2 {
  padding-bottom: 2em !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

/*フォント系*/
.f-12 {
  font-size: 12px !important; }

.f-14 {
  font-size: 14px !important; }

.f-18 {
  font-size: 18px !important; }

.f-20 {
  font-size: 20px !important; }

.f-25 {
  font-size: 25px !important; }

.f-26 {
  font-size: 26px !important; }

.f-30 {
  font-size: 30px !important; }

.f-35 {
  font-size: 35px !important; }

.f-38 {
  font-size: 38px !important; }

.f-40 {
  font-size: 40px !important; }

.f-46 {
  font-size: 46px !important; }

.f-50 {
  font-size: 50px !important; }

.line-h-15 {
  line-height: 1.5 !important; }

.f-b {
  font-weight: bold !important; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.w-40 {
  width: 40%; }

.w-41 {
  width: 41%; }

.w-42 {
  width: 42%; }

.w43 {
  width: 43%; }

.w-44 {
  width: 44%; }

.w-45 {
  width: 45%; }

.w-46 {
  width: 46%; }

.w-47 {
  width: 47%; }

.w-48 {
  width: 48%; }

.w-49 {
  width: 49%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }
