main {
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
}

p,
main dl,
main ul {
  line-height: 1.6666;
  font-size: 1.2rem;
}
@media all and (min-width: 740px) {
  p,
  main dl,
  main ul {
    line-height: 1.7142;
    font-size: 1.4rem;
  }
}


/* module */
.mod-container { padding: 30px 20px; }
.mod-section01 + .mod-section01,
.mod-section01 + .mod-section02,
.mod-section02 + .mod-section01,
.mod-section02 + .mod-section02 { margin: 30px auto; }
@media screen and (min-width: 750px), print {
  .mod-container {
    padding: 50px;
    padding-bottom: 50px;
  }
  .mod-section01 {
    width: 1040px;
    margin: 0 auto;
  }
  .mod-section02 {
    width: 810px;
    margin: 0 auto;
  }
  .mod-section01 + .mod-section01,
  .mod-section01 + .mod-section02,
  .mod-section02 + .mod-section01,
  .mod-section02 + .mod-section02 { margin: 50px auto; }
}
.mod-h2 {
  position: relative;
  margin-bottom: 1em;
  padding-top: .8em;
  color: #2e4a56;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
.mod-h2:before {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 1.5em;
  height: 3px;
  background-color: #333;
}

.mod-h3 {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2e4a56;
}
.mod-h3:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, #333 50%, #ff0000 50%);
}

.mod-h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2e4a56;
}


@media screen and (min-width: 750px), print {
  .mod-h2 { font-size: 3rem; }
  .mod-h3 { font-size: 2.4rem; }
  .mod-h4 { font-size: 1.8rem; }
}
.mod-txt01 + .mod-txt01 { margin-top: 1.5em; }

.mod-btn01 {
  position: relative;
  display: inline-block;
  padding: .3em 3em .3em 1em;
  font-size: 1.5rem;
  color: #fff;
  background-color: #2e4a56;
  text-decoration: none;
}
.mod-btn01:after {
  position: absolute;
  right: .5em;
  top: calc( 50% - 0.8em);
  display: inline-block;
  content: '>>';
  transition: transform ease-in-out 0.2s;
}
.mod-btn01:hover:after { transform: translateX( .3em ); }

@media screen and (min-width: 750px), print {
  .mod-btn01 { font-size: 1.8rem; }
}

/* breadcrumb */
.breadcrumb > ul {
  display: flex;
  flex-wrap: wrap;
  padding: .5em 20px;
}
.breadcrumb > ul > li { margin-right: 1em; }

.breadcrumb > ul > li + li {
  position: relative;
  padding-left: 1.5em;
}
.breadcrumb > ul > li + li:before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: .5em;
  height: .5em;
  border-top: 1px solid #2D4A55;
  border-right: 1px solid #2D4A55;
  transform: rotate(45deg);
  content: '';
}

@media screen and (min-width: 750px), print {
  .breadcrumb > ul {
    width: 1040px;
    margin: 0 auto;
    padding: .8em 0;
  }
}

/* kv */
.kv {
  position: relative;
  display: flex;
  width: 100%;
}
.kv_img {
  width: 25%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.kv > .kv_img:nth-of-type(1) { background-image: url(../img/kv01.jpg); }
.kv > .kv_img:nth-of-type(2) { background-image: url(../img/kv02.jpg); }
.kv > .kv_img:nth-of-type(3) { background-image: url(../img/kv03.jpg); }
.kv > .kv_img:nth-of-type(4) { background-image: url(../img/kv04.jpg); }
.kv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 350px;
  background-color: rgb(0, 0, 0, 0.3);
}
.kv_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  text-align: center;
  color:#fff;
}
.kv_title > h1 {
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
  font-size: 2.6rem;
}
.kv_title > p {
  margin-top: 1.5em;
  padding: .5em 1em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
}

@media screen and (min-width: 750px), print {
  .kv_img,
  .kv_overlay { height: 450px; }
  .kv_title > h1 {
    text-shadow: 0px 0px 20px rgba(0,0,0,1);
    font-size: 3.8rem;
  }
  .kv_title > p {
    font-size: 1.8rem;
  }
}

/* IIW */
.bnIIW {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
  transition: 1s;
}
.conferenceTable {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.8em;
}
.conferenceTable dt {
  position: relative;
  width: 6em;
  padding-right: 1em;
  padding-bottom: .5em;
}
.conferenceTable dt:after {
  position: absolute;
  top: 0;
  right: .5em;
  content: ':';
} 
.conferenceTable dd {
  width: calc( 100% - 6em );
  padding-bottom: .5em;
}

@media screen and (min-width: 750px), print {
  .bnIIW a {
    display: inline-block;
    border-radius: 20px;
    box-shadow:
      inset 0 0 15px rgb(55 82 170 / 0%),
      inset 0 0 8px rgb(234 238 239 / 0%),
      5px 5px 9px transparent,
      -9px -7px 13px transparent,
      inset 0 0 4px rgb(234 238 239 / 20%);
    transition: box-shadow ease-in-out 0.2s;
  }
  .bnIIW a:hover {
    box-shadow:
      inset 0 0 15px rgb(55 82 170 / 0%),
      inset 0 0 8px rgb(234 238 239 / 0%),
      5px 5px 9px rgb(169 199 211 / 30%),
      -9px -7px 13px rgb(255 255 255 / 50%),
      inset 0 0 4px rgb(234 238 239 / 20%);
  }
}

/* product */

.product_item {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #bac6cb;
}
.product_lead { padding-bottom: 2em; }
.product_title {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2e4a56;
}
.product_title > strong {
  font-size: 2.0rem;
  font-weight: 700;
}
.product_title:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, #333 50%, #ff0000 50%);
}
.product_ul {
  margin-bottom: 1.5em;
}
.product_ul li {
  position: relative;
  padding-left: 1em;
}
.product_ul li + li { margin-top: .5em; }
.product_ul li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1em;
  content: '-';
}

@media screen and (min-width: 750px), print {
  .sec_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_item {
    margin-top: 50px;
    padding-bottom: 50px;
    width: 380px;
    border-bottom: 2px solid #bac6cb;
  }
  .product_lead {
    padding-bottom: 1.5em;
  }
  .product_title { font-size: 1.5rem; }
  .product_title > strong { font-size: 2.4rem; }

  .product-style01 {
    display:flex;
    justify-content:space-between;
  }
  .product-style02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .product-style02 .product_lead { margin-bottom: auto; }
  .product-style03 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .product-style03 .product_link { margin-top: auto; }
}

/* bn */
.bnLaser { margin-top: 30px; }
.bnLaser > a {
  display: block;
  padding: 20px 15px;
  color: #fff;
  text-decoration: none;
  background: #010101 url(../img/bn_laser.png) no-repeat 100% 100%;
  background-size: contain;
}
.bnLaser_txt {
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.bnLaser_btn {
  display: inline-block;
  margin-top: 1.2em;
  padding: .5em 1em;
  border: 1px solid #fff;
}
@media screen and (min-width: 750px), print {
  .bnLaser { margin-top: 50px; }
  .bnLaser > a {
    min-height: 212px;
    padding: 20px;
    background-size: auto;
  }
  .bnLaser_txt { font-size: 1.8rem; }
  .bnLaser_btn {
    transition: .3s ease-in-out;
  }
  .bnLaser > a:hover .bnLaser_btn {
    color: #010101;
    background-color: #fff;
  }
}


/* laser */
.artLaser .artTitle { background:#010101 url(../img/laser/title_bg_sp.jpg) no-repeat center center / cover; }
.artTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 249px;
  padding: 0 20px;
  color: #fff;
}
.artTitle h1 {
  font-size: 1.6rem;
  text-align: center;
}
.artTitle p {
  margin-top: 1.5em;
  padding: .5em 1em;
  border: 2px solid #fff;
}

.artImg01 {
  margin-top: 1.5em;
}
.artImg01 > .img { text-align: center; }
.artImg01 .caption {
  margin-top: .8em;
  padding: 1em;
  font-size: 12px;
  background-color: #e2ecf0;
}
.artBtn-contact {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  padding: 1em 2em;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  background-color: #dd0000;
}

.artRelated_list01 > li {
  position: relative;
  padding-left: 1em;
}
.artRelated_list01 > li + li { margin-top: .8em; }
.artRelated_list01 > li:before {
  position: absolute;
  left: 0;
  top: .6em;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #2e4a56;
  content: '';
}
.artRelated_list01 > li a {
  text-decoration: underline;
  color: #0000ee;
  font-weight: 700;
}
.artRelated_list01 > li a:hover {
  text-decoration: none;
  color: #0000ee;
}


@media screen and (min-width: 750px), print {
  .artLaser .artTitle { background: url(../img/laser/title_bg_pc.jpg) no-repeat center top / cover; }
  .artTitle h1 {
    width: 1000px;
    margin: 0 auto;
    font-size: 2.4rem;
    }
  .artImgBox01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -30px;
  }
  .artImgBox01 > .artImg01 {
    margin-left: 30px;
  }
  .artBtn-contact {
    font-size: 2.0rem;
  }
}

.laserBox01 {
  margin-top: 1.5em;
  padding: 15px;
  background-color: #ffffcc;
}
.laserBox01 dt {
  margin-bottom: 1em;
  font-weight: 700;
}


@media screen and (min-width: 750px), print {
  .laserBox01 {
    padding: 20px;
  }
  .laserBox01:after {
    content: "";
    display: block;
    clear: both;
  }
  .laserBox01 dt,
  .laserBox01 dd.txt {
    float: left;
    width: calc( 100% - 300px);
  }
  .laserBox01 dd.img {
    float: right;
    width: 270px;
  }
}



/* utility */
.is-italic { font-style: italic !important; }
.is-gray { background-color: #e2ecf0; }
.is-caption {
  margin-top: .5em;
  font-size: 11px;
  line-height: 1.2;
}
.alpha:hover { opacity: .8; }
.taC { text-align: center !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.w100per { width: 100% !important; }

.fs12 { font-size: 1.2rem !important; }
@media screen and (min-width: 750px), print {
  .p_fs14 { font-size: 1.4rem !important; }
}







@media only screen and (max-width:740px) {
  #footer {
    width: 100%;
  }
}

@media only screen and (max-width:740px) {
  #footer {
    display: none;
  }
}

#footer #footer-navi ul li a {
  font-size: 1.2rem;
}

.footer__box {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  .footer__box {
    width: 100%;
  }
}

.footer__sns {
  padding: 30px 20px;
}

@media only screen and (min-width:740px) {
  .footer__sns {
    display: none;
  }
}

@media print {
  .footer__sns {
    display: none;
  }
}

.footer__sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sns ul li {
  width: 31.33%;
}

.footer__sns ul li a {
  display: block;
  background-color: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  text-align: center;
}

.ua-sp .footer__sns ul li a[data-hover=touch] {
  opacity: 0.7;
}

.ua-pc .footer__sns ul li a:hover {
  opacity: 0.7;
}

.footer__sns ul li a i.icon {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.footer__sns ul li a i.icon:before {
  color: #fff;
}

.footer__sns ul li.li-twitter a {
  background-color: #66a8dc;
}

.footer__sns ul li.li-twitter a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sns ul li.li-facebook a {
  background-color: #3765a3;
}

.footer__sns ul li.li-facebook a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sns ul li.li-youtube a {
  background-color: #ce201f;
}

.footer__sns ul li.li-youtube a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sp {
  padding: 15px;
  background-color: #e7e7e7;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width:740px) {
  .footer__sp {
    display: none;
  }
}

@media print {
  .footer__sp {
    display: none;
  }
}

.footer__sp .footer__sp__btn ul li a span,
.footer__sp .footer__sp__contact ul li a span,
.footer__sp__btn ul li a .footer__sp span,
.footer__sp__contact ul li a .footer__sp span {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}

.footer__sp .footer__sp__btn ul li a span:before,
.footer__sp .footer__sp__contact ul li a span:before,
.footer__sp__btn ul li a .footer__sp span:before,
.footer__sp__contact ul li a .footer__sp span:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 21px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  margin-top: -10px;
  opacity: 0.9;
}

.footer__sp a {
  color: #757575;
  text-decoration: none;
  font-weight: 500;
}

.footer__sp__btn {
  margin-bottom: 7px;
}

.footer__sp__btn:last-child {
  margin-bottom: 0;
}

.footer__sp__btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sp__btn ul li {
  text-align: center;
}

.footer__sp__btn ul li a {
  display: block;
  border: 2px solid #757575;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
}

.footer__sp__btn ul li.li-pc span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__btn ul li.li-pagetop span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__btn.size-M ul li {
  width: 48.5%;
}

.footer__sp__contact {
  margin-bottom: 7px;
}

.footer__sp__contact:last-child {
  margin-bottom: 0;
}

.footer__sp__contact ul li a {
  color: #757575;
  border: 2px solid #757575;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #fff), color-stop(51%, #ddd), color-stop(100%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, #fff 50%, #fff 50%, #ddd 51%, #fff 100%, #fff 100%);
  background: linear-gradient(to bottom, #fff 50%, #fff 50%, #ddd 51%, #fff 100%, #fff 100%);
}

.footer__sp__contact ul li a span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__navi {
  padding: 20px 15px;
  border: 2px solid #757575;
  background-color: #fff;
  margin-bottom: 7px;
}

.footer__sp__navi:last-child {
  margin-bottom: 0;
}

.footer__sp__navi ul:after,
.footer__sp__navi ul:before {
  content: " ";
  display: table;
}

.footer__sp__navi ul:after {
  clear: both;
}

.footer__sp__navi ul li {
  float: left;
  width: 50%;
  line-height: 1.7;
  font-size: 1.3rem;
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.footer__sp__navi ul li a {
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}

.ua-sp .footer__sp__navi ul li a[data-hover=touch] {
  text-decoration: underline;
}

.ua-pc .footer__sp__navi ul li a:hover {
  text-decoration: underline;
}

.footer__sp__navi ul li a:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.footer__sp__copy {
  background-color: #dbdbdb;
  border-top: 6px solid #999;
  position: relative;
}

.footer__sp__copy:before {
  content: " ";
  display: block;
  width: 35px;
  height: 6px;
  background-color: #093;
  position: absolute;
  left: 0;
  top: -6px;
}

@media only screen and (min-width:740px) {
  .footer__sp__copy {
    display: none;
  }
}

@media print {
  .footer__sp__copy {
    display: none;
  }
}

.footer__sp__copy address {
  text-align: center;
}

.footer__sp__copy address img {
  height: 30px;
  width: auto;
}

.footer__pagetop {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 10px;
  bottom: 10px;
  z-index: -10;
  opacity: 0;
  -webkit-transition-property: z-index opacity;
  transition-property: z-index opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.footer__pagetop.is-active {
  z-index: 1000;
  opacity: 1;
}

.fancybox-lock .footer__pagetop {
  opacity: 0;
  z-index: -10;
}

.footer__pagetop a {
  display: block;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

@media only screen and (max-width:740px) {
  .footer__pagetop a {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.ua-sp .footer__pagetop a[data-hover=touch] {
  background-color: #000;
}

.ua-pc .footer__pagetop a:hover {
  background-color: #000;
}

.footer__pagetop a svg {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

@media only screen and (max-width:740px) {
  .footer__pagetop a svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }
}

.footer__pagetop a svg use {
  fill: #fff;
}


#footer {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  #footer {
    width: 100%;
  }
}

@media only screen and (max-width:740px) {
  #footer {
    display: none;
  }
}

#footer #footer-navi ul li a {
  font-size: 1.2rem;
}

.footer__box {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  .footer__box {
    width: 100%;
  }
}

.footer__sns {
  padding: 30px 20px;
}

@media only screen and (min-width:740px) {
  .footer__sns {
    display: none;
  }
}

@media print {
  .footer__sns {
    display: none;
  }
}

.footer__sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sns ul li {
  width: 31.33%;
}

.footer__sns ul li a {
  display: block;
  background-color: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  text-align: center;
}

.ua-sp .footer__sns ul li a[data-hover=touch] {
  opacity: 0.7;
}

.ua-pc .footer__sns ul li a:hover {
  opacity: 0.7;
}

.footer__sns ul li a i.icon {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.footer__sns ul li a i.icon:before {
  color: #fff;
}

.footer__sns ul li.li-twitter a {
  background-color: #66a8dc;
}

.footer__sns ul li.li-twitter a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sns ul li.li-facebook a {
  background-color: #3765a3;
}

.footer__sns ul li.li-facebook a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sns ul li.li-youtube a {
  background-color: #ce201f;
}

.footer__sns ul li.li-youtube a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sp {
  padding: 15px;
  background-color: #e7e7e7;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width:740px) {
  .footer__sp {
    display: none;
  }
}

@media print {
  .footer__sp {
    display: none;
  }
}

.footer__sp .footer__sp__btn ul li a span,
.footer__sp .footer__sp__contact ul li a span,
.footer__sp__btn ul li a .footer__sp span,
.footer__sp__contact ul li a .footer__sp span {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}

.footer__sp .footer__sp__btn ul li a span:before,
.footer__sp .footer__sp__contact ul li a span:before,
.footer__sp__btn ul li a .footer__sp span:before,
.footer__sp__contact ul li a .footer__sp span:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 21px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  margin-top: -10px;
  opacity: 0.9;
}

.footer__sp a {
  color: #757575;
  text-decoration: none;
  font-weight: 500;
}

.footer__sp__btn {
  margin-bottom: 7px;
}

.footer__sp__btn:last-child {
  margin-bottom: 0;
}

.footer__sp__btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sp__btn ul li {
  text-align: center;
}

.footer__sp__btn ul li a {
  display: block;
  border: 2px solid #757575;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
}

.footer__sp__btn ul li.li-pc span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__btn ul li.li-pagetop span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__btn.size-M ul li {
  width: 48.5%;
}

.footer__sp__contact {
  margin-bottom: 7px;
}

.footer__sp__contact:last-child {
  margin-bottom: 0;
}

.footer__sp__contact ul li a {
  color: #757575;
  border: 2px solid #757575;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #fff), color-stop(51%, #ddd), color-stop(100%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, #fff 50%, #fff 50%, #ddd 51%, #fff 100%, #fff 100%);
  background: linear-gradient(to bottom, #fff 50%, #fff 50%, #ddd 51%, #fff 100%, #fff 100%);
}

.footer__sp__contact ul li a span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__navi {
  padding: 20px 15px;
  border: 2px solid #757575;
  background-color: #fff;
  margin-bottom: 7px;
}

.footer__sp__navi:last-child {
  margin-bottom: 0;
}

.footer__sp__navi ul:after,
.footer__sp__navi ul:before {
  content: " ";
  display: table;
}

.footer__sp__navi ul:after {
  clear: both;
}

.footer__sp__navi ul li {
  float: left;
  width: 50%;
  line-height: 1.7;
  font-size: 1.3rem;
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.footer__sp__navi ul li a {
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}

.ua-sp .footer__sp__navi ul li a[data-hover=touch] {
  text-decoration: underline;
}

.ua-pc .footer__sp__navi ul li a:hover {
  text-decoration: underline;
}

.footer__sp__navi ul li a:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.footer__sp__copy {
  background-color: #dbdbdb;
  border-top: 6px solid #999;
  position: relative;
}

.footer__sp__copy:before {
  content: " ";
  display: block;
  width: 35px;
  height: 6px;
  background-color: #093;
  position: absolute;
  left: 0;
  top: -6px;
}

@media only screen and (min-width:740px) {
  .footer__sp__copy {
    display: none;
  }
}

@media print {
  .footer__sp__copy {
    display: none;
  }
}

.footer__sp__copy address {
  text-align: center;
}

.footer__sp__copy address img {
  height: 30px;
  width: auto;
}

.footer__pagetop {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 10px;
  bottom: 10px;
  z-index: -10;
  opacity: 0;
  -webkit-transition-property: z-index opacity;
  transition-property: z-index opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.footer__pagetop.is-active {
  z-index: 1000;
  opacity: 1;
}

.fancybox-lock .footer__pagetop {
  opacity: 0;
  z-index: -10;
}

.footer__pagetop a {
  display: block;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

@media only screen and (max-width:740px) {
  .footer__pagetop a {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.ua-sp .footer__pagetop a[data-hover=touch] {
  background-color: #000;
}

.ua-pc .footer__pagetop a:hover {
  background-color: #000;
}

.footer__pagetop a svg {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

@media only screen and (max-width:740px) {
  .footer__pagetop a svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }
}

.footer__pagetop a svg use {
  fill: #fff;
}
