/*-----------------------------------------------------------
	top page
-----------------------------------------------------------*/

#container > #contents > #main-content {
  margin-top: 143px;
}
@media screen and (max-width: 768px) {
  #container > #contents > #main-content {
    margin-top: 0px;
  }
}
.common-sec-ttl {
  line-height: 1;
}

/* ================= TOP - MV ================= */

#mv {
  overflow: hidden;
  background-color: #f4f4f4;
}
#mv .mv-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#mv .catch {
  position: absolute;
  left: 0;
  top: 50px;
  width: 800px;
  height: 230px;
  background: url("/images/mv/mv_text.png") left top no-repeat transparent;
  z-index: 100;
}
#mv .catch span {
  display: none;
}

#mv .slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#mv .slider .items {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mv .slider .items .item {
  display: block;
  position: relative;
}
#mv .slider .items .item span {
  display: block;
  width: 100%;
  height: 540px;
  background: center no-repeat transparent;
  background-size: cover;
  transition: transform 15s linear;
}
#mv .slider .items .item.swiper-slide-prev span,
#mv .slider .items .item.swiper-slide-active span,
#mv .slider .items .item.swiper-slide-duplicate-prev span,
#mv .slider .items .item.swiper-slide-duplicate-active span {
  /* transform: scale(1.30); */
}
#mv .slider .items .item {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#mv .slider .items .item span {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#mv .slider .items .item.item01 span {
  background-image: url("/images/mv/image_01.jpg");
}
#mv .slider .items .item.item02 span {
  background-image: url("/images/mv/image_02.jpg");
}
#mv .slider .items .item.item03 span {
  background-image: url("/images/mv/image_03.jpg");
}
#mv .slider .items .item.item04 span {
  background-image: url("/images/mv/image_04.jpg");
}
#mv .slider .items .item.item05 span {
  background-image: url("/images/mv/image_05.jpg");
}
#mv .slider .items .item.item06 span {
  background-image: url("/images/mv/image_06.jpg");
}
#mv .slider .items .item.item07 span {
  background-image: url("/images/mv/image_07.jpg");
}
#mv .slider .items .item.item08 span {
  background-image: url("/images/mv/image_08.jpg");
}

#mv .buttons {
  position: absolute;
  width: 330px;
  right: 60px;
  bottom: 50px;
  z-index: 100;
}
#mv .buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mv .buttons ul li + li {
  margin-top: 2px;
}
#mv .buttons ul li a {
  display: table;
  width: 100%;
  height: 90px;
  color: #121212;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  background: url("/images/mv/icon_book.png") 15px center no-repeat #fff;
  background-size: 36px auto;
  border-left: 3px solid #761d3d;
  position: relative;
  box-sizing: border-box;
  transition: color 0.3s ease-out;
  transition-property: color, background, border;
}

#mv .buttons ul li .active {
  color: #fff;
  background-color: #761d3d;
}
#mv .buttons ul .icon-book .active {
  background-image: url("/images/mv/icon_book_white.png");
}
#mv .buttons ul .icon-cheese .active {
  background-image: url("/images/mv/icon_cheese_white.png");
}
#mv .buttons ul .icon-sake .active {
  background-image: url("/images/mv/icon_sake_white.png");
}
#mv .buttons ul .icon-wine .active {
  background-image: url("/images/mv/icon_trial.png");
}
#mv .buttons ul .icon-pc .active {
  background-image: url("/images/mv/icon_pc_white.png");
}

#mv .buttons ul li a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;

  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  #mv .buttons ul li a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #mv .buttons ul li a.active::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

#mv .buttons .icon-wine a {
  background-image: url("/images/mv/icon_wine.png");
}
#mv .buttons .icon-sake a {
  background-image: url("/images/mv/icon_sake.png");
}
#mv .buttons .icon-cheese a {
  background-image: url("/images/mv/icon_cheese.png");
}
#mv .buttons .icon-pc a {
  background-image: url("/images/mv/icon_pc.png");
}

#mv .buttons .link-trial a {
  color: #fff;
  background-color: #761d3d;
  background-image: url("/images/mv/icon_trial.png");
}
#mv .buttons .link-trial a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#mv .buttons .link-trial a:hover {
  color: #fff;
  border-left: 3px solid #590c20;
  background-color: #590c20;
}
#mv .buttons .link-trial a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#mv .buttons .link-blue a {
  border-left: 3px solid #151f55;
  background-image: url("/images/mv/icon_book_b.png");
}
#mv .buttons .link-blue a:hover {
  color: #151f55;
}
#mv .buttons .link-blue a:hover:after {
  border-top: 2px solid #151f55;
  border-right: 2px solid #151f55;
}
#mv .buttons ul li a span {
  display: table-cell;
  padding-left: 65px;
  padding-right: 50px;
  vertical-align: middle;
}
#mv .sp-links {
  display: none;
}

@media screen and (max-width: 768px) {
  #mv {
    height: calc(100vh - 100px);
  }
  #mv .catch {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: auto;
    padding-top: 43.33334%;
    background: url("/images/mv/mv_text_sp.png") left center no-repeat transparent;
    background-size: cover;
  }
  #mv .slider,
  #mv .slider .items,
  #mv .slider .items .item,
  #mv .slider .items .item span {
    height: 100%;
    background-position: center top;
  }
  #mv .slider .items .item.item01 span {
    background-image: url("/images/mv/image_01_sp.jpg");
  }
  #mv .slider .items .item.item02 span {
    background-image: url("/images/mv/image_02_sp.jpg");
  }
  #mv .slider .items .item.item03 span {
    background-image: url("/images/mv/image_03_sp.jpg");
  }
  #mv .slider .items .item.item04 span {
    background-image: url("/images/mv/image_04_sp.jpg");
  }
  #mv .slider .items .item.item05 span {
    background-image: url("/images/mv/image_05_sp.jpg");
  }
  #mv .slider .items .item.item06 span {
    background-image: url("/images/mv/image_06_sp.jpg");
  }
  #mv .slider .items .item.item07 span {
    background-image: url("/images/mv/image_07_sp.jpg");
  }
  #mv .slider .items .item.item08 span {
    background-image: url("/images/mv/image_08_sp.jpg");
  }

  #mv .buttons {
    display: none;
  }
  #mv .sp-links {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100px;
    box-sizing: border-box;
    padding: 0 14%;
  }

  #mv .buttons.sp-links {
    display: block;
  }
  #mv .buttons.sp-links ul li {
    margin-right: 15px;
  }
  #mv .buttons.sp-links ul li + li {
    margin-top: 0;
  }
  #mv .buttons.sp-links ul li a {
    font-size: 0.875em;
    line-height: 1.25;
    background-position: 10px center;
  }
  #mv .buttons.sp-links ul li a.active {
    width: 100%;
    height: 90px;
    color: #121212;
    font-size: 0.875rem;
    line-height: 1.25;
    text-decoration: none;
    background: url(/images/mv/icon_book.png) 15px center no-repeat #fff;
    background-size: 36px auto;
    border-left: 3px solid #761d3d;
    position: relative;
    box-sizing: border-box;
    transition: color 0.3s ease-out;
    transition-property: color, background, border;
  }
  #mv .buttons.sp-links ul li a span {
    padding-left: 55px;
    padding-right: 35px;
  }
}

/* 2020.10.20 旧MV
#mv .mv-wrapper {
	width: 100%;
	background-size: cover;
	height: 100%;
	min-height: 600px;
	position: relative;
	padding: 110px 0;
	box-sizing: border-box;
}
#mv .mv-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mv-catch {
	width: 100%;
	max-width: 1800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.mv-catch-txt {
	width: 410px;
	position: absolute;
	top:-60px;
	left: 0;
}
.mv-catch-txt img {
	width: 100%;
}

#bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#mv {
		max-height: 600px;
	}
	#mv .mv-wrapper {
		padding: 120px 0;
		width: 100%;
		min-height: 0;
	}

	#bg-video {
		width: auto;
		height: 100%;
	}
	.mv-catch-txt {
		display: none;
		width: 75%;
		max-width: 490px;
		position: absolute;
		left: 0;
	}
}

@media screen and (max-width: 450px) {
	#mv .mv-wrapper {
		padding: 80px 0 160px;
		background-size: cover;
		min-height: 0;
	}
}
*/

.cta-circle.is-red {
  position: absolute;
  bottom: -20px;
  right: 800px;
  z-index: 10;
}
.cta-circle.is-red-02 {
  position: absolute;
  bottom: -20px;
  right: 550px;
  z-index: 10;
}
.cta-circle.is-red-03 {
  position: absolute;
  bottom: -20px;
  right: 300px;
  z-index: 10;
}
.cta-circle.is-red-04 {
  display: none;
}
.cta-circle.is-red-05 {
  position: absolute;
  bottom: 20px;
  right: 1050px;
  z-index: 10;
}
.cta-circle.is-red-06 {
  position: absolute;
  bottom: 20px;
  right: 800px;
  z-index: 10;
}
.cta-circle.is-red-07 {
  position: absolute;
  bottom: 20px;
  right: 550px;
  z-index: 10;
}
.cta-circle.is-red-08 {
  display: none;
}
.cta-circle.is-red-09 {
  position: absolute;
  bottom: 260px;
  right: 50px;
  z-index: 10;
}
.cta-circle.is-red-10 {
  position: absolute;
  bottom: 20px;
  right: 550px;
  z-index: 10;
}
.cta-circle.is-red-11 {
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 10;
}
.cta-circle.is-red-12 {
  position: absolute;
  bottom: 20px;
  right: 300px;
  z-index: 10;
}
.cta-circle.is-blue {
  position: absolute;
  bottom: 20px;
  right: 300px;
  z-index: 10;
}
.cta-circle.is-blue-02 {
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 10;
}
.cta-circle.is-white {
  position: absolute;
  bottom: 20px;
  right: 800px;
  z-index: 10;
}
.cta-circle a {
  display: inline-block;
  background: rgba(132, 14, 44, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 200px;
  line-height: 13.4;
  text-align: center;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}

.cta-circle.is-blue a,
.cta-circle.is-blue-02 a {
  display: inline-block;
  background: rgba(21, 31, 85, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 200px;
  text-align: center;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}

.cta-circle a:before {
  content: "";
  display: block;
  background: rgba(132, 14, 44, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 50% 50% 50% 55%/55% 50% 50% 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: around01 4s linear infinite;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta-circle.is-blue a:before,
.cta-circle.is-blue-02 a:before {
  content: "";
  display: block;
  background: rgba(21, 31, 85, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 50% 50% 50% 55%/55% 50% 50% 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: around01 4s linear infinite;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.cta-circle.is-white a {
  display: inline-block;
  background: rgba(236, 236, 236, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 200px;
  text-align: center;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}

.cta-circle.is-white a:before {
  content: "";
  display: block;
  background: rgba(236, 236, 236, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 50% 50% 50% 55%/55% 50% 50% 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: around01 4s linear infinite;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.cta-circle a:hover:before {
  background: rgba(89, 13, 32, 0.5);
}

.cta-circle.is-blue a:hover:before,
.cta-circle.is-blue-02 a:hover:before {
  background: rgba(21, 31, 85, 0.5);
}
.cta-circle.is-white a:hover:before {
  background: rgba(214, 214, 214, 0.5);
}

.cta-circle.is-blue a:before,
.cta-circle.is-blue-02 a:before {
  content: "";
  display: block;
  background: rgba(21, 31, 85, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 50% 50% 50% 55%/55% 50% 50% 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: around01 4s linear infinite;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.cta-circle a:after {
  content: "";
  display: block;
  background: rgba(132, 14, 44, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 55% 55% 50% 50%/50% 50% 55% 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: around02 4s linear infinite;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta-circle.is-blue a:after,
.cta-circle.is-blue-02 a:after {
  content: "";
  display: block;
  background: rgba(21, 31, 85, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 55% 55% 50% 50%/50% 50% 55% 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: around02 4s linear infinite;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta-circle.is-white a:after {
  content: "";
  display: block;
  background: rgba(236, 236, 236, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 55% 55% 50% 50%/50% 50% 55% 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: around02 4s linear infinite;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta-circle.is-white a:hover:after {
  background: rgba(200, 200, 200, 1);
}
/* .cta-circle a:hover:after {
	background: rgba(89, 13, 32, 0.5);
} */
.cta-circle.is-blue a:hover:after .cta-circle.is-blue-02 a:hover:after {
  background: rgba(21, 31, 85, 0.5);
}

.cta-circle.is-blue a:after .cta-circle.is-blue-02 a:after {
  content: "";
  display: block;
  background: rgba(21, 31, 85, 0.5);
  width: 220px;
  height: 220px;
  border-radius: 55% 55% 50% 50%/50% 50% 55% 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: around02 4s linear infinite;
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.cta-circle.is-blue a:hover:after .cta-circle.is-blue-02 a:hover:after {
  background: rgba(21, 31, 85, 0.5);
}

@keyframes around01 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes around02 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.cta-circle a:hover {
  background: rgba(89, 13, 32, 1);
  transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta-circle.is-blue a:hover,
.cta-circle.is-blue-02 a:hover {
  background: rgba(21, 31, 85, 1);
  transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta-circle.is-white a:hover {
  background: rgba(214, 214, 214, 0.5);
  transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta-circle a img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .cta-circle {
    position: absolute;
    bottom: 80px;
    right: 40px;
    z-index: 10;
  }

  .cta-circle a {
    display: inline-block;
    background: rgba(132, 14, 44, 0.5);
    width: 220px;
    height: 220px;
    border-radius: 200px;
    line-height: 14;
    text-align: center;
    transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
  }

  .cta-circle a:before {
    width: 220px;
    height: 220px;
  }

  .cta-circle a:after {
    width: 220px;
    height: 220px;
  }
}

@media print, screen and (max-width: 559px) {
  .cta-circle.is-red {
    display: none;
  }
  .cta-circle.is-red-02 {
    display: none;
  }
  .cta-circle.is-red-03 {
    display: none;
  }

  .cta-circle.is-red-04 {
    display: none;
  }
  .cta-circle.is-red-05 {
    display: none;
  }
  .cta-circle.is-red-06 {
    display: none;
  }
  .cta-circle.is-red-07 {
    display: none;
  }
  .cta-circle.is-red-08 {
    display: none;
  }
  .cta-circle.is-red-09 {
    position: absolute;
    bottom: 130px;
    left: 25px;
    z-index: 10;
    display: block !important;
  }
  .cta-circle.is-red-10 {
    position: absolute;
    bottom: 130px;
    right: 25px;
    z-index: 10;
    display: block !important;
  }
  .cta-circle.is-red-12 {
    display: none;
  }
  .cta-circle.is-red-11 {
    display: none;
  }
  .cta-circle.is-blue {
    display: none;
  }
  .cta-circle.is-blue-02 {
    display: none;
  }
  .cta-circle.is-white {
    position: absolute;
    bottom: 130px;
    left: 25px;
    z-index: 10;
    display: block !important;
  }

  .cta-circle a {
    display: inline-block;
    width: 154px;
    height: 154px;
    border-radius: 100px;
    line-height: 10;
    text-align: center;
    transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
  }

  .cta-circle a:before {
    width: 154px;
    height: 154px;
  }

  .cta-circle a:after {
    width: 154px;
    height: 154px;
  }

  .cta-circle.is-white a {
    display: inline-block;
    width: 154px;
    height: 154px;
    border-radius: 100px;
    text-align: center;
    transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
  }
  .cta-circle.is-blue a,
  .cta-circle.is-blue-02 a {
    display: inline-block;
    width: 154px;
    height: 154px;
    border-radius: 100px;
    text-align: center;
    transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
  }

  .cta-circle.is-blue a:before,
  .cta-circle.is-blue-02 a:before {
    width: 154px;
    height: 154px;
  }
  .cta-circle.is-white a:before {
    width: 154px;
    height: 154px;
  }
  .cta-circle.is-blue a:after,
  .cta-circle.is-blue-02 a:after {
    width: 154px;
    height: 154px;
  }
  .cta-circle.is-white a:after {
    width: 154px;
    height: 154px;
  }
  .cta-circle a img {
    width: 113px;
  }
}

/* ================= TOP - layout ================= */

.top-contents-wrapper {
  position: relative;
}

/* ================= TOP - News ================= */

#top-news {
  display: flex;
  z-index: 5;
  width: 1200px;
  margin: 30px auto;
  justify-content: space-between;
  background-color: #e8e6cd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#top-news ul {
  padding: 15px 30px;
  width: 100%;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #e8e6cd;
}

#top-news li {
  align-items: center;
}

#top-news ul li .date {
  display: inline-block;
  min-width: 120px;
  letter-spacing: 0.1rem;
  position: relative;
}

#top-news .date::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #b9a978;
}

.top-news-ttl {
  padding-left: 20px;
  font-size: 14px;
}

#top-news a {
  color: #121212;
  text-decoration: none;
}

#top-news a:hover {
  color: #761d3d;
}

#top-news > p {
  min-width: 115px;
  margin: 0;
  display: flex;
  background-color: #761d3d;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: normal;
}

.top-news-check {
  background-color: #e8e6cd;
  padding: 20px 20px 0 0;
  width: 12%;
  font-size: 14px;
}

@media print, screen and (max-width: 767px) {
  #top-news {
    display: flex;
    flex-direction: column;
    z-index: 5;
    width: 90%;
    margin: 0 auto 30px;
    justify-content: space-between;
    background: none;
    position: absolute;
    margin-top: -65px;
  }

  #top-news ul {
    padding: 0 6%;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    background-color: #fffdf5;
  }

  #top-news li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 3% 0;
  }

  #top-news li {
    border-bottom: 1px solid #dcd3b6;
  }
  #top-news li:last-child {
    border-bottom: none;
  }

  #top-news .date {
    width: 100%;
    padding: 0;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }

  .top-news-ttl {
    width: 100%;
    padding-left: 0px;
    font-size: 0.8125rem;
    line-height: 1.65;
    letter-spacing: 1px;
  }

  #top-news .date::before {
    display: none;
  }

  #top-news > p {
    min-width: 0;
    width: 94px;
    height: 40px;
    background-color: #761d3d;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 1.3125rem;
  }

  .top-news-check {
    background-color: #e8e6cc;
    padding: 14px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
  }
  .top-news-check img {
    width: auto !important;
  }
}

/* ================= TOP - Event ================= */

#top-event {
  padding: 239px 0 80px;
  background: #f4f4f4;
}

#top-event h2 {
  margin: 62px auto 0;
  font-size: 2em;
  font-weight: 500;
  color: #761d3d;
  text-align: center;
}

#top-event .top-banner {
  width: 100%;
  max-width: 1050px;
  margin: 27px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}

#top-event .top-banner-wrap {
  display: flex;
  column-gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

#top-event .top-banner .top-banner-link + .top-banner-wrap {
  margin: 11px 0 0;
}

#top-event .top-banner-wrap li {
  width: calc(50% - 16px);
}

#top-event .top-banner-wrap li a {
  transition: all 0.3s ease;
}

#top-event .top-banner-wrap li a img {
  width: 100%;
}

#top-event .top-banner-wrap li p {
  margin: 14px 0 0;
  font-size: 0.875em;
  line-height: 1.5;
}

#top-event .top-banner .top-banner-link {
  display: flex;
  justify-content: right;
  margin-top: 2px;
}

#top-event .top-banner .top-banner-link a {
  position: relative;
  display: block;
  padding-right: 22px;
  color: #31373e;
  font-size: 0.875em;
  text-decoration: none;
  transition: all 0.3s ease;
}

#top-event .top-banner .top-banner-link a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/shared/images/header_arrow_menu.svg) center center / 16px no-repeat;
  content: "";
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

#top-event .common-sec-ttl {
  margin: 32px 0 0;
}

#top-event .common-sec-ttl + div {
  margin: 40px auto 0;
}

#top-event .event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  width: 100%;
  max-width: 1050px;
  padding: 0 20px;
  box-sizing: border-box;
}

#top-event .event-list li {
  width: calc(100% / 3 - 14px);
  height: auto;
}

#top-event .event-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

#top-event .event-list li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  background-color: #31373e;
}

/* #top-event .event-list li.sake a figure {
	background-color: rgb(29, 76, 52, 0.3);
}

#top-event .event-list li.wine a figure {
	background-color: rgb(140, 35, 14, 0.3);
}

#top-event .event-list li.cheese a figure {
	background-color: rgb(200, 157, 16, 0.3);
}

#top-event .event-list li.others a figure {
	background-color: rgb(76, 52, 29, 0.3);
} */

#top-event .event-list li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#top-event .event-list li a p {
  margin-top: 5px;
  font-size: 0.875em;
}

#top-event .event-list li a p:has(img) {
  width: auto;
  height: auto;
  margin-top: 0;
}

@media print, screen and (max-width: 767px) {
  #top-event {
    padding: 440px 0 30px;
    background: #f4f4f4;
  }
}

@media screen and (min-width: 769px) {
  #top-event .top-banner-wrap li a:hover {
    opacity: 0.7;
  }

  #top-event .top-banner .top-banner-link a:hover {
    color: #761d3d;
  }

  #top-event .top-banner .top-banner-link a:hover::after {
    background: url(/shared/images/header_arrow_menu_red.svg) center center / 16px no-repeat;
  }

  #top-event .for-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #top-event .for-pc {
    display: none;
  }

  #top-event h2 {
    margin: 39px auto 0;
    font-size: 1.5em;
  }

  #top-event .common-sec-ttl + div {
    margin: 14px auto 0;
  }

  #top-event .top-banner {
    margin: 19px auto 0;
    padding: 0 16px;
  }

  #top-event .top-banner-wrap {
    flex-direction: column;
    row-gap: 30px;
  }

  #top-event .top-banner .top-banner-link + .top-banner-wrap {
    margin: 24px 0 0;
  }

  #top-event .top-banner-wrap li {
    width: 100%;
  }

  #top-event .top-banner-wrap li p {
    font-size: 0.8125em;
  }

  #top-event .top-banner .top-banner-link {
    margin-top: 2px;
  }

  #top-event .top-banner .top-banner-link a {
    font-size: 0.8125em;
  }

  #top-event .swiper-container {
    height: auto !important;
  }

  #top-event .event-list {
    width: 100%;
    height: 100%;
    gap: 0;
    flex-wrap: nowrap;
    margin: 20px auto 0;
    padding: 0;
  }

  #top-event .event-list li {
    background-color: #fff;
    padding-bottom: 20px;
  }
}

/* ================= TOP - reason ================= */
#top-reason {
  padding: 80px 0 0;
  background: url(/images/sec2_bg.png) no-repeat top 2px center;
  background-size: auto 195px;
}

.reason-catch {
  text-align: center;
  font-weight: normal;
  font-size: 1.85rem;
  letter-spacing: 0.05rem;
  line-height: 1.7;
  margin-bottom: 50px;
}

.reason-catch span {
  color: #761d3d;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
}

.reason-sub-ttl {
  text-align: center;
  font-size: 1.25rem;
  margin: -8px auto 40px;
}

.reason-list li a {
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  line-height: 22;
}

.reason-list li a:hover {
  background-color: rgba(118, 29, 61, 0.5);
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.reason-01 {
  position: relative;
  background-image: url(/images/top_feature_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.reason-02 {
  background-image: url(/images/top_feature_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.reason-03 {
  background-image: url(/images/top_feature_bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.reason-04 {
  background-image: url(/images/top_feature_bg04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.reason-ttl {
  text-align: center;
  position: relative;
  z-index: 10;
}

.reason-txt {
  font-size: 1.5rem;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  /* position: absolute;
	top: 145px;
	left: 50%;
	transform: translateX(-50%); */
  vertical-align: middle;
}

.more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: normal;
  font-size: 1.15rem;
  color: #761d3d;
  display: inline-block;
  background-color: #fff;
  padding: 0 25px;
  border-radius: 25px;
  line-height: 1.7;
}

@media print, screen and (max-width: 768px) {
  .reason-catch {
    text-align: center;
    font-weight: normal;
    font-size: 1.28rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .reason-catch span {
    color: #761d3d;
    font-size: 1.45rem;
    letter-spacing: 0.05rem;
  }

  .reason-sub-ttl {
    font-size: 0.9375rem;
    margin: 5px auto 20px;
    line-height: 1.7;
  }

  .reason-01 {
    background-image: url(/images/top_feature_bg01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .reason-02 {
    background-image: url(/images/top_feature_bg02_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .reason-03 {
    background-image: url(/images/top_feature_bg03_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .reason-04 {
    background-image: url(/images/top_feature_bg04_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .reason-txt {
    top: 82px;
    font-size: 1.2rem;
  }

  .reason-list li a {
    transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    line-height: 9;
  }

  .more {
    bottom: 12px;
    left: 50%;
    font-size: 0.75rem;
    color: #761d3d;
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 25px;
    line-height: 1.7;
  }
}

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  list-style: none;
  margin: 0 auto;
}

.reason-list li {
  width: calc(100% / 4);
  height: 350px;
  margin: 0.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.reason-list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #e8e6cc;
  text-decoration: none;
}

.reason-list .reason-number {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  line-height: 0.5;
  font-weight: normal;
}

@keyframes effect {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@media print, screen and (max-width: 768px) {
  .common-sec-ttl span.reason-ttl-style {
    margin-top: 10px;
  }

  .reason-list .reason-number {
    font-size: 3.5rem;
    line-height: 1.2;
    top: 15px;
  }
}

.reason-guid {
  width: 100%;
  text-align: center;
  padding: 100px 0 90px;
  background: url(/images/reason_guid_bg.png) no-repeat center bottom 35px;
}

.reason-guid .btn-more {
  margin-top: 50px;
}

.reason-guid > p {
  font-size: 1.125rem;
  letter-spacing: 1px;
}

.reason-guid-ttl {
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-size: 1.875rem;
}

.reason-guid-ttl span {
  color: #761d3d;
}

@media print, screen and (max-width: 768px) {
  #top-reason {
    padding: 40px 0 0 0;
    background: url(/images/sec2_bgsp.png) no-repeat center top;
    background-size: contain;
  }

  .reason-list {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .reason-list li {
    width: 90%;
    margin: 0 auto 25px;
    height: 165px;
    position: relative;
  }

  .reason-01 {
    background-image: url(/images/top_feature_bg01sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .reason-02 {
    background-image: url(/images/top_feature_bg02sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .reason-03 {
    background-image: url(/images/top_feature_bg03sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .reason-04 {
    background-image: url(/images/top_feature_bg04sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .reason-guid {
    width: 100%;
    text-align: center;
    padding: 20px 0 30px;
    background: url(/images/reason_guid_sp_bg.png) no-repeat center bottom 60px;
    background-size: cover;
  }

  .reason-guid > h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .reason-guid > p {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .reason-guid .btn-more {
    margin: 30px auto 5px;
    width: 80%;
  }

  .reason-guid .btn-more p {
    background-color: #fff;
  }
}

/* ================= TOP - Find a way ================= */

.top-event-list li a:hover img {
  opacity: 0.7;
}

.top-event-list li a:hover .info-ttl {
  color: #761d3d;
}

#parentHorizontalTab:after {
  display: block;
  content: "";
  clear: both;
}

#introduction {
  background-color: #e8e6cc;
  padding: 50px 0 80px;
}

.introduction-wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
}

.introduction-wrapper .info {
  display: flex;
  justify-content: space-between;
}

.introduction-wrapper .info li {
  max-width: 300px;
  height: 396px;
  margin-top: 50px;
  position: relative;
}

.introduction-wrapper .info li a {
  display: block;
  text-decoration: none;
  text-decoration: none;
  color: #31373e;
}

.introduction-wrapper .info li a:hover {
  transition: 0.8s;
}

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
}

.resp-tabs-list li {
  font-size: 1.125rem;
  display: inline-block;
  padding: 13px 15px;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  width: calc(100% / 3);
  height: 120px;
  text-align: center;
  letter-spacing: 1px;
}

.resp-tabs-list li span {
  font-size: 1.5rem;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
  display: block;
}

.tab-img01 {
  background: url(/images/top_tab01img_off.png) no-repeat center bottom 20px;
  border-right: 1px solid#ccc;
}

.tab-img02 {
  background: url(/images/top_tab02img_off.png) no-repeat center bottom 20px;
  border-right: 1px solid#ccc;
}

.tab-img03 {
  background: url(/images/top_tab03img_off.png) no-repeat center bottom 20px;
}

.resp-tab-active.tab-img01 {
  background-image: url(/images/top_tab01img_on.png) !important;
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  background-color: #761d3d !important;
  border-right: 1px solid#ccc;
}

.resp-tab-active.tab-img02 {
  background-image: url(/images/top_tab02img_on.png) !important;
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  background-color: #761d3d !important;
  border-right: 1px solid#ccc;
}

.resp-tab-active.tab-img03 {
  background-image: url(/images/top_tab03img_on.png) !important;
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  background-color: #761d3d !important;
}

.resp-accordion:first-child {
  background-image: url(/images/top_tab01img_off.png) !important;
  background-position: center bottom 15px !important;
  background-size: 45px !important;
  background-repeat: no-repeat !important;
}

.resp-accordion:nth-child(3) {
  background-image: url(/images/top_tab02img_off.png) !important;
  background-position: center bottom 20px !important;
  background-size: 55px !important;
  background-repeat: no-repeat !important;
}

.resp-accordion:nth-child(5) {
  background-image: url(/images/top_tab03img_off.png) !important;
  background-position: center bottom 20px !important;
  background-size: 110px !important;
  background-repeat: no-repeat !important;
}

#introduction h2.resp-tab-active:first-child {
  background-image: url(/images/top_tab01img_on.png) !important;
  background-position: center bottom 15px !important;
  background-size: 45px !important;
  background-repeat: no-repeat !important;
}

#introduction h2.resp-tab-active:nth-child(3) {
  background-image: url(/images/top_tab02img_on.png) !important;
  background-position: center bottom 20px !important;
  background-size: 55px !important;
  background-repeat: no-repeat !important;
}

#introduction h2.resp-tab-active:nth-child(5) {
  background-image: url(/images/top_tab03img_on.png) !important;
  background-position: center bottom 20px !important;
  background-size: 100px !important;
  background-repeat: no-repeat !important;
}

#introduction .top-event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  margin: 0;
}

.top-event-list {
  padding: 0px;
  position: relative;
}

.top-event-list li {
  width: calc(100% / 3 - 27px);
  list-style: none;
  background: #fff;
  position: relative;
  text-decoration: none;
  color: #31373e;
  display: block;
  border-bottom: none;
  margin: 0;
  padding: 0 0 32px;
}

.top-event-list li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #31373e;
  aspect-ratio: 3 / 2;
}

.top-event-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.top-event-list li a > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.top-event-list li a {
  text-decoration: none;
  color: #31373e;
  display: block;
  width: 100%;
}

.top-event-list li a .tags-wrapper {
  margin: 15px 0 0;
}

.top-event-list li a .event-txt {
  padding: 0;
}

.top-event-list .info-ttl {
  font-size: 1rem;
  margin: 8px auto 5px;
}

.top-event-list .info-txt {
  font-size: 0.875rem;
}

.top-event-list li .date {
  display: none;
}

@media screen and (max-width: 768px) {
  #introduction {
    background-color: #e8e6cc;
    padding: 30px 0 30px;
  }

  #introduction .common-sec-ttl {
    line-height: 1.3;
    margin-bottom: 20px;
  }

  #introduction .common-sec-ttl .f-futura {
    margin-bottom: 5px;
  }

  #introduction .top-event-list {
    gap: 20px;
  }

  .top-event-list .info-txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .top-event-list li {
    width: calc(100% / 2 - 10px);
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .top-event-list::before {
    display: none;
  }

  .top-event-list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 550px) {
  .top-event-list li {
    width: 100%;
  }
}

.resp-tab-content {
  display: none;
  padding: 60px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3) !important;
  z-index: 1;
  position: relative;
  background: #ffffff;
}

.resp-tab-active {
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  background-color: #761d3d !important;
  color: #fff !important;
  position: relative;
}

.resp-tab-active::after {
  display: block !important;
  content: "";
  background: #761d3d !important;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -5px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-accordion {
  font-size: 13px;
  margin: 0px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100px;
}

.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  background-color: #761d3d;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}

/* .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
} */

.resp-arrow {
  width: 20px;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #761d3d;
}

.resp-arrow::before {
  display: block;
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  background: #761d3d;
}

h2.resp-tab-active span.resp-arrow {
  background: #fff !important;
  z-index: 1;
}

h2.resp-tab-active span.resp-arrow::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .resp-accordion {
    font-size: 0.875rem;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
  }

  .resp-accordion span {
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
  }
}

/*-----------Accordion styles-----------*/

#introduction h2.resp-tab-active {
  background: #ffffff;
  /* !important;*/
}

#introduction h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

#introduction .resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  #introduction h2.resp-accordion {
    cursor: pointer;
    padding: 15px;
    display: none;
    display: block;
    position: relative;
    margin-bottom: 2px;
  }

  .resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 15px !important;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-tab-content {
    display: none;
    padding: 30px 20px 25px;
    box-shadow: none !important;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #761d3d !important;
    margin: 0;
    background: #ffffff;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-tabs-list li {
    display: none;
  }
}

.firstline {
  border-bottom: 1px solid #ccc;
}

.zoom {
  overflow: hidden;
}

.zoom img {
  width: 100%;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.zoom img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02);
}

.profile-list,
.profile {
  border-bottom: none;
  list-style: none;
}

.profile-list > li {
  list-style: none;
  position: relative;
}

.profile {
  border-bottom: none;
  display: flex !important;
  flex-direction: column;
}

.profile-photo > span {
  display: none;
}

.profile-list > li a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.profile-photo {
  background-color: #761d3d;
}

.profile-photo img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}

.profile-list > li:hover .profile-photo img {
  opacity: 0.3;
  transition: 0.3s ease-in;
  filter: blur(2px);
}

.profile-list > li .profile-photo span {
  display: block;
  opacity: 0;
  width: 100%;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  position: absolute;
  z-index: 5;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-list > li:hover .profile-photo span {
  opacity: 1;
  transition: 0.6s ease-in;
}

@media only screen and (max-width: 768px) {
  .profile-list li img {
    width: 93px;
    height: auto;
  }

  .profile-photo {
    background-color: #fff;
    margin-right: 15px;
  }

  .acquire-knowledge {
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
  }

  .acquire-knowledge .tag-wine {
    background: url(/instructor/images/tag_icon_wine.png) no-repeat center left;
    padding-left: 12px;
    margin-right: 0px;
  }

  .acquire-knowledge .tag-cheese {
    background: url(/instructor/images/tag_icon_cheese.png) no-repeat center left;
    padding-left: 15px;
    margin-right: 0px;
  }

  .acquire-knowledge .tag-sake {
    background: url(/instructor/images/tag_icon_sake.png) no-repeat top 1px left 4px;
    padding-left: 15px;
    margin-right: 0px;
  }
}

#pickup-instructors .profile-list {
  padding: 0 60px 30px;
}

#pickup-instructors .profile-list > li + li {
  width: 250px;
  position: relative;
  margin-bottom: 75px;
  display: inline-block;
  vertical-align: top;
  padding-left: 85px;
}

@media only screen and (max-width: 768px) {
  #pickup-instructors .profile-list {
    padding: 0 0 30px;
    width: 95%;
  }

  #pickup-instructors .profile-list > li {
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-bottom: 65px;
  }

  #pickup-instructors .profile-list > li:hover {
    opacity: 1;
    filter: none;
  }

  #pickup-instructors .profile-list > li + li {
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-bottom: 65px;
  }

  #pickup-instructors .profile-list li:last-child {
    margin-bottom: 0;
  }
}

#pickup-instructors .profile-list > li:nth-child(3n + 1) {
  padding-left: 0;
}

.course-ttl {
  line-height: 1.5;
  margin: 8px 0 10px;
}

.course-ttl-txt {
  font-size: 0.9375rem;
  line-height: 1.4;
}
