@charset "UTF-8";
/* 変数宣言 */
/* 変数宣言 */
body #container main {
  overflow: hidden;
}
body #container main #mv .wrap {
  background-image: url("../../../img/recommendations/mv_sp.jpg");
  background-size: cover;
  width: 100vw;
  height: 100vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap {
    background-image: url("../../../img/recommendations/mv_pc.jpg");
    height: 42.8571428571vw;
  }
}
body #container main #mv .wrap .title {
  padding-right: 18px;
  padding-bottom: 23px;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap .title {
    padding-right: 4.6428571429vw;
    padding-bottom: 4.2142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #mv .wrap .title {
    padding-right: 65px;
    padding-bottom: 59px;
  }
}
body #container main #mv .wrap .title h1 {
  color: #000000;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.9;
  font-size: 5vw;
  text-align: right;
  margin-bottom: 3.75vw;
  letter-spacing: 0.1em;
  transform: translateY(30px);
  animation: mv_title 1s 1s forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap .title h1 {
    font-size: 4.8571428571vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #mv .wrap .title h1 {
    font-size: 68px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap .title .bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 56.0714285714vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #mv .wrap .title .bottom {
    width: 785px;
  }
}
body #container main #mv .wrap .title .bottom h2 {
  font-size: 15vw;
  line-height: 1;
  text-align: right;
  margin-bottom: 3vw;
  font-weight: bold;
  transform: translateY(30px);
  animation: mv_title 1s 1.2s forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap .title .bottom h2 {
    font-size: 10.8571428571vw;
    order: 2;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #mv .wrap .title .bottom h2 {
    font-size: 152px;
  }
}
body #container main #mv .wrap .title .bottom p {
  font-size: 2.5vw;
  line-height: 1.4;
  width: 56.5vw;
  text-align: right;
  font-weight: bold;
  transform: translateY(30px);
  animation: mv_title 1s 1.4s forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap .title .bottom p {
    font-size: 1.2857142857vw;
    width: 32.5vw;
    order: 1;
    line-height: 1.6;
    animation: mv_title 1s 1.2s forwards;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #mv .wrap .title .bottom p {
    font-size: 18px;
    width: 455px;
  }
}
body #container main #recommendations_detail .wrap {
  background-color: #FFFFFF;
  padding: 10vw 0 7.5vw;
  font-size: 3.5vw;
  line-height: 1.6;
  /*.slide_wrap {
  	margin-bottom: vw(40,400);
  	@include min-screen($breakpoint-768) {
  		margin-bottom: vw(25,1400);
  		position: relative;
  	}
  	@include min-screen($breakpoint-1400) {
  		margin-bottom: 25px;
  	}
  	.backline {
  		display: none;
  		@include min-screen($breakpoint-768) {
  			display: block;
  			position: absolute;
  			top: vw(260,1400);
  			left: 0;
  			width: 100vw;
  			height: vw(40,1400);
  			overflow: hidden;
  		}
  		@include min-screen($breakpoint-1400) {
  			top: 260px;
  			height: 40px;
  		}
  		.backline_shell {
  			@include min-screen($breakpoint-768) {
  				height: 100%;
  				width: 100%;
  			}
  			.slide-arrow {
  				display: none!important;
  			}
  			.line_element {
  				@include min-screen($breakpoint-768) {
  					height: vw(40,1400);
  					background-image: linear-gradient(90deg,
  					#fff 25%, #9ac4bb 25%, #c8c8c9 50%, #fff 50%, #fff 75%,#c8c8c9 75%, #9ac4bb);
  					background-size: vw(20,1400) vw(40,1400);
  					background-repeat: repeat-x;
  				}
  				@include min-screen($breakpoint-1400) {
  					height: 40px;
  					background-size: 20px 40px;
  				}
  			}
  		}
  	}
  	.detail_main_slide {
  		width: vw(350,400);
  		margin: 0 auto vw(5,400);
  		@include min-screen($breakpoint-768) {
  			width: vw(1000,1400);
  			margin-bottom: vw(70,1400);
  		}
  		@include min-screen($breakpoint-1400) {
  			width: 1000px;
  			margin-bottom: 70px;
  		}
  		.slide-arrow {
  			@include min-screen($breakpoint-768) {
  				position: absolute;
  				top: vw(255,1400);
  				width: vw(32,1400);
  				z-index: 3;
  			}
  			@include min-screen($breakpoint-1400) {
  				top: 265px;
  				width: 32px;
  			}
  			&:hover {
  				@include min-screen($breakpoint-768) {
  					cursor: pointer;
  				}
  				img {
  					transform: scale(1.1);
  				}
  			}
  			&.prev-arrow {
  				@include min-screen($breakpoint-768) {
  					left: calc(100% + 2.1428571429vw);
  				}
  				@include min-screen($breakpoint-1400) {
  					left: calc(100% + 30px);
  				}
  			}
  			&.next-arrow {
  				@include min-screen($breakpoint-768) {
  					right: calc(100% + 2.1428571429vw);
  				}
  				@include min-screen($breakpoint-1400) {
  					right: calc(100% + 30px);
  				}
  			}
  			img {
  				width: 100%;
  				transition: 0.3s;
  			}
  		}

  		li {
  			list-style: none;
  			figure {
  				img {
  					width: 100%;
  				}
  			}
  		}
  	}
  }*/
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap {
    padding: 5.7142857143vw 0 5vw;
    font-size: 1.0714285714vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap {
    padding: 80px 0 70px;
    font-size: 15px;
  }
}
body #container main #recommendations_detail .wrap .title_line {
  width: 75vw;
  margin: 0 auto 10vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .title_line {
    width: 42.8571428571vw;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .title_line {
    width: 600px;
    margin-bottom: 60px;
  }
}
body #container main #recommendations_detail .wrap .title_line .date {
  line-height: 1;
  font-size: 3vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
  color: #7a6a56;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .title_line .date {
    font-size: 1.7142857143vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .title_line .date {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
body #container main #recommendations_detail .wrap .title_line h2 {
  margin-bottom: 12.5vw;
  line-height: 1.6;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .title_line h2 {
    font-size: 2.1428571429vw;
    margin-bottom: 5.7142857143vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .title_line h2 {
    font-size: 30px;
    margin-bottom: 80px;
  }
}
body #container main #recommendations_detail .wrap .title_line .sub_title {
  line-height: 1.4;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .title_line .sub_title {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .title_line .sub_title {
    font-size: 22px;
  }
}
body #container main #recommendations_detail .wrap .title_line figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 37.5vw;
  z-index: 0;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .title_line figure {
    width: 17.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .title_line figure {
    width: 250px;
  }
}
body #container main #recommendations_detail .wrap .title_line figure img {
  width: 100%;
}
body #container main #recommendations_detail .wrap .title_line .stripe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5vw;
  height: 120%;
  background: repeating-linear-gradient(180deg, rgb(122, 106, 86), rgb(122, 106, 86) 0.25vw, rgb(255, 255, 255) 0, rgb(255, 255, 255) 0.5vw);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .title_line .stripe {
    width: 1.3571428571vw;
    background: repeating-linear-gradient(180deg, rgb(122, 106, 86), rgb(122, 106, 86) 0.1428571429vw, rgb(238, 239, 239) 0, rgb(238, 239, 239) 0.2857142857vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .title_line .stripe {
    width: 19px;
    background: repeating-linear-gradient(180deg, rgb(122, 106, 86), rgb(122, 106, 86) 2px, rgb(238, 239, 239) 0, rgb(238, 239, 239) 4px);
  }
}
body #container main #recommendations_detail .wrap .title_line .stripe_r {
  right: calc(100% + 5vw);
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .title_line .stripe_r {
    right: calc(100% + 1.4285714286vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .title_line .stripe_r {
    right: calc(100% + 20px);
  }
}
body #container main #recommendations_detail .wrap .title_line .stripe_l {
  left: calc(100% + 5vw);
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .title_line .stripe_l {
    left: calc(100% + 1.4285714286vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .title_line .stripe_l {
    left: calc(100% + 20px);
  }
}
body #container main #recommendations_detail .wrap .detail_wrap {
  width: 90%;
  margin: 0 auto;
  /*.title_decorate {
  	font-size: vw(16,400);
  	line-height: 1.4;
  	color: #7a6a56;
  	padding: vw(20,400) vw(20,400) vw(20,400) vw(40,400);
  	background-color: rgba(122,106,86,0.10);
  	position: relative;
  	margin-bottom: vw(60,400);
  	@include min-screen($breakpoint-768) {
  		font-size: vw(20,1400);
  		padding: vw(20,1400) vw(20,1400) vw(20,1400) vw(40,1400);
  		margin-bottom: vw(60,1400);
  	}
  	@include min-screen($breakpoint-1400) {
  		font-size: 20px;
  		padding: 20px 20px 20px 40px;
  		margin-bottom: 60px;
  	}
  	&:after {
  		content: '';
  		height: 100%;
  		width: vw(10,400);
  		background-color: #7a6a56;
  		position: absolute;
  		left: 0;
  		top: 0;
  		@include min-screen($breakpoint-768) {
  			width: 10px;
  		}
  	}
  }
  .contents_area {
  	margin-bottom: vw(60,400);
  	@include min-screen($breakpoint-768) {
  		margin-bottom: vw(60,1400);
  	}
  	@include min-screen($breakpoint-1400) {
  		margin-bottom: 60px;
  	}
  }
  p {
  	font-size: vw(10,400);
  	line-height: 1.8;
  	width: 100%;
  	margin: 0 auto vw(15,400);
  	@include min-screen($breakpoint-768) {
  		font-size: vw(15,1400);
  		width: vw(1000,1400);
  		margin-bottom: vw(35,1400);
  	}
  	@include min-screen($breakpoint-1400) {
  		font-size: 15px;
  		width: 1000px;
  		margin-bottom: 35px;
  	}
  	a {
  		color: #7a6a56;
  	}
  }
  ul {
  	padding-left: 1em;
  	li {
  		font-size: vw(10,400);
  		line-height: 1.8;
  		width: 100%;
  		margin: 0 auto vw(15,400);
  		@include min-screen($breakpoint-768) {
  			font-size: vw(15,1400);
  			width: vw(1000,1400);
  			margin-bottom: vw(35,1400);
  		}
  		@include min-screen($breakpoint-1400) {
  			font-size: 15px;
  			width: 1000px;
  			margin-bottom: 35px;
  		}
  	}
  }
  ol {
  	padding-left: 1em;
  	li {
  		font-size: vw(10,400);
  		line-height: 1.8;
  		width: 100%;
  		margin: 0 auto vw(15,400);
  		@include min-screen($breakpoint-768) {
  			font-size: vw(15,1400);
  			width: vw(1000,1400);
  			margin-bottom: vw(35,1400);
  		}
  		@include min-screen($breakpoint-1400) {
  			font-size: 15px;
  			width: 1000px;
  			margin-bottom: 35px;
  		}
  	}
  }
  figure {
  	width: 100%;
  	text-align: center;
  	margin-bottom: vw(60,400);
  	@include min-screen($breakpoint-768) {
  		width: 90%;
  		margin: 0 auto vw(80,1400);
  	}
  	@include min-screen($breakpoint-1400) {
  		margin-bottom: 80px;
  	}
  	img {
  		max-width: 100%;
  	}
  }*/
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap {
    width: 71.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .detail_wrap {
    width: 1000px;
  }
}
body #container main #recommendations_detail .wrap .detail_wrap h2 {
  font-size: 4vw;
  line-height: 1.4;
  color: #7a6a56;
  padding: 5vw 5vw 5vw 10vw;
  background-color: rgba(122, 106, 86, 0.1);
  position: relative;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap h2 {
    font-size: 1.7142857143vw;
    padding: 1.4285714286vw 1.4285714286vw 1.4285714286vw 2.8571428571vw;
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .detail_wrap h2 {
    font-size: 24px;
    padding: 20px 20px 20px 40px;
    margin-bottom: 15px;
  }
}
body #container main #recommendations_detail .wrap .detail_wrap h2:after {
  content: "";
  height: 100%;
  width: 2.5vw;
  background-color: #7a6a56;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap h2:after {
    width: 10px;
  }
}
body #container main #recommendations_detail .wrap .detail_wrap img {
  max-width: 100%;
  margin: auto;
  display: inherit;
  height: auto;
}
body #container main #recommendations_detail .wrap .detail_wrap p {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap p {
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .detail_wrap p {
    margin-bottom: 15px;
  }
}
body #container main #recommendations_detail .wrap .detail_wrap table {
  margin: 0 auto;
  line-height: 1.4;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap table {
    min-width: inherit;
  }
}
body #container main #recommendations_detail .wrap .detail_wrap table tbody {
  border: 0.25vw solid #000;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap table tbody {
    border-width: 0.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .detail_wrap table tbody {
    border-width: 1px;
  }
}
body #container main #recommendations_detail .wrap .detail_wrap table tbody tr:not(:last-of-type) {
  border-bottom: 0.25vw solid #000;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap table tbody tr:not(:last-of-type) {
    border-width: 0.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .detail_wrap table tbody tr:not(:last-of-type) {
    border-width: 1px;
  }
}
body #container main #recommendations_detail .wrap .detail_wrap table tbody tr td {
  padding: 2.5vw;
  min-width: 12.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap table tbody tr td {
    padding: 0.7142857143vw;
    min-width: 7.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .detail_wrap table tbody tr td {
    padding: 10px;
    min-width: 100px;
  }
}
body #container main #recommendations_detail .wrap .detail_wrap table tbody tr td:not(:last-of-type) {
  border-right: 0.25vw solid #000;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #container main #recommendations_detail .wrap .detail_wrap table tbody tr td:not(:last-of-type) {
    border-width: 0.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #recommendations_detail .wrap .detail_wrap table tbody tr td:not(:last-of-type) {
    border-width: 1px;
  }
}
body #container main #others .wrap {
  padding: 15vw 0 15vw;
  background-color: #FFFFFF;
  /*slide_wrap*/
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap {
    padding: 4.2857142857vw 0;
    background-color: #c8c8c9;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap {
    padding: 60px 0;
  }
}
body #container main #others .wrap .title {
  margin-bottom: 10vw;
  color: #231815;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .title {
    margin-bottom: 3.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .title {
    margin-bottom: 50px;
  }
}
body #container main #others .wrap .title h3 {
  line-height: 1;
  font-size: 5.5vw;
  margin-bottom: 2.5vw;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .title h3 {
    font-size: 2.5vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .title h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
body #container main #others .wrap .slide_wrap {
  position: relative;
  /*recommen_slide*/
  /*.more_line {
  	@include min-screen($breakpoint-768) {
  		display: none;
  	}
  	P {
  		a {
  			line-height: 1;
  			font-size: vw(20,400);
  			color: #fff;
  			display: flex;
  			justify-content: center;
  			align-items: center;
  			border-radius: 50%;
  			width: vw(100,400);
  			height: vw(100,400);
  			margin: 0 auto;
  			position: relative;
  			transition: 0.3s;
  			border: vw(1,400) solid #000;
  			&:after {
  				content: '';
  				display: block;
  				position: absolute;
  				top: 50%;
  				left: 50%;
  				transform: translate(-50%,-50%);
  				background-color: #000000;
  				width: vw(110,400);
  				height: vw(110,400);
  				border-radius: 50%;
  				transition: 0.3s;
  			}
  			&:hover {
  				color: #000;
  				border-radius: 0;
  				&:after {
  					width: 0;
  					height: 0;
  				}
  			}
  			span {
  				position: relative;
  				z-index: 2;
  			}
  		}
  	}
  }*/
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap {
    overflow: hidden;
  }
}
body #container main #others .wrap .slide_wrap .backline {
  position: absolute;
  top: 25vw;
  left: 0;
  width: 100vw;
  height: 10vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .backline {
    top: 7.1428571429vw;
    left: 0;
    height: 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .backline {
    top: 100px;
    height: 40px;
  }
}
body #container main #others .wrap .slide_wrap .backline .backline_shell {
  height: 100%;
  width: 100%;
}
body #container main #others .wrap .slide_wrap .backline .backline_shell .line_element {
  height: 10vw;
  background-image: linear-gradient(90deg, #fff 25%, #c8c8c9 25%, #c8c8c9 50%, #fff 50%, #fff 75%, #c8c8c9 75%, #c8c8c9);
  background-size: 3.75vw 10vw;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .backline .backline_shell .line_element {
    height: 2.8571428571vw;
    background-size: 1.4285714286vw 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .backline .backline_shell .line_element {
    height: 40px;
    background-size: 20px 40px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide {
  width: 75vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide {
    width: 82.1428571429vw;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide {
    width: 1150px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide .slide-arrow {
  position: absolute;
  top: 26vw;
  width: 8vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow {
    top: 7.4285714286vw;
    width: 2.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow {
    top: 104px;
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow:hover {
    cursor: pointer;
  }
}
body #container main #others .wrap .slide_wrap .others_slide .slide-arrow:hover img {
  transform: scale(1.1);
}
body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.prev-arrow {
  left: calc(100% + 2.5vw);
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.prev-arrow {
    left: calc(100% + 2.1428571429vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.prev-arrow {
    left: calc(100% + 30px);
  }
}
body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.next-arrow {
  right: calc(100% + 2.5vw);
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.next-arrow {
    right: calc(100% + 2.1428571429vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.next-arrow {
    right: calc(100% + 30px);
  }
}
body #container main #others .wrap .slide_wrap .others_slide .slide-arrow img {
  width: 100%;
  transition: 0.3s;
}
body #container main #others .wrap .slide_wrap .others_slide li {
  list-style: none;
  padding: 0 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li {
    padding: 0 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li {
    padding: 0 15px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li:not(:last-of-type) {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li:nth-of-type(n + 4) {
  /*display: none;*/
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li:nth-of-type(n + 4) {
    /*display: block;*/
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a {
  outline: none;
  /*thumb*/
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a:hover .thumb .more {
    opacity: 1;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a:hover .thumb .more p {
    top: 50%;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .thumb {
  position: relative;
  margin-bottom: 3.75vw;
  width: 100%;
  height: 46.75vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb {
    margin-bottom: 1.4285714286vw;
    height: 17.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb {
    margin-bottom: 20px;
    height: 250px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more {
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: 0.3s;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  line-height: 1;
  font-size: 2.5vw;
  width: 12.5vw;
  height: 12.5vw;
  background-color: #000000;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more p {
    font-size: 1.5vw;
    width: 7.1428571429vw;
    height: 7.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more p {
    font-size: 21px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .date {
  margin-bottom: 2.5vw;
  line-height: 1;
  font-size: 2.5vw;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .date {
    margin-bottom: 1.0714285714vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .date {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .list_title {
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .list_title {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .list_title {
    font-size: 14px;
  }
}
body #container footer .wrap {
  padding: 3.75vw 0;
}
@media screen and (min-width: 768px) {
  body #container footer .wrap {
    padding: 1.4285714286vw 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container footer .wrap {
    padding: 20px 0;
  }
}
body #container footer .wrap .company_details .footer_logo {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  body #container footer .wrap .company_details .footer_logo {
    margin-bottom: 1.4285714286vw;
    width: 14.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container footer .wrap .company_details .footer_logo {
    margin-bottom: 20px;
    width: 200px;
  }
}
body #container footer .wrap .company_details .footer_logo svg {
  vertical-align: middle;
}
body #container footer #copy {
  height: 7.5vw;
}
@media screen and (min-width: 768px) {
  body #container footer #copy {
    height: 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container footer #copy {
    height: 40px;
  }
}
body #container footer #copy p {
  font-size: 2.5vw;
}
@media screen and (min-width: 768px) {
  body #container footer #copy p {
    font-size: 0.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container footer #copy p {
    font-size: 12px;
  }
}

@keyframes mv_title {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}/*# sourceMappingURL=recommendations.css.map */