.odc {
  position: relative;
  font-weight: 700;
  transition: opacity 0.3s ease-in-out;
}

.odc-loading {
  opacity: 0;
}

.odc-sp {
  display: none;
}
@media (max-width: 768px) {
  .odc-sp {
    display: block;
  }
}

.odc-fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.odc-fade.is-show {
  opacity: 1;
}

.odc-kv {
  width: 100%;
}

.odc-menu {
  padding: 57px 20px 90px;
  background: url(/wine/yellowtail/special/outdoorcocktail/img/menu_bg.jpg) center top no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .odc-menu {
    padding: 37px 0 80px;
  }
}
.odc-menu__title {
  display: block;
  width: 529px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .odc-menu__title {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}

.odc-menuAnime {
  position: relative;
  display: block;
  width: 237px;
  margin: 20px auto 52px;
}
@media (max-width: 768px) {
  .odc-menuAnime {
    width: 40.25%;
    margin: 4.3vw auto 25px;
  }
}
.odc-menuAnime img {
  width: 100%;
}
.odc-menuAnime__base {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.odc-menuAnime__body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.odc-menuAnime__body.is-show {
  opacity: 1;
}

.odc-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1092px;
  margin: 12px auto 0;
}
@media (max-width: 768px) {
  .odc-grid {
    max-width: none;
    margin: 11px 18px 0;
  }
}
.odc-grid__col {
  width: calc(25% - 15px);
}
@media (max-width: 768px) {
  .odc-grid__col {
    width: calc(50% - 6.5px);
  }
}
.odc-grid__item {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .odc-grid__item {
    margin-top: 11px;
  }
}
.odc-grid__content {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: box-shadow 0.5s ease;
  overflow: hidden;
}
@media (max-width: 768px) {
  .odc-grid__content {
    border-radius: 5px;
  }
}
.odc-grid__bg {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: transform 0.5s ease;
}
@media (hover: hover) {
  .odc-grid__content:hover .odc-grid__bg {
    transform: scale(1.1);
  }
}
.odc-grid__txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.odc-grid__txt--top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

.odc-supervisor {
  display: flex;
  justify-content: center;
  max-width: 1192px;
  min-height: 223px;
  margin: 115px auto 0;
  padding: 38px 15px 0 47px;
  color: #000000;
  background: url(/wine/yellowtail/special/outdoorcocktail/img/supervisor_bg.png) center center no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .odc-supervisor {
    display: block;
    min-height: 101.3vw;
    margin-top: 90px;
    padding: 18vw 7.9vw 0 11.28vw;
    background-image: url(/wine/yellowtail/special/outdoorcocktail/img/supervisor_bg_sp.png);
    background-position: center top;
  }
}
.odc-supervisor__en {
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .odc-supervisor__en {
    margin-bottom: 3.5vw;
    font-size: 3.5vw;
  }
}
.odc-supervisor dt {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .odc-supervisor dt {
    font-size: 9.2vw;
  }
}
.odc-supervisor dd {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .odc-supervisor dd {
    margin-top: 5vw;
    font-size: 3.5vw;
    line-height: 1.85;
    letter-spacing: -0.01em;
  }
}

.odc-footer {
  padding-top: 110px;
  background-color: #FFB900;
}
@media (max-width: 768px) {
  .odc-footer {
    padding-top: 76px;
  }
}
.odc-footer:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -144px;
  padding-bottom: 46%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(/wine/yellowtail/special/outdoorcocktail/img/footer_bg.png);
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .odc-footer:after {
    margin-top: 10px;
  }
}
.odc-footer__logo {
  display: block;
  width: 138px;
  margin: 0 auto;
}

.odc-detail {
  padding-bottom: 160px;
  background: url(/wine/yellowtail/special/outdoorcocktail/img/detail_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .odc-detail {
    position: relative;
    padding-bottom: 215px;
    background-image: url(/wine/yellowtail/special/outdoorcocktail/img/detail_bg_sp.jpg);
  }
}
.odc-detail__board {
  display: block;
  width: 622px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .odc-detail__board {
    width: 93.3%;
  }
}
.odc-detail__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -29px;
}
@media (max-width: 768px) {
  .odc-detail__row {
    display: block;
    margin-top: -18px;
    padding: 0 20px;
  }
}
.odc-detail__left {
  width: 482px;
  margin-right: 9px;
}
@media (max-width: 768px) {
  .odc-detail__left {
    width: 91%;
    margin: 14px auto 0;
  }
}
.odc-detail__ph {
  width: 100%;
}
.odc-detail__right {
  width: 545px;
  margin-top: 39px;
}
@media (max-width: 768px) {
  .odc-detail__right {
    width: 100%;
    margin-top: 0;
  }
}
.odc-detail__num {
  width: 250px;
}
@media (max-width: 768px) {
  .odc-detail__num {
    width: 41vw;
  }
}
.odc-detail__box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 328px;
  margin-top: -47px;
  padding: 45px 28px 45px 38px;
  background: url(/wine/yellowtail/special/outdoorcocktail/img/box_bg.png) center top no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .odc-detail__box {
    min-height: 53vw;
    margin-top: -8.6%;
    margin-bottom: 15px;
    padding: 8.6% 4.3% 8.6% 5.7%;
  }
}
.odc-detail__title {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  line-height: 1.34;
}
@media (max-width: 768px) {
  .odc-detail__title {
    font-size: 4.8vw;
    line-height: 1.32;
  }
}
.odc-detail__txt {
  margin-top: 20px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .odc-detail__txt {
    margin-top: 3.07vw;
    font-size: 3.33vw;
    line-height: 1.46;
  }
}
.odc-detail__h2 {
  margin: 20px 0 10px;
  font-size: 21px;
  color: #735029;
}
@media (max-width: 768px) {
  .odc-detail__h2 {
    margin: 25px 0 10px 15px;
  }
}

.odc-btn {
  position: relative;
  display: block;
  width: 340px;
  height: 65px;
  margin: 0 auto;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .odc-btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 1;
    width: 280px;
    height: 55px;
    transform: translateX(-50%);
  }
}
.odc-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: #735029;
}
@media (max-width: 768px) {
  .odc-btn::before {
    height: 50px;
  }
}
.odc-btn__txt {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 15px;
  color: #000000;
  background-color: #FBC323;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .odc-btn__txt {
    height: 50px;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .odc-btn:hover .odc-btn__txt {
    transform: translateY(5px);
  }
}

.odc-btn--small {
  position: relative;
  display: block;
  width: 195px;
  height: 43px;
  margin: 0 auto;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .odc-btn--small {
    width: 100%;
    height: 31px;
  }
}
.odc-btn--small::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 38px;
  background-color: #735029;
}
@media (max-width: 768px) {
  .odc-btn--small::before {
    height: 28px;
  }
}
.odc-btn--small__txt {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  font-size: 15px;
  color: #000000;
  background-color: #FBC323;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .odc-btn--small__txt {
    height: 28px;
    font-size: 12px;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .odc-btn--small:hover .odc-btn--small__txt {
    transform: translateY(5px);
  }
}

.odc-btn--back {
  position: relative;
  display: block;
  width: 397px;
  height: 65px;
  margin: 32px auto 0;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .odc-btn--back {
    width: 280px;
    height: 55px;
  }
}
.odc-btn--back::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: #735029;
}
@media (max-width: 768px) {
  .odc-btn--back::before {
    height: 50px;
  }
}
.odc-btn--back__txt {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 15px;
  color: #000000;
  background-color: #FBC323;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .odc-btn--back__txt {
    height: 50px;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .odc-btn--back:hover .odc-btn--back__txt {
    transform: translateY(5px);
  }
}

.odc-table {
  width: 100%;
}
.odc-table th,
.odc-table td {
  padding: 12px 18px;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 768px) {
  .odc-table th,
  .odc-table td {
    padding: 14px 18px;
  }
}
.odc-table th:nth-child(2),
.odc-table td:nth-child(2) {
  width: 214px;
  padding-left: 48px;
  border-left: 2px solid #FFFFFF;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .odc-table th:nth-child(2),
  .odc-table td:nth-child(2) {
    width: 135px;
    padding-left: 18px;
  }
}
.odc-table thead th {
  color: #FFFFFF;
  background-color: #735029;
}
.odc-table tbody th,
.odc-table tbody td {
  color: #735029;
  border-bottom: 2px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.4);
}

.odc-step {
  background-color: rgba(255, 255, 255, 0.4);
}
.odc-step li {
  padding: 12px 18px;
  font-size: 15px;
  color: #735029;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #FFFFFF;
}
@media (max-width: 768px) {
  .odc-step li {
    padding: 14px 18px;
    letter-spacing: 0;
  }
}

.odc-product {
  margin-top: 44px;
  padding: 17px 0 28px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .odc-product {
    margin-top: 30px;
    padding: 20px 15px 24px;
  }
}
.odc-product__title {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  .odc-product__title {
    font-size: 15px;
    letter-spacing: -0.05em;
  }
}
.odc-product__inner {
  display: flex;
  margin-top: 30px;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .odc-product__inner {
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 0;
  }
}
.odc-product__left {
  display: flex;
  align-items: center;
  width: 182px;
  padding-top: 10px;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .odc-product__left {
    width: 54.375%;
    padding-top: 8px;
  }
}
.odc-product__ph {
  width: 100%;
}
.odc-product__txtWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 195px;
  margin-left: 46px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .odc-product__txtWrap {
    width: 40.9%;
    margin-left: 0;
    padding-top: 18px;
  }
}
.odc-product__en {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-all;
}
@media (max-width: 768px) {
  .odc-product__en {
    font-size: 22px;
  }
}
.odc-product__jp {
  margin: 6px 0 14px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .odc-product__jp {
    margin: 4px 0 25px;
  }
}