@-webkit-keyframes enjoy-balloon {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    opacity: 1;
    trasform: scale(1);
  }
}
@keyframes enjoy-balloon {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    opacity: 1;
    trasform: scale(1);
  }
}
@-webkit-keyframes enjoy-bottle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(vw(-10));
    transform: translateY(vw(-10));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes enjoy-bottle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(vw(-10));
    transform: translateY(vw(-10));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes arrow-hover {
  0% {
    -webkit-transform: translateX(50%) translateY(0);
    transform: translateX(50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(50%) translateY(-1px);
    transform: translateX(50%) translateY(-1px);
  }
  to {
    -webkit-transform: translateX(50%) translateY(2px);
    transform: translateX(50%) translateY(2px);
  }
}
@keyframes arrow-hover {
  0% {
    -webkit-transform: translateX(50%) translateY(0);
    transform: translateX(50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(50%) translateY(-1px);
    transform: translateX(50%) translateY(-1px);
  }
  to {
    -webkit-transform: translateX(50%) translateY(2px);
    transform: translateX(50%) translateY(2px);
  }
}
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bottle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bottle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bar {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bar {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
html {
  font-size: 62.5%;
}
body,
em {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
body,
em,
th {
  outline: 0;
  background: 0 0;
  vertical-align: baseline;
}
body {
  border: 0;
  font-style: inherit;
}
blockquote,
dd,
div,
dl,
dt,
embed,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
object,
ol,
p,
pre,
strong,
table,
td,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
em,
th {
  font-family: inherit;
}
em {
  font-size: 100%;
  font-style: normal;
}
em,
img,
th {
  border: 0;
}
th {
  font-style: inherit;
  font-weight: 400;
}
input,
option,
select,
textarea,
th {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
textarea,
th {
  font-size: 100%;
}
caption,
th {
  text-align: left;
}
img {
  vertical-align: top;
  width: 100%;
}
hr,
legend {
  display: none;
}
ol,
ul {
  list-style: none;
}
label {
  cursor: pointer;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #333;
  text-decoration: underline;
}
a:focus {
  color: #333;
  text-decoration: underline;
  outline: 0;
}
body {
  font-size: 14px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
#wrap,
.page-index,
body {
  width: 100%;
}
.sec-enjoy {
  background: url(/wnb/ice/assets/img/bg_pattern.png);
  padding-top: 100px;
  padding-bottom: 144px;
  position: relative;
  min-width: 960px;
}
.sec-enjoy__ttl {
  width: 681px;
  margin: 0 auto 30px;
}
.sec-enjoy__txt01 {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.sec-enjoy__visual {
  margin-top: 47px;
  height: 344px;
  position: relative;
}
.sec-enjoy__visual__balloon01,
.sec-enjoy__visual__balloon02,
.sec-enjoy__visual__bottle01,
.sec-enjoy__visual__bottle02,
.sec-enjoy__visual__txt01,
.sec-enjoy__visual__txt02 {
  position: absolute;
}
.sec-enjoy__visual__txt01 {
  width: 442px;
  left: 238px;
}
.sec-enjoy__visual__txt02 {
  width: 413px;
  left: 257px;
  bottom: 26px;
}
.sec-enjoy__visual__balloon01,
.sec-enjoy__visual__balloon02 {
  top: -85px;
  opacity: 0;
}
.sec-enjoy__visual__balloon01 {
  width: 194px;
}
.sec-enjoy__visual__balloon02 {
  width: 194px;
  right: 0;
}
.sec-enjoy__visual__bottle01,
.sec-enjoy__visual__bottle02 {
  bottom: 0;
  opacity: 0;
}
.sec-enjoy__visual__bottle01 {
  width: 160px;
  left: 42px;
}
.sec-enjoy__visual__bottle02 {
  width: 70px;
  right: 75px;
}
.sec-enjoy.once .sec-enjoy__visual__balloon01,
.sec-enjoy.once .sec-enjoy__visual__balloon02 {
  -webkit-animation-name: enjoy-balloon;
  animation-name: enjoy-balloon;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sec-enjoy.once .sec-enjoy__visual__balloon01 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sec-enjoy.once .sec-enjoy__visual__balloon02 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.sec-enjoy.once .sec-enjoy__visual__bottle01,
.sec-enjoy.once .sec-enjoy__visual__bottle02 {
  -webkit-animation-name: enjoy-bottle;
  animation-name: enjoy-bottle;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sec-enjoy.once .sec-enjoy__visual__bottle01 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sec-enjoy.once .sec-enjoy__visual__bottle02 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.sec-enjoy__make {
  background: url(/wnb/ice/assets/img/enjoy_make_bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px;
  position: relative;
  margin-top: 52px;
}
.sec-enjoy__make:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 23px 28px;
  border-color: transparent transparent #f7f9fa;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-enjoy__make__ttl {
  width: 536px;
  margin: 0 auto 28px;
}
.sec-enjoy__make__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-enjoy__make__list ul li {
  -webkit-flex-basis: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  position: relative;
  color: #023894;
}
.sec-enjoy__make__list ul li .sec-enjoy__make__list__thumb {
  margin-bottom: 19px;
}
.sec-enjoy__make__list ul li:before {
  content: '';
  display: block;
  background: url(/wnb/ice/assets/img/arrow_r.svg);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  position: absolute;
  right: -22px;
  top: 106px;
}
.sec-enjoy__make__list ul li:last-of-type:before {
  display: none;
}
.sec-enjoy__recipe__ttl {
  width: 449px;
  margin: 113px auto 40px;
}
.sec-enjoy__recipe__menus__bottle {
  width: 132px;
}
.sec-enjoy__recipe__menus--01,
.sec-enjoy__recipe__menus--02,
.sec-kodawari__list ul,
.sec-lineup__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-enjoy__recipe__menus--01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 97px;
}
.sec-enjoy__recipe__menus__list > ul > li {
  width: 700px;
  padding: 40px;
  background: url(/wnb/ice/assets/img/enjoy_recipe_item_bg.png), #f7f9fa;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 167px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  cursor: pointer;
}
.sec-enjoy__recipe__menus__list > ul > li.active {
  height: auto;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li:not(.active)
  .sec-enjoy__recipe__menus__list__body__list,
.sec-enjoy__recipe__menus__list
  > ul
  > li:not(.active)
  .sec-enjoy__recipe__menus__list__body__recipe {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec-enjoy__recipe__menus__list > ul > li:not(:last-child) {
  margin-bottom: 40px;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li:nth-of-type(2)
  .sec-enjoy__recipe__menus__list__thumb,
.sec-enjoy__recipe__menus__list
  > ul
  > li:nth-of-type(4)
  .sec-enjoy__recipe__menus__list__thumb {
  min-width: 143px;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__thumb {
  position: absolute;
  min-width: 144px;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body {
  margin-left: 180px;
  color: #023894;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__ttl {
  margin-bottom: 16px;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__ttl
  img,
.sec-kodawari__list ul li dl dt img {
  width: auto;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__txt {
  margin-bottom: 40px;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__recipe {
  padding: 20px 0;
  width: 340px;
  margin-bottom: 26px;
  border: solid #023894 2px;
  border-left: none;
  border-right: none;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__list
  li,
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__recipe
  li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__recipe
  li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #023894;
  margin-right: 0.5rem;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__list {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__list
  li {
  margin-bottom: 11px;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__list
  li:before {
  margin-right: 14px;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__list
  li:nth-of-type(1):before {
  content: url(/wnb/ice/assets/img/enjoy_recipe_item_num01.svg);
  line-height: 0;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__list
  li:nth-of-type(2):before {
  content: url(/wnb/ice/assets/img/enjoy_recipe_item_num02.svg);
  line-height: 0;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__list
  li:nth-of-type(3):before {
  content: url(/wnb/ice/assets/img/enjoy_recipe_item_num03.svg);
  line-height: 0;
}
.sec-enjoy__recipe__menus__list
  > ul
  > li
  .sec-enjoy__recipe__menus__list__body__list
  li:nth-of-type(4):before {
  content: url(/wnb/ice/assets/img/enjoy_recipe_item_num04.svg);
  line-height: 0;
}
.sec-enjoy__recipe__menus__list > ul > li .btn {
  width: 50px;
  height: 50px;
  background: #023894;
  position: absolute;
  top: 57px;
  right: 40px;
  overflow: hidden;
  cursor: pointer;
}
.sec-enjoy__recipe__menus__list > ul > li .btn:after,
.sec-enjoy__recipe__menus__list > ul > li .btn:before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.sec-enjoy__recipe__menus__list > ul > li .btn:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec-enjoy__recipe__menus__list > ul > li .btn:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.sec-enjoy__recipe__menus__list > ul > li .btn .btn__inner:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 30px;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  -webkit-transform: translateX(-300%) skew(-30deg);
  -ms-transform: translateX(-300%) skew(-30deg);
  transform: translateX(-300%) skew(-30deg);
}
.sec-enjoy__recipe__menus__list > ul > li:hover .btn .btn__inner:before,
.sec-lineup__detail .arrow__btn__back:hover:before,
.sec-lineup__detail .arrow__btn__next:hover:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(300%) skew(-30deg);
  -ms-transform: translateX(300%) skew(-30deg);
  transform: translateX(300%) skew(-30deg);
}
.sec-enjoy__recipe__menus__list > ul > li.active .btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.sec-enjoy__recipe__menus__list > ul > li.active .btn:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotateZ(-180deg);
}
.sec-enjoy .backtop {
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1104px;
}
.sec-enjoy .backtop__inner {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-enjoy .backtop__text {
  font-size: 1.4rem;
  margin-right: 13px;
  color: #fff;
}
.sec-enjoy .backtop__btn {
  width: 48px;
  height: 48px;
  background: url(/wnb/ice/assets/img/backtop.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
footer .footer__bnrarea {
  padding: 57px 0;
}
footer .footer__bnrarea__bnr {
  width: 700px;
  margin: 0 auto;
}
header#header {
  background: #023894;
  min-width: 960px;
  height: 60px;
}
header#header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
header#header .header__inner {
  max-width: 1164px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header#header .logo img {
  height: 60px;
  width: auto;
}
header#header nav,
header#header nav li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header#header .header__inner,
header#header nav,
header#header nav li,
header#header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header#header nav {
  margin-right: 30px;
}
header#header nav li,
header#header nav ul {
  height: 60px;
}
header#header nav li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
header#header nav li:nth-of-type(1) {
  width: 105px;
}
header#header nav li:nth-of-type(2) {
  width: 122px;
}
header#header nav li:nth-of-type(3) {
  width: 188px;
}
header#header nav li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
header#header nav li:not(:last-child) {
  margin-right: 70px;
}
header#header nav li .arrow {
  position: absolute;
  bottom: 4px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
header#header nav li .arrow:after,
header#header nav li .arrow:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 8.5px;
  background: #fff;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
header#header nav li .arrow:before {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
header#header nav li .arrow:after {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
header#header nav li.active .arrow:after,
header#header nav li.active .arrow:before {
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  right: 50%;
  width: 50%;
}
header#header nav li.active .arrow:before {
  -webkit-transform: translateX(0.5px) translateY(-5px) rotate(0deg);
  -ms-transform: translateX(0.5px) translateY(-5px) rotate(0deg);
  transform: translateX(0.5px) translateY(-5px) rotate(0deg);
}
header#header nav li.active .arrow:after {
  -webkit-transform: translateX(-0.5px) translateY(-5px) rotate(0deg);
  -ms-transform: translateX(-0.5px) translateY(-5px) rotate(0deg);
  transform: translateX(-0.5px) translateY(-5px) rotate(0deg);
}
header#header nav li:hover:not(.active) .arrow {
  -webkit-animation-name: arrow-hover;
  animation-name: arrow-hover;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.sec-kodawari {
  background: url(/wnb/ice/assets/img/kodawari_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 102px;
  padding-bottom: 110px;
  min-width: 960px;
}
.sec-kodawari__ttl {
  width: 404px;
  margin: 0 auto 60px;
}
.sec-kodawari__list ul li {
  width: 280px;
  height: 280px;
  background: #015eb5;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 18px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 7px 18px 6px rgba(0, 0, 0, 0.4);
}
.sec-kodawari__list ul li dl {
  position: relative;
  z-index: 2;
}
.sec-kodawari__list ul li dl dt {
  text-align: center;
  margin: 52px 0 30px;
}
.sec-kodawari__list ul li dl dd {
  width: 200px;
  margin: 0 auto;
  line-height: 26/16;
}
.sec-kodawari__list ul li dl dd p {
  margin-left: 0.5rem;
}
.sec-kodawari__list ul li dl dd .note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.sec-kodawari__list ul li:nth-of-type(1) dl dt img {
  width: 135px;
}
.sec-kodawari__list ul li:nth-of-type(3) dl dt {
  margin-top: 45px;
}
.sec-kodawari__list ul li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 280px 280px 0 0;
  border-color: #0167c7 transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.sec-kodawari.once .sec-kodawari__list ul li:before {
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.sec-kodawari.once .sec-kodawari__list ul li:nth-of-type(1):before {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.sec-kodawari.once .sec-kodawari__list ul li:nth-of-type(2):before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.sec-kodawari.once .sec-kodawari__list ul li:nth-of-type(3):before {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.sec-lineup {
  background: url(/wnb/ice/assets/img/bg_pattern.png);
  padding-top: 100px;
  padding-bottom: 110px;
  min-width: 960px;
}
.sec-lineup__ttl {
  width: 345px;
  margin: 0 auto 54px;
}
.sec-lineup__list ul li {
  cursor: pointer;
}
.sec-lineup__list ul li dl img {
  width: 135px;
}
.sec-lineup.once .sec-lineup__list ul li dd,
.sec-lineup__list ul li dd {
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.sec-lineup__list ul li dd {
  margin-bottom: 25px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
}
.sec-lineup__list ul li dt {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.sec-lineup__list ul li dt img,
.sec-mv .mv-swiper-container .swiper-slide img {
  width: auto;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.sec-lineup.once .sec-lineup__list ul li dd {
  -webkit-animation-name: bottle;
  animation-name: bottle;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sec-lineup.once .sec-lineup__list ul li dd.animend {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}
.sec-lineup.once .sec-lineup__list ul li:nth-of-type(1) dd {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sec-lineup.once .sec-lineup__list ul li:nth-of-type(2) dd {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sec-lineup.once .sec-lineup__list ul li:nth-of-type(3) dd {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sec-lineup.once .sec-lineup__list ul li:nth-of-type(4) dd {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.sec-lineup.once .sec-lineup__list ul li:nth-of-type(5) dd {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sec-lineup.once .sec-lineup__list ul li:nth-of-type(2) dl img {
  width: 133px;
}
.sec-lineup.once .sec-lineup__list ul li:hover dd {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 1;
}
.sec-lineup__detail {
  background: url(/wnb/ice/assets/img/lineup_detail_bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 55px;
  position: relative;
}
.sec-lineup__detail ul,
.sec-lineup__detail:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sec-lineup__detail:before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 0 15px 18px;
  border-color: transparent transparent #f7f9fa;
  margin-top: -18px;
  width: 0;
  height: 0;
  position: absolute;
}
/* .sec-lineup__detail[data-id='1']:before {
  -webkit-transform: translateX(53px);
  -ms-transform: translateX(53px);
  transform: translateX(53px);
}
.sec-lineup__detail[data-id='2']:before {
  -webkit-transform: translateX(242px);
  -ms-transform: translateX(242px);
  transform: translateX(242px);
}
.sec-lineup__detail[data-id='3']:before {
  -webkit-transform: translateX(434px);
  -ms-transform: translateX(434px);
  transform: translateX(434px);
}
.sec-lineup__detail[data-id='4']:before {
  -webkit-transform: translateX(625px);
  -ms-transform: translateX(625px);
  transform: translateX(625px);
}
.sec-lineup__detail[data-id='5']:before {
  -webkit-transform: translateX(817px);
  -ms-transform: translateX(817px);
  transform: translateX(817px);
} */
.sec-lineup__detail[data-id='1']:before {
  -webkit-transform: translateX(53px);
  -ms-transform: translateX(53px);
  transform: translateX(53px);
}
.sec-lineup__detail[data-id='2']:before {
  -webkit-transform: translateX(308px);
  -ms-transform: translateX(308px);
  transform: translateX(308px);
}
.sec-lineup__detail[data-id='3']:before {
  -webkit-transform: translateX(563px);
  -ms-transform: translateX(563px);
  transform: translateX(563px);
}
.sec-lineup__detail[data-id='4']:before {
  -webkit-transform: translateX(817px);
  -ms-transform: translateX(817px);
  transform: translateX(817px);
}
.sec-lineup__detail__listWrapper,
.sec-mv {
  overflow: hidden;
}
.sec-lineup__detail ul {
  width: 900px;
  height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  color: #023894;
}
.sec-lineup__detail ul li {
  min-width: 900px;
}
.sec-lineup__detail ul li .sec-lineup__detail__wrapper {
  width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec-lineup__detail
  ul
  li
  .sec-lineup__detail__wrapper
  .sec-lineup__detail__thumb {
  margin-top: 51px;
  margin-right: 70px;
}
.sec-lineup__detail
  ul
  li
  .sec-lineup__detail__wrapper
  .sec-lineup__detail__thumb
  img {
  width: 97px;
}
.sec-lineup__detail
  ul
  li
  .sec-lineup__detail__wrapper
  .sec-lineup__detail__name {
  margin-top: 74px;
  margin-bottom: 34px;
}
.sec-lineup__detail
  ul
  li
  .sec-lineup__detail__wrapper
  .sec-lineup__detail__name
  img {
  width: auto;
}
.sec-lineup__detail
  ul
  li
  .sec-lineup__detail__wrapper
  .sec-lineup__detail__text {
  width: 425px;
  margin-bottom: 32px;
  font-size: 1.6rem;
}
.sec-lineup__detail
  ul
  li
  .sec-lineup__detail__wrapper
  .sec-lineup__detail__note {
  font-size: 1.2rem;
}
.sec-lineup__detail .arrow__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 3;
  overflow: hidden;
  cursor: pointer;
}
.sec-lineup__detail .arrow__btn__back {
  background: url(/wnb/ice/assets/img/detail_arrow_l.png);
  left: 30px;
}
.sec-lineup__detail .arrow__btn__next {
  background: url(/wnb/ice/assets/img/detail_arrow_r.png);
  right: 30px;
}
.sec-lineup__detail .arrow__btn__back:before,
.sec-lineup__detail .arrow__btn__next:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 30px;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  -webkit-transform: translateX(-300%) skew(-30deg);
  -ms-transform: translateX(-300%) skew(-30deg);
  transform: translateX(-300%) skew(-30deg);
}
.sec-lineup__detail.first .arrow__btn__back,
.sec-lineup__detail.last .arrow__btn__next {
  display: none;
}
.sec-mv {
  min-width: 960px;
}
.sec-mv .mv-swiper-container {
  min-height: 485px;
  position: relative;
}
.sec-mv .mv-swiper-container .swiper-wrapper {
  min-height: 485px;
}
.sec-mv .mv-swiper-container .swiper-slide {
  height: 100%;
  text-align: center;
}
.sec-mv .mv-swiper-container .swiper-slide-active,
.sec-mv .mv-swiper-container .swiper-slide:first-of-type {
  z-index: 2;
}
.sec-mv .mv-swiper-container .mv-swiper-button-wrapper {
  max-width: 1125px;
  width: 94.84536082474226%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -100%);
  -ms-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  z-index: 2;
}
.sec-mv .mv-swiper-container .mv-swiper-button-next,
.sec-mv .mv-swiper-container .mv-swiper-button-prev {
  height: 50px;
  width: 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  position: absolute;
  cursor: pointer;
}
.sec-mv .mv-swiper-container .mv-swiper-button-prev {
  background-image: url(/wnb/ice/assets/img/slider_arrow_l.svg);
  left: 0;
}
.sec-mv .mv-swiper-container .mv-swiper-button-next {
  background-image: url(/wnb/ice/assets/img/slider_arrow_r.svg);
  right: 0;
}
.sec-mv .mv-swiper-container .mv-swiper-pagination {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.sec-mv .mv-swiper-container .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  padding: 10px 0;
  margin: -10px 4px;
  width: auto;
  background: 0 0;
  position: relative;
  cursor: pointer;
}
.sec-mv .mv-swiper-container .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: #c4c4c4;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec-mv .mv-swiper-container .swiper-pagination-bullet-active:before {
  background: #023894;
}
.sec-mv
  .mv-swiper-container.initialized
  .swiper-slide:first-of-type:not(.sec-mv
    .mv-swiper-container.initialized
    .swiper-slide-active) {
  z-index: auto;
}
#main-content,
.sec-news {
  min-width: 960px;
}
.sec-news .section__inner,
.sec-news__list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec-news .section__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #023894;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-news .section__inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -250px;
  z-index: -1;
  width: 430px;
  height: 100%;
  background: url(/wnb/ice/assets/img/news_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 30px top 50%;
}
.sec-news__ttl {
  width: 91px;
  display: block;
  overflow: visible;
}
.sec-news__list {
  font-size: 1.4rem;
  margin-left: 9rem;
  width: 650px;
}
.sec-news__list dl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.785714285714286;
}
.sec-news__list dt {
  margin-right: 2rem;
  font-weight: 700;
}
.sec-news__list dd {
  width: 520px;
}
.sec-news__list dd p a {
  text-decoration: none;
  border-bottom: solid 1px #333;
  padding: 0.1rem;
}
.sec-news__list dd p a:hover {
  border-bottom: none;
}
.section__inner {
  width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.sec-ttl:after {
  content: '';
  display: block;
  background: #fff;
  height: 0.7rem;
  width: 0;
  margin-top: 1.3rem;
}
.once .sec-ttl:after {
  -webkit-animation-name: bar;
  animation-name: bar;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
