@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@500&family=Raleway:wght@400;700;800&display=swap");
/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #231814;
  margin: 0;
  padding: 0;
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

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

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

img {
  pointer-events: none;
}

/** FONTS
==============================================*/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?30349965");
  src: url("../font/fontello.eot?30349965#iefix") format("embedded-opentype"), url("../font/fontello.woff2?30349965") format("woff2"), url("../font/fontello.woff?30349965") format("woff"), url("../font/fontello.ttf?30349965") format("truetype"), url("../font/fontello.svg?30349965#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?30349965#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before {
  content: '\e800';
}

/* '' */
.icon-minus:before {
  content: '\e801';
}

/* '' */
.icon-left-open-big:before {
  content: '\e802';
}

/* '' */
.icon-right-open-big:before {
  content: '\e803';
}

/* '' */
.icon-down-open-big:before {
  content: '\e804';
}

/* '' */
.icon-up-open-big:before {
  content: '\e805';
}

/* '' */
.icon-calendar:before {
  content: '\e806';
}

/* '' */
.icon-clock:before {
  content: '\e807';
}

/* '' */
.icon-star:before {
  content: '\e808';
}

/* '' */
.icon-location-1:before {
  content: '\e809';
}

/* '' */
.icon-right-dir:before {
  content: '\e80a';
}

/* '' */
.icon-left-dir:before {
  content: '\e80b';
}

/* '' */
.icon-right-dir-1:before {
  content: '\e80c';
}

/* '' */
.icon-left-dir-1:before {
  content: '\e80d';
}

/* '' */
.icon-phone:before {
  content: '\e80e';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.icon-left:before {
  content: '\f177';
}

/* '' */
.icon-right:before {
  content: '\f178';
}

/* '' */
/** JS LIBS
==============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100px;
  width: 100px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    background-size: auto 100%;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.8;
  color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev {
  left: -50px;
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 0px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -50px;
}

.slick-next {
  right: -50px;
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: 0px;
  }
}

[dir="rtl"] .slick-next {
  left: -50px;
  right: auto;
}

.slick-prev {
  background-image: url(../img/common/slider-arrow-prev.png);
}

.slick-next {
  background-image: url(../img/common/slider-arrow-next.png);
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    padding-top: 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 0.5em;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background-color: #0C978A;
  border-radius: 16px;
  line-height: 16px;
}

.slick-dots li.slick-active button {
  color: #fff;
  background-color: #fff;
  opacity: 1;
}

/** COMMON
==============================================*/
.inline-block {
  font-size: 0;
}

.inline-block li {
  display: inline-block;
}

a {
  color: #231814;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #231814;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  a .alpha {
    transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  a:hover .alpha {
    opacity: 1;
  }
}

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

@media only screen and (max-width: 767px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

img.flex {
  width: 100%;
  height: auto;
}

img.full {
  max-width: none;
}

img.cover {
  object-fit: cover;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.row {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}

@media only screen and (max-width: 767px) {
  .row {
    padding: 0 20px;
  }
}

.row .row {
  padding: 0;
}

.row.nopad {
  padding: 0;
}

.w1100 {
  max-width: 1140px;
}

.inview.slideIn {
  opacity: 0;
  transform: translate(0px, 30px);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.slideIn.bottom {
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(0px, 120px);
}

.inview.slideIn.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.inview.slideInLeft {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inview.slideInLeft.animate {
  opacity: 1;
  transform: translate(0%, 0);
}

.inview.fadeIn {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.inview.fadeIn.animate {
  opacity: 1;
}

.masker {
  display: inline-block;
  overflow: hidden;
}

.masker .typo {
  transform: translate(0, 100%);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.masker.animate .typo {
  transform: translate(0, 0%);
}

.wipeIn {
  opacity: 0;
  transition: opacity 1000ms;
  display: block;
}

.wipeIn .movie, .wipeIn img {
  width: 100%;
  transform: translate(0, 40px) scale(1.1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center;
}

.wipeIn .clip {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}

.wipeIn.left .clip::after {
  top: 0;
  right: 0;
}

.wipeIn.right .clip::after {
  top: 0;
  left: 0;
}

.wipeIn.animate {
  opacity: 1;
}

.wipeIn.animate .movie, .wipeIn.animate img {
  -webkit-animation: wipein 0.4s 0.2s both;
          animation: wipein 0.4s 0.2s both;
  transform: scale(1);
}

.wipeIn.animate .clip:after {
  content: " ";
  position: absolute;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-animation: expin 0.8s cubic-bezier(1, 0, 0, 1) backwards;
          animation: expin 0.8s cubic-bezier(1, 0, 0, 1) backwards;
}

.wipeIn.animate .clip.bk:after {
  background-color: #352B29;
}

@-webkit-keyframes expin {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes expin {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@-webkit-keyframes wipein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes wipein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.wipeSlide {
  overflow: hidden;
  width: 0;
  display: block;
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.wipeSlide .clip {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}

.wipeSlide.animate {
  opacity: 1;
}

.wipeSlide.animate .movie, .wipeSlide.animate img {
  -webkit-animation: wipein 0.4s 0.2s both;
          animation: wipein 0.4s 0.2s both;
  transform: scale(1);
}

.wipeSlide.animate .clip:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-animation: expin 0.8s cubic-bezier(1, 0, 0, 1) backwards;
          animation: expin 0.8s cubic-bezier(1, 0, 0, 1) backwards;
}

.wipeSlide.animate .clip.bk:after {
  background-color: #352B29;
}

.mask {
  display: block;
  overflow: hidden;
  visibility: hidden;
}

.mask .clip {
  overflow: hidden;
  display: block;
}

.mask.animate {
  visibility: visible;
  -webkit-animation: masker 700ms cubic-bezier(0.77, 0, 0.175, 1) backwards;
          animation: masker 700ms cubic-bezier(0.77, 0, 0.175, 1) backwards;
}

@-webkit-keyframes masker {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes masker {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/** SITE HEADER
==============================================*/
.site-header {
  background-color: #fff;
  text-align: center;
  padding: 17px 20px;
  height: 56px;
  border-bottom: 1px solid #c7c7c7;
}

.masthead {
  text-align: center;
}

.masthead .brand-logo img {
  height: 22px;
}

@media only screen and (max-width: 767px) {
  .masthead .brand-logo img {
    height: 22px;
  }
}

/** MAIN CONTAINERS
==============================================*/
a.more {
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a.more {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.more:hover {
    opacity: .8;
  }
}

@media only screen and (max-width: 767px) {
  a.more {
    font-size: 1.2rem;
  }
}

a.more.border {
  border: 2px solid #FFDFD8;
  color: #FFDFD8;
}

@media only screen and (min-width: 768px) {
  a.more.border:hover {
    background-color: #FFDFD8;
    color: #fff;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  a.more.border {
    border: 1px solid #FFDFD8;
  }
}

a.more.radius {
  border-radius: 40px;
}

a.more.wh {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  a.more.wh:hover {
    background-color: #FFDFD8;
    color: #fff;
  }
}

a.more.fill {
  background-color: #3C3C3C;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  a.more.fill {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.more.fill:hover {
    opacity: .7;
  }
}

a.more.hover {
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (min-width: 768px) {
  a.more.hover:hover {
    background-color: #fff;
    color: #058d9b;
  }
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/** SITER FOOTER
==============================================*/
.footer {
  letter-spacing: 0.04em;
  line-height: 1.8;
  background: #333333;
  color: #fff;
  padding: 60px 15px 15px;
  position: relative;
}

.footer > .inner-block {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.footer .content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ----- footer_column ----- */
.footer_column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 16px;
}

.footer_column > .col_item {
  width: 32%;
  margin-bottom: 20px;
}

.footer_column > .col_item .footer_link li {
  margin-bottom: 10px;
}

.footer_column > .col_item .footer_link li a {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  color: #fff;
  text-decoration: none;
}

.footer_column > .col_item .footer_link li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.footer_column > .col_item .footer_link .footer_link_child {
  margin-top: 10px;
  padding-left: 1.5em;
}

/* ----- FooterBody ----- */
.FooterBody .footer-copyright {
  font-size: 14px;
  text-align: center;
}

/*-- pagetop --*/
.pagetop {
  position: absolute;
  right: 5%;
  top: 0;
  width: 70px;
  height: 70px;
  background: #f5a200;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 9998;
  transform: translate(0, -50%);
}

.pagetop a {
  display: block;
  position: relative;
  height: 100%;
}

.pagetop a:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-left: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .footer {
    background: #333333;
    color: #fff;
    padding: 30px 15px;
    position: relative;
  }
  .footer > .inner-block {
    width: auto;
    margin: 0 auto;
  }
  /* ----- footer_column ----- */
  .footer_column {
    font-size: 14px;
  }
  .footer_column > .col_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_column > .col_item .footer_link li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .footer_column > .col_item .footer_link li a {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    color: #fff;
    text-decoration: none;
  }
  .footer_column > .col_item .footer_link li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .footer_column > .col_item .footer_link .footer_link_child {
    margin-top: 10px;
    padding-left: 1.5em;
  }
  /* ----- FooterBody ----- */
  .FooterBody .footer-copyright {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, "Droid Sans", sans-serif !important;
    font-size: 11px;
    text-align: center;
  }
  /*-- pagetop --*/
  .pagetop {
    position: fixed;
    right: 5%;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: #f2971b;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 9997;
    top: auto;
  }
  .pagetop a {
    display: block;
    position: relative;
    height: 100%;
  }
  .pagetop a:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
  }
}

/** SNS SHARE
==============================================*/
.fx,
.fxpc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.hc {
  justify-content: center;
}

.vc {
  flex-direction: column;
  justify-content: center;
}

.r-vc {
  align-items: center;
}

.f-just {
  justify-content: space-between;
}

.f-center {
  justify-content: center;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flpc {
    float: none;
  }
  .frpc {
    float: none;
  }
  .tbpc, .tb {
    display: block;
  }
  .tbpc > .cell, .tb > .cell {
    display: block;
  }
  .fxpc {
    display: block;
  }
  .fxsp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hc {
    justify-content: center;
  }
  .vc {
    flex-direction: column;
    justify-content: center;
  }
  .f-just {
    justify-content: space-between;
  }
  .f-center {
    justify-content: center;
  }
}

.com-sns {
  background-color: #FFF;
  padding: 30px 0;
  overflow: hidden;
}

.com-sns .inner {
  width: 680px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.com-sns .title {
  text-align: center;
  font-size: 1.8rem;
  color: #333333;
  background-color: #FFF;
  display: inline-block;
  font-weight: 700;
  padding: 0 1em;
}

.com-sns ul {
  border: 4px solid #ebebeb;
  padding: 20px;
  margin: -10px -1.5px 0;
  width: calc(100% + 3px);
}

.com-sns li {
  position: relative;
  background-color: #333;
  color: #FFF;
  width: calc(50% - 6px);
  margin: 0 1.5px;
}

.com-sns li img {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 24px;
  height: 24px;
}

.com-sns li a {
  height: 44px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.com-sns li.face {
  background-color: #4268b3;
}

.com-sns li.twit {
  background-color: #1da1f3;
}

.com-sns li.line {
  background-color: #00b800;
}

@media screen and (max-width: 768px) {
  .com-sns {
    padding: 60px 0 0;
  }
  .com-sns .inner {
    width: 100%;
  }
  .com-sns .title {
    font-size: 1.4rem;
  }
  .com-sns ul {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20px 15px;
    margin: -10px -4px 0 -4px;
    width: calc(100% + 8px);
  }
  .com-sns li {
    position: relative;
    width: calc((100% - 9px) / 3.0001);
    margin: 0 1.5px;
  }
  .com-sns li img {
    position: absolute;
    top: 17px;
    left: 10px;
    width: 16px;
    height: 16px;
  }
  .com-sns li a {
    height: 50px;
    font-size: 1.3rem;
    justify-content: flex-start;
    text-align: left;
    padding-left: 33px;
    line-height: 1.2;
  }
  .com-sns li.face a {
    padding-left: 37px;
  }
}
