@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap');
/* Scss Document */
/*
#overview
Gulp入門サンプル
 
サンプルファイルです
*/
/*******************************
reset
*******************************/
h1, h2, h3, ul {
  margin: 0px;
}

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

ul {
  padding: 0px;
}

li {
  list-style-type: none;
}

button {
  font-size: 0px;
  border: none;
  background: none;
  padding: 0px;
  vertical-align: middle;
}

button:focus {
  outline: none;
}

button a {
  display: block;
}

/*******************************
default
*******************************/



/* vwset tb */
body {
/*font-family: "游明朝体", YuMincho,"黎ミン U","Reimin Ultra","リュウミン M-KL",Ryumin Medium KL;*/
/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-weight:500;
font-weight:bold;*/
/*font-family: 'Shippori Mincho B1', serif;
font-weight:800;*/
/*font-family: 'Zen Antique Soft', serif;*/
/*font-family: 'Zen Antique', serif;*/
font-family: 'Noto Serif JP', serif;
font-weight:900;
}

.wrapper {
  min-width: 980px;
}

.inner-page {
  background: url(../img/common/bg-inner.png) no-repeat center top;
}

@media screen and (max-width: 1281px) {
  .wrapper {
    min-width: inherit;
    width: 100%;
  }
}

/*******************************
error-box
*******************************/
.attention-box {
  display: none;
  width: 100%;
  height: 100%;
  background: #d7d5ca;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
}

.attention-box.active {
  display: block;
}

.main-container {
  display: none;
}

.main-container.active {
  display: block;
}

/*******************************
header
|--ryu-portal-bnr
|--sns-box
|--hamburger-menu-box
|--head-float-menu
*******************************/
header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  /* ryu-portal-bnr */
  /* sns-box */
  /* hamburger-menu-box */
  /* hamburger-menu-body */
  /* head-float-menu */
}

header .head-fixed-menu {
  height: 77px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);/* gray */
background: #b50302; /* headerred */
  border-bottom: solid 1px #d8d8d8;
  overflow: hidden;
}

header .head-fixed-menu .hamburger-icon {
  margin-left: 11px;
}

header .ryu-portal-bnr {
  padding-left: 6px;
}

header .sns-box {
  margin-right: 16px;
}

header .sns-box ul li {
  margin-left: 13px;
}

header .sns-box ul li:first-child {
  margin-left: 0px;
}

header .hamburger-menu-box {
  margin-top: 2px;
  padding-right: 14px;
}

header .hamburger-menu-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: solid 2px #000;
  border: solid 2px #FFF;
  background-color: #000;
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .hamburger-menu-btn .text {
  color: #FFF;
  font-size: 20px;
  text-align: right;
  line-height: 100%;
  padding: 10px 10px 14px 55px;
}

header .hamburger-menu-btn:hover {
  border-color: #000;
}

header .hamburger-icon {
  display: block;
  width: 20px;
  height: 3px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .hamburger-icon:before, header .hamburger-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  /*transition:all 0.5s cubic-bezier(.05,.72,0,.99);*/
}

header .hamburger-icon:before {
  top: -9px;
}

header .hamburger-icon:after {
  top: 9px;
}

header .hamburger-menu-btn:hover {
  /*.hamburger-icon{
			&:before{
				top:-12px;
			}
			&:after{
				top:12px;
			}
		}*/
}

header .hamburger-menu-body {
  position: fixed;
  top: 0px;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.82, 0.57, 0.99);
  transition: all 0.5s cubic-bezier(0, 0.82, 0.57, 0.99);
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

header .hamburger-menu {
  background: rgba(45, 45, 45, 0.98);
  padding: 12px;
  /*close-btn*/
  /* menu-nav */
  /* other-link-nav */
}

header .hamburger-menu .close-btn-box {
  margin-bottom: 33px;
}

header .hamburger-menu .btn-rectangle.btn-type-close {
  width: auto;
  background: #c8c2a6;
}

header .hamburger-menu .btn-rectangle.btn-type-close a {
  color: #000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  border: none;
  padding: 15px 0px;
  cursor: pointer;
}

header .hamburger-menu .btn-rectangle.btn-type-close a span {
  padding-left: 17px;
  background: url(../img/common/ico-close.png) no-repeat left center;
}

header .hamburger-menu .btn-rectangle.btn-type-close a span:before {
  display: none;
}

header .hamburger-menu .menu-nav {
  margin-bottom: 24px;
}

header .hamburger-menu .menu-nav ul {
  padding: 0px 10px;
}

header .hamburger-menu .menu-nav ul li {
  border-bottom: solid 1px #696969;
}

header .hamburger-menu .menu-nav ul li:first-child {
  border-top: solid 1px #696969;
}

header .hamburger-menu .menu-nav ul li .list-child-body {
  padding: 25px 0;
}

header .hamburger-menu .menu-nav ul li .list-child-body p {
  line-height: 100%;
  margin-bottom: 17px;
}

header .hamburger-menu .menu-nav ul li .list-child-body p:last-child {
  margin-bottom: 0px;
}

header .hamburger-menu .menu-nav ul li .list-child-body a {
  color: #FFF;
}

header .hamburger-menu .menu-nav ul li .list-child-body a.text-link {
  padding-left: 23px;
  background: url(../img/common/ico-arrow04.png) no-repeat 5px center;
}

header .hamburger-menu .menu-nav ul li .list-child-body a.text-link:hover {
  text-decoration: underline;
}

header .hamburger-menu .other-link-nav {
  margin-bottom: 14px;
}

header .hamburger-menu .other-link-nav .other-link-nav-inner {
  padding: 0px 10px;
}

header .hamburger-menu .other-link-nav ul {
  padding-bottom: 22px;
  border-bottom: solid 1px #696969;
}

header .hamburger-menu .other-link-nav ul:first-child, header .hamburger-menu .other-link-nav ul:nth-child(2) {
  border: none;
}

header .hamburger-menu .other-link-nav .ico-circle {
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0px;
}

header .hamburger-menu .other-link-nav .ico-circle:before {
  border: solid 1px #f6f6f6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .hamburger-menu .other-link-nav .ico-circle:hover {
  border: solid 1px #f6f6f6;
}

header .hamburger-menu .other-link-nav .ico-circle:hover:before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 0;
}

header .hamburger-menu .other-link-nav .caption {
  color: #FFF;
}

header.open .hamburger-menu-body {
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.7, 0.16, 0.99);
  transition: all 0.5s cubic-bezier(0.1, 0.7, 0.16, 0.99);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header .head-float-menu {
  position: fixed;
  bottom: 80px;
  right: 0px;
}

header .head-float-menu ul li {
  margin-bottom: 1px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

header .head-float-menu ul li:nth-child(1) {
  -webkit-transition: all 0.5s 0s cubic-bezier(0.05, 0.72, 0, 0.99);
  transition: all 0.5s 0s cubic-bezier(0.05, 0.72, 0, 0.99);
}

header .head-float-menu ul li:nth-child(2) {
  -webkit-transition: all 0.5s 0.1s cubic-bezier(0.05, 0.72, 0, 0.99);
  transition: all 0.5s 0.1s cubic-bezier(0.05, 0.72, 0, 0.99);
}

header .head-float-menu ul li:nth-child(3) {
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.05, 0.72, 0, 0.99);
  transition: all 0.5s 0.2s cubic-bezier(0.05, 0.72, 0, 0.99);
}

header .head-float-menu ul a {
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 0;
}

header .head-float-menu ul a:not(.hamburger-btn) {
  text-indent: -9999px;
}

header .head-float-menu ul a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: -1;
}

header .head-float-menu ul a:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

header .head-float-menu ul a.twitter-btn {
  background: url(../img/common/ico-twitter.png) no-repeat center center/28px #000;
}

header .head-float-menu ul a.facebook-btn {
  background: url(../img/common/ico-facebook.png) no-repeat center center/16px #000;
}

header .head-float-menu ul a .hamburger-icon {
  width: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .head-float-menu.open ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1281px) {
  header {
    /* ryu-portal-bnr */
    /* sns-box */
    /* hamburger-menu-box */
    /* head-float-menu */
  }
  header .head-fixed-menu {
    height: 6.0109vw;
  }
  header .head-fixed-menu .hamburger-icon {
    margin-left: 0.859vw;
  }
  header .ryu-portal-bnr {
    padding-left: 0.468vw;
  }
  header .ryu-portal-bnr img {
    width: 12.178vw;
  }
  header .sns-box {
    margin-right: 1.249vw;
  }
  header .sns-box ul li {
    margin-left: 1.0148vw;
  }
  header .hamburger-menu-box {
    margin-top: 0.156vw;
    padding-right: 1.0929vw;
  }
  header .hamburger-menu-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: solid 0.156vw #000;
    border: solid 0.156vw #FFF;
  }
  header .hamburger-menu-btn .text {
    color: #FFF;
    font-size: 1.561vw;
    text-align: right;
    line-height: 100%;
    padding: 1.0929vw 0.7806vw 1.0929vw 4.293vw;
  }
  header .hamburger-icon {
    width: 1.561vw;
    height: 0.234vw;
  }
  header .hamburger-icon:before {
    top: -0.7026vw;
  }
  header .hamburger-icon:after {
    top: 0.7026vw;
  }
  header .head-float-menu {
    bottom: 6.25vw;
  }
  header .head-float-menu ul a {
    width: 4.688vw;
    height: 4.688vw;
  }
  header .head-float-menu ul a.twitter-btn {
    background: url(../img/common/ico-twitter.png) no-repeat center center #000;
    background-size: 58%;
    background-size: 2.188vw;
  }
  header .head-float-menu ul a.facebook-btn {
    background: url(../img/common/ico-facebook.png) no-repeat center center #000;
    background-size: 30%;
    background-size: 1.25vw;
  }
  header .head-float-menu ul a .hamburger-icon {
    width: 1.875vw;
  }
}

@media screen and (max-width: 884px) {
  header .hamburger-menu-body {
    width: 100%;
  }
  header .hamburger-menu {
    /* other-link-nav */
  }
  header .hamburger-menu > .float-box > * {
    float: none;
  }
  header .hamburger-menu > .float-box .float-child:first-child .menu-nav {
    margin-bottom: 0px;
  }
  header .hamburger-menu > .float-box .float-child:first-child .menu-nav ul li:last-child {
    border-bottom: none;
  }
  header .hamburger-menu .other-link-nav ul {
    width: 100%;
  }
}

/*******************************
footer
|--section-lineup
|--section-link
|--section-copy
*******************************/
footer {
  background: #3b3b3b;
  padding-top: 30px;
  /* section-lineup */
  /* section-link */
  /* section-copy */
}

footer section h2 {
  font-size: 24px;
  color: #d7d1b8;
  line-height: 100%;
  letter-spacing: 5px;
  padding-bottom: 14px;
  position: relative;
  top: 0px;
  left: 0px;
}

footer section h2::before {
  content: "";
  width: 40px;
  height: auto;
  border: solid 1px #d7d1b8;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

footer .section-inner {
  width: 1280px;
  margin: 0 auto;
}

footer .section-lineup {
  text-align: center;
}

footer .section-lineup .banner-box {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

footer .section-lineup .banner-box li {
  display: inline-block;
  width: 50%;
  padding: 1% 0;
}

footer .section-link {
  margin-top: 33px;
  margin-bottom: 20px;
}

footer .section-link .link-box {
  border-top: solid 1px #6a6a6a;
  border-bottom: solid 1px #6a6a6a;
}

footer .section-link .link-box a {
  display: block;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  padding: 17px 0px;
  padding-right: 35px;
}

footer .section-link .link-box a span {
  padding-left: 10px;
  border-left: solid 2px #e7dcb3;
}

footer .section-copy {
  padding-bottom: 17px;
}

footer .section-copy .copy {
  color: #b7b7b7;
  font-size: 12px;
  margin-top: 4px;
  margin-left: 25px;
}

footer .section-copy .copy .br-sp {
  display: none;
}

@media screen and (max-width: 1295px) {
  footer {
    padding-top: 2.343vw;
    /* section-lineup */
    /* section-link */
    /* section-copy */
  }
  footer section h2 {
    font-size: 1.874vw;
    letter-spacing: 0.3903vw;
    padding-bottom: 1.0929vw;
  }
  footer section h2:before {
    border: solid 1px #d7d1b8;
  }
  footer .section-inner {
    width: 100%;
  }
  footer .section-lineup .banner-box {
    margin-top: 2.343vw;
    margin-bottom: 2.343vw;
  }
  footer .section-lineup .banner-box li {
    width: 50%;
    padding: 1%;
    margin-left: 0;
    text-align: center;
  }

  footer .section-lineup .banner-box li img {
    width: 96.744%;
  }
  footer .section-link {
    margin-top: 2.578vw;
    margin-bottom: 1.563vw;
  }
  footer .section-link .link-box {
    border-top: solid 0.0781vw #6a6a6a;
    border-bottom: solid 0.0781vw #6a6a6a;
  }
  footer .section-link .link-box a {
    font-size: 1.406vw;
    padding: 1.328vw 0px;
    padding-right: 2.734vw;
  }
  footer .section-link .link-box a span {
    padding-left: 0.781vw;
    border-left: solid 0.156vw #e7dcb3;
  }
  footer .section-copy {
    padding-bottom: 1.328vw;
  }
  footer .section-copy .logo img {
    width: 10.938vw;
  }
  footer .section-copy .copy {
    width: 83.0313vw;
    font-size: 0.938vw;
    margin-top: 0.313vw;
    margin-left: 1.953vw;
  }
}

/*******************************
head-area
|--breadcrumb
|--page-title
*******************************/
/* breadcrumb */
.breadcrumb-box {
  line-height: 100%;
  padding-top: 120px;
}

.breadcrumb li {
  font-size: 16px;
  padding-left: 10px;
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 25px;
}

.breadcrumb li:before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb li:first-child {
  padding-left: 0px;
}

.breadcrumb li:first-child:before {
  content: "";
}

@media screen and (max-width: 1280px) {
  .breadcrumb-box {
    padding-top: 9.375vw;
  }
  .breadcrumb li {
    font-size: 1.25vw;
    padding-left: 0.781vw;
    padding-left: 1.953vw;
  }
  .breadcrumb li:before {
    left: 0.781vw;
  }
}

/* page-title */
.page-title {
  height: 70px;
  background: #d8d6cb;
  margin-top: 40px;
}

.page-title .page-title-inner {
  height: 100%;
  padding: 0 25px;
}

.page-title h1 {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 4px;
}

.page-title .sns-box li {
  margin-left: 7px;
}

.page-title .sns-box li:first-child {
  margin-left: 0px;
}

.page-title .sns-box .sns-btn {
  width: 30px;
  height: 30px;
}

.page-title .sns-box .sns-btn.twitter-btn {
  background-size: 16px;
}

.page-title .sns-box .sns-btn.facebook-btn {
  background-size: 10px;
}

.page-title .sns-box .rss-btn-box {
  padding-top: 5px;
  margin-left: 17px;
}

.page-title .sns-box .rss-btn-box .rss-btn {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/common/ico-rss.png) no-repeat left top;
  text-indent: -9999px;
}

@media screen and (max-width: 1280px) {
  .page-title {
    height: 5.469vw;
    margin-top: 3.125vw;
  }
  .page-title .page-title-inner {
    padding: 0 1.953vw;
  }
  .page-title h1 {
    font-size: 1.719vw;
    letter-spacing: 0.313vw;
  }
  .page-title .sns-box li {
    margin-left: 0.547vw;
  }
  .page-title .sns-box .sns-btn {
    width: 2.344vw;
    height: 2.344vw;
  }
  .page-title .sns-box .sns-btn.twitter-btn {
    background-size: 1.25vw;
  }
  .page-title .sns-box .sns-btn.facebook-btn {
    background-size: 0.781vw;
  }
  .page-title .sns-box .rss-btn-box {
    padding-top: 0.3906vw;
    margin-left: 1.328vw;
  }
  .page-title .sns-box .rss-btn-box .rss-btn {
    width: 1.719vw;
    height: 1.719vw;
    background-size: 100%;
  }
}

/*******************************
section
|--section-title
*******************************/
section {
  width: 100%;
}

.article-box {
  background: #f2f2f2;
}

@media screen and (max-width: 1280px) {
  .section-inner, .inner-box {
    padding: 0px 1.563%;
  }
}

/*******************************
modalwindow
*******************************/
/*******************************
parts
|--btn
|--ico-circle
|--sns-btn
|--btn-rectangle-style02
|--btn-ellipse
*******************************/
.btn > a {
  display: block;
  text-decoration: none;
}

.ico-circle-before:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}

.ico-circle {
  border-radius: 50%;
}

.ico-black {
  width: 70px;
  height: 70px;
  background: #2e2e2e;
}

/* sns-btn */
.sns-btn {
  display: block;
  width: 53px;
  height: 53px;
  text-indent: -9999px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}

.sns-btn.twitter-btn {
  background-image: url(../img/common/ico-twitter.png);
  background-size: 28px;
}

.sns-btn.facebook-btn {
  background-image: url(../img/common/ico-facebook.png);
  background-size: 16px;
}

/* btn rectangle */
.btn-rectangle {
  width: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 2px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0px;
}

.btn-rectangle a {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  padding: 12px 0px;
  border: solid 2px #c2b28f;
}

.btn-rectangle a span {
  padding-left: 17px;
  position: relative;
  top: 0px;
  left: 0px;
}

.btn-rectangle a span:before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/common/ico-arrow.png) no-repeat left top;
  position: absolute;
  top: 50%;
  left: 00px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* btn-rectangle-style02 */
.btn-rectangle-style02 {
  width: 388px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1b1b1b;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0px;
}

.btn-rectangle-style02 a {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 100%;
  border: solid 1px #535353;
  padding: 25px 0px;
}

.btn-rectangle-style02 a span {
  padding-left: 34px;
  position: relative;
  top: 0px;
  left: 0px;
}

.btn-rectangle-style02 a span:before {
  content: "";
  width: 25px;
  height: 22px;
  background: url(../img/common/ico-list.png) no-repeat left top;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* btn-ellipse */
.btn-ellipse {
  width: 160px;
  background: #2e2e2e;
  border-radius: 50px;
}

.btn-ellipse a {
  color: #FFF;
  font-size: 15px;
  text-align: center;
  line-height: 100%;
  padding: 10px 0;
}

.btn-ellipse a span {
  padding-left: 17px;
  position: relative;
  top: 0px;
  left: 0px;
}

.btn-ellipse a span:before {
  content: "";
  width: 11px;
  height: 8px;
  background: url(../img/common/ico-arrow03.png) no-repeat left top;
  position: absolute;
  top: 50%;
  left: 00px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* other-link-list */
.other-link-list li {
  text-align: center;
}

.other-link-list .ico-circle {
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0px;
}

.other-link-list .ico-circle:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.other-link-list .ico-circle a {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.other-link-list .caption {
  font-size: 14px;
  margin-top: 10px;
}

.other-link-list .ico-ryu {
  background: url(../img/common/ico-ryu.png) no-repeat center center #2e2e2e;
}

.other-link-list .ico-yt {
  background: url(../img/common/ico-youtube.png) no-repeat center center #2e2e2e;
}

.other-link-list .ico-niconico {
  background: url(../img/common/ico-niconico.png) no-repeat center center #2e2e2e;
}

.other-link-list .ico-info {
  background: url(../img/common/ico-info.png) no-repeat center center #2e2e2e;
}

.other-link-list .ico-radio {
  background: url(../img/common/ico-radio.png) no-repeat center center #2e2e2e;
}

.other-link-list .ico-twitter {
  background: url(../img/common/ico-twitter.png) no-repeat center center #2e2e2e;
}

.other-link-list .ico-facebook {
  background: url(../img/common/ico-facebook.png) no-repeat center center #2e2e2e;
}

.other-link-list .ico-blog {
  background: url(../img/common/ico-blog.png) no-repeat center center #2e2e2e;
}

.other-link-list .ico-goods {
  background: url(../img/common/ico-goods.png) no-repeat center center #2e2e2e;
}

@media screen and (max-width: 1281px) {
  .sns-btn {
    display: block;
    width: 4.137vw;
    height: 4.137vw;
  }
  .sns-btn.twitter-btn {
    background-size: 2.186vw;
  }
  .sns-btn.facebook-btn {
    background-size: 1.249vw;
  }
  /*.ico-black{
	width:7.143vw;height:7.143vw;
}*/
  /* goods 201711 */
  .ico-black {
    width: 7vw;
    height: 7vw;
  }
  /* btn rectangle */
  .btn-rectangle {
    width: 14.844vw;
    padding: 0.1561vw;
  }
  .btn-rectangle a {
    font-size: 1.405vw;
    padding: 0.937vw 0px;
    border: solid 0.1561vw #c2b28f;
  }
  .btn-rectangle a span {
    padding-left: 1.327vw;
  }
  .btn-rectangle a span:before {
    content: "";
    width: 0.468vw;
    height: 0.7806vw;
    background: url(../img/common/ico-arrow.png) no-repeat left top/100%;
  }
  /* btn-rectangle-style02 */
  .btn-rectangle-style02 {
    width: 30.313vw;
  }
  .btn-rectangle-style02 a {
    font-size: 1.25vw;
    border: solid 0.0781vw #535353;
    padding: 1.953vw 0px;
  }
  .btn-rectangle-style02 a span {
    padding-left: 2.656vw;
  }
  .btn-rectangle-style02 a span:before {
    content: "";
    width: 1.953vw;
    height: 1.719vw;
    background-size: 100%;
  }
  /* btn ellipse */
  .btn-ellipse {
    width: 12.5vw;
    border-radius: 50px;
  }
  .btn-ellipse a {
    color: #FFF;
    font-size: 1.172vw;
    padding: 0.781vw 0;
  }
  .btn-ellipse a span {
    padding-left: 17px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .btn-ellipse a span:before {
    width: 0.859vw;
    height: 0.625vw;
    background-size: 100%;
  }
}

/*******************************
function
|--glid-container//レスポンシブ用グリッド可変要素
|--color-braun/フォントカラーを茶色にする　#a9884d
|--box-center/ ボックスを天地センター配置にする
|--float-box/ 直下のボックスをfloatする　デフォルト値　left
|--is-hover-fade /ホバーで反透明にする。
|--is-hover-animation/ ホバーアニメーション
|--is-hover-grayout / ホバーでグレーアウトする
|--attention/注釈用スタイル
|--text-out/テキストを見えない位置にインデントする
|--box-980 / 980px　centerのボックス
*******************************/
.glid-container > * {
  float: left;
}

.glid-container.col-1 > * {
  width: 100%;
}

.glid-container.col-2 > * {
  width: 50%;
}

.glid-container.col-8 > * {
  width: 12.5%;
}

.glid-container.col-4 > * {
  width: 25%;
}

.glid-container.col-3 > * {
  width: 33.333%;
}

.glid-container.glid-100 {
  width: 100%;
}

.glid-container.glid-1280 {
  width: 1280px;
  margin: 0 auto;
}

.glid-container.glid-1020 {
  width: 1020px;
  margin: 0 auto;
}

.glid-container.glid-980 {
  width: 980px;
  margin: 0 auto;
}

.glid-container.glid-113 {
  width: 113px;
  margin: 0 auto;
}

.glid-container.glid-440 {
  width: 440px;
  margin: 0 auto;
}

.glid-container.glid-452 {
  width: 452px;
  margin: 0 auto;
}

.glid-container.glid-490 {
  width: 490px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .glid-container.glid-1280,
  .glid-container.glid-1020 {
    width: 100%;
  }
  .glid-container.glid-113 {
    width: 11.120%;
  }
  .glid-container.glid-452 {
    width: 44.440%;
  }
}

@media screen and (max-width: 980px) {
  .glid-container.glid-980 {
    width: 100%;
  }
  .glid-container.glid-113 {
    width: 11.120%;
  }
  .glid-container.glid-452 {
    width: 44.440%;
  }
  .glid-container.glid-490 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .glid-container {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .glid-container {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .col-sm img {
    width: 100%;
  }
}

.color-braun {
  color: #a9884d;
}

.box-center-y {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.float-box > * {
  float: left;
}

.float-box > .fright {
  float: right;
}

.attention-list {
  font-size: 10px;
  line-height: 20px;
}

.is-open-animation {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s 0.4s cubic-bezier(0.26, 0.16, 0, 0.92);
  transition: all 0.5s 0.4s cubic-bezier(0.26, 0.16, 0, 0.92);
}

.open .is-open-animation {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.is-hover-fade {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-hover-fade:hover {
  opacity: 0.7;
}

.is-hover-animation {
  overflow: hidden;
}

.is-hover-animation:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #967a4a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  opacity: 0;
}

.is-hover-animation:hover::before {
  -webkit-transform: scale3d(20, 20, 1);
  transform: scale3d(20, 20, 1);
  opacity: 0.5;
}

.is-hover-scale {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-hover-scale .thumb {
  overflow: hidden;
}

.is-hover-scale .thumb img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-hover-scale:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* is-hover-grayout */
.is-hover-grayout .thumb {
  position: relative;
  top: 0px;
  left: 0px;
}
.thumb img {
    width:100%;
    height:auto;
}
.is-hover-grayout .thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-hover-grayout:hover .thumb:before {
  opacity: 1;
}

.attention {
  color: #bbbbbb;
  font-size: 12px;
  line-height: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.text-out {
  text-indent: -99999px;
}

/*#styleguide
box-980
 
980pxでセンターのボックスを作る
 
```
<div class="box-980">
	<p>test</p>
</div>
```
*/
.box-980 {
  width: 980px;
  margin: 0 auto;
}

.box-980 .box-inner {
  padding: 0px 50px;
}

.box-1280 {
  width: 1280px;
  margin: 0 auto;
}

.box-1280 .box-inner {
  padding: 0px 25px;
}

@media screen and (max-width: 1280px) {
  .box-1280 {
    width: 100%;
  }
  .box-1280 .box-inner {
    padding: 0px 1.953vw;
  }
}

@media only print {
  .noprint, .transpan, .transbg, .fancybox-overlay {
    display: none !important;
  }
}

.fancyboxovr {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumb a {
  display: inline-block;
  max-width: 100%;
}

.transpan {
  display: inline-block;
  max-width: 100%;
  height: 0 !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: top;
}
