@charset "utf-8";

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }


body.subpage {
  background: #fff;
}

#contents {
  max-width: 1260px;
  margin: 40px auto 0;
  padding: 0 50px;
}

body.subpage #contents {
  margin: 110px auto 0;
}

.h1_tit h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.5rem;
  color: #4d4d4d;
  
}
.h1_tit h1 span.tit_fontR {
  font-family: "Roboto Slab";
  font-size: 3.8rem;
  color: #000;
  margin-right: 40px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
}
.h2_tit {
  margin: 60px auto 40px;
  
}
.h2_tit h2 {
  background: #000;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 12px;
  text-align: left;
}
.h2_tit2 {
  margin-bottom: 30px;
}
.h2_tit2 h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  color: #000;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: solid 1px;
}
.h3_tit {
  margin: 60px auto 30px;
}
.h3_tit h3 {
  background: #e5e5e5;
  color: #000;
  text-align: left;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding: 0 15px;
}
.txt_tit {
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.txt {
  max-width: 700px;
  margin: 0 auto 50px;
}
.big {
  font-size: 1.8rem;
  color: #000;
}
.img {
  text-align: center;
}

a.pdf {
  padding-right: 30px;
  background: url(/assets/img/icon_pdf.png) no-repeat right center;
  font-weight: bold;
  color: #000;
  padding-bottom: 3px;
}
a.blank {
  padding-right: 22px;
  background: url(/assets/img/icon_blank.png) no-repeat right center;
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}

.btn_os {
  position: relative;
  display: inline-flex;
}
.btn_os > span {
}
.btn_os a {
  position: relative;
  background: #f71910;
  color: #fff;
  width: 152px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  text-decoration: none;
  padding-left: 30px;
  font-family: "Roboto Slab", 'Noto Sans JP', sans-serif;
  z-index: 2;
}
.btn_os a:before,
.btn_os a:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 21.22px;
  height: 21.22px;
  background: #f71910;
  transform: rotate(45deg);
}
.btn_os a:before {
  left: -11px;
}
.btn_os a:after {
  right: -11px;
}
.btn_os a:hover {
  color: #f71910;
  background: #fff;
}
.btn_os a:hover::before,
.btn_os a:hover::after{
  background: #fff;
}
.btn_os a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  background: url(/assets/img/store_icon.png) no-repeat left center;
  width: 19px;
  height: 30px;
  background-size: contain;
}
.btn_os a span::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
  color: #fff;
  height: 8px;
  width: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  z-index: 2;
}
.btn_os a:hover span::before {
  background: url(/assets/img/store_icon_on.png) no-repeat left center;
  background-size: contain;
  width: 19px;
  height: 30px;
}
.btn_os a:hover span::after {
  color: #f71910;
}

.flx {
  display: flex;
  align-items: flex-start;
}

#titleArea.flx {
  justify-content: space-between;
  align-items: flex-start;
}
#titleArea.flx > * {
  width: 50%;
}
#titleArea.flx .h1_tit {
  margin-top: 30px;
}
#titleArea.flx .h1_tit .txt {
  position: relative;
  margin-top: 50px;
  color: #666666;
  line-height: 2;
  padding-top: 20px;
  border-top: solid 1px #4d4d4d;
}
#titleArea.flx .h1_tit .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: 0;
  width: 11px;
  height: 11px;
  background: #4d4d4d;
  transform: rotate(45deg);
}


.banner {
  display: flex;
  justify-content: space-around;
}
.catchcopy {
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
  line-height: 1;
  color: #000;
  margin: 50px auto 30px;
}
.catchcopy p span {
  font-family: "Roboto Slab";
  display: block;
  font-size: 2.1rem;
  margin-top: 20px;
}

.subpage #mainArea .block {
  margin-bottom: 90px;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2;
}
.subpage .btnObj a {
  font-size: 1.6rem;
  height: 42px;
  padding-left: 10px;
}
.subpage .btnObj a:before, .subpage .btnObj a:after {
  height: 30px;
  width: 30px;
  top: 6px;
}
.subpage .btnObj a:before {
  left: -15px;
}
.subpage .btnObj a:after {
  right: -15px;
}
.subpage .btnObj span {
  width: 10px;
  height: 10px;
  top: 17px;
  right: 10px;
}

/*
----- About -----*/
.subpage.about #mainArea {
  text-align: center;
}
.subpage.about #mainArea .btnObj a {
  margin: auto;
  width: 300px;
}
.subpage.about .h2_tit h2 {
  text-align: center;
}
dl.company {
  width: 567px;
  margin: 0 auto 50px;
  line-height: 1.5;
}
dl.company dt {
  float: left;
  width: 4em;
  text-align: right;
}
dl.company dd {
  margin-left: 5em;
  text-align: left;
  margin-bottom: 10px;
}
.link_list {
  display: flex;
  justify-content: space-between;
}
.link_list > div {
  width: 48%;
  max-width: 437px;
  border: solid 1px #d9d9d9;
}
.link_list > div .link_tit {
  margin: 10px auto 20px;
}
.link_list > div .link_detail {
  text-align: left;
  line-height: 1.5;
  padding: 0 40px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.link_list > div .link_detail span {
  display: block;
  margin-bottom: 1.6rem;
}
.link_list > div .sns_link {
  margin-bottom: 20px;
  text-align: left;
  padding: 0 40px;
}
.link_list > div .sns_link a {
  margin-right: 5px;
}
img {
  max-width: 100%;
}



/*
----- support -----*/
.athlete_list > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border: solid 1px #d9d9d9;
  position: relative;
}
.athlete_list > div .detail {
  width: calc(60% - 180px);
  margin-left: 30px;
}
.athlete_list > div .detail .name {
  font-size: 2.4rem;
  color: #000;
  margin: 26px 0 20px;
  line-height: 1;
}
.athlete_list > div .btn {
  width: calc(40% - 100px);
  align-self: center;
}
.athlete_list > div .btn .btnObj a {
  width: 250px;
}
.athlete_list > div .status {
  display: inline-block;
  background: #000;
  color: #fff;
  align-self: flex-start;
  padding: 0 14px;
}
a.pdf + .btnObj {
  margin-top: 50px;
}
.img img + img {
  margin-left: 30px;
}

.acd-check{
  display: none;
}
.acd-label{
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.acd-label::after{
  content: "▼ もっと見る";
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  transition: .5s;
  cursor: pointer;
}
.acd-check:checked + .acd-label::after{
  content: "▲ 閉じる";
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 15px;
  transition: .5s;
  visibility: hidden;
  overflow: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 15px 15px 37px 15px;
  visibility: visible;
}



/*
----- products -----*/
ul.rhombus {
  padding-left: 1.3em;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.5;
}
ul.rhombus li::before {
  content: "◆";
  margin-left: -1.3em;
  margin-right: 0.3em;
}
ul.rhombus li .ex {
  color: #666666;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.series {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.series > div {
  width: 48%;
  border: solid 1px #d9d9d9;
  margin-bottom: 30px;
}
.series > div .tit {
  background: #e5e5e5;
  color: #000;
  text-align: left;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding: 0 15px;
}
.series > div .txt_tit, .series > div .txt {
  padding: 0 25px;
}
.series > div .txt {
  margin-bottom: 30px;
}

.clbBox .tit {
  font-family: "Roboto Slab";
  font-size: 3.8rem;
  color: #000;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}
.clbBox .tit span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
.clbBox .ex {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}
.clbBox .detail {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.clbBox .detail > div {
  width: 30%;
}
.clbBox .detail > div:nth-child(1) {
  margin-top: 180px;
}
.clbBox .detail > div:nth-child(2) {
  margin-top: 90px;
}
.clbBox .detail .item_name {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 30px 0 17px;
}
.clbBox .detail .item_name span {
  font-size: 1.4rem;
  display: block;
}
.clbBox .detail .item_ex {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
#Belgard .detail {
  background: url(/products/img/Belgard_bg.png) no-repeat right bottom;
  padding-bottom: 90px;
  margin-bottom: 50px;
}
#Belgard .detail::before {
  content: '';
  position: absolute;
  background: url(/products/img/Belgard_logo.png) no-repeat left top;
  width: 128px;
  height: 65px;
}
#Ace .detail {
  background: url(/products/img/Ace_bg.png) no-repeat right bottom;
  padding-bottom: 230px;
}
#Ace .detail::before {
  content: '';
  position: absolute;
  background: url(/products/img/Ace_logo.png) no-repeat left top;
  width: 193px;
  height: 77px;
}
#Candychuu {
  background-image: linear-gradient(90deg, #fcf5f9 50%, #fff 50%, #fff 100%);
  background-size: 155px;
  padding: 40px 0 60px;
  margin-bottom: -90px;
}
#Candychuu.clbBox .detail > div {
  width: 100%;
  margin: auto;
}
#Candychuu.clbBox .detail > div img {
  max-width: 40%;
}
#Candychuu.clbBox .detail > div div {
  margin-left: 25px;
}
#Candychuu .btn_os.blk {
  margin-left: 15px;
}


.btn_os2 {
  position: relative;
  display: inline-flex;
}
.btn_os2 a {
  position: relative;
  background: #f71910;
  color: #fff;
  width: auto;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  text-decoration: none;
  padding: 8px 42px 8px 60px;
  font-family: "Roboto Slab", 'Noto Sans JP', sans-serif;
  z-index: 2;
}
.btn_os2 a:hover {
  background: #000;
}
.btn_os2 a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: url(/assets/img/store_icon.png) no-repeat left center;
  width: 38px;
  height: 36px;
}
.btn_os2 a::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 20px;
  display: block;
  color: #fff;
  height: 13px;
  width: 13px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  z-index: 2;
}
.btn_os2 a span {
  font-size: 2.6rem;
}
.btn_os.blk a {
  width: auto;
  background: #000;
  padding: 0 20px 0 30px;
}
.btn_os.blk a:before, .btn_os.blk a:after {
  background: #000;
}
.btn_os.blk a:hover {
  background: #f71910;
  color: #fff;
}
.btn_os.blk a:hover:before, .btn_os.blk a:hover:after {
  background: #f71910;
}
.btn_os.blk a:hover span::before {
  background: url(/assets/img/store_icon.png) no-repeat left center;
  background-size: contain;
}
.btn_os a:hover span::after {
  color: #fff;
}