@charset "UTF-8";
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
/* CSS Document */

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
a:link {
  color: #002350;
  text-decoration: none;
}
a:visited {
  color: #002350;
  text-decoration: none;
}
a:hover {
  color: #e81c24;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
ul, li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
dd {
  margin: 0;
}
br.sp {
  display: none;
}
.note {
  font-size: 85%;
  padding-left: 1em;
}
.note::before {
  content: '※';
  margin-left: -1em;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em; /* フォントサイズちょっと小さく */
  position: relative; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}
img {
  width: 100%;
}
* {
  box-sizing: border-box;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
hr.hr {
  height: 5px!important;
  background-color: #000!important;
  width: 100%!important;
  border: none!important;
  margin-bottom: 40px!important;
}
.mb {
  margin-bottom: 45px;
}
.mb10 {
  margin-bottom: 10px;
}
br.pcbr {
  display: block;
}
br.spbr {
  display: none;
}
.test {
  width: 100%;
}
.topBtn {
  margin: -80px 0 80px;
  text-align: center;
}
.topBtn a img {
  max-width: 480px;
}
.btn_haramaki {
  margin-top: 3em;
}
.color-r {
  color: #e60012;
}
.onsele {
border: 4px solid red;
width: 350px;
margin: auto;
padding: 10px;
color: red;
font-weight: bold;
font-size: 20px;
font-family: A1 Gothic M;
}

/* ヘッダー
 * --------------------------------------------------------*/
.project__header {
  background-color: #000;
  width: 100%;
  position: fixed;
  z-index: 2;
}
.project__header-inner {
  display: flex;
  justify-content: space-between;
  width: 63.3%;
  margin: auto;
}
.project__header-inner h1 {
  margin: 0;
}
.project__header-inner h1 a {
  vertical-align: middle;
}
.project__header-inner h1 a img {
  vertical-align: bottom;
  max-width: 423px;
  vertical-align: -webkit-baseline-middle;
}
.project__header-inner nav {
  line-height: 4.2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.project__header-inner nav ul {
  display: flex;
  width: 100%;
  max-width: 417px;
}
.project__header-inner nav ul li {
  height: 65px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.project__header-inner nav ul li a {
  color: #FFF;
  padding: 0 29px 0 12px;
  font-size: 11px;
}
.project__header-inner nav ul li a img {
  height: auto;
  vertical-align: middle;
}
/*ヨドガワ
 * --------------------------------------------------------*/
.project__eyeCatcher {
  width: 100%;
  height: 100vh;
  display: table;
  text-align: center;
}
.project__eyeCatcher > div {
  display: table-cell;
  vertical-align: middle;
  padding: 140px 0 70px;
}
.project__eyeCatcher div ul li img {
  max-width: 674px;
}
.project__eyeCatcher div ul li:nth-child(3) img {
  max-width: 377px;
}
.project__eyeCatcher div ul li:nth-child(3) img.niwaka {
  max-width: 188px;
}
.project__eyeCatcher div ul li:first-child {
  margin-bottom: 3.125%;
}
.project__eyeCatcher div ul li:nth-child(2) {
  margin-bottom: 2.8125%;
}
.project__eyeCatcher div ul li:nth-child(3) {
  margin-bottom: 3.75%;
}
.project__eyeCatcher div ul li:last-child {

}
.project__eyeCatcher li p {
  font-size : 17px;
  line-height: 2;
  font-family: A1 Gothic M;
}

/*メインコンテンツ
 * --------------------------------------------------------*/
#project__product {
  width: 900px;
  margin: auto;
}
.project__productArea {
  margin-top: 70px;
}
.project__productWrapper {
  display: flex;
  justify-content: space-between;
}

.project__itemBox {
  width: 416px;
  position: relative;
  border: 1px solid #C9CACA;
}
.wrapper {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
/*商品の見出し
 * --------------------------------------------------------*/
.project__details-box {
  margin-top: 40px;
}
.project__details-box .itemName {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing : 1.8px;
  font-family: A1 Gothic M;
}
.project__details-box .itemSpec {
  font-size : 18px;
  line-height : 1.8;
  font-family: A1 Gothic R;
  letter-spacing: -1px;
}
.project__details-box .itemSpec span {
  font-size: 0.9375rem;
}
.project__details-spec {
  margin: 37px 0 0 40px;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: A1 Gothic R;
}
.project__details-guide {
  width: 800px;
  margin: 55px auto 70px;
  padding: 44px 40px;
  display: flex; justify-content: space-between;
  background: #F7F8F8;
}
.project__details-guide dl {
  margin: 0;
}
.project__details-guide dl,
.project__details-guide ul li {
  line-height : 2.4;
}
.project__details-guide dl dt,
.project__details-guide ul li.liTtl {
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: A1 Gothic M;
}
.project__details-guide dl dd,
.project__details-guide ul li {
  font-size: 13px;
  font-family: A1 Gothic R;
}

.project__cart-regular,
.project__cart-ball,
.project__cart-bag,
.project__cart-badge {
  margin-top: 35px;
  width: 416px;
}
.project__cart-regular dl,
.project__cart-ball dl,
.project__cart-bag dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.project__cart-regular.reverse dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.project__cart-regular p,
.project__cart-ball p {
  font-weight: bold;
  font-family: A1 Gothic M;
}
.project__cart-regular dd.project__cart-size,
.project__cart-ball dd.project__cartB-size,
.project__cart-bag dd.project__cart-bagr,
.project__cart-bag dd.project__cart-bagb {
  width: 130px;
  display: table;
  padding: 10px;
  margin: 0 10px 0 0;
}
.project__cart-regular dd.project__cart-size p,
.project__cart-ball dd.project__cartB-size p,
.project__cart-bag dd.project__cart-bagr p,
.project__cart-bag dd.project__cart-bagb p {
  margin: 0;
  text-align: center;
  font-family: A1 Gothic M;
}
.project__cart-regular dd a img,
.project__cart-ball dd a img,
.project__cart-bag dd a img,
.project__cart-badge dd a img {
  max-width: 162px;
}
.stock {
  font-family: A1 Gothic M;
  font-size: 15px;
  padding: 0.7em;
}
/*フッター
 * --------------------------------------------------------*/
.footer {
  width: 100%;
  padding: 4.8125rem;
  background-color: #231815;
}
.footer ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer ul li {
  margin-right: 20px;
}
.otherBtn {
  margin: 125px 0;
  text-align: center;
}
.otherBtn a img {
  max-width: 480px;
}
.terms {
  text-align: center;
  margin: 27px auto 38px;
}
.terms ul li {
  margin-right: 0;
}
.terms ul li a {
  color: #FFF;
  font-size: 0.75rem;
}
.copyright {
  text-align: center;
  color: #FFF;
}
.footer ul li a img.tw {
  max-width: 91px;
}
.footer ul li a img.fb {
  max-width: 109px;
}
.footer ul li a img.ma {
  max-width: 108px;
}
.footer ul li a img.sh {
  max-width: 133px;
}
.footer ul li a img.ho {
  max-width: 135px;
}
/*タブレット対応
* --------------------------------------------------------*/
@media screen and (max-width: 900px) {
  #project__product {
    width: 100%;
    margin: auto;
  }
  .project__details-guide {
    width: 100%;
  }
  .project__header-inner h1 a img {
    max-width: 100%;
  }
  .project__header-inner nav ul {
    max-width: 100%;
  }
  .project__eyeCatcher div ul li img {
    max-width: 600px;
  }
/*タイトル調整
* --------------------------------------------------------*/
/*@media only screen and (max-height: 400px) {
	.head img{
		height: calc(100vh - 60px);
		width: auto;
		margin: 0 auto;
	}
}*/
/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.pcbr {
    display: none;
  }
  br.spbr {
    display: block;
  }
  .project__rugbyWrap {
    width: 100%;
    margin: auto;
  }
  .topBtn {
    margin: -25px 0 50px;
    padding: 0 20px;
  }
  .btn_haramaki {
    margin-top: 1em;
    color: red;
  }
  .onsele {
    width: 100%;
    font-size: 18px;
  }
  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
  .hamburgermenuWrap{
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  main {
    padding: 0 10px;
    background-color: #000;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  main.open {
    transform: translateX(-250px);
  }
  main h1 {
    text-align: left;
    font-weight: 500;
  }
  .hamburgermenuWrap main h1 img {
    max-width: 85%;
  }
  .menu-trigger {
    display: inline-block;
    width: 30px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 26px;
    right: 10px;
    z-index: 100;
     transform: translateX(0);
    transition: transform .5s;
   }
   .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    transition: all .5s;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  nav {
    width: 250px;
    height: 40%;
    padding-top: 88px;
    /*background-color: rgb(16, 69, 153, 0.8);*/
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(250px);
    transition: all .5s;
  }
  nav.open {
    transform: translateZ(0);
  }
  nav li {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    /*border-bottom: 1px solid #FFF;*/
  }
  ul {
    list-style: none;
  }
  nav li img {
    max-width: 90%;
  }
  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .project__eyeCatcher > div {
    padding: 0;
  }
  .project__eyeCatcher div ul li:first-child {
    margin-bottom: 35px;
  }
  .project__eyeCatcher div ul li:nth-child(2) {
    margin-bottom: 30px;
  }
  .project__eyeCatcher li p {
    font-size : 14px;
    text-align: left;
    margin: 40px 0 50px;
    padding: 0 20px;
  }
/*メインコンテンツ
 * --------------------------------------------------------*/
  #project__product {
    width: 100%;
  }
  .wrapper {
    padding: 0;
    margin: 0 auto;
  }
  .flex {
    display: block;
  }
  .left {
    margin-top: -70px;
  }
  .right {
    margin-top: 40px;
  }
/*商品の見出し
 * --------------------------------------------------------*/
  .project__details-box {
    margin-top: 40px;
    padding: 0 20px;
  }
  .project__details-box .itemName {
    font-size: 20px;
    letter-spacing: inherit;
  }
  .project__details-box .itemSpec {
    font-size : 17px;
    line-height : 1.8;
    font-family: A1 Gothic R;
  }
  .project__details-box .itemSpec span {
    font-size: 13px;
    vertical-align: middle;
  }
  .project__details-spec {
    margin: 0;
    padding: 0 20px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .project__details-guide {
    width: 90%;
    margin: 30px auto 55px;
    padding: 34px 22px;
    display: block;
  }
  .project__details-guide dl dt,
  .project__details-guide ul li.liTtl {
    margin-top: 0;
  }
  .project__details-guide ul li.liTtl {
    margin-top: 45px;
  }
  .project__cart-regular,
  .project__cart-ball,
  .project__cart-bag,
  .project__cart-badge {
    margin-top: 35px;
    width: 100%;
  }
  .project__cart-regular,
  .project__cart-ball {
    padding: 0 20px;
  }
  .project__cart-regular dl,
  .project__cart-ball dl,
  .project__cart-bag dl {
    justify-content: space-around;
  }
  .project__cart-regular p,
  .project__cart-ball p {
    font-size: 15px;
  }
  .project__cart-regular dd.project__cart-size,
  .project__cart-ball dd.project__cartB-size,
  .project__cart-bag dd.project__cart-bagr,
  .project__cart-bag dd.project__cart-bagb {
    width: 100px;
  }
  .stock {
    width: 50px;
    font-size: 13px;
  }
/*フッター
 * --------------------------------------------------------*/
  .footer {
    padding: 0;
  }
  .footer ul.link {
    width: 90%;
    display: flex;
    align-items: center;
    margin: auto;
    vertical-align: middle;
  }
  .footer ul.link li {
    width: 130px;
    padding: 20px 0 0;
    margin-right: 0;
    display: inline-block;
  }
  .otherBtn {
    margin: 50px 0 70px;
    padding: 0 20px;
  }
  .terms {
    width: 90%;
    text-align: center;
    margin: 27px auto 38px;
  }
  .terms ul li a {
    font-size: 12px;
  }
  .copyright {
    font-size: 9px;
    padding-bottom: 45px;
  }
  .project__contentsWrap {
    width: 90%;
    margin: auto;
    padding-top: 30%;
  }
}
@media only screen and (max-width: 375px) {
  nav {
    height: 60%;
  }
}
@media only screen and (max-width: 320px) {
  .project__cart-regular dd.project__cart-size,
  .project__cart-ball dd.project__cartB-size {
    width: 50px;
    padding: 10px 0;
    margin: 0;
  }
  nav {
    height: 70%;
  }
  .hamburgermenuWrap main h1 img {
    vertical-align: middle;
  }
  .menu-trigger span {
    height: 3px;
  }
}