@charset "UTF-8";
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;
}

/*--- setting ---*/
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

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

/*--- Link ---*/
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.tool-pc {
  display: block;
}

.tool-sp {
  display: none;
}

/*--- Base ---*/
html {
  font-size: 62.5%;
  height: 100%;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 1.6;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

header, footer, section {
  display: block;
}

section {
  max-width: 1300px;
  margin: auto;
}

/*--- img ---*/
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

/*--- Font ---*/
h2, h3 {
  font-size: 2.2rem;
}

p, a {
  font-size: 1.4rem;
}

/*--- section ---*/
section.service {
  max-width: 1300px;
  margin: auto;
}

section.service:nth-child(even) {
  background: #f6f6f6;
}

section.service:last-of-type {
  padding-bottom: 64px;
}

section.service.only_img {
  background: none !important;
}

.bg-c2 {
  background-color: #f9f7f7 !important;
}

.bg-cm {
  background-color: #000000 !important;
  color: #fff !important;
}

.bg-cm h2:before, .bg-cm h2:after {
  background-color: #fff !important;
}

span.marker-b {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #c1e0ff));
  background: linear-gradient(transparent 0%, #c1e0ff 0%);
}

span.marker-y {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff799));
  background: linear-gradient(transparent 0%, #fff799 0%);
}

span.marker-r {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffadad));
  background: linear-gradient(transparent 0%, #ffadad 0%);
}

.bigbutton_wrap {
  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;
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 24px 24px;
}

@media screen and (max-width: 660px) {
  .bigbutton_wrap {
    padding: 12px 8px 24px;
  }
}

.cv-btn {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  line-height: 1.5;
  min-width: 230px;
  position: relative;
  display: inline-block;
  margin: 12px;
  padding: 10px 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 3rem;
  color: #fff;
  background-color: #000000;
}

.cv-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 660px) {
  .cv-btn {
    min-width: 295px;
    min-height: 48px;
  }
}

.sub-btn {
  position: relative;
  display: inline-block;
  margin: 24px 0;
  padding: 12px 16px;
  min-width: 120px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: .08em;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 3rem;
  color: #000000;
  border: #000000 solid 1px;
}

@media screen and (max-width: 660px) {
  .sub-btn {
    margin: 16px auto;
    padding: 13px 16px;
    min-width: 295px;
    min-height: 48px;
  }
}

header {
  width: 100%;
  padding: 10px 10px 4px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 660px) {
  header {
    padding: 8px 10px 4px;
  }
}

header .img_logo {
  background-image: url("");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
}

@media screen and (max-width: 660px) {
  header .img_logo {
    height: 38px;
  }
}

header h2 {
  font-size: 1.4rem;
}

.item-container {
  padding-top: 1px;
  padding-bottom: 1px;
}

.item-container + a .btn {
  margin-top: 0;
}

.item-container__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 64px 12px 32px;
  line-height: 1.2;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 660px) {
  .item-container__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .item-container__title:before {
    position: absolute;
    bottom: -0.8em;
    left: calc(50% - 50%);
    width: 100%;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #808080;
  }
  .item-container__title:after {
    position: absolute;
    top: -0.8em;
    left: calc(50% - 50%);
    width: 100%;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #808080;
  }
}

.item-flex-std {
  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;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px 24px;
}

.item-flex-std:first-child {
  padding-top: 32px;
}

.item-flex-std-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 223px;
      flex-basis: 223px;
  margin: 12px auto;
  padding: 0 20px;
}

@media screen and (max-width: 660px) {
  .item-flex-std-wrap:first-child, .item-flex-std-wrap:last-child {
    margin: 24px auto;
  }
}

.item-flex-std-wrap ._body-title, .item-flex-std-wrap ._body-text, .item-flex-std-wrap ._annotation, .item-flex-std-wrap ._img {
  max-width: 250px;
  margin: auto;
}

@media screen and (max-width: 660px) {
  .item-flex-std-wrap ._body-title, .item-flex-std-wrap ._body-text, .item-flex-std-wrap ._annotation, .item-flex-std-wrap ._img {
    max-width: 280px;
  }
}

.item-flex-std-wrap ._body-title {
  font-size: 2.0rem;
  letter-spacing: .03;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 8px auto;
}

.item-flex-std-wrap ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 1.6;
  margin: 8px auto;
}

.item-flex-std-wrap ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  margin: 12px auto;
}

.item-flex-std-wrap ._img {
  margin: 0 auto 16px;
  height: 180px;
}

@media screen and (max-width: 660px) {
  .item-flex-std-wrap ._img {
    margin: 0 auto 12px;
    height: 200px;
  }
}

.item-flex-std-wrap ._img img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 660px) {
  .item-flex-std-wrap ._img img {
    width: 200px;
    height: 200px;
  }
}

.item-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1008px;
  margin: 0 auto 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media screen and (max-width: 660px) {
  .item-flex-box {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
}

.item-flex-box-wrap {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  padding: 24px;
  margin: 10px 8px;
  border-radius: 8px;
  -webkit-box-shadow: 8px 8px 20px #e5e3e3;
          box-shadow: 8px 8px 20px #e5e3e3;
  background-color: #fff;
}

@media screen and (max-width: 660px) {
  .item-flex-box-wrap {
    width: 327px;
    margin: 12px auto;
  }
  .item-flex-box-wrap .sub-btn {
    min-width: 100%;
  }
}

.item-flex-box-wrap ._body-title, .item-flex-box-wrap ._body-text, .item-flex-box-wrap ._annotation, .item-flex-box-wrap ._img {
  max-width: 300px;
  margin: auto;
}

.item-flex-box-wrap ._body-title {
  font-size: 2.0rem;
  letter-spacing: .03;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: #c0c0c0 dashed 1px;
}

.item-flex-box-wrap ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .04em;
  color: #4d4d4d;
  text-align: justify;
}

.item-flex-box-wrap ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  text-align: justify;
}

.item-flex-box-wrap ._img {
  margin-bottom: 12px;
  height: 180px;
}

@media screen and (min-width: 661px) {
  .item-flex-box-wrap ._img {
    height: 150px;
  }
}

.item-flex-box-wrap ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  width: 100%;
  padding: 8vmin 8vmin 16vmin;
  background: #333;
  color: #fff;
  position: relative;
}

.footer__text, .footer__linkbar {
  max-width: 1200px;
  margin: 0 auto 48px;
}

.footer__text {
  text-align: left;
  font-size: 1.2rem;
  opacity: 0.8;
}

.footer__linkbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 660px) {
  .footer__linkbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}

.footer__link {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 24px;
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.footer__copyright {
  display: block;
  font-size: 1rem;
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
  margin: auto;
}

.top-std {
  min-height: 540px;
  background-image: url("img/top1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 85vh;
  text-align: center;
  padding: 48px 20px;
}

.top-std::before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #00000088), color-stop(50%, #ffffff00));
  background: linear-gradient(0deg, #00000088 10%, #ffffff00 50%);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 660px) {
  .top-std {
    height: 80vh;
    background-image: url("img/top1.jpg");
  }
}

.top-std ._tagline-wrap {
  position: absolute;
  bottom: 0;
  margin: 0 18vw 5vh;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 660px) {
  .top-std ._tagline-wrap {
    margin: 0 1.5vw 5vh;
  }
}

.top-std ._top-title {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  margin-bottom: 18px;
}

@media screen and (max-width: 660px) {
  .top-std ._top-title {
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    margin-bottom: 12px;
  }
}

.top-std ._top-subtitle {
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  .top-std ._top-subtitle {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.top-line {
  min-height: 540px;
  background-image: url("img/top1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 85vh;
  text-align: center;
  padding: 48px 20px;
}

.top-line::before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #00000088), color-stop(50%, #ffffff00));
  background: linear-gradient(0deg, #00000088 10%, #ffffff00 50%);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 660px) {
  .top-line {
    height: 80vh;
    background-image: url("img/top1.jpg");
  }
}

.top-line ._tagline-wrap {
  position: absolute;
  bottom: 0;
  margin: 0 18vw 5vh;
  color: #333;
  text-align: left;
}

@media screen and (max-width: 660px) {
  .top-line ._tagline-wrap {
    margin: 0 1.5vw 5vh;
  }
}

.top-line ._top-title {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  margin-bottom: 18px;
}

.top-line ._top-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, #fff));
  background: linear-gradient(transparent 0, #fff 0);
}

@media screen and (max-width: 660px) {
  .top-line ._top-title {
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    margin-bottom: 12px;
  }
}

.top-line ._top-subtitle {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 660px) {
  .top-line ._top-subtitle {
    font-size: 1.6rem;
  }
}

.top-box {
  min-height: 540px;
  background-image: url("img/top1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 85vh;
  text-align: center;
  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;
}

.top-box::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 660px) {
  .top-box {
    height: 80vh;
    background-image: url("img/top1.jpg");
  }
}

.top-box ._tagline-wrap {
  color: #fff;
  text-align: center;
  padding: 64px 64px;
  border: solid 4px #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: #000 0 0 2rem;
  z-index: 1;
}

@media screen and (max-width: 660px) {
  .top-box ._tagline-wrap {
    margin: 0 5vw;
    padding: 64px 16px;
    min-width: 300px;
  }
}

.top-box ._top-title {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 660px) {
  .top-box ._top-title {
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    margin-bottom: 32px;
  }
}

.top-box ._top-subtitle {
  font-size: 2rem;
  font-weight: bold;
  text-align: inherit;
}

@media screen and (max-width: 660px) {
  .top-box ._top-subtitle {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
  }
}

.top-space {
  max-width: 1100px;
  position: relative;
  text-align: center;
  padding: 15vh 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .top-space {
    height: auto;
    position: relative;
    padding: 0 0;
    min-height: 0;
  }
}

.top-space ._tagline-wrap {
  color: #333;
  text-align: left;
  clear: both;
}

@media screen and (max-width: 660px) {
  .top-space ._tagline-wrap {
    margin: 0 1.5vw 5vh;
  }
}

.top-space ._top-title {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  margin: -10vh 0 5vh 5%;
}

@media screen and (max-width: 660px) {
  .top-space ._top-title {
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    margin: 5vh 0 0 12px;
  }
}

.top-space ._top-subtitle {
  position: absolute;
  text-align: left;
  top: 10px;
  left: calc(-100% * 235 / 900);
  margin: 10vh;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  .top-space ._top-subtitle {
    position: static;
    text-align: left;
    margin: 0 0 16px -16px;
    font-size: 2rem;
  }
}

.top-space .img {
  height: 100%;
  width: 80vw;
  max-width: 850px;
  margin-top: -8vh;
  float: right;
  position: relative;
  z-index: -1;
}

.top-space .img::before {
  content: '';
  background: linear-gradient(135deg, #ffffff65 5%, #ffffff00 60%);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 660px) {
  .top-space .img::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff2f), color-stop(30%, #ffffff00));
    background: linear-gradient(180deg, #ffffff2f 5%, #ffffff00 30%);
  }
}

@media screen and (max-width: 660px) {
  .top-space .img {
    height: auto;
    width: 90vw;
    margin-top: -7.5vh;
  }
}

.top-video {
  min-height: 540px;
  position: relative;
  height: auto;
  text-align: center;
  padding: 20px;
  color: #333;
}

@media screen and (max-width: 660px) {
  .top-video {
    height: auto;
    min-height: 0;
    padding: 20px 12px;
  }
}

.top-video ._top-title {
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  margin-bottom: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 660px) {
  .top-video ._top-title {
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    margin-bottom: 8px;
  }
}

.top-video ._top-subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 660px) {
  .top-video ._top-subtitle {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.top-video ._mov-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  width: 90%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .top-video ._mov-wrap {
    width: 100%;
  }
}

.top-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-only-image {
  width: 100%;
  min-height: 0px;
  padding: 0;
  margin: 0 auto;
}

.top-only-image img {
  width: 100%;
  vertical-align: bottom;
}

.item-video {
  width: calc(100vw * 800 / 1100);
  max-width: 1100px;
  padding: 24px;
  margin: 0 auto;
}

.item-video:first-child {
  margin-top: 12px;
}

.item-video:last-child {
  margin-bottom: 12px;
}

@media screen and (max-width: 660px) {
  .item-video {
    width: calc(100vw * 710 / 750);
    padding: 12px 0;
  }
}

.item-video ._body-title {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
}

.item-video ._body-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #333;
}

.item-video ._body-title--adjust {
  margin-bottom: 12px;
}

.item-video ._body-title--adjust:before {
  content: none;
}

.item-video ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 700px;
  margin: 12px auto;
  opacity: 0.9;
}

@media screen and (max-width: 660px) {
  .item-video ._body-text {
    font-size: 1.4rem;
  }
}

.item-video ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  margin: 8px auto;
}

.item-video ._img {
  margin: 16px auto;
  max-width: 450px;
}

.item-video ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-video__movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.item-video__movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-img-middle {
  max-width: calc(100vw * 740 / 1100);
  padding: 24px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .item-img-middle {
    max-width: calc(100vw * 710 / 750);
    padding: 24px 0;
    margin: 0 12px;
  }
  .item-img-middle .sub-btn {
    min-width: 140px;
  }
}

.item-img-middle ._body-title {
  font-size: 2.2rem;
  font-weight: bold;
}

.item-img-middle ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 700px;
  margin: 16px auto;
}

@media screen and (max-width: 660px) {
  .item-img-middle ._body-text {
    letter-spacing: .05em;
  }
}

.item-img-middle ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
}

.item-img-middle ._img {
  margin: 16px auto;
  max-width: 450px;
}

.item-img-middle ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-img-wide {
  padding: 32px 0;
}

.item-img-wide:first-child {
  padding: 0 0 32px;
}

@media screen and (max-width: 660px) {
  .item-img-wide {
    padding: 24px 0;
  }
}

.item-img-wide ._body-title, .item-img-wide ._body-text, .item-img-wide ._annotation {
  max-width: 700px;
  padding: 0 12px;
  margin: auto;
}

.item-img-wide ._body-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 12px;
}

.item-img-wide ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 12px auto 0;
}

@media screen and (min-width: 661px) {
  .item-img-wide ._body-text {
    font-size: 1.8rem;
  }
}

.item-img-wide ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
}

@media screen and (max-width: 660px) {
  .item-img-wide ._annotation {
    text-align: left;
  }
}

.item-img-wide ._img {
  height: 460px;
  margin: auto;
}

@media screen and (max-width: 660px) {
  .item-img-wide ._img {
    height: calc(100vw * 450 / 750);
  }
}

.item-img-wide ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-img-full {
  padding-top: 12px;
  padding-bottom: 20px;
}

@media screen and (max-width: 660px) {
  .item-img-full {
    padding-bottom: 10px;
  }
}

.item-img-full ._body-title, .item-img-full ._body-text {
  max-width: 700px;
  padding: 0 12px;
  margin: auto;
}

.item-img-full ._body-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
}

.item-img-full ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 660px) {
  .item-img-full ._body-text {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
  }
}

.item-img-full ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  margin-left: 12px;
  margin-right: 12px;
}

@media screen and (max-width: 660px) {
  .item-img-full ._annotation {
    text-align: left;
  }
}

.item-img-full ._img {
  max-width: 1000px;
  margin: 16px auto;
}

.item-img-full ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-img-only {
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.item-img-only ._body-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 8px 12px;
}

.item-img-only ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 8px 12px;
}

@media screen and (min-width: 661px) {
  .item-img-only ._body-text {
    font-size: 1.6rem;
  }
}

.item-img-only ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  margin: 8px 12px;
}

.item-img-only ._img img {
  width: 100%;
  vertical-align: bottom;
}

.item-img-media {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width: 660px) {
  .item-img-media {
    display: block;
    padding: 10px 8px;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 8px;
            column-gap: 8px;
    -webkit-column-fill: auto;
            column-fill: auto;
  }
}

@media screen and (min-width: 661px) {
  .item-img-media {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-fill: auto;
            column-fill: auto;
  }
}

.item-img-media__wrap {
  margin-top: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px #e5e3e3;
          box-shadow: 2px 2px 6px #e5e3e3;
  background-color: #fff;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.item-img-media__wrap:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 660px) {
  .item-img-media__wrap {
    margin-top: 10px;
  }
}

.item-img-media__wrap .sub-btn {
  margin: 8px 8px 16px;
}

@media screen and (max-width: 660px) {
  .item-img-media__wrap .sub-btn {
    max-width: 90%;
    min-width: 90%;
    margin: 6px 0;
  }
}

.item-img-media__wrap ._body-title {
  font-size: 2.0rem;
  padding: 0 20px 4px;
  margin-top: 4px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 660px) {
  .item-img-media__wrap ._body-title {
    font-size: 1.6rem;
    padding: 0 12px 4px;
  }
}

.item-img-media__wrap ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.4;
  color: #4d4d4d;
  text-align: left;
  margin-top: 4px;
  padding: 0 20px 10px;
}

@media screen and (max-width: 660px) {
  .item-img-media__wrap ._body-text {
    font-size: 1.3rem;
    padding: 0 12px 6px;
  }
}

.item-img-media__wrap ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  margin: 0;
}

.item-img-media__wrap ._img {
  width: 100%;
}

.item-img-media__wrap ._img img {
  border-radius: 4px;
  width: 50vw;
}

.item-side-mix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
  padding: 32px 12px;
}

@media screen and (max-width: 660px) {
  .item-side-mix {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
}

.item-side-mix ._img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 40%;
  margin-top: 16px;
}

.item-side-mix ._img img {
  width: 100%;
  max-height: 560px;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-side-mix:nth-child(even) ._img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 40%;
}

.item-side-mix:nth-child(even) .item-side-mix-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 400px;
  padding: 0 24px;
}

@media screen and (max-width: 660px) {
  .item-side-mix ._img {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: calc(100vw * 710 / 750) !important;
  }
  .item-side-mix .item-side-mix-wrap {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    padding: 0 0 0 4px !important;
  }
}

.item-side-mix-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 400px;
  padding: 0 24px;
}

@media screen and (max-width: 660px) {
  .item-side-mix-wrap {
    text-align: justify;
  }
  .item-side-mix-wrap .sub-btn {
    min-width: 140px;
  }
}

.item-side-mix-wrap ._body-title {
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 12px auto;
}

@media screen and (min-width: 661px) {
  .item-side-mix-wrap ._body-title {
    font-size: 2.4rem;
    letter-spacing: .02em;
  }
}

.item-side-mix-wrap ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 12px auto;
}

@media screen and (max-width: 660px) {
  .item-side-mix-wrap ._body-text {
    letter-spacing: .05em;
  }
}

.item-side-mix-wrap ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
}

.item-goods-1row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding: 24px 12px;
  max-width: 856px;
}

@media screen and (max-width: 660px) {
  .item-goods-1row {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.item-goods-1row ._body-title {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  .item-goods-1row ._body-title {
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.4;
    margin: 8px auto;
    text-align: center;
  }
}

.item-goods-1row ._body-text {
  margin: 8px auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 660px) {
  .item-goods-1row ._body-text {
    line-height: 1.5;
  }
}

.item-goods-1row ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  margin: 8px 0 0;
}

@media screen and (max-width: 660px) {
  .item-goods-1row ._annotation {
    margin: 16px 0 0;
  }
}

.item-goods-1row .sub-btn {
  margin: 16px 0 0;
  min-width: 180px;
}

@media screen and (min-width: 661px) {
  .item-goods-1row .sub-btn {
    margin-left: -2px;
  }
}

@media screen and (max-width: 660px) {
  .item-goods-1row .sub-btn {
    display: block;
    margin: 16px auto;
  }
}

.item-goods-1row ._img {
  min-width: 300px;
  max-width: 300px;
}

@media screen and (min-width: 661px) {
  .item-goods-1row ._img {
    margin-top: 6px;
  }
}

.item-goods-1row ._img img {
  width: 100%;
}

@media screen and (max-width: 660px) {
  .item-goods-1row ._img {
    margin: 0 auto;
  }
}

.item-goods-1row-wrap {
  max-width: 560px;
  padding: 0 24px;
}

@media screen and (max-width: 660px) {
  .item-goods-1row-wrap {
    margin: 0 auto;
  }
}

.item-goods-2row {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 12px;
}

@media screen and (min-width: 661px) {
  .item-goods-2row {
    padding: 0 0 32px 24px;
  }
}

@media screen and (max-width: 660px) {
  .item-goods-2row {
    display: block;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.item-goods-2row ._body-title {
  font-size: 2.2rem;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.4;
  margin: 8px -8px 8px 4px;
}

@media screen and (max-width: 660px) {
  .item-goods-2row ._body-title {
    text-align: center;
    margin: 12px auto 8px;
  }
}

.item-goods-2row ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1.5;
  margin: 8px -8px 8px 4px;
}

@media screen and (max-width: 660px) {
  .item-goods-2row ._body-text {
    margin: 8px auto;
  }
}

.item-goods-2row ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  line-height: 1.3;
  margin: 8px 0 0;
  margin: 8px -4px 0px 4px;
}

@media screen and (max-width: 660px) {
  .item-goods-2row ._annotation {
    margin: 16px 0 0;
  }
}

.item-goods-2row ._img {
  width: 210px;
  min-width: 150px;
}

@media screen and (min-width: 661px) {
  .item-goods-2row ._img {
    margin-top: 6px;
  }
}

@media screen and (max-width: 660px) {
  .item-goods-2row ._img {
    min-width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.item-goods-2row ._img img {
  width: 100%;
}

.item-goods-2row .sub-btn {
  margin: 16px 0 0;
  min-width: 180px;
}

@media screen and (min-width: 661px) {
  .item-goods-2row .sub-btn {
    margin-left: -1px;
  }
}

@media screen and (max-width: 660px) {
  .item-goods-2row .sub-btn {
    display: block;
    margin: 16px auto;
  }
}

.item-goods-2row-outerwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  max-width: 50%;
  min-width: 50%;
  margin-top: 40px;
}

@media screen and (max-width: 660px) {
  .item-goods-2row-outerwrap {
    display: block;
    max-width: 100%;
  }
  .item-goods-2row-outerwrap:first-child {
    margin-top: 0;
  }
}

.item-goods-2row-innerwrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 560px;
  padding: 0 24px 0 10px;
}

@media screen and (max-width: 660px) {
  .item-goods-2row-innerwrap {
    padding: 0 24px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 661px) {
  .item-goods-2row-innerwrap__border {
    margin-top: 6px;
    margin-bottom: 6px;
    border-top: #c0c0c0 dotted 1px;
  }
}

.item-text-std {
  text-align: left;
  max-width: calc(100vw * 740 / 1100);
  min-width: 600px;
  margin: 24px auto;
  padding: 0 24px 24px 24px;
  border-bottom: solid 1px #c0c0c0;
}

.item-text-std:first-child {
  margin-top: 48px;
}

.item-text-std:last-child {
  margin-bottom: 48px;
}

@media screen and (max-width: 660px) {
  .item-text-std {
    max-width: calc(100vw * 710 / 750);
    min-width: 250px;
  }
}

.item-text-std ._body-title {
  font-size: 2.2rem;
}

@media screen and (max-width: 660px) {
  .item-text-std ._body-title {
    font-size: 1.9rem;
  }
}

.item-text-std ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 12px;
  color: #4d4d4d;
}

@media screen and (max-width: 660px) {
  .item-text-std ._body-text {
    letter-spacing: .02em;
  }
}

.item-text-std ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  margin-bottom: 0;
}

.item-text-tagline-a {
  padding: 24px 0 12px;
  width: calc(100vw * 740 / 1100);
  max-width: 700px;
  margin: 0 auto;
}

.item-text-tagline-a:first-child {
  margin-top: 24px;
}

.item-text-tagline-a:last-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 660px) {
  .item-text-tagline-a {
    width: calc(100vw * 710 / 750);
    padding: 24px 18px 12px;
  }
}

.item-text-tagline-a ._body-title {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 24px;
}

@media screen and (max-width: 660px) {
  .item-text-tagline-a ._body-title {
    font-size: 2.2rem;
    letter-spacing: .04em;
    margin-bottom: 20px;
  }
}

.item-text-tagline-a ._body-text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 12px;
  padding-left: 2px;
}

@media screen and (max-width: 660px) {
  .item-text-tagline-a ._body-text {
    letter-spacing: .07em;
    text-align: justify;
  }
}

.item-text-tagline-a ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
}

.item-text-tagline-b {
  color: #fff;
  font-weight: bold;
  width: calc(100vw * 740 / 1100);
  max-width: 700px;
  padding: 12px 0;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.item-text-tagline-b:first-child {
  margin-top: 24px;
}

.item-text-tagline-b:last-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 660px) {
  .item-text-tagline-b {
    width: calc(100vw * 710 / 750);
    padding: 12px 18px;
  }
}

.item-text-tagline-b ._body-title {
  margin: 24px 0;
  font-size: 2.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1.7;
}

@media screen and (max-width: 660px) {
  .item-text-tagline-b ._body-title {
    font-size: 2.2rem;
  }
}

.item-text-tagline-b ._body-text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  letter-spacing: .1em;
  margin: 24px 0;
  line-height: 1.9;
}

@media screen and (max-width: 660px) {
  .item-text-tagline-b ._body-text {
    font-size: 1.5rem;
    letter-spacing: .15em;
    line-height: 1.8;
  }
}

.item-text-tagline-b ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  color: #fff;
  opacity: 0.8;
}

.item-text-tagline-b .sub-btn {
  color: #fff;
  border-color: #fff;
  margin: 12px auto;
}

.item-text-tagline-b ~ .bigbutton_wrap .cv-btn {
  -webkit-box-shadow: 0px 0px 8px #fff;
          box-shadow: 0px 0px 8px #fff;
}

.item-text-table {
  max-width: calc(100vw * 800 / 1100);
  display: block;
  text-align: left;
  padding: 0 24px 24px 24px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .item-text-table {
    max-width: 100%;
    padding: 0 12px 12px 12px;
  }
}

.item-text-table tr:first-child {
  background-color: #c0c0c0;
}

.item-text-table tr:first-child td, .item-text-table tr:first-child th {
  font-weight: bold;
}

.item-text-table th {
  width: 20%;
}

@media screen and (max-width: 660px) {
  .item-text-table th {
    width: 25%;
  }
}

.item-text-table td, .item-text-table th {
  border-bottom: solid 1px #c0c0c0;
  padding: 8px;
}

.item-text-table ._body-title {
  font-size: 1.2rem;
}

.item-text-table ._body-text {
  font-size: 1.2rem;
}

.item-text-table ._annotation {
  font-size: 1rem;
  color: #555555;
  font-weight: normal;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
  margin: 8px 0;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

.bell{
  font-family: 'Montserrat', sans-serif;
}

.be{
  font-family: 'Bellefair', serif;
}

.a-small{
  font-size: 1.6rem;
  font-weight: normal;
}

.b-small{
  font-size: 2.5rem;
  font-weight: normal;
}

.c-small{
  font-size: 4.0rem;
  font-weight: normal;
}

.d-small{
  font-size: 1.8rem;
  font-weight: normal;
}

.e-small{
  font-size: 2.5rem;
}

.f-small{
  font-size: 2.3rem;
}

.g-small{
  font-size: 2.0rem;
}

.h-small{
  font-size: 1.3rem;
}

.i-small{
  font-size: 1.9rem;
}
                    .int_50{
                        background-color:#000000;
                        color:#fff;
                    }