@charset "utf-8";
/* リセット
------------------------------------- */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

table {border-spacing:0; border-collapse:collapse;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle; outline:none;}
q:before,q:after {content:'';}
ul {list-style: none;}

hr,
legend,
caption {display:none;}

img {border:0; vertical-align:bottom;}

a:focus { outline:none;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}

/* aタグ設定
------------------------------------- */
a:hover .alpha,
a.alpha:hover{
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	zoom:1;
	text-decoration-color: transparent;
}
/*a {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}*/

.flex-btw {
    display: flex;
    justify-content: space-between;
}

.flex-btw-alcenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-sar-alcenter {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-wrap-btw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-wrap-st {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.secondInner {
    width: 1260px;
    margin: 0 auto;
}
a:focus {
    outline: none;
}

:focus {
    outline: none;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.bold {
    font-weight: 600;
}
/* color
------------------------------------- */
.white {
    color: white;
}

.red {
    color: #de222e;
}


html { font-size: 62.5%; }
body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;
	font-family: "游ゴシック","YuGothic","Yu Gothic","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","小塚ゴシック","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.nSerif {
  font-family: "游明朝","Yu Mincho", serif;
}
.roboto {
  font-family: "Roboto Slab";
}
.inner {
	padding: 0 50px;
}
header {
	background: #000;
  display: flex;
  justify-content: space-between;
  font-family: "Roboto Slab";
  position: fixed;/*header固定用*/
  width: 100%;/*header固定用*/
  z-index: 99999;/*header固定用*/
}
header .logo {
  padding-left: 40px;
}
header .headerList {
	display: flex;
	justify-content: flex-end;
	padding-right: 40px;
	align-items: center;
}
header .headerList li{
	margin-right: 15px;
	font-size: 1.4rem;
}
/*
header .headerList li:last-child {
  margin: 0 25px 0;
}
*/
header .headerList li a {
	color: #fff;
  text-decoration: none;
  position: relative;
}
header .headerList li:not(:last-child) a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f71910;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header .headerList li:not(:last-child) a:hover::after {
  transform: scale(1, 1);
}
header .btn_os a, footer .footer-online-store .btn_os a {
  height: 30px;
  font-size: 1.4rem;
}
header .btn_os a:before, header .btn_os a:after, 
footer .footer-online-store .btn_os a:before, footer .footer-online-store .btn_os a:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 21.3px;
  height: 21.3px;
  background: #f71910;
  transform: rotate(45deg);
}
header .btn_os a:before,
footer .footer-online-store .btn_os a:before {
  left: -11px;
}
header .btn_os a:after,
footer .footer-online-store .btn_os a:after {
  right: -11px;
}
header .btn_os a span::after,
footer .footer-online-store .btn_os a span::after {
  top: 10px;
  right: 5px;
  height: 8px;
  width: 8px;
}
header .btn_os a span::before,
footer .footer-online-store .btn_os a span::before {
  top: 0;
  left: 5px;
  background: url(/assets/img/store_icon.png) no-repeat left center;
  width: 18px;
  height: 30px;
  background-size: contain;
}
header .btn_os a:hover::before, header .btn_os a:hover::after, 
footer .footer-online-store .btn_os a:hover::before, footer .footer-online-store .btn_os a:hover::after {
  background: #fff;
}
header .btn_os a:hover span::before,
footer .footer-online-store .btn_os a:hover span::before {
  background: url(/assets/img/store_icon_on.png) no-repeat left center;
  width: 18px;
  height: 30px;
}
header .btn_os a:hover span::after,
footer .footer-online-store .btn_os a:hover span::after {
  color: #f71910;
}

footer {
	background: url(../img/footer_back_pc.webp);
	background-size: cover;
	background-position: center top;
	padding-top: 100px;
	width: 100%;
	min-height: 1000px;
}

footer h2 {
	color: #fff;
	font-family: "Roboto Slab";
	font-size: 3.6rem;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.25);
	font-weight: bold;
}

footer h3 {
	color: #fff;
	font-size: 2.52rem;
	font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.25);
}
footer h3 + p {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
  margin-bottom: 30px;
}

.footer-tab {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  max-width: 1280px;
}
.footer-tab li {
  width: 100%;
}
.footer-tab a {
  position: relative;
  display: block;
  background: #808080;
  color: #cccccc;
  text-decoration: none;
  width: 450px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}
.footer-tab li.active a {
  background: #fff;
  color: #000;
}
.footer-tab li.active a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}

.shop-pre {
  color: #fff;
}
.shop-pre .pre-name {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.shop-pre .shop-list {
  margin-bottom: 50px;
  color: #666666;
}
.shop-pre .shop-list li {
  background: #fff;
  padding: 20px;
  position: relative;
}
.shop-pre .shop-list li:not(:last-child) {
  margin-bottom: 10px;
}
.shop-pre .shop-list li .shop-name {
  color: #000;
  margin-bottom: 20px;
}
.shop-pre .shop-list .btnObj {
  position: absolute;
  right: 35px;
  bottom: 20px;
}
.shop-pre .shop-list .btnObj a {
  width: 64px;
  height: 30px;
  font-size: 1.3rem;
  padding-left: 15px;
  background: #000;
}

.rg92_btn{
	display:inline-block;
	position:relative;
	width:270px;
	padding:13px 0 14px 0;
	margin:0 auto;
	text-align:center;
	background-color:#F71910;
	color:#FFF;
}
.triangle {
  border-width: 24px;
  border-style: solid;
  border-color: transparent #F71910 transparent transparent;
  position:absolute;
  left:-48px;
  top:0;
}
.triangle2 {
  border-width: 24px;
  border-style: solid;
  border-color: transparent transparent transparent #F71910;
  position:absolute;
  right:-48px;
  top:0;
}

.shop-pre .shop-list .btnObj a::before, .shop-pre .shop-list .btnObj a::after {
  top: 5px;
  width: 21.22px;
  height: 21.22px;
  background: #000;
}
.shop-pre .shop-list .btnObj a:before {
  left: -11px;
}
.shop-pre .shop-list .btnObj a:after {
  right: -11px;
}
.shop-pre .shop-list .btnObj span {
  top: 11px;
  right: 0px;
  height: 8px;
  width: 8px;
}
.shop-pre .shop-list .btnObj a:hover {
  background: #f71910;
}
.shop-pre .shop-list .btnObj a:hover::before, .shop-pre .shop-list .btnObj a:hover::after {
  background: #f71910;
}

footer .footer-shop-info {
	padding-bottom: 80px;
}

footer .footer-shop-info .g-map {
  width: 300px;
  height: 300px;
}

footer .footer-shop-info .info {
	padding: 0px 20px;
	font-size: 1.8rem;
  position: relative;
}
footer .footer-shop-info .t-bottom {
  position: absolute;
  bottom: 0;
  color: #fff;
}

footer .footer-online-store {
  max-width: 1260px;
  margin: 0 auto 50px;
  background: #fff;
  padding: 40px 0;
  text-align: center;
}

footer .footer-online-store img + p {
  color: #666;
}
footer .footer-online-store .btn_os a {
  width: 182px;
}
footer .footer-online-store .tit_os span {
  font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
  font-size: 4.3rem;
  padding-left: 75px;
  background: url(/assets/img/store_icon2.png) no-repeat left center;
}
footer .footer-online-store .tit_os + img {
  margin: 5px 0 20px;
}
footer .footer-online-store .btn_os {
  margin-top: 25px;
}

footer .footer-online-store .btn_os a:hover {
  color: #fff;
  background: #000;
}
footer .footer-online-store .btn_os a:hover::before,
footer .footer-online-store .btn_os a:hover::after {
  background: #000;
}
footer .footer-online-store .btn_os a:hover span::before {
  background: url(/assets/img/store_icon.png) no-repeat left center;
  background-size: contain;
}
footer .footer-online-store .btn_os a:hover span::after {
  color: #fff;
}

footer .footer-link {
	padding: 20px 50px;
	background: #323232;
	height: 140px;
  flex-wrap: wrap;
}

footer .footerList {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
footer .footerList li {
  margin-right: 15px;
  font-size: 1.4rem;
}
footer .footerList li a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto Slab";
  position: relative;
  display: inline-block;
}
footer .footerList li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f71910;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
footer .footerList li a:hover::after {
  transform: scale(1, 1);
}

footer .footer-link-left a {
	margin-right: 5px;
	margin-bottom: 10px;
}

footer .footer-link-right a {
	margin-left: 30px;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
}
.footer-link-left img {
  height: 32px;
}
.footer-link-left .patentedTxt {
	margin-top: 10px;
}
footer small {
	color: #fff;
	font-size: 10px;
}
@media screen and (max-width: 1264px) and (min-width:769px) and (orientation:landscape) {
	.firstInner {
		width: 100vw;
		margin: auto;
	}

	.secondInner {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
	}
}

/* btnObj
------------------------------------- */
.btnObj a {
	position: relative;
	background: #333;
	color: #fff;
	width: 264px;
	height: 64px;
	display: flex;
	align-items: center;
  font-size: 2rem;
	text-decoration: none;
	padding-left: 25px;
	font-family: 'Noto Sans JP', sans-serif;
  z-index: 2;
}
.btnObj a:before,
.btnObj a:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	width: 45px;
	height: 45px;
	background: #333;
	transform: rotate(45deg);
	z-index: -1;
}
.btnObj a:before {
	left: -23px;
}
.btnObj a:after {
	right: -23px;
}
.btnObj a:hover {
	background: #f71910;
}
.btnObj a:hover::before,
.btnObj a:hover::after{
	background: #f71910;
}
.btnObj span {
	display: block;
	color: #fff;
	height: 18px;
	width: 18px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 26px;
	right: 20px;
	z-index: 10;
}
.btnObj.re a,
.btnObj.re a::before,
.btnObj.re a::after {
	background: #f71910!important;
  letter-spacing: 0.1em;
}
.btnObj.re a:hover,
.btnObj.re a:hover::before,
.btnObj.re a:hover::after{
	background: #333;
}
/* btn_os
------------------------------------- */
.btn_os {
  position: relative;
  display: inline-flex;
}
/*
.btn_os > span {
}
*/
.btn_os a {
  position: relative;
  background: #f71910;
  color: #fff;
  width: 152px;
  height: 64px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  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: 10px;
  width: 45px;
  height: 45px;
  background: #f71910;
  transform: rotate(45deg);
}
.btn_os a:before {
  left: -23px;
}
.btn_os a:after {
  right: -23px;
}
.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: 8px;
  left: 5px;
  background: url(/assets/img/store_icon.png) no-repeat left center;
  width: 30px;
  height: 45px;
  background-size: contain;
}
.btn_os a span::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 10px;
  display: block;
  color: #fff;
  height: 18px;
  width: 18px;
  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: 30px;
  height: 45px;
}
.btn_os a:hover span::after {
  color: #f71910;
}



#topnews {
  border-bottom: 1px solid #4d4d4d;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
}
#topnews a {
  display: block;
  color: #666666;
  padding: 63px 50px 68px;
  text-decoration: none;
  cursor: pointer;
}
#topnews a:hover {
  color: #000;
  
}
#topnews a span {
  font-family: 'Noto Sans JP', sans-serif;
  margin-right: 30px;
}

#kvArea {
  position: relative;
  padding-top: 80px;/*header固定用*/
  /*padding-bottom: 80px;*//*動画下黒帯*/
  background-color: #000;/*動画下用色*/
}
#kvArea img {
  width: 100%;
  height: auto;
}
#kvArea .bgImg {
  width: 100%;
}
#kvArea .logo {
  width: 37.55%;
  position: absolute;
  top: 15%;/*12.31%;*/
  left: 0;
}
#kvArea .lead {
  width: 43.07%;
  position: absolute;
  top: 50%;/*47.78%;*/
  left: 5%;/*17.03%;*/
}
.mainLead {
	color: #000;
	font-size: 6rem;
	text-align: center;
	font-weight: normal;
	padding: 63px 0 68px;
  font-family: "Roboto Slab";
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
}
#firstArea {
	padding: 0 0 120px;
}
#firstArea .inner .box {
  border: 1px solid #4d4d4d;
  margin-bottom: 20px;
}
#firstArea .inner .box ul {
  display: flex;
}
#firstArea .inner .box ul li {
  width: calc(100% / 3);
  padding: 30px 20px 124px;
  text-align: center;
  position: relative;
}
#firstArea .inner .box ul li img {
  max-width: 100%;
}
#firstArea .inner .box ul li .pro_tit {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4.5rem;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
}
#firstArea .inner .box ul li .txt {
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: calc(100% - 40px);
  color: #666666;
  font-size: 2rem;
}
#firstArea .inner .box ul li p + p {
  margin-top: 10px;
}
#firstArea .inner .box ul li .btn_os, #firstArea .inner .box ul li .btnObj2 {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 106px);
}
#firstArea .inner .box ul li .btn_os {
  left: 53px;
}
#firstArea .inner .box ul li .btnObj2 a {
  background: #000;
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
  font-family: "Roboto Slab", 'Noto Serif JP', 'Noto Serif Japanese', serif;
}
#firstArea .inner .box ul li .btnObj2 a::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 10px;
  background: url(/assets/img/btnobj2.png) no-repeat right center;
  width: 36px;
  height: 13px;
  background-size: contain;
}
#firstArea .inner .box ul li .btnObj2 a:hover {
  background: #333;
}
#firstArea .inner .box ul li .btn_os.blk a {
  width: 100%;
  background: #000;
  padding: 0 20px 0 50px;
}
#firstArea .inner .box01 ul li:nth-child(3) p:not(.btnObj2) {
  font-family: "Roboto Slab", 'Noto Serif JP', 'Noto Serif Japanese', serif;
  font-size: 2rem;
  margin-top: 130px;
}

.btn_os.blk a {
  width: auto;
  background: #000;
  padding: 0 20px 0 50px;
}
.btn_os.blk a:before, .btn_os.blk a:after {
  background: #000;
}
.btn_os.blk a:hover {
  background: #f71910 !important;
  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;
}

/*
#firstArea .inner {
	display: flex;
	justify-content: space-between;
}
#firstArea .inner .box {
	border: 1px solid #4d4d4d;
	width: calc(50% - 20px);
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 40px 30px 50px 200px;
}
#firstArea .inner .box02 {
	flex-direction: row;
	padding: 40px 200px 50px 30px;
}
#firstArea .inner .box .verticalTtl {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 8rem;
	color: #4d4d4d;
	position: absolute;
	top: 47px;
	left: 60px;
	line-height: 1;
	letter-spacing: 0.2em;
}
#firstArea .inner .box02 .verticalTtl {
	left: inherit;
	right: 60px;
}
#firstArea .inner .box .txtBox {
	width: 51%;
	padding-bottom: 94px;
}
#firstArea .inner .box .ttl01 {
	font-size: 3.2rem;
	color: #000000;
	line-height: 1.468;
	margin-bottom: 40px;
}
#firstArea .inner .box .txt01,
#firstArea .inner .box .txt02 {
	color: #666666;
	line-height: 1.7;
	letter-spacing: -0.05em;
}
#firstArea .inner .box .txt02 {
	margin-top: 8px;
}
#firstArea .inner .box .img01 {
	width: 41%;
	margin-top: 10px;
}
@media screen and (min-width: 1301px){
	#firstArea .inner .box01 .img01 {
		width: 41.8%;
	}
}
#firstArea .inner .box .img01 img {
	width: 100%;
	height: auto;
}
#firstArea .inner .box .btnObj {
	position: absolute;
	bottom: 50px;
	transform: translateX(32px);
}
*/

#whatsAXF {
	background: url("../img/bg_whats.webp") no-repeat center center / cover;
	color: #fff;
	padding: 100px 240px 150px 0;
	display: flex;
	justify-content: flex-end;
}
#whatsAXF .whatsBox h2 {
	font-size: 5rem;
	line-height: 1;
	margin: 45px 0;
	text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.25);
	font-weight: bold;
}
#whatsAXF .whatsBox {
	background: rgba(0,0,0,0.75);
	width: 610px;
	height: 610px;
	font-size: 1.8rem;
	line-height: 2.16;
	position: relative;
	z-index: 1;
	padding: 7px 40px 0;
}
#whatsAXF .whatsBox::before {
	content: "";
	display: block;
	background: rgba(0,0,0,0.75);
	width: 610px;
	height: 610px;
	top: 50px;
	left: 50px;
	position: absolute;
	z-index: -1;
}
#waxfOuter .whatsBox .btnObj a {
  margin: 10px 0 0 auto;
}

#connectArea {
	position: relative;
  margin-bottom: 68px;
}
#connectArea h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 8rem;
	color: #4d4d4d;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.2em;
}
#connectArea .athleteList {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
  margin-bottom: 50px;
}
#connectArea .athleteList li {
	width: 19.67%;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5625;
}
#connectArea .athleteList li a {
  color: #fff;
  text-decoration: none;
}
/*
#connectArea .athleteList li:nth-child(2){
	margin-right: 16.923%;
}
*/
#connectArea .athleteList li img {
	width: 100%;
	height: auto;
}
#connectArea .athleteList li:nth-child(1) {
  background: #0d5db0;
}
#connectArea .athleteList li:nth-child(2) {
  background: #c56674;
}
#connectArea .athleteList li:nth-child(3) {
  background: #2c477f;
}
#connectArea .athleteList li:nth-child(4) {
  background: #628946;
}
#connectArea .athleteList li .name {
	font-size: 3.6rem;
	line-height: 1;
}
#connectArea .athleteList li .career {
	margin-top: 15px;
}
#connectArea .athleteList li .txtBox {
	padding: 32px 20px 27px;
}
#connectArea .banList {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#connectArea .banList li {
	background: #333;
	width: calc(50% - 20px);
}
#connectArea .banList li img {
	width: 100%;
	height: auto;
}
#connectArea .btnObj a {
  margin: 20px 20px 0 auto;
  width: 330px;
}

.campaignBan img {
	width: 100%;
	height: auto;
}
#cooperationArea {
	margin: 120px 0;
}
#cooperationArea .layoutBox {
	position: relative;
}
#cooperationArea .imgList {
	display: flex;
	justify-content: space-between;
}
#cooperationArea .imgList li {
	width: calc(25% - 20px);
	border: 1px solid #4d4d4d;
}
#cooperationArea .imgList li img {
	width: 100%;
	height: auto;
}
#cooperationArea .imgList li:nth-child(2) {
	margin-left: auto;
	margin-right: 1.0989%;
}
#cooperationArea .txtBox {
	width: calc(25% - 20px);
	position: absolute;
	top: 0;
	left: calc(25% + 10px);
}
#cooperationArea .txtBox {
	font-size: 2rem;
	color: #8a8a8a;
}
#cooperationArea .txtBox h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 8rem;
	color: #4d4d4d;
	letter-spacing: 0.2em;
}
#cooperationArea .txtBox .txt {
	width: 54%;
	padding-bottom: 1%;
	text-align: justify;
}
#cooperationArea .txtBox .txtLyout {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}
#cooperationArea .btnObj {
	/*margin-left: 20%;
	margin-top: 88%;
	display: inline-block;*/
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
}

#patentedArea {
	background: url("../img/bg_technology.png") repeat center center;
	color: #fff;
	font-size: 1.8rem;
	padding: 56px 0 100px;
}
#patentedArea strong {
	color: #de222e;
	font-family: 'Noto Sans JP', sans-serif;
}
#patentedArea .coverBox {
	max-width: 1260px;
	margin: 0 auto;
}
#patentedArea h2 {
	font-size: 1.8rem;
	margin-bottom: 45px;
}
#patentedArea h2 .large {
	font-size: 5.4rem;
	margin-top: 11px;
	display: inline-block;
}
#patentedArea h2 .adjustment {
	display: inline-block;
	margin: 0 1em;
}
#patentedArea .layoutBox {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#patentedArea .layoutBox .box01 {
	width: 44.5%;
}
#patentedArea .layoutBox .box01 .txt  {
	line-height: 2.16;
}
#patentedArea .layoutBox .box01 .txt + .txt {
	margin-top: 18px;
}
#patentedArea .layoutBox .box01 .btnObj {
	margin: 50px 0 0 33px;
}
#patentedArea .layoutBox .box02 {
	width: 50.15%;
	font-size: 1.6rem;
}
#patentedArea .layoutBox .box02 img {
	width: 100%;
	height: auto;
}
#patentedArea .layoutBox .box02 .cap {
	margin-top: 44px;
}
#instagramArea {
	padding: 120px 0 70px;
}
#instagramArea h2 {
	background: url("../img/logo_insta.png") no-repeat 0 0 / 50px 50px;
	padding-left: 78px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
#instagramArea .instaList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#instagramArea .instaList li {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
}
#instagramArea .instaList li:nth-child(3n) {
	margin-right: 0;
}
#instagramArea .instaList li:nth-child(n + 4){
	margin-top: 40px;
}
#instagramArea .instaList li img {
	width: 100%;
	height: auto;
}
#postArea {
  padding: 30px 0 120px;
  background: #f2f2f2;
}
#postArea h2 {
	background: url("../img/logo_insta.png") no-repeat 0 0 / 50px 50px;
	padding-left: 78px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	font-size: 3.2rem;
	line-height: 50px;
	font-weight: bold;
}
#postArea .postList,
#postArea .tc-layout01{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow-y: auto;
}
#postArea .postList li,
#postArea .tc-layout01 li{
	width: calc((100% - 60px) / 4);
	margin-bottom: 0;
	margin-right: 20px;
}
#postArea .postList li:nth-child(4n),
#postArea .tc-layout01 li:nth-child(4n){
	margin-right: 0;
}
#postArea .postList li:nth-child(n + 5),
#postArea .tc-layout01 li:nth-child(n + 5) {
	margin-top: 20px;
}
#postArea .postList li img {
	width: 100%;
	height: auto;
}





#newsArea .pickup img {
  width: 100%;
}
#newsArea .info {
  display: flex;
  justify-content: space-between;
  padding: 50px;
}
#newsArea .info > div {
  width: 55%;
}
#newsArea .info .tit {
  font-family: "Roboto Slab";
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#newsArea .item_list ul {
  display: flex;
}
#newsArea .item_list ul li {
  width: calc(100% / 3);
  border-left: solid 1px #b2b2b2;
  text-align: center;
  padding: 0 10px;
}
#newsArea .item_list ul li:last-child {
  border-right: solid 1px #b2b2b2;
}
#newsArea .item_list ul li * {
  margin-bottom: 20px;
}
#newsArea .item_list ul li img {
  max-width: 100%;
}
#newsArea .item_list ul li > *:not(img) {
  text-align: left;
  display: block;
}
#newsArea .item_list ul li p {
  font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
  word-break: break-all;
}

#newsArea .info > div.news {
  width: 40%;
}
#newsArea .info .news ul li {
  border-top: solid 1px #b2b2b2;
  padding: 15px 10px;
  font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
  cursor: pointer;
}
#newsArea .info .news ul li:hover {
  background: #f2f2f2;
}
#newsArea .info .news ul li:last-child {
  border-bottom: solid 1px #b2b2b2;
}
#newsArea .info .news ul li .date {
  display: block;
  color: #666666;
  font-family: 'Noto Sans JP', sans-serif;
}







#sponsorshipArea .pickup img {
  width: 100%;
}
#sponsorshipArea .info {
  display: flex;
  justify-content: space-between;
  padding: 50px;
}
#sponsorshipArea .info > div {
  width: 55%;
}
#sponsorshipArea .info .tit {
  font-family: "Roboto Slab";
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#sponsorshipArea .item_list ul {
  display: flex;
}
#sponsorshipArea .item_list ul li {
  width: calc(100% / 3);
  border-left: solid 1px #b2b2b2;
  text-align: center;
  padding: 0 10px;
}
#sponsorshipArea .item_list ul li:last-child {
  border-right: solid 1px #b2b2b2;
}
#sponsorshipArea .item_list ul li * {
  margin-bottom: 20px;
}
#sponsorshipArea .item_list ul li img {
  max-width: 100%;
}
#sponsorshipArea .item_list ul li > *:not(img) {
  text-align: left;
  display: block;
}
#sponsorshipArea .item_list ul li p {
  font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
  word-break: break-all;
}

#sponsorshipArea .info > div.news {
  width: 40%;
}
#sponsorshipArea .info .news ul li {
  border-top: solid 1px #b2b2b2;
  padding: 15px 10px;
  font-family: 'Noto Serif JP', 'Noto Serif Japanese', serif;
  cursor: pointer;
}
#sponsorshipArea .info .news ul li:hover {
  background: #f2f2f2;
}
#sponsorshipArea .info .news ul li:last-child {
  border-bottom: solid 1px #b2b2b2;
}
#sponsorshipArea .info .news ul li .date {
  display: block;
  color: #666666;
  font-family: 'Noto Sans JP', sans-serif;
}



/* clearfix
------------------------------------- */
.clearfix:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
	.sp,
	.pc02 {
		display: none!important;
	}
}
@media screen and (max-width: 768px){
	.pc,
	.pcOnly,
	.pc02 {
		display: none!important;
	}
	.sp.pc02 {
		display: block!important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
	.pc02 {
		display: block!important;
	}
	.pc02None,
	.pcOnly {
		display: none!important;
	}
}

/* ローディング設定
------------------------------------- */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

#loading{
width:100%;
height:100%;
position:fixed;
left:0;
top:0;
background:#000;
  z-index: 999;
}
.loader {
  
  margin: -5em -5em;
  font-size: 10px;
  position: fixed;
  left:50%;
  top:50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*インスタ*/
#postArea .tc-container {
	padding: 0;
}
#postArea .tc-content,
#postArea .tc-layout01 {
	max-width: inherit;
}
#postArea .tc-layout01 li {
	max-width: inherit;
}


/*非表示*/
#connectArea .banList {
	display: none!important;
}

/*newsModal*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  padding: 40px 50px;
  background-color: #fff;
}
.modalWrapper h4 {
  font-family: "Roboto Slab";
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.modalWrapper .news_content {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 10px 0 20px;
}
.modalWrapper .news_content .date {
  color: #666666;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.modalWrapper .news_content .tit {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.modalWrapper .news_content .txt {
  font-size: 1.4rem;
  line-height: 2;
}
.closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #333333;
  border: solid 1px;
  font-size: 37px;
  line-height: 1;
}

#insta-window {
  border: none !important;
  padding: 0 !important;
}
.iswd-images-item {
  width: calc((100% - 60px) / 3) !important;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 0 !important;
}
.iswd-images .iswd-images-item:nth-child(3n) {
  margin-right: 0;
}
.iswd-images .iswd-images-item:nth-child(n+4) {
  margin-top: 30px;
}
.iswd-images-item:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  transition: .2s;
}

#newsArea .item_list ul li a:hover {
  background: #000;
  opacity: 0.1;
}
#newsArea .item_list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#newsArea .item_list ul li {
  position: relative;
}




/*ここから改修部分*/

header {
    font-family: 'Roboto', sans-serif;
    top: 0;
}

body{
    background: #222;
}

.btn_os a {
    font-family: "Roboto", 'Noto Sans JP', sans-serif;
}

#topnews a {
    color: #fff;
    padding: 0px 50px 68px;
}


#newsArea .info {
    background: #fff;
}

.mainLead {
    color: #fff;
    /*font-size: 6rem;*/
    text-align: center;
    font-weight: bold;
    padding: 63px 0 45px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.roboto {
    font-family: "Roboto";
}

#connectArea {
    background: #fff;
    padding: 20px 0;
}

#firstArea .inner .box {
    background: #fff;
}

footer .footerList li a {
    font-family: 'Roboto', sans-serif;
}


.slideArea h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #323232;
    padding: 20px 0;
    text-align: center;
    font-size: 3rem;
}

.slider {
    padding: 15px 0 60px;
    background: #464646;
    margin-bottom: 0;
}

.slider img{
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  padding: 0;
}

.slide_list{
  padding: 10px 12px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slide-arrow {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  width: 20px;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  text-align: center;
  opacity: 1;
  color: black;
  background: #ccc;
}

.prev-arrow.slide-arrow {
  left: 30%;
}

.next-arrow.slide-arrow {
  right: 30%;
}


/*トップ動画用*/
.videoWrap {
    text-align: center;
}

.videoWrap video {
    width: 100% !important;
    height: auto;
}



/*Youtubeエリア用*/



.koushikiLabel {
    background: #32cd32;
    font-weight: bold;
    padding: 2%;
    margin-right: 5px;
    border-radius: 25px 18px 25px 18px;
}

.kenshoLabel {
    background: #dc143c;
    font-weight: bold;
    padding: 2%;
    margin-right: 5px;
    border-radius: 25px 18px 25px 18px;
}



#movieArea {
    margin-top: -30px;
}

.movie_wrap {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.videoWrap video {
  vertical-align: bottom;
}

.movie_wrap li {
    width: 49%;
    float: left;
    margin-bottom: 50px;
    margin-right: 1%;
}

.movie_wrap li:nth-child(2n){
    margin-right: 0;
    margin-left: 1%;
}

.movie_wrap li h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



/*スマホAXFロゴサイズ*/
@media screen and (max-width: 768px) {

    header {
      height: 50px;
    }



    #topnews {
        font-size: 1.5rem;
    }




    .videoWrap video {
        width: 130% !important;
    }


    .movie_wrap li {
        width: 100%;
    }

    .movie_wrap li h3 {
        font-size: 1.6rem;
    }



    #kvArea img {
        width: 80%;
    }


    .slideArea h2 {
        font-size: 5.8vw;
    }

    .prev-arrow.slide-arrow {
      left: 10%;
    }
    .next-arrow.slide-arrow {
      right: 10%;
    }
}


.lead img {
  filter: drop-shadow(2px 2px 2px #111);
}

.pre-name {
  color: #fff;
}


/*サポートアスリート テキスト多い場合PC用対応*/
.athlete_list > div > img {
  object-fit: contain;
}