@charset "UTF-8";
/*---------------header----------------*/
#top nav#mainmenu .fa-home {
  color: #004EA2;
}

/*---------------wrapper----------------*/
#loader {
  display: none;
  position: relative;
}

#loader .fa {
  font-size: 30px;
  color: #767676;
  position: absolute;
  top: 50%;
  left: calc(50% - 19px);
}

/*#container #theTarget div {
	position: relative;
}
#container #theTarget div img {
	position: absolute;
}
#container #theTarget div:nth-child(1) img {
	top: 50px;
	left: 50%;
	max-width: 641px;
	width: 40%;
}
#container #theTarget div:nth-child(2) img {
	top: 50px;
	left: 5%;
	max-width: 653px;
	width: 50%;
}
#container #theTarget div:nth-child(3) img {
	top: 47%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 1116px;
	width: 90%;
}
#container #theTarget div:nth-child(4) img {
	top: 48%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 1091px;
	width: 90%;
}
#container #theTarget div:nth-child(5) img {
	top: 48%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 1262px;
	width: 90%;
}
#container #theTarget div:nth-child(6) img {
	top: 48%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 1184px;
	width: 90%;
}
#container #theTarget div:nth-child(7) img {
	top: 48%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 1076px;
	width: 90%;
}
.slide_sp {
	display: none;
}*/
.productarea {
  width: 100%;
  box-sizing: border-box;
}

.mainwrap-info {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .mainwrap-info .title a {
  margin-bottom: 0;
}

.mainwrap-info .info-l {
  float: left;
  width: 48%;
  box-sizing: border-box;
}

.mainwrap-info .info-r {
  float: right;
  width: 48%;
  box-sizing: border-box;
}

.mainwrap-info .info-l .fa {
  color: #C71D1E;
}

.mainwrap-info .info-l ul li p {
  margin: 0;
}

.mainwrap-info .info-r ul li img {
  vertical-align: bottom;
}

.mainwrap-info .info-r li p {
  margin-bottom: 0;
  margin-top: 0;
}

.mainwrap-info section {
  padding-bottom: 10px;
}

.mainwrap-info ul {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: thin solid #C0C0C0;
}

.mainwrap-info ul:first-of-type {
  padding-top: 0px;
}

.mainwrap-info ul li {
  list-style: none;
}

.mainwrap-info ul li:first-child {
  color: #767676;
  margin-bottom: 5px;
}

.mainwrap-info ul li:last-child {
  padding-left: 10px;
}

.mainwrap-info ul li a {
  text-decoration: none;
  transition: 0.3s;
}

.mainwrap-info ul li a:hover {
  color: #004EA2;
}

.mainwrap-info ul li .fa {
  color: #004ea2;
  font-size: 20px;
}

.blank_box {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #767676;
  width: 90%;
  text-align: center;
}

.productarea .title {
  position: relative;
}

.productarea .title a {
  position: absolute;
  right: 0;
  top: 0px;
}

.i-kobetsu {
  background-color: #af1d11;
}

.i-follow {
  background-color: #95B212;
}

.i-manager {
  background-color: #a6583c;
}

.i-shutten {
  background-color: #f2b33d;
}

.i-networking {
  background-color: #767265;
}

.i-grandprix {
  background-color: #072B59;
}

.i-other {
  background-color: #C3C3C3;
}

/* .specialcontentswrap {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-bottom: thin solid #BA0001;
} */
/* .specialcontentswrap h3 {
	margin-bottom:30px;
	font-feature-settings: 'palt';
} */
/* .specialcontentswrap .sc-baner a {
	transition:0.3s;
} */
/* .specialcontentswrap .sc-baner a:hover {
	-webkit-box-shadow: 3px 3px 5px #767676;
	box-shadow: 3px 3px 5px #A7A7A7;
} */
/* .specialcontentswrap .sc-baner a img {
	vertical-align:bottom;
} */
/* .specialcontentswrap .sc-baner a {
	margin-bottom:30px;
} */
/* .specialcontentswrap .sc-baner a:nth-child(2n+1) {
	float:left;
} */
/* .specialcontentswrap .sc-baner a:nth-child(2n) {
	float:right;
} */
.bannerwrap {
  width: 1100px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

.bannerwrap div {
  width: 24%;
  text-align: center;
  text-decoration: none;
  list-style: none;
  margin: 0 0.5% 20px;
}

.bannerwrap img {
  max-width: 100%;
}

.bannerwrap img:hover {
  -webkit-box-shadow: 3px 3px 5px #767676;
  box-shadow: 3px 3px 5px #A7A7A7;
}

.bannerwrap a img {
  vertical-align: bottom;
  transition: 0.3s;
}

.top-movie-wrap {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-movie-wrap a:last-child {
  margin-right: 0;
}

.movie-panel {
  width: 24%;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  text-decoration: none;
  border-left: thin solid #DCDCDC;
  border-right: thin solid #DCDCDC;
  border-bottom: thin solid #DCDCDC;
  border-top: 5px solid #004EA2;
  margin-bottom: 30px;
  background-color: #F7F7F7;
}

.movie-panel img {
  width: 100%;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
}

.movie-panel .movie-panel-img {
  position: relative;
}

.movie-panel .movie-panel-img .fa {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #004ea2;
  font-size: 18px;
  transition: 0.3s;
}

.movie-panel:hover .movie-panel-img .fa {
  font-size: 50px;
}

.movie-panel:hover .movie-panel-img img {
  opacity: 0.5;
}

.movie-panel dl {
  text-align: left;
}

.movie-panel dl dt {
  color: #004EA2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 5px;
}

.movie-panel dl dt:first-child {
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.3;
}

.movie-panel dl dd {
  margin-left: 0;
}

/* .top-tekuteku .panelwrap {
	margin-bottom:30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} */
/* .top-tekuteku .panel {
	width:24%;
	display: block;
	text-decoration: none;
	border: 1px solid #dcdcdc;
	transition:0.3s;
	box-sizing:border-box;
	margin-bottom:2%;
	background-color: #f7f7f7;
} */
/* .top-tekuteku .panel img {
	width:100%;
} */
/* .top-tekuteku .panel p {
	padding-left:10px;
	padding-right:10px;
	color:#767676;
	font-size: 16px;
	margin-top: 0;
} */
/* .top-tekuteku .panel p:last-child {
	border-left: 4px solid #004EA2;
	margin-left:10px;
	overflow:hidden;
	font-weight:bold;
	font-feature-settings: 'palt';
} */
/* .top-tekuteku .panel p:first-of-type {
	font-size:12px;
	margin-top:10px;
	margin-bottom:5px;
} */
/* .sombra_radial{
	position: relative;
} */
/* .sombra_radial:before, .sombra_radial:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
} */
/* .sombra_radial:before{
	bottom: 100%;
	background: radial-gradient(
		ellipse at 50% 150%,
		rgba(0,0,0,0.6) 0%,
		rgba(0,0,0,0) 80%);
} */
/* .sombra_radial:after{
	top: 100%;
	background: radial-gradient(
		ellipse at 50% -50%,
		rgba(0,0,0,0.6) 0%,
		rgba(0,0,0,0) 80%);
} */
/* .sombra_radial:hover:before, .sombra_radial:hover:after{
	opacity: 1;
} */
/* .sombra_radial {
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
	vertical-align: middle;

} */
/*modal*/
#modalArea {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

#modalArea #modalClose {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: #4e4e4e;
  position: absolute;
  top: 50px;
  left: 89%;
  border-radius: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index: 200;
}

#modalArea iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

/*===============================================
●smart.css  画面の横幅が1150px以下
===============================================*/
@media screen and (max-width: 1150px) {
  .bannerwrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* .specialcontentswrap .sc-baner a:nth-child(2n+1) {
  	width: 48%;
  	margin-right: 2%;
  } */
  /* .specialcontentswrap .sc-baner a:nth-child(2n) {
  	width: 48%;
  	margin-right: 0%;
  } */
  /* .specialcontentswrap .sc-baner a img {
  	width: 100%;
  } */
  .bannerwrap li {
    width: 23%;
    margin-right: 1%;
  }
}
/*===============================================
  画面の横幅が800px以下
===============================================*/
@media screen and (max-width: 800px) {
  /* .top-tekuteku .panel {
  	width: 49%;
  } */
  .bannerwrap div {
    width: 49%;
  }
  .movie-panel {
    width: 49%;
  }
}
/*===============================================
●style.css 画面の横幅が641px以下
===============================================*/
@media screen and (max-width: 641px) {
  /*---------------header----------------*/
  #top nav#mainmenu .fa-home {
    color: #767676;
  }
  /*---------------wrapper----------------*/
  .movie-panel {
    width: 100%;
    height: auto !important;
  }
  .top-movie.wrap .movie-panel:nth-child(2n) {
    margin-right: 0;
  }
  .mainwrap-info .info-l,
  .mainwrap-info .info-r {
    width: 100%;
  }
  .mainwrap-info .info-l {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .mainwrap-info .info-r {
    padding-left: 0;
  }
  /* .top-tekuteku .panel {
  	width: 100%;
  	height:auto !important;
  } */
  /* .specialcontentswrap {
  	margin-bottom: 20px;
  } */
  .bannerwrap li {
    width: 47%;
    margin-right: 1%;
  }
  .bannerwrap li:nth-child(2n) {
    margin-right: 0;
  }
  .bannerwrap div {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  /* .specialcontentswrap .sc-baner a:nth-child(2n+1) {
  	width: 100%;
  	float: none;
  } */
  /* .specialcontentswrap .sc-baner a:nth-child(2n) {
  	width: 100%;
  	float: none;
  } */
  /* .specialcontentswrap .sc-baner a img {
  	width: 100%;
  	margin-bottom: 20px;
  } */
  .movie-panel dl dt {
    font-size: 16px;
  }
  /* .top-tekuteku .panelwrap {
  	display: block;
  } */
  /* .top-tekuteku .panel p:last-child {
  	margin-top: 0;
  } */
  /* .top-tekuteku a.panel:not(:last-child) {
  	margin-bottom: 30px;
  } */
  /* .top-tekuteku .panel p {
  	font-size: 18px;
  } */
}
#top .common-titleline {
  overflow: hidden;
  position: relative;
  position: relative;
}
@media (min-width: 768px) {
  #top .common-titleline {
    padding-bottom: min(1.0714285714vw, 15px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
#top .common-titleline .common-titleline-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  #top .common-titleline .common-titleline-title {
    margin-bottom: 1.25vw;
    padding-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  #top .common-titleline .common-titleline-title {
    column-gap: min(1.4285714286vw, 20px);
  }
}
#top .common-titleline .common-titleline-title h3 {
  font-feature-settings: "palt";
  margin: 0;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  #top .common-titleline .common-titleline-title h3 {
    font-size: 4.5vw;
    padding-bottom: 0.5vw;
  }
}
@media (min-width: 768px) {
  #top .common-titleline .common-titleline-title h3 {
    font-size: min(1.2857142857vw, 18px);
  }
}
#top .common-titleline .common-titleline-title p {
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  #top .common-titleline .common-titleline-title p {
    font-size: 3vw;
    padding-top: 2.5vw;
  }
}
@media (min-width: 768px) {
  #top .common-titleline .common-titleline-title p {
    font-size: min(1vw, 14px);
  }
}
@media (max-width: 767px) {
  #top .common-titleline .common-titleline-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #004EA2;
    height: 0.25vw;
  }
}
@media (max-width: 767px) {
  #top .common-titleline .common-titleline-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    background-color: #004EA2;
    height: min(0.2857142857vw, 4px);
  }
}
@media (max-width: 767px) {
  #top .common-titleline .common-titleline-link {
    text-align: right;
  }
}
#top .common-titleline .common-titleline-link a {
  font-feature-settings: "palt";
  margin: 0;
}
@media (max-width: 767px) {
  #top .common-titleline .common-titleline-link a {
    display: inline-block;
    font-size: 3vw;
  }
}
@media (min-width: 768px) {
  #top .common-titleline .common-titleline-link a {
    display: block;
    font-size: min(1vw, 14px);
  }
}
@media (min-width: 768px) {
  #top .common-titleline:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #004EA2;
    height: min(0.0714285714vw, 1px);
  }
}
@media (min-width: 768px) {
  #top .common-titleline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    background-color: #004EA2;
    height: min(0.2857142857vw, 4px);
  }
}

.glide .glide__wrapper .glide__track .glide__slide a {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .glide .glide__wrapper .glide__track .glide__slide a {
    height: 78vw;
  }
}
@media (min-width: 768px) {
  .glide .glide__wrapper .glide__track .glide__slide a {
    height: 35.7142857143vw;
  }
}
.glide .glide__wrapper .glide__track .glide__slide a figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.glide .glide__wrapper .glide__track .glide__slide a figure picture {
  width: 100%;
  height: 100%;
}
.glide .glide__wrapper .glide__track .glide__slide a figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-info {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-info {
    width: 90%;
    padding: 7.5vw 0;
  }
}
@media (min-width: 768px) {
  .top-info {
    width: min(78.5714285714vw, 1100px);
    padding: min(3.5714285714vw, 50px) 0;
  }
}
.top-info * {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-info .common-titleline {
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  .top-info .common-titleline {
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
@media (max-width: 767px) {
  .top-info .top-info-line {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line {
    width: 48%;
  }
}
.top-info .top-info-line .top-info-list .top-info-element {
  text-decoration: none;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-color: #C0C0C0;
  display: block;
}
@media (max-width: 767px) {
  .top-info .top-info-line .top-info-list .top-info-element {
    padding-bottom: 2.5vw;
    border-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line .top-info-list .top-info-element {
    padding-bottom: min(0.7142857143vw, 10px);
    border-width: min(0.0714285714vw, 1px);
  }
}
.top-info .top-info-line .top-info-list .top-info-element .top-info-element-date {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .top-info .top-info-line .top-info-list .top-info-element .top-info-element-date {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line .top-info-list .top-info-element .top-info-element-date {
    margin-bottom: min(0.3571428571vw, 5px);
  }
}
.top-info .top-info-line .top-info-list .top-info-element .top-info-element-date .fa {
  color: #004ea2;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-info .top-info-line .top-info-list .top-info-element .top-info-element-date .fa {
    width: 8.75vw;
    font-size: 5vw;
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line .top-info-list .top-info-element .top-info-element-date .fa {
    width: min(2.5vw, 35px);
    font-size: min(1.4285714286vw, 20px);
  }
}
.top-info .top-info-line .top-info-list .top-info-element .top-info-element-date p {
  color: #767676;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top-info .top-info-line .top-info-list .top-info-element .top-info-element-date p {
    font-size: 3.5vw;
    width: calc(100% - 8.75vw);
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line .top-info-list .top-info-element .top-info-element-date p {
    width: calc(100% - min(2.5vw, 35px));
    font-size: min(1vw, 14px);
  }
}
.top-info .top-info-line .top-info-list .top-info-element .top-info-element-date-txt p {
  transition: 0.3s;
  margin: 0;
}
@media (max-width: 767px) {
  .top-info .top-info-line .top-info-list .top-info-element .top-info-element-date-txt p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line .top-info-list .top-info-element .top-info-element-date-txt p {
    font-size: min(1vw, 14px);
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .top-info .top-info-line .top-info-list .top-info-element:not(:last-of-type) {
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line .top-info-list .top-info-element:not(:last-of-type) {
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line .top-info-list .top-info-element:hover .top-info-element-date-txt p {
    color: #004EA2;
  }
}
@media (max-width: 767px) {
  .top-info .top-info-line--left {
    margin-bottom: 30px;
  }
}
.top-info .top-info-line--right .top-info-list .top-info-element .top-info-element-date-txt p .icon-pdf {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .top-info .top-info-line--right .top-info-list .top-info-element .top-info-element-date-txt p .icon-pdf {
    width: 5vw;
  }
}
@media (min-width: 768px) {
  .top-info .top-info-line--right .top-info-list .top-info-element .top-info-element-date-txt p .icon-pdf {
    width: min(1.4285714286vw, 20px);
  }
}

.backcolor_product {
  background-color: whitesmoke;
  width: 100%;
}
@media (max-width: 767px) {
  .backcolor_product {
    padding: 7.5vw 0;
  }
}
@media (min-width: 768px) {
  .backcolor_product {
    padding: min(2.1428571429vw, 30px) 0;
  }
}
.backcolor_product * {
  box-sizing: border-box;
}
.backcolor_product .top-product {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .backcolor_product .top-product {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product {
    width: min(78.5714285714vw, 1100px);
  }
}
@media (max-width: 767px) {
  .backcolor_product .top-product .common-titleline {
    margin-bottom: 5vw;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .common-titleline {
    margin-bottom: min(1.4285714286vw, 20px);
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: min(2.1428571429vw, 30px);
  }
}
.backcolor_product .top-product .topicwrap .topic {
  background-color: white;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
  .backcolor_product .top-product .topicwrap .topic {
    width: 90%;
    padding: 5vw 3.75vw;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic {
    width: calc(33.3333333333% - min(2.1428571429vw, 30px) * 2);
    padding: min(1.4285714286vw, 20px) min(1.0714285714vw, 15px);
  }
}
.backcolor_product .top-product .topicwrap .topic figure {
  margin: 0;
}
@media (max-width: 767px) {
  .backcolor_product .top-product .topicwrap .topic figure {
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic figure {
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
.backcolor_product .top-product .topicwrap .topic figure img {
  height: auto;
  width: 100%;
}
.backcolor_product .top-product .topicwrap .topic dl {
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .backcolor_product .top-product .topicwrap .topic dl {
    padding: 0 2.5vw;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic dl {
    padding: 0 min(0.7142857143vw, 10px);
  }
}
.backcolor_product .top-product .topicwrap .topic dl dt {
  transition: 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .backcolor_product .top-product .topicwrap .topic dl dt {
    padding: 2.5vw 3.75vw;
    margin-bottom: 2.5vw;
    font-size: 5vw;
    background-color: hsla(211, 100%, 32%, 0.9);
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic dl dt {
    padding: min(0.7142857143vw, 10px) min(1.0714285714vw, 15px);
    margin-bottom: min(0.7142857143vw, 10px);
    font-size: min(1.4285714286vw, 20px);
    background-color: #dcdcdc;
  }
}
.backcolor_product .top-product .topicwrap .topic dl dt p {
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .backcolor_product .top-product .topicwrap .topic dl dt p {
    font-size: 5vw;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic dl dt p {
    font-size: min(1.4285714286vw, 20px);
  }
}
.backcolor_product .top-product .topicwrap .topic dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .backcolor_product .top-product .topicwrap .topic dl dt:after {
    width: calc(100% - 1.25vw);
    height: calc(100% - 1.25vw);
    border-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic dl dt:after {
    width: calc(100% - min(0.3571428571vw, 5px));
    height: calc(100% - min(0.3571428571vw, 5px));
    border-width: min(0.0714285714vw, 1px);
  }
}
.backcolor_product .top-product .topicwrap .topic dl dd {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .backcolor_product .top-product .topicwrap .topic dl dd {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic dl dd {
    font-size: min(1vw, 14px);
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic:hover {
    box-shadow: min(0.1428571429vw, 2px) min(0.1428571429vw, 2px) min(0.3571428571vw, 5px) #A7A7A7;
  }
}
@media (min-width: 768px) {
  .backcolor_product .top-product .topicwrap .topic:hover dl dt {
    background-color: hsla(211, 100%, 32%, 0.9);
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .backcolor_product .top-product .topicwrap .topic:not(:last-of-type) {
    margin-bottom: 7.5vw;
  }
}

.mainwrap {
  width: 100%;
}
@media (max-width: 767px) {
  .mainwrap {
    padding: 7.5vw 0 12.5vw;
  }
}
@media (min-width: 768px) {
  .mainwrap {
    padding: min(2.1428571429vw, 30px) 0;
  }
}
.mainwrap .top-event {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mainwrap .top-event {
    padding-bottom: 7.5vw;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .mainwrap .top-event {
    margin-bottom: min(2.1428571429vw, 30px);
    width: min(78.5714285714vw, 1100px);
    padding: min(2.1428571429vw, 30px) min(3.5714285714vw, 50px);
  }
}
@media (max-width: 767px) {
  .mainwrap .top-event .common-titleline {
    margin-bottom: 5vw;
  }
}
@media (min-width: 768px) {
  .mainwrap .top-event .common-titleline {
    margin-bottom: min(1.4285714286vw, 20px);
  }
}
.mainwrap .top-event .top-event-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .mainwrap .top-event .top-event-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: min(2.1428571429vw, 30px);
  }
}
.mainwrap .top-event .top-event-wrap a {
  background-color: whitesmoke;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  border-style: solid;
  border-color: #dcdcdc;
  display: block;
}
@media (max-width: 767px) {
  .mainwrap .top-event .top-event-wrap a {
    margin: 0 auto;
    width: 80%;
    padding: 0.5vw;
    border-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .mainwrap .top-event .top-event-wrap a {
    width: 26%;
    padding: 0.25vw;
    border-width: min(0.0714285714vw, 1px);
  }
}
.mainwrap .top-event .top-event-wrap a p {
  position: absolute;
  left: 50%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 80%;
  box-sizing: border-box;
  transition: 0.5s;
  font-feature-settings: "palt";
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (max-width: 767px) {
  .mainwrap .top-event .top-event-wrap a p {
    top: 50%;
    background-color: hsla(211, 100%, 32%, 0.8);
    font-size: 4vw;
    border-radius: 0.5vw;
    padding: 2.5vw 0;
  }
}
@media (min-width: 768px) {
  .mainwrap .top-event .top-event-wrap a p {
    top: 70%;
    font-size: min(1.2857142857vw, 18px);
    border-radius: min(0.1428571429vw, 2px);
    padding: min(0.7142857143vw, 10px) 0;
  }
}
.mainwrap .top-event .top-event-wrap a img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .mainwrap .top-event .top-event-wrap a:hover p {
    color: #ffffff;
    background-color: hsla(211, 100%, 32%, 0.9);
    top: 50%;
  }
}
@media (max-width: 767px) {
  .mainwrap .top-event .top-event-wrap a:not(:last-of-type) {
    margin-bottom: 7.5vw;
  }
}
.mainwrap .srnews {
  background-color: whitesmoke;
}
@media (max-width: 767px) {
  .mainwrap .srnews {
    padding: 7.5vw 0;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews {
    padding: min(2.1428571429vw, 30px) 0;
  }
}
.mainwrap .srnews .common-titleline {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mainwrap .srnews .common-titleline {
    margin-bottom: 5vw;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .common-titleline {
    margin-bottom: min(1.4285714286vw, 20px);
    width: min(78.5714285714vw, 1100px);
  }
}
.mainwrap .srnews .srnews-wrap {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mainwrap .srnews .srnews-wrap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .srnews-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: min(2.1428571429vw, 30px);
    width: min(78.5714285714vw, 1100px);
  }
}
.mainwrap .srnews .srnews-wrap * {
  box-sizing: border-box;
}
.mainwrap .srnews .srnews-wrap .srnews-element {
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mainwrap .srnews .srnews-wrap .srnews-element {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .srnews-wrap .srnews-element {
    width: 20%;
  }
}
.mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-imgline {
  width: 100%;
  margin: 0;
  aspect-ratio: 227/321;
  background-color: #ffffff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-imgline {
    margin-bottom: 0.5vw;
    padding: 1vw;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-imgline {
    margin-bottom: min(0.1428571429vw, 2px);
    padding: 0.5vw;
  }
}
.mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-imgline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-style: solid;
  border-color: #dcdcdc;
}
@media (max-width: 767px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-imgline img {
    border-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-imgline img {
    border-width: min(0.0714285714vw, 1px);
  }
}
.mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline {
    column-gap: 0.75vw;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline {
    column-gap: min(0.3571428571vw, 5px);
  }
}
@media (max-width: 767px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline__icon {
    width: 7.5vw;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline__icon {
    width: min(2.1428571429vw, 30px);
  }
}
.mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline__icon figure {
  margin: 0 auto;
  display: grid;
  place-items: center;
  width: 100%;
}
.mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline__icon figure img {
  width: 100%;
}
.mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline__title p {
  margin: 0;
  text-align: start;
  line-height: 1;
}
@media (max-width: 767px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline__title p {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .srnews-wrap .srnews-element .srnews-element-titleline__title p {
    font-size: min(1vw, 14px);
  }
}
@media (min-width: 768px) {
  .mainwrap .srnews .srnews-wrap .srnews-element:hover .srnews-element-imgline {
    box-shadow: min(0.1428571429vw, 2px) min(0.1428571429vw, 2px) min(0.3571428571vw, 5px) #A7A7A7;
  }
}
@media (max-width: 767px) {
  .mainwrap .srnews .srnews-wrap .srnews-element:not(:last-of-type) {
    margin-bottom: min(7.1428571429vw, 100px);
  }
}/*# sourceMappingURL=top.css.map */