﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ===================================================================
basic.css：共通指定
=================================================================== */
html {
  font-size: 62.5%;
}

/* bodyの設定 */
body {
  overflow-y: scroll;
  position: relative;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 550px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}

.clr {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* リンク */
a {
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: underline;
}
a[name],
a[name]:hover,
a[name]:active {
}
a[href] {
  outline: none;
}
a:visited {
  color: #222;
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.link {
  padding: 0 0 0 12px;
  background: url("../images/ico_arrow.png") 0 8px no-repeat;
}
.linkWhite {
  padding: 0 0 0 12px;
  background: url("../images/ico_arrow02.png") left center no-repeat;
}
.linknews {
  padding: 0 0 0 12px;
  background: url("../images/ico_arrow02.png") left center no-repeat;
  color: #222 !important;
}
.external {
  padding: 0 28px 0 0;
  background: url("../images/icoLink.png") no-repeat right center;
}

hr {
  border: 0;
  background: #ccc;
  height: 1px;
  margin: 20px 0;
}
hr.category-btm {
  margin: 80px 0 44px;
}
@media (max-width: 769px) {
  hr.category-btm {
    margin: 40px 0 20px;
  }
}
@media (max-width: 700px) {
  hr {
    margin: 60px 0;
  }
}
@media (max-width: 500px) {
  hr {
    margin: 0 0 30px;
  }
}

.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.fontL {
  font-size: 1.3em;
}
.fontM {
  font-size: 1.2em;
}
.fontS {
  font-size: 0.75em;
}

img {
  vertical-align: bottom;
}

.item-image img,
.imgBox img,
img#main-image,
img#main-image2,
img.thumbnail,
img.thumbnail2 {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*	h1～h6
------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

/* 画像ありh1 */
#head-ttl {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 18px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
}
#head-ttl h1 {
  width: 1040px;
  margin: 0 auto;
  padding: 45px 0 0;
  color: #fff;
}
#head-ttl p {
  width: 1040px;
  margin: 0 auto;
  padding: 28px 0;
  color: #ddd;
}
@media (max-width: 1040px) {
  #head-ttl h1,
  #head-ttl p {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media (max-width: 769px) {
  #head-ttl {
    margin-top: 114px;
    height: 200px;
  }
  #head-ttl h1 {
    padding: 15px 0 0;
  }
  #head-ttl.lnavnone {
    margin-top: 65px;
  }
  h1.lnavnone {
    margin-top: 125px !important;
  }
  #slidebox {
    margin-top: -15px !important;
  }
}
@media (max-width: 550px) {
  #head-ttl h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #head-ttl p {
    padding: 13px 0 0;
    font-size: 1.2rem;
  }
}

/* 背景動画h1 */
#head-ttl.bgVideo {
  overflow: hidden;
  position: relative;
}
#head-ttl.bgVideo video {
  width: 100%;
  position: absolute;
  z-index: 1;
}
#head-ttl.bgVideo p {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#head-ttl.bgVideo h1 {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* 画像なしh1 */
h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  margin-top: 100px;
  margin-bottom: 30px;
}

/* h2～h6 */
/* h2：左寄せ */
h2 {
  margin-bottom: 25px;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 300;
}
/* h2：センタリング */
h2.center {
  text-align: center;
}
h3 {
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  margin-bottom: 20px;
  font-size: 19px;
  font-size: 1.9rem;
}
h5 {
  margin-bottom: 34px;
  padding: 14px 28px;
  font-size: 19px;
  font-size: 1.9rem;
  background: #ccc;
}
h6 {
  margin-bottom: 28px;
  padding: 8px 3px;
  font-size: 17px;
  font-size: 1.7rem;
  border-bottom: 1px solid #444;
  line-height: 150%;
}

@media (max-width: 550px) {
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
  }
  h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
  h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  h5 {
    margin-bottom: 25px;
    padding: 10px 12px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  h6 {
    margin-bottom: 15px;
    padding: 8px 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*	header
------------------------------------------------------------*/
header {
  overflow: hidden;
  background: #fff;
}
#header {
  width: 100%;
  height: 65px;
  text-align: center;
  z-index: 9999;
}
#header-block {
  float: left;
  width: 70%;
}
#header h1,
#header .logo {
  float: left;
  margin: 0;
  padding: 5px 0 0;
}
#header h1 a,
#header .logo a {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 330px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  background-image: url("../images/logo.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 330px auto;
}
#header h1 span,
#header .logo span {
  float: left;
  display: block;
  margin-top: 18px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: normal;
}

/* 多言語 */
#header_right {
  float: right;
  padding: 25px;
  display: none;
}
#header_right ul {
  float: right;
  display: flex;
  margin-left: 15px;
}
#header_right ul.language li a {
  display: block;
  width: 80px;
  min-height: 30px;
  padding: 4px 0;
  background: #afafaf;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
}
#header_right ul.language li a.on,
#header_right ul.language li a:hover {
  background: #000;
}
#header_right ul.sns li {
  margin-left: 8px;
}
@media (max-width: 769px) {
  #header {
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: solid 1px #ccc;
  }
  #header-block {
    float: none;
    height: 50px;
    width: 100%;
  }
  #header h1,
  #header .logo {
    margin: 0 0 0 15px;
    padding: 7px 0;
    width: 78%;
  }
  #header h1 a,
  #header .logo a {
    margin-top: 0;
    margin-left: 0;
    background-size: contain;
  }
  #header_right {
    display: block;
    float: none;
    width: 100%;
    padding: 12px 13px;
    background: #d0d0d0;
    overflow: hidden;
  }
  #header_right ul {
    float: left;
    width: 50%;
    margin-left: 0;
  }
  #header_right ul.language li a {
    width: 100px;
    min-height: 20px;
  }
  #header_right ul.language li a.on,
  #header_right ul.language li a:hover {
    background: #333;
  }
}
@media (max-width: 600px) {
  #header h1 a,
  #header .logo a {
    width: 250px;
    margin-right: 10px;
  }
  #header h1 span,
  #header .logo span {
    margin-top: 25px;
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
    line-height: 110%;
  }
}
@media (max-width: 460px) {
  #header h1 span,
  #header .logo span {
    display: none;
  }
}

/*	Gnav
------------------------------------------------------------*/
#gnav {
  background: #aaa;
}
@media (max-width: 769px) {
  #gnav {
    display: none;
  }
}

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  width: 1040px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  letter-spacing: -0.4em;
}
.dropmenu:before,
.dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after {
  clear: both;
}
.dropmenu li {
  position: relative;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0em;
  font-weight: 300;
}
.dropmenu li a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
@media (max-width: 1040px) {
  .dropmenu {
    width: 100%;
  }
  .dropmenu li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li {
  width: 250px;
  float: left;
}
.dropmenu li ul li a {
  padding: 8px 15px;
  line-height: 130%;
  border-bottom: 1px solid #ccc;
  background: #ededed;
  text-align: left;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
}
.dropmenu li ul li:last-child a {
  border-bottom: none;
}
.dropmenu li:hover > a,
.dropmenu li.on > a {
  background: #374760;
  color: #fff;
}
.dropmenu li ul li a:hover {
  background: #374760;
  color: #fff;
}
#fade-in {
  position: relative;
  z-index: 6;
}
#fade-in li ul {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}

.bx-wrapper {
  background-color: #fff !important;
}

/*	Lnav
------------------------------------------------------------*/
/* メニューバー：2本線 */
.ico-menu-sub {
  float: right;
  margin: 0 4px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 3.5rem;
  height: 0;
  padding-right: 0.45rem;
  padding-top: 26px;
  background: #d0d0d0;
}
.ico-menu-sub::before,
.ico-menu-sub::after {
  position: absolute;
  left: 0;
  content: "";
  width: 3.5rem;
  height: 0;
  border-top: 2px solid #000;
}
.ico-menu-sub::before {
  top: 6px;
}
.ico-menu-sub::after {
  bottom: 8px;
}

/* ローカルナビ */
ul#lnav {
  display: block;
  position: fixed;
  top: 115px;
  z-index: 50;
  width: 26.5rem;
  margin-right: 0;
  height: calc(100% - 94px);
  overflow-y: scroll;
  /*	overflow-y: auto;*/
  border: none;
  -webkit-box-shadow: 0 6px 6px -6px #333;
  -moz-box-shadow: 0 6px 6px -6px #333;
  box-shadow: 0 6px 6px -6px #333;
  right: -26.5rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: #d0d0d0;
  border-top: 1px solid #afafaf;
}
ul#lnav.drawer-open {
  right: 0;
}

ul#lnav > li {
  padding: 8px 10px 8px 18px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 0;
  border-bottom: 1px solid #afafaf;
  background: #d0d0d0;
}
ul#lnav > li > a {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #000;
  background: #d0d0d0;
}
ul#lnav > li > a:hover {
  text-decoration: none;
}
ul#lnav > li > a::before,
ul#lnav > li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
ul#lnav > li > a::before {
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul#lnav li:first-child {
  border-top: none;
}
.subdrawer-overlay {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .ico-menu-sub,
  ul#lnav {
    display: none;
  }
}

/*	共通枠
------------------------------------------------------------*/
#container {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  background-color: #fff;
}

/*	contact
------------------------------------------------------------*/
.contact {
  margin-top: 100px;
  padding: 38px 0;
  background: #ddd;
}
.contact .contact-btn {
  width: 380px;
  margin: 0 auto;
}
.contact .contact-btn a {
  display: block;
  padding: 28px 0 28px 55px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  background: #aaa url("../images/ico-mail.png") no-repeat 90px center;
  text-decoration: none;
}
.contact .contact-btn a:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

@media (max-width: 530px) {
  .contact {
    padding: 26px 0;
  }
  .contact .contact-btn {
    width: 60%;
    margin: 0 auto;
  }
  .contact .contact-btn a {
    display: block;
    padding: 20px 0 20px 43px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background: #aaa url("../images/ico-mail.png") no-repeat 80px center;
    background-size: 30px auto;
    text-decoration: none;
  }
}
@media (max-width: 510px) {
  .contact {
    padding: 26px 0;
  }
  .contact .contact-btn {
    width: 60%;
    margin: 0 auto;
  }
  .contact .contact-btn a {
    display: block;
    padding: 20px 0 20px 43px;
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    background: #aaa url("../images/ico-mail.png") no-repeat 72px center;
    background-size: 30px auto;
    text-decoration: none;
  }
}
@media (max-width: 480px) {
  .contact {
    padding: 26px 0;
  }
  .contact .contact-btn {
    width: 55%;
    margin: 0 auto;
  }
  .contact .contact-btn a {
    display: block;
    padding: 20px 0 20px 43px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #aaa url("../images/ico-mail.png") no-repeat 55px center;
    background-size: 30px auto;
    text-decoration: none;
  }
}
@media (max-width: 450px) {
  .contact {
    margin-top: 50px;
    padding: 20px 0;
  }
  .contact .contact-btn {
    width: 55%;
    margin: 0 auto;
  }
  .contact .contact-btn a {
    display: block;
    padding: 17px 0 17px 43px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #aaa url("../images/ico-mail.png") no-repeat 50px center;
    background-size: 28px auto;
    text-decoration: none;
  }
}
@media (max-width: 420px) {
  .contact {
    padding: 20px 0;
  }
  .contact .contact-btn {
    width: 58%;
    margin: 0 auto;
  }
  .contact .contact-btn a {
    display: block;
    padding: 17px 0 17px 43px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #aaa url("../images/ico-mail.png") no-repeat 46px center;
    background-size: 28px auto;
    text-decoration: none;
  }
}
@media (max-width: 380px) {
  .contact {
    padding: 18px 0;
  }
  .contact .contact-btn {
    width: 58%;
    margin: 0 auto;
  }
  .contact .contact-btn a {
    display: block;
    padding: 14px 0 14px 38px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background: #aaa url("../images/ico-mail.png") no-repeat 50px center;
    background-size: 25px auto;
    text-decoration: none;
  }
}

/*	category
------------------------------------------------------------*/
.footer-category-block {
  width: 800px;
  margin: 84px auto 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.footer-category-block .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 240px;
  margin: 0 20px 10px 0;
}
.footer-category-block .item:nth-child(3n) {
  margin-right: 0;
}
.footer-category-block .item-image {
  min-height: 0%;
}
.footer-category-block .item-image img {
  object-fit: cover;
  width: 240px;
  height: 175px;
}
.footer-category-block .item-label {
  background: transparent;
  padding: 7px 0 0;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
}
.footer-category-block .item a {
  text-decoration: none;
}

@media (max-width: 1040px) {
  .footer-category-block {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .footer-category-block .item {
    width: 30.2%;
    margin: 0 1% 10px 0;
  }
  .footer-category-block .item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 900px) {
  .footer-category-block .item-label {
    padding: 6px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 769px) {
}
@media (max-width: 500px) {
  .footer-category-block .item-label {
    padding: 3px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*	footer
------------------------------------------------------------*/
#footer {
  padding: 36px 0 24px;
  background: #fff;
  text-align: center;
  border-top: solid 1px #ccc;
}
@media (max-width: 500px) {
  #footer {
    padding: 20px 0 24px;
  }
}

/* ページトップ */
#pagetop {
  width: 100%;
  margin: 0 auto 30px;
}

/* ページトップ：モバイル */
#pagetopSp {
  display: none;
}
@media (max-width: 769px) {
  #pagetop {
    display: none;
  }
  #pagetopSp {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  #pagetopSp a {
    display: block;
    z-index: 999;
    padding: 0;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 0.8rem;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background: #999 url("../images/pagetopSp.png") no-repeat center 15px;
    background-size: 25px auto;
  }
  #pagetopSp a:hover {
    text-decoration: none;
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    opacity: 0.55;
  }
}

/* フッターメニュー */
#footer nav {
  position: relative;
  overflow: hidden;
}
#footer nav ul {
  position: relative;
  float: left;
  left: 50%;
  width: auto;
}
#footer nav ul li {
  position: relative;
  float: left;
  left: -50%;
  padding: 0 0.8em;
  border-right: 1px solid #ddd;
  line-height: 1;
}
#footer nav ul li:first-child {
  border-left: 1px solid #ddd;
}
#footer nav ul li a {
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 769px) {
  #footer nav ul li {
    margin-bottom: 10px;
  }
  #footer nav ul li:nth-child(4) {
    clear: left;
    margin-left: 70px;
    border-left: 1px solid #ddd;
  }
  #footer nav ul li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* ISO */
.jqa-block {
  position: relative;
  overflow: hidden;
  margin: 45px auto 0;
}
@media (max-width: 769px) {
  .jqa-block {
    margin: 26px auto 0;
  }
}
@media (max-width: 500px) {
  .jqa-block {
    margin: 18px auto 0;
  }
}
.jqa-block ul {
  position: relative;
  float: left;
  left: 50%;
}
.jqa-block ul li {
  position: relative;
  float: left;
  left: -50%;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  width: auto;
}
.jqa-block ul li img {
  display: block;
  width: 52px;
  text-align: center;
  margin: 0 auto 4px;
  border: solid 1px #ccc;
}

/* ロゴ */
#footer .logo {
  width: 191px;
  margin: 20px auto 23px;
}
@media (max-width: 769px) {
  #footer .logo {
    margin: 26px auto;
  }
}
@media (max-width: 500px) {
  #footer .logo {
    width: 160px;
    margin: 20px auto;
  }
}
#footer .logo img {
  width: 100%;
}

/* YouTube */
#footer .youtube {
  width: 40px;
  margin: 0 auto 35px;
}
@media (max-width: 769px) {
  #footer .youtube {
    margin: 0 auto 20px;
  }
}
#footer .youtube img {
  width: 100%;
}

/* コピーライト */
#footer .address,
#footer .copy {
  width: 95%;
  margin: 0 2.5%;
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .address br {
  display: none;
}
@media (max-width: 769px) {
  #footer .address,
  #footer .copy {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media (max-width: 550px) {
  #footer .address br {
    display: block;
  }
}

/*  wovn.io 翻訳  */
#wovn-translate-widget[wovn] {
  /*
	top: 15px !important;
	right: 0 !important;
	*/
}
.language {
  width: 100px;
  color: #333;
  font-size: 73%;
  font-weight: 600;
  font-family: Arial;
  position: absolute;
  right: 223px;
  top: 34px;
  display: block;
}

@media (max-width: 769px) {
  .language {
    display: none;
  }
  #wovn-translate-widget[wovn] {
    /*
		bottom: 30px !important;
		top:auto !important;
		*/
  }
}

/*	SNS
------------------------------------------------------------*/
.snsbtniti.sp {
  display: none;
}
.flowbtn10 {
  font-family: "Comic Sans MS", "Chalkboard SE", sans-serif;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  transition: 0.5s;
  color: #444;
  border: solid 1px #aaa;
  border-radius: 33px;
  width: 33px;
}
.flowbtn10 .fa-instagram,
.flowbtn10 .fa-get-pocket,
.flowbtn10 .fa-get-pocket,
.flowbtn10 .fa-line {
  font-size: 23px;
}
.flowbtn10 .fa-twitter:hover {
  color: #55acee;
}
.flowbtn10 .fa-instagram:hover {
  color: #c6529a;
}
.flowbtn10 .fa-facebook-f:hover {
  color: #3b5998;
}
.flowbtn10 .fa-youtube:hover {
  color: #fc0d1c;
}
ul.snsbtniti {
  padding: 0 !important;
}
.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-right: 1em;
}
.snsbtniti li {
  text-align: center !important;
  width: 40px;
  margin-top: 1em;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  color: #666;
}
@media (max-width: 769px) {
  ul.snsbtniti {
    display: none !important;
  }
  ul.snsbtniti.sp {
    justify-content: center !important;
    display: inline-flex !important;
  }
  .fab {
    color: #aaa;
  }
  .flowbtn10 {
    border: solid 1px #666;
  }
}
