@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, YakuHanJP, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@media (max-width: 1024px) {
  body {
    padding-bottom: 60px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}

@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.hovlink {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hovlink:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link_black {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #121212;
}

.hovlink span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hovlink span:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link_black:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #808080;
}

header {
  padding: 0 30px;
  border-top: 4px solid #121212;
}

@media (max-width: 1024px) {
  header {
    padding: 0 20px;
  }
}

header .icon_langwapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  header .icon_langwapper {
    display: none;
  }
}

header .icon_langwapper .h_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

header .icon_langwapper .h_icon a {
  margin-right: 20px;
}

header .icon_langwapper .h_icon a:last-child {
  margin-right: 0;
}

header .icon_langwapper .h_icon a img {
  width: 30px;
}

header .icon_langwapper .h_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .icon_langwapper .h_lang span.switch-eng ,
header .icon_langwapper .h_lang span.switch-jpn {
  font-family: futura , 'Hind', sans-serif;
  font-size: 1.4rem;
  color: #4B4B4B;
  letter-spacing: 0.1em;
  line-height: 30px;
  cursor: pointer;
}

header .icon_langwapper .h_lang .selected{
  color:#000;
  font-weight:bold;
  cursor:default;
}

header .icon_langwapper .h_lang .selected:hover{
  cursor:default !important;
}

header .icon_langwapper .h_lang span.line {
  margin: 0 10px;
  line-height: 30px;
}

header .headinner {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1024px) {
  header .headinner {
    margin-top: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

header .headinner .h_logo {
  display: inline-block;
}

header .headinner .h_logo img {
  height: 40px;
}

@media (max-width: 1024px) {
  header .headinner .h_logo img {
    margin-top: 26px;
  }
}

@media (max-width: 599px) {
  header .headinner .h_logo img {
    height: 30px;
  }
}

header .headinner nav {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  header .headinner nav {
    margin-bottom: 0;
    background: #f3f3f3;
    position: fixed;
    height: 100vh;
    display: block;
    padding-top: 100px;
    width: 60%;
    right: -60%;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 200;
    top: 0;
  }
}

header .headinner nav .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1024px) {
  header .headinner nav .mainmenu {
    display: block;
    margin-left: auto;
    padding-left: 7%;
    padding-right: 2%;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

header .headinner nav .mainmenu .m_menuli {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  margin-right: 50px;
}

header .headinner nav .mainmenu .m_menuli:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  header .headinner nav .mainmenu .m_menuli {
    margin-right: 0;
    margin-top: 50px;
  }
  header .headinner nav .mainmenu .m_menuli:first-child {
    margin-top: 0;
  }
}

header .headinner nav .mainmenu .m_menuli a {
  font-size: 1.4rem;
}

@media (max-width: 1024px) {
  header .headinner nav .mainmenu .search_li {
    margin-top: 50px;
  }
}

header .headinner nav .mainmenu .search {
  border-bottom: thin solid #AAAAAA;
  position: relative;
}

header .headinner nav .mainmenu .search input {
  border: none;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  padding-left: 30px;
  outline: none;
}

@media (max-width: 1024px) {
  header .headinner nav .mainmenu .search input {
    padding-left: 9%;
    width: 90%;
    line-height: 30px;
    background-color: #f3f3f3;
  }
}

header .headinner nav .mainmenu .search button {
  border: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 1024px) {
  header .headinner nav .mainmenu .search button {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

header .headinner nav .mainmenu .search button span img {
  width: 16px;
}

header .headinner nav .mainmenu .nav_lang {
  display: none;
}

@media (max-width: 1024px) {
  header .headinner nav .mainmenu .nav_lang {
    display: block;
  }
  header .headinner nav .mainmenu .nav_lang .h_lang span.switch-eng ,
  header .headinner nav .mainmenu .nav_lang .h_lang span.switch-jpn {
    font-size: 1.3rem;
    cursor: pointer;
  }
  header .headinner nav .mainmenu .nav_lang .h_lang span.line {
    margin: 0 20px;
  }
}

header .headinner nav .h_snsiconsp {
  display: none;
  padding-left: 7%;
  padding-right: 2%;
}

@media (max-width: 1024px) {
  header .headinner nav .h_snsiconsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .headinner nav .h_snsiconsp li {
    width: 20px;
    margin-right: 30px;
  }
  header .headinner nav .h_snsiconsp li:last-child {
    margin-right: 0;
  }
  header .headinner nav .h_snsiconsp li a img {
    width: 100%;
  }
}

header .h_snsicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}

@media (max-width: 1024px) {
  header .h_snsicon {
    display: none;
  }
}

header .h_snsicon li {
  width: 20px;
  margin-right: 20px;
}

header .h_snsicon li:last-child {
  margin-right: 0;
}

header .h_snsicon li a img {
  width: 100%;
}

#nav_toggle {
  margin-top: 30px;
  height: 32px;
  width: 32px;
  position: fixed;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  display: none;
}

@media (max-width: 1024px) {
  #nav_toggle {
    display: block;
    z-index: 300;
  }
}

#nav_toggle span {
  background: #191919;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  margin-bottom: 8px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 0;
}

#nav_toggle span:nth-child(2) {
  top: 11px;
}

#nav_toggle span:nth-child(3) {
  top: 22px;
  margin-bottom: 0;
}

.open #nav_toggle span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
}

.open #nav_toggle span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-315deg);
          transform: translateY(-11px) rotate(-315deg);
}

.open nav {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.has-child {
  position: relative;
}

.dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -20px;
  top: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 180px;
}

@media (max-width: 1024px) {
  .dropdown {
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-top: 10px;
  }
}

.has-child:hover > ul,
.active > ul {
  visibility: visible;
  opacity: 1;
}

.dropdown-child {
  position: relative;
  margin-right: 0;
  margin-bottom: 1px;
  line-height: 40px;
  padding-left: 20px;
}

.dropdown-child a {
  border-bottom: 1px solid #121212;
}

@media (max-width: 1024px) {
  .dropdown-child {
    padding-left: 0;
  }
}

.active .hovlink_sp {
  color: #a7a7a7;
}

.footericon {
  display: none;
}

@media (max-width: 1024px) {
  .footericon {
    display: block;
  }
  .footericon ul {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
  }
  .footericon ul li {
    width: 50%;
    background-color: #121212;
    border-right: 1px solid #ffffff;
  }
  .footericon ul li:last-child {
    border-right: none;
  }
  .footericon ul li a {
    display: block;
    padding: 10px 0;
  }
  .footericon ul li a img {
    height: 20px;
    margin: 0 auto;
  }
  .footericon ul li a span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: futura, 'Century Gothic', 'Hind', sans-serif;
    font-size: 1.4rem;
    margin-top: 4px;
  }
}

.twodots {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.threedots {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

footer {
  background-color: #333333;
  padding: 140px 0 0;
}

@media (max-width: 1024px) {
  footer {
    padding: 100px 0 0;
  }
}

footer .footerwapper {
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  footer .footerwapper {
    display: block;
  }
}

footer .footerwapper .footerlogo {
  width: 20%;
  padding: 30px 0;
}

@media (max-width: 1024px) {
  footer .footerwapper .footerlogo {
    width: 40%;
    margin: 0 auto 30px;
    padding: 0;
  }
}

footer .footerwapper .footerlogo .corplink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .footerwapper .footerlogo .corplink img {
  width: 100%;
}

footer .footerwapper .footermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-left: 1px solid #bbbbbb;
  padding-left: 10%;
}

@media (max-width: 1024px) {
  footer .footerwapper .footermenu {
    display: block;
    border-top: 1px solid #bbbbbb;
    border-left: none;
    width: 80%;
    margin: 0 auto;
    padding: 30px 10px;
  }
}

footer .footerwapper .footermenu .linkblock {
  margin-bottom: 30px;
}

footer .footerwapper .footermenu .linkblock ul li {
  margin-bottom: 30px;
  text-align: center;
}

footer .footerwapper .footermenu .linkblock ul li:last-child {
  margin-bottom: 0;
}

footer .footerwapper .footermenu .linkblock ul li a ,
footer .footerwapper .footermenu .linkblock ul li a span {
  color: #bbbbbb;
  font-size: 1.2rem;
}

footer .copyright {
  margin-top: 140px;
  line-height: 80px;
  background-color: #121212;
  text-align: center;
}

@media (max-width: 1024px) {
  footer .copyright {
    margin-top: 100px;
  }
}

footer .copyright small {
  color: #ffffff;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.scolltop {
  margin: 300px 30px 30px auto;
  width: 60px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .scolltop {
    margin-top: 200px;
  }
}

@media (max-width: 599px) {
  .scolltop {
    margin-top: 160px;
  }
}

.scolltop img {
  width: 100%;
}

.breadcrumbs {
  margin-top: 80px;
  border-top: 1px solid #EAEAEA;
  padding-left: 100px;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    padding-left: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    padding-left: 10px;
  }
}

.breadcrumbs ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs ul li ,
.breadcrumbs ul li span{
  color: #696969;
  font-size: 1.1rem;
}

.breadcrumbs ul li::after {
  content: '>';
  margin: 0 10px;
}

.breadcrumbs ul li:last-child::after {
  content: '';
}

.breadcrumbs ul li a {
  color: #121212;
  font-size: 1.1rem;
}

.shoping_com {
  margin-top: 60px;
}

@media (max-width: 599px) {
  .shoping_com {
    padding: 0 10px;
  }
}

.shoping_com h1 {
  font-size: 3.6rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  text-align: center;
}

@media (max-width: 599px) {
  .shoping_com h1 {
    font-size: 3rem;
  }
}

.shoping_com p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
}

.shoping_com ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 80px;
}

@media (max-width: 599px) {
  .shoping_com ul {
    margin: 50px auto 30px;
  }
}

.shoping_com ul li {
  position: relative;
  padding-right: 30px;
  margin-left: 10px;
}

.shoping_com ul li:last-child {
  padding-right: 0;
}

.shoping_com ul li:last-child::after {
  content: '';
}

.shoping_com ul li:first-child {
  margin-left: 0;
}

.shoping_com ul li::after {
  content: '…';
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shoping_com ul li span {
  line-height: 60px;
  width: 60px;
  background-color: #E5E5E5;
  text-align: center;
  font-size: 2rem;
  border-radius: 30px;
  font-weight: 600;
  display: block;
}

@media (max-width: 599px) {
  .shoping_com ul li span {
    line-height: 30px;
    width: 30px;
    font-size: 1.3rem;
  }
}

.shoping_com ul li .active {
  background-color: #4E4D4D;
  color: #ffffff;
}

.membertitle {
  margin-top: 60px;
}

@media (max-width: 599px) {
  .membertitle {
    padding: 0 10px;
  }
}

.membertitle h1 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.membertitle h1.eng_show {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
}

@media (max-width: 599px) {
  .membertitle h1 {
    font-size: 3rem;
  }
}

.membertitle p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
}

.membertitle p span {
  color: #ff0000;
}

.yt-wrap {
     max-width: 560px;
     position: relative;
     margin: 20px 0;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.yt-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media (min-width:558px) {
    .yt-wrap {
         padding-bottom: 337px;
    }
}

/*# sourceMappingURL=style_common.css.map */