@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
=================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
html {
  overflow: scroll;
  overflow-x: hidden;
}

.more {
  margin-top: 75px;
  text-align: center;
}

.more a {
  display: inline-block;
  color: #ffffff;
  background-color: #333333;
  border: none;
  font-family: "Playfair", serif;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  font-weight: bold;
  padding: 12px 24px;
  transition: 0.2s;
  transition: all 0.3s;
}
.more a:hover {
  color: #ffffff;
}

.hestia-blogs .container {
  width: 1270px;
}

/* ヘッダー*/
.header .header-logo {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .header .navbar.hestia_left .title-logo-wrapper {
    min-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar #main-navigation {
    padding-left: 15px;
  }
}
.header .navbar > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header .navbar .navbar-nav > li {
  margin-right: 1vw;
  margin-left: 1vw;
  text-align: center;
}
.header .navbar .navbar-nav > li:not(.btn) > a:before {
  background-color: unset;
}
.header .navbar .navbar-nav > li a {
  padding: 15px 0.5vw;
  border-radius: 3px;
  color: inherit;
  text-transform: unset;
}
.header .navbar .navbar-nav > li a::after {
  background-color: unset;
}
.header .navbar .nav-orenge__small {
  display: block;
  font-size: 13px;
  color: #fe9b4b;
  font-family: "Playfair", serif;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-orenge__small {
    display: inline;
    font-size: 16px;
    color: #fe9b4b;
    margin-left: 15px;
    font-weight: 500;
  }
}
.header .navbar #menu-gnav .nav-under__bar {
  color: #333333;
}
.header .navbar .nav-under__bar.contact-button {
  color: #ffffff !important;
  background-color: #FF1A1A;
  padding: 0 0.5vw;
  height: 44px;
}
.header .navbar #menu-spnav .menu-sp__box {
  text-align: center;
}
.header .navbar #menu-spnav .menu-sp__box li {
  margin-bottom: 30px;
}
.header .navbar #menu-spnav .menu-sp__box li a {
  display: flex;
  flex-direction: column;
  font-size: 24px;
}
.header .navbar #menu-spnav .menu-sp__box li a .nav-orenge__small {
  margin-left: 0;
}
.header .navbar #menu-spnav .menu-sp__box li a .contact-button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 20px;
}
.header .navbar #menu-spnav .header-sns-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.header .navbar #menu-spnav .header-sns-box .sp_twitter::before,
.header .navbar #menu-spnav .header-sns-box .sp_facebook::before,
.header .navbar #menu-spnav .header-sns-box .sp_instagram::before {
  margin: 0 auto;
}
.header .navbar #menu-spnav .header-sns-box .sp_twitter:before {
  background-image: url(../img/sp_x.png);
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.section:nth-of-type(odd) {
  background-color: #F5F1F1;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.section .title {
  text-align: center;
  font-family: "Playfair", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
  color: #FF1A1A;
}
.section .sub-title {
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
}

.section-inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

a.moretag {
  display: inline-block;
}

#content #fv {
  background-image: unset;
  max-height: unset;
  margin-top: 0;
}
@media screen and (min-width: 1500px) {
  #content #fv .fv-wrap {
    margin-top: 0;
    height: 840px;
  }
}
#content #fv .fv-wrap .video {
  width: 100%;
  height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#content #fv .fv-wrap .fv-title {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .fv-title {
    width: 100%;
  }
}
#content #fv .fv-wrap .eye {
  position: absolute;
  bottom: 70px;
  right: 90px;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye {
    right: 20px;
  }
}
#content #fv .fv-wrap .eye .circle {
  position: relative;
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 170px;
  border-radius: 50%;
  background-color: #FFD24D;
  box-shadow: 5px 5px 1px rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle {
    font-size: 14px;
    width: 120px;
    height: 115px;
    box-shadow: 2px 2px 1px rgb(255, 255, 255);
  }
}
#content #fv .fv-wrap .eye .circle p:first-of-type {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:first-of-type {
    line-height: 1;
  }
}
#content #fv .fv-wrap .eye .circle p:nth-of-type(2) {
  position: relative;
  top: -10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:nth-of-type(2) {
    top: -5px;
    line-height: 1.2;
  }
}
#content #fv .fv-wrap .eye .circle p:nth-of-type(2) .count {
  font-family: "Playfair", serif;
  font-weight: 300;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:nth-of-type(2) .count {
    font-size: 36px;
  }
}
#content #fv .fv-wrap .eye .circle p:nth-of-type(2) .ex {
  font-family: "Kaushan Script";
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:nth-of-type(2) .ex {
    font-size: 24px;
  }
}
#content #fv .fv-wrap .eye .circle p:last-of-type {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:last-of-type {
    font-size: 10px;
  }
}

.howto-inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .howto-inner {
    padding-top: 75px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 75px;
  }
}
.howto-inner .title {
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  text-align: center;
  margin-bottom: 80px;
}
.howto-inner .flex {
  display: flex;
  justify-content: space-between;
  gap: 3.3%;
}
@media screen and (max-width: 767px) {
  .howto-inner .flex {
    display: block;
  }
}
.howto-inner .flex .card {
  display: block;
  width: 21.7%;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .howto-inner .flex .card {
    width: 100%;
    max-width: 350px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.howto-inner .flex .card .icon {
  width: 176px;
  height: 176px;
  margin: 0 auto;
}
.howto-inner .flex .card .card-title {
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}
.howto-inner .flex .card .description {
  color: #333333;
}
.howto-inner .back {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .howto-inner .back img {
    width: 50%;
  }
}

#service .service-wrap {
  position: relative;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  #service .service-wrap {
    margin-top: 40px;
  }
}
#service .service-wrap .swiper-wrapper {
  gap: 17%;
}
#service .service-wrap .link {
  display: block;
  color: inherit;
  text-decoration: none;
}
#service .service-wrap .service-box-link:hover .service-box {
  opacity: 0.8;
  transition: 0.3s;
}
#service .service-box p.num {
  font-family: "Playfair", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
#service .service-box .service-title {
  font-family: "Noto serif JP", serif;
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}
#service .service-box .service-thumb {
  width: 100%;
  aspect-ratio: 600/363;
  margin-bottom: 40px;
}
#service .service-box .service-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#service .service-box .service-content {
  font-family: "Noto Sans JP", "Noto Sans";
}
#service .service-box .service-content .cate {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  margin-bottom: 15px;
}
#service .service-box .service-content .service-text {
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.works-wrap .label-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 45px;
}
.works-wrap .label-wrapper .label-item {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  width: 160px;
  color: #333333;
}
.works-wrap .label-wrapper .label-item .label-text {
  width: 100%;
  padding: 4px 10px;
  background-color: #eaf9fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-wrap .label-wrapper .label-item .label-text.flyer {
  background-color: #fff2e5;
}
.works-wrap .label-wrapper .label-item .label-text.maintenance {
  background-color: #D0F8EC !important;
}
.works-wrap .label-wrapper .label-item .label-text.ebook {
  background-color: #F3E1FF !important;
}
.works-wrap .label-wrapper .label-item .label-color {
  width: 30px;
  background-color: #ccc;
}
.works-wrap .label-wrapper .label-item:nth-child(2) .label-text {
  background-color: #fff2e5;
}
.works-wrap .label-wrapper .label-item:nth-child(3) .label-text {
  background-color: #D0F8EC;
}
.works-wrap .label-wrapper .label-item:nth-child(4) .label-text {
  background-color: #F3E1FF;
}
.works-wrap .works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.works-wrap .card {
  border: none;
  border-radius: unset;
  box-shadow: unset;
}
.works-wrap .card .link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.works-wrap .card .works-thumb {
  margin-bottom: 15px;
}
.works-wrap .card .works-title {
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  letter-spacing: -0.6px;
}
.works-wrap .card .label-wrapper {
  margin-top: 20px;
}
.works-wrap .card .label-wrapper .label-item {
  flex: 1;
}
.works-wrap .card .works-text {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .works-wrap .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .works-wrap .works-grid {
    grid-template-columns: 1fr;
  }
}

.voice-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .voice-wrap {
    margin-top: 65px;
    display: block;
  }
}
.voice-wrap .card {
  position: relative;
  width: calc(33.33% - 40px);
  position: relative;
  background-color: inherit;
  box-shadow: unset;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .voice-wrap .card {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap .card {
    width: 100%;
  }
}
.voice-wrap .text-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  font-family: "Noto serif JP", serif;
}
.voice-wrap .text-box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
}
.voice-wrap .text-box .voice-title {
  padding-bottom: 13px;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
}
.voice-wrap .text-box .voice-title .highlight-text {
  background-color: #F7FF1A;
  padding: 0 4px;
  line-height: 0.1;
  display: inline-block;
}
.voice-wrap .text-box .voice-title .highlight-text2 {
  background-color: #F7FF1A;
  padding: 0 4px;
  line-height: 0.1;
  display: inline;
}
.voice-wrap .text-box .voice-title .highlight-text::before {
  content: "";
  display: inline-block;
  height: 0.8em;
  vertical-align: text-bottom;
}
.voice-wrap .text-box .description {
  margin-top: 13px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #333333;
}
.voice-wrap .person-box {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 20px;
}
.voice-wrap .person-box .img-wrap {
  width: 110px;
  height: 110px;
  box-shadow: 3px 3px 0px #FF1A1A;
  border-radius: 50%;
}
.voice-wrap .mark {
  position: absolute;
  top: -80px;
  right: -20px;
  background-color: unset;
}

#about {
  text-align: center;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  /* 両サイドの画像 */
  /* コンテンツ */
  /* 画面中央に固定 */
  /* 最終位置に固定されるスタイル */
  /* スクロール前の透明・初期位置（縦方向の初期値だけずらす） */
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 0;
  }
}
#about.about-section {
  position: relative;
  height: 2950px;
  background-color: #fff;
  overflow: hidden;
}
#about .title {
  text-align: center;
  font-family: "Playfair", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
  color: #FF1A1A;
}
#about .sub-title {
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
}
#about .about-images {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #about .about-images {
    width: 30%;
  }
}
#about .about-images.left {
  left: 0;
}
#about .about-images.left img:nth-of-type(2) {
  position: relative;
  top: 0;
  left: 20%;
}
#about .about-images.left img:nth-of-type(3) {
  position: relative;
  top: 110px;
  left: 0;
}
#about .about-images.right {
  right: 0;
}
#about .about-images.right img:nth-of-type(2) {
  position: relative;
  top: 0;
  right: 30%;
}
#about .about-images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px 0;
  /* フェードイン用 */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#about .about-images img.fade-in {
  opacity: 1;
  transform: translateY(0);
}
#about .about-content {
  position: relative;
  width: 100%;
  min-width: 200px;
  margin: 150px auto 0;
  z-index: 2;
  padding: 40px 0;
  /* アニメーション */
  transition: opacity 1s ease;
  opacity: 0;
  /* 常に横位置は中央に固定 */
  left: 50%;
  transform: translateX(-50%);
}
#about .about-content .description {
  color: #333333;
}
#about .about-content.sticky {
  position: fixed;
  margin-top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
#about .about-content.stopped {
  position: absolute;
  top: auto;
  bottom: 150px;
  transform: translateX(-50%);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #about .about-content.stopped {
    bottom: 75px;
  }
}
#about .about-content.init {
  transform: translateX(-50%) translateY(40px);
  /* 横位置は固定、縦だけズラす */
  opacity: 0;
}

#contact {
  background-image: url("../img/contact_back.jpg");
}
#contact .flex {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contact .flex {
    display: block;
  }
}
#contact .flex .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contact .flex .txt {
    width: 100%;
  }
}
#contact .flex .txt .title {
  text-align: left;
}
#contact .flex .txt .sub-title {
  text-align: left;
  color: #ffffff;
}
#contact .flex .txt .description {
  margin-top: 30px;
  text-align: left;
  color: #ffffff;
  font-family: "Noto serif JP", serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
#contact .flex .arrow {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contact .flex .arrow {
    width: 100%;
    justify-content: flex-end;
  }
}
#contact .flex .arrow a {
  width: 100%;
}
#contact .flex .arrow a .circle {
  position: relative;
  width: 75%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contact .flex .arrow a .circle {
    width: 25%;
    bottom: -50px;
    right: -70%;
    margin: 0;
  }
}
#contact .flex .arrow a .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #contact .flex .arrow a .circle img {
    width: 30%;
  }
}

footer.footer {
  background-color: #333333;
}
footer.footer .section-inner .flex {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex {
    display: block;
  }
}
footer.footer .section-inner .flex .left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .left {
    width: 100%;
  }
}
footer.footer .section-inner .flex .left .logo {
  width: 200px;
  height: 45px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .left .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer .section-inner .flex .left .address {
  display: flex;
  gap: 30px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .left .address {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .left .address .tokyo {
    margin-top: 15px;
  }
}
footer.footer .section-inner .flex .left .address .office {
  font-family: "Playfair", serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
footer.footer .section-inner .flex .left .address .zipcode {
  font-family: "Noto serif JP", serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
footer.footer .section-inner .flex .right {
  width: 48%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right {
    width: 100%;
  }
}
footer.footer .section-inner .flex .right .first {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .first {
    display: block;
  }
}
footer.footer .section-inner .flex .right .first li {
  font-family: "Noto serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
footer.footer .section-inner .flex .right .first li a {
  color: #ffffff;
}
footer.footer .section-inner .flex .right .first li .nav-orenge__small {
  display: block;
  line-height: 1.8;
  font-size: 12px;
  color: #fe9b4b;
  font-family: "Playfair", serif;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .first li .nav-orenge__small {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .first li + li {
    margin-top: 10px;
  }
}
footer.footer .section-inner .flex .right .second {
  display: flex;
  justify-content: flex-end;
  gap: 5%;
  margin-top: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .second {
    display: block;
  }
}
footer.footer .section-inner .flex .right .second li {
  font-family: "Noto serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
footer.footer .section-inner .flex .right .second li a {
  color: #ffffff;
}
footer.footer .section-inner .flex .right .second li .contact-button {
  color: #ffffff !important;
  background-color: #FF1A1A;
  padding: 0 0.5vw;
  height: 44px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .second li .contact-button {
    padding: 0 20px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .second li:nth-of-type(2) {
    margin-top: 15px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer .section-inner .copy {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .copy {
    display: flex;
    flex-direction: column-reverse;
  }
}
footer.footer .section-inner .copy p {
  text-align: center;
  color: #ffffff;
  font-family: "Playfair", serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
footer.footer .section-inner .copy .sns {
  width: 100px;
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .copy .sns {
    position: unset;
    margin: 10px auto;
  }
}
footer.footer .section-inner .copy .sns li {
  width: 26px;
  height: 26px;
}
footer.footer .section-inner .copy .sns li + li {
  margin-left: 20px;
}
footer.footer .section-inner .copy .sns li:first-of-type {
  width: 22px;
  height: 22px;
  padding-top: 1px;
}

/* commmon style
----------------------------------*/
.bold {
  font-weight: bold;
}

.txt150 {
  font-size: 150%;
}

.txt140 {
  font-size: 140%;
}

.txt130 {
  font-size: 130%;
}

.txt120 {
  font-size: 120%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}