@charset "UTF-8";

#Top section#MainVisual {
  background-image: url(../img/top_mainvisualslide/bg_sky.jpg);
  padding: 7em 2.2vw 3em;
  background-size: cover;
  background-position: center 30px;
  background-repeat: no-repeat;
  position: relative;
}
#Top section#MainVisual:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28vw;
  height: 28vw;
  background-image: url(../img/top_mainvisualslide/bg_sky_after.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
}
#Top section#MainVisual .MainVisualInner {
  display: grid;
  align-items: center;
  justify-content: right;
  max-width: 1340px;
  margin: auto;
}
#Top section#MainVisual .Main_swiper_tenpo {
  grid-area: 1 / 1;
    width: 80%;
    /*top: 20vh;
    right: 10vw;*/
    overflow: hidden;
    z-index: 1;
    /*overflow: hidden;*/
    border-radius: 46px;
    margin-right: 0;
    margin-left: auto;
}
#Top section#MainVisual .Main_swiper_movie {
  grid-area: 1 / 1;
    width: 34%;
    margin-top: max(8vw,140px);
    /*height: 36vw;*/
    /*margin-left: -22vw;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    overflow: hidden;
    z-index: 2;
    border-radius: 36px;
}

#Top section#MainVisual .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}

#Top section#MainVisual .swiper-slide {
  background-position: center;
  width: 102%;
}

#Top section#MainVisual .Main_swiper_movie .swiper-slide {
  position: relative;
}
#Top section#MainVisual .Main_swiper_movie .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255,255,255,0.5);*/
  background-image: radial-gradient(#fff 10%, transparent 31%), radial-gradient(#fff 10%, transparent 31%);
  background-size: 2px 2px;
  background-position: 0 0, 2px 2px;
}

#Top section#MainVisual .Main_swiper_movie .swiper-slide video {
  width: 105%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.15);
  }
}
#Top section#MainVisual .Main_swiper_tenpo .swiper-slide-active img,
#Top section#MainVisual .Main_swiper_tenpo .swiper-slide-duplicate-active img,
#Top section#MainVisual .Main_swiper_tenpo .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s 1 normal both;
  position: relative;
}

#Top section#MainVisual .CatchCopy {
  color: #fff;
  z-index: 5; 
  grid-area: 1 / 1;
  margin-left: 4vw;
  margin-top: 3vw;
  margin-bottom: auto;
}
@media screen and (max-width: 850px) {
  #Top section#MainVisual .CatchCopy {
    margin-left: 0;
    margin-top: 0;
  }
}
#Top section#MainVisual .CatchCopy ul.effectIcon {
    margin-top: 2em;
    display: flex;
    justify-content: flex-start;
}
@media screen and (max-width: 850px) {
  #Top section#MainVisual .CatchCopy ul.effectIcon {
    margin-top: -.8em;
  }
}
#Top section#MainVisual .CatchCopy ul.effectIcon li {
    width: 4em;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-right: .5vw;
    font-size: 1.2em;
}
@media screen and (max-width: 850px) {
  #Top section#MainVisual .CatchCopy ul.effectIcon li {
    font-size: .8em;
  }
}
#Top section#MainVisual .CatchCopy ul.effectIcon li:before {
    padding-top: 100%;
    content: "";
    display: block;
}
#Top section#MainVisual .CatchCopy ul.effectIcon li span {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 50%;
    background-color: #d1281a;
    border: 1px solid #fff;
}
/*#Top #MainVisual .CatchCopy ul.effectIcon li:last-of-type span {
    background-color: #009143;
}*/
#Top section#MainVisual .SubCatch {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: .2em;
  text-shadow: 
  #6ab141 2px 0px 2px, #6ab141 -2px 0px 2px,
  #6ab141 0px -2px 2px, #6ab141 -2px 0px 2px,
  #6ab141 2px 2px 2px, #6ab141 -2px 2px 2px,
  #6ab141 2px -2px 2px, #6ab141 -2px -2px 2px,
  #6ab141 1px 2px 2px, #6ab141 -1px 2px 2px,
  #6ab141 1px -2px 2px, #6ab141 -1px -2px 2px,
  #6ab141 2px 1px 2px, #6ab141 -2px 1px 2px,
  #6ab141 2px -1px 2px, #6ab141 -2px -1px 2px,
  #6ab141 1px 1px 2px, #6ab141 -1px 1px 2px,
  #6ab141 1px -1px 2px, #6ab141 -1px -1px 2px;
}
@media screen and (max-width: 850px) {
  #Top section#MainVisual .SubCatch {
    font-size: .8em;
  }
}
#Top section#MainVisual h2 {
  text-align: left;
  width: 100%;
  font-size: 1.8em;
  border: none;
  margin-bottom: 0;
  line-height: 1.4;
  text-shadow: 
  #6ab141 2px 0px 2px, #6ab141 -2px 0px 2px,
  #6ab141 0px -2px 2px, #6ab141 -2px 0px 2px,
  #6ab141 2px 2px 2px, #6ab141 -2px 2px 2px,
  #6ab141 2px -2px 2px, #6ab141 -2px -2px 2px,
  #6ab141 1px 2px 2px, #6ab141 -1px 2px 2px,
  #6ab141 1px -2px 2px, #6ab141 -1px -2px 2px,
  #6ab141 2px 1px 2px, #6ab141 -2px 1px 2px,
  #6ab141 2px -1px 2px, #6ab141 -2px -1px 2px,
  #6ab141 1px 1px 2px, #6ab141 -1px 1px 2px,
  #6ab141 1px -1px 2px, #6ab141 -1px -1px 2px;
}
@media screen and (max-width: 850px) {
  #Top section#MainVisual h2 {
    font-size: 1.1em;
  }
}

#Top section#Infomation {
	/*padding-top: 85px;
	padding-bottom: 20px;*/
  padding-top: 0px;
  padding-bottom: 0px;
}
#Top section .Inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
#Top section#Infomation .Inner {
	background-color: #f5f5f5;
	width: 100%;
	max-width: 100%;
	padding: 50px 60px;
}
@media screen and (max-width: 850px) {
  #Top section#Infomation .Inner {
    /*padding-top: 90px;*/
    padding: 50px 30px;
  }
}
#Top section#Infomation .Inner dl.InfoBox {
	width: 90%;
	max-width: 900px;
	margin: auto;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 850px) {
  #Top section#Infomation .Inner dl.InfoBox {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #Top section#Infomation .Inner dl.InfoBox {
    flex-direction: column;
  }
}
#Top section#Infomation .Inner dl.InfoBox dt {
	width: 140px;
	padding-right: 20px;
}
#Top section#Infomation .Inner dl.InfoBox dd {
	width: calc(100% - 140px);
	border-radius: 10px;
	background-color: #fff;
	padding: 24px 40px;
	font-size: .9em;
}
@media screen and (max-width: 850px) {
  #Top section#Infomation .Inner dl.InfoBox dd {
    width: 100%;
  }
}

#Top section#Infomation .Inner dl.InfoBox dd ul li{
  position: relative;
  padding-left: 1.4em;
}
 
#Top section#Infomation .Inner dl.InfoBox dd ul li:before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: .8em;
  height: .8em;
  background-color: #eeb033;
  border-radius: 50%;
}


#Top .card02 {
  overflow: hidden;
}
#Top .card02 .swiper {
	overflow: visible;
}

#Top .card02 .swiper-slide {
    width: 28%;
  }

#Top .card02 .swiper-controller {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3.2rem;
  }
#Top .card02 .swiper-pagination {
    margin-right: auto;
  }


/*#Top .card02 .swiper-slide {
    width: 38%;
}*/
#Top .card02 .swiper-slide {
  opacity: .3; /* 左右のスライドを薄くする */
  transform: scale(.9)!important; /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
  /*margin-right: -40px!important;*/
}
#Top .card02 .swiper-slide img {
  border-radius: 20px;
}
#Top .card02 .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1)!important; /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */

}




#Top #TopTenpo {
  /*background: rgb(238,238,238);
  background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);*/
	background-image: url("../img/common/round_grey.svg"), url("../img/top/bg_sky.jpg");
	background-position: center top, bottom center;
	background-size: 100%, cover;
	background-repeat: no-repeat, no-repeat;
}


#Top #TopTenpo .swiper .swiper-wrapper {
  margin-left: -7.2%;
}
@media screen and (max-width: 750px) {
  #Top #TopTenpo .swiper .swiper-wrapper {
    /*margin-left: 0%;*/
    margin-left: -100px%;
  }
}
#Top #TopTenpo .swiper .swiper-wrapper a.swiper-slide img {
	width: 100%;
	height: auto;
  vertical-align: bottom;
}

#Top #TopTenpo .swiper .swiper-wrapper a.swiper-slide {
  color: #000;
  display: block;
}
#Top #TopTenpo .swiper .swiper-wrapper a.swiper-slide .TenpoName {
	background-color: #F4F4F4;
  font-size: .9em;
  font-weight: bold;
  padding: 4px 12px;
}
#Top #TopTenpo .swiper .swiper-wrapper a.swiper-slide .Button {
  font-size: .7em;
  padding: 0 12px;
  background: #fdee8d;
  background-image: -webkit-linear-gradient(135deg, #666 10px, transparent 0);
  background-image: linear-gradient(-45deg, #666 10px, transparent 0);
}


#Top #TopTenpo .swiper-button-next,
#Top #TopTenpo .swiper-button-prev{
    background-color: rgba(232, 42, 27, .7);/* ボタンの背景色 */
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
#Top #TopTenpo .swiper-button-next{
    right: 8px;/* ボタンを右端にくっつける */
}
#Top #TopTenpo .swiper-button-prev{
    left: 8px;/* ボタンを左端にくっつける */
}
#Top #TopTenpo .swiper-button-next::after{
    color: #fff;
    font-size: 1.5rem;
}
#Top #TopTenpo .swiper-button-prev::after{
    color: #fff;
    font-size: 1.5rem;
}



/* タブ */
#Top #TopTenpo .tab-wrap {
  background-color: #fff;
  padding: 40px 60px 50px;
  border-radius: 40px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 850px) {
  #Top #TopTenpo .tab-wrap {
    padding: 40px 40px 40px;
  }
}
#Top #TopTenpo .tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
#Top #TopTenpo .tab-item {
  width: 7em;
  padding: 2px 0;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #e82a1b;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
  margin: 0 .3em;
}
#Top #TopTenpo .tab-item.is-active {
  background-color: #e82a1b;
  border: 1px solid #e82a1b;
  color: #fff;
}
/* タブをクリックした時 ホバーした時 */
#Top #TopTenpo .tab-item:hover, .tab-item.is-active {
  color: #fff;
}
#Top #TopTenpo .tab-item:hover, .tab-item.is-active {
  background-color: #e82a1b
}

/* パネル */
#Top #TopTenpo .panel-list {
  background-color: #fff;
}
#Top #TopTenpo .panel-item {
  display: none;
  width: 100%;
  /*padding: 40px 30px;*/
  background-color: #fff;
}
#Top #TopTenpo .panel-item .TabArea {
  display: flex;
  justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 850px) {
  #Top #TopTenpo .panel-item .TabArea {
    flex-direction: column;
  }
}
#Top #TopTenpo .panel-item .TabArea .IllMap {
  width: 24%;
	margin-right: 4%;
}
@media screen and (max-width: 850px) {
  #Top #TopTenpo .panel-item .TabArea .IllMap {
    margin-right: 0%;
  }
}
#Top #TopTenpo .panel-item .TabArea .swiper {
  width: 72%;
}
@media screen and (max-width: 850px) {
  #Top #TopTenpo .panel-item .TabArea .swiper {
    width: 100%;
  }
}
#Top #TopTenpo .panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#Top #TopTenpo .panel-item .TabArea .swiper h3 span {
  float: right;
  font-size: .6em;
  font-weight: normal;
  position: relative;
  padding-right: 1em;
}
#Top #TopTenpo .panel-item .TabArea .swiper h3 span:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
      font-weight: 900;
    color: #e82a1b;
    position: absolute;
    top: 0em;
    right: 0px;
    font-size: 1em;
    z-index: 1;
}
#Top #TopTenpo .panel-item .TabArea .swiper h3 span a {
  color: #000;
}
#Top #TopTenpo .panel-item .TabArea .swiper h3 span a:hover {
  color: #e82a1b;
  opacity: 1;
}


/* トップページのお得情報 */
#Top .primary_town {
  width: 20%;
  max-width: 280px;
  min-width: 180px;
  margin: -2.5em auto 0;
}
#Top section#Value {
  padding-top: 3.5em;
  background: rgb(245,245,245);
  background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
}
#Top section#Value .Inner {
  width: 96%!important;
  max-width: 1480px;
}
#Top section#Value .Inner .ValueBox {
  width: 100%;
}

#Top section#Value .Inner .ValueBox img {
  border-radius: 6px;
  vertical-align: bottom;
}
#Top #Value .swiper-button-next,
#Top #Value .swiper-button-prev{
    background-color: rgba(232, 42, 27, .7);/* ボタンの背景色 */
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
#Top #Value .swiper-button-next{
    right: 8px;/* ボタンを右端にくっつける */
}
#Top #Value .swiper-button-prev{
    left: 8px;/* ボタンを左端にくっつける */
}
#Top #Value .swiper-button-next::after{
    color: #fff;
    font-size: 1.5rem;
}
#Top #Value .swiper-button-prev::after{
    color: #fff;
    font-size: 1.5rem;
}


/* トップページのニュース */
#Top section#News {
  /*background: #f5f5f5;*/
  background: #fff;
  padding-top: 3.2em;
  /*background: rgb(238,238,238);
  background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);*/
}
#Top section#News h2 {
  border-bottom: none;
  margin: 0;
}
#Top section#News h2 img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 850px) {
  #Top section#News h2 img {
    width: 120px;
  }
}
#Top section#News .NewsWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  #Top section#News .NewsWrap {
    flex-direction: column;
    align-items: center;
  }
}
#Top section#News .NewsWrap .NewsLeftCont {
    display: flex;
    width: 180px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 850px) {
  #Top section#News .NewsWrap .NewsLeftCont {
    width: 300px;
  }
}
#Top section#News .NewsWrap .NewsBox {
  width: calc(100% - 250px);
  margin-top: 2.5em;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 50px 60px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  #Top section#News .NewsWrap .NewsBox {
    width: 100%;
    padding: 50px 30px;
  }
}
#Top section#News .NewsWrap .NewsBox dl {
  width: calc((100% / 3) - 3%);
  margin: 1.5%;
  background-color: #fff;
  /*border: 1px solid #e5e5e5;*/
  padding: 14px 16px;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #Top section#News .NewsWrap .NewsBox dl {
    width: calc((100% / 2) - 3%);
  }
}
@media screen and (max-width: 640px) {
  #Top section#News .NewsWrap .NewsBox dl {
    width: calc((100% / 1) - 3%);
  }
}
#Top section#News .NewsWrap .NewsBox dl a {
  color: #000;
}
##Top sectionNews .NewsWrap .NewsBox dl a:hover {
  opacity: 1;
}
#Top section#News .NewsWrap .NewsBox dl dt {
  overflow: hidden;
}
#Top section#News .NewsWrap .NewsBox dl dt img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

#Top section#News .NewsWrap .NewsBox dl a:hover dt img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 1;
}

#Top section#News .NewsWrap .NewsBox dl dd .Time {
  font-size: .7em;
  /*padding: .5em 1em;*/
  line-height: 1.4;
  padding-top: .8em;
}

#Top section#News .NewsWrap .NewsBox dl dd .Excerpt {
  font-size: .8em;
  font-weight: bold;
  /*padding: .5em 1em;*/
  padding-left: 1.4em;
  padding-top: .3em;
  position: relative;
  line-height: 1.6;
}

#Top section#News .NewsWrap .NewsBox dl dd .Excerpt:before {
  content:'';
  position: absolute;
    top: .65em;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #eeb033;
    border-radius: 50%;
}

/* トップページのリクルート */
.Conte {
    width: 100%;
}
#Top section#Recruit {
  padding: 2.5em 0 5em;
}
@media screen and (max-width: 640px) {
  #Top section#Recruit .Conte {
    flex-direction: column;
  }
}

#Top section#Recruit .Conte div.BgGreen {
    background: #34990e;
    /*background: rgb(0,145,68);*/
/*background: linear-gradient(135deg, rgba(0,145,68,1) 28%, rgba(0,166,32,1) 100%);*/
}
@media screen and (max-width: 640px) {
  #Top section#Recruit .Conte div.BgGreen {
    width: 100%;
    text-align: justify;
  }
}
#Top section#Recruit .RecRight {
    padding-left: 3vw;
    padding-right: 4vw;
    width: 100%;
    max-width: calc(((1280px + ((100vw - 1280px) / 2)) / 2) + 20%);
    margin-right: auto;
}
@media screen and (max-width: 640px) {
  #Top section#Recruit .RecRight {
    margin: auto;
    padding-right: 3vw;
  }
}
#Top section#Recruit h2 {
  color: #fff;
}
#Top section#Recruit p {
  color: #fff;
  font-size: .9em;
}
#Top section#Recruit .Conte .Inner {
    width: 100%;
    max-width: calc(1200px + ((100vw - 1200px) / 2));
    margin-left: auto;
    margin-right: auto;
    padding: 0 3.4%;
}

#Top section#Recruit .Conte div.Photo {
    background-image: url(https://www.comodi-iida.co.jp/root/recrt.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 640px) {
  #Top section#Recruit .Conte div.Photo {
    width: 100%;
    height: 300px;
  }
}
#Top section#Recruit .RecruitNavBox {
  background: #f5f5f5;
  padding: 3em 0 1.8em;
}
#Top section#Recruit .RecruitNavBox .Inner {
  width: 97%;
  max-width: 1470px;
}
#Top section#Recruit .RecruitNavBox .Inner .flexCenter {
  flex-wrap: wrap;
}
#Top section#Recruit .RecruitNavBox .Inner .flexCenter dl {
  width: 18%;
  min-width: 250px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin:0 1% 2%;
}
@media screen and (max-width: 850px) {
  #Top section#Recruit .RecruitNavBox .Inner .flexCenter dl {
    min-width: 270px;
    margin: 0 1% 30px;
  }
}
#Top section#Recruit .RecruitNavBox .Inner .flexCenter dl a {
  color: #000;
}
#Top section#Recruit .RecruitNavBox .Inner .flexCenter dl dt img {
  vertical-align: bottom;
  width: 100%;
}
#Top section#Recruit .RecruitNavBox .Inner .flexCenter dl dd {
  padding: 12px 16px;
}
#Top section#Recruit .RecruitNavBox .Inner .flexCenter dl dd .Title {
  font-size: .9em;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}
#Top section#Recruit .RecruitNavBox .Inner .flexCenter dl dd .Title:before {
    content: '';
    position: absolute;
    top: .25em;
    left: 0;
    width: .8em;
    height: .8em;
    background-color: #eeb033;
    border-radius: 50%;
}
#Top section#Recruit .RecruitNavBox .Inner .flexCenter dl dd .explanation {
  font-size: .85em;
  line-height: 1.4;
  text-align: justify;
}

/* トップページの駅伝部 */
/*駅伝部セクションのcss*/
#Top section#Club {
    /*position: relative;*/
    padding: 0 0 5em;
    width: 100%;
    overflow: hidden;
}

#Top section#Club .imgab {
    position: absolute;
    top: -20%;
    right: 10%;
}

#Top section#Club .Inner {
    position: relative;
}

#Top section#Club .Inner:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 67%;
    top: 20%;
    left: -50%;
    z-index: -1;
    border-radius: 20px;
    background-color: #f5f5f5;
}

#Top section#Club .Inner:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 67%;
    top: 30%;
    right: -50%;
    z-index: -1;
    border-radius: 20px;
    background-color: #f5f5f5;
}

#Top section#Club .Inner h2 {
    /* margin-bottom: 50px; */
    border-bottom: none;
}

#Top section#Club .img1 img {
    border: 10px solid #ffffff;
    border-radius: 20px;
}

#Top section#Club dl {
    position: absolute;
    top: 53%;
    right: 0%;
    z-index: 2;
    width: 65%;
    max-width: 760px;
    min-width: 620px;
    margin: 20px auto;
    padding: 45px 80px;
    border-radius: 20px;
    height: 300px;
    overflow-y: auto;
    background-color: #fff;
    /* background-color: rgba(255, 255, 255, 0.9); */
}
@media screen and (max-width: 640px) {
  #Top section#Club dl {
    position: unset;
    width: 100%;
    min-width: unset;
    padding: 30px 30px;
  }
}

#Top section#Club dl div {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4px 0;
    border-bottom: 1px dotted #c8c8c8;
    font-size: .9em;
    line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #Top section#Club dl div {
    display: block;
  }
}

#Top section#Club dl div dt {
    width: 10em;
    padding: 8px 0;
}

#Top section#Club dl div dd {
    width: calc(100% - 10em);
    padding: 8px 0;
}
@media screen and (max-width: 640px) {
  #Top section#Club dl div dd {
    width: 100%;
    font-size: .98em;
  }
}

#Top section#Club p {
    margin-top: 100px;
    text-align: center;
}


#Top section#Club p a.Button {
    width: 20em;
    display: inline-block;
    padding: 0.75rem 1.25rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .15rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border: 1px solid #e82a1b;
    border-radius: 80px;
}

#Top section#Club p a.Button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 80px;
    z-index: -1;
}

#Top section#Club p a.Button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e82a1b;
    border-radius: 80px;
    z-index: -2;
}

#Top section#Club p a.Button:hover {
    color: #e82a1b;
    opacity: 1;
}

#Top section#Club p a.Button:hover:before {
    width: 100%;
}
#Top section#Club #swiper2{
    max-width: 600px;
}
#Top section#Club .swiper-wrapper {
    transition-timing-function: linear;
}



