@charset "UTF-8";
@charset "UTF-8";
/*----------------------
 リセット
----------------------*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*----------------------
 mainVisual
----------------------*/
#mainVisual .content {
  color: #ffffff;
}
#mainVisual .image div {
  height: 0;
  background-image: url(/whisky/makersmark/img/top/bg_main_sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 71.6586151369% 0 0 0;
}
#mainVisual .image #image02 {
  background-image: url(/whisky/makersmark/img/top/bg_main_02@2x.jpg);
  padding: 84.7283406755% 0 0 0;
}
#mainVisual .movie {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 70vh;
}
#mainVisual .movie .textWrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
#mainVisual .movie .textWrap h1 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}
#mainVisual .movie .textWrap .text {
  display: block;
  cursor: pointer;
  position: relative;
  font-family: Neue Helvetica W01, HelveticaNeueW01-47LtCn_692686, HelveticaNeueLightCondensed, HelveticaNeue-Light-Condensed, Helvetica Neue Light Condensed, HelveticaNeueLight, HelveticaNeue-Light, Helvetica Neue Light, HelveticaNeue, Helvetica Neue, Helvetica, Arial Narrow, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
  font-size: 18px;
  margin: 0 auto;
  padding: 120px 0 13px 0;
  color: #FFF;
}
#mainVisual .movie .textWrap .text:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-image: url(/whisky/makersmark/img/top/img_mark@2x.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
#mainVisual .movie #mainMovie {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#mainVisual .movie video {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  #mainVisual .image {
    /* 		display: flex; */
  }
  #mainVisual .image div {
    /* 		flex-basis: calc(883 / 1564 * 100%); */
    background-image: url(/whisky/makersmark/img/top/bg_main_01@2x.jpg);
    padding: 36.8925831202% 0 0 0;
  }
  #mainVisual .image #image02 {
    -webkit-flex-basis: 43.5421994885%;
    -ms-flex-preferred-size: 43.5421994885%;
    flex-basis: 43.5421994885%;
    padding: 36.8925831202% 0 0 0;
  }
  #mainVisual .movie {
    height: calc(100vh - 70px);
  }
  #mainVisual .movie .textWrap h1 {
    font-size: 54px;
    line-height: 66px;
  }
  #mainVisual .movie .textWrap .text {
    font-size: 20px;
    margin: 0 auto;
    padding: 149px 0 13px 0;
    color: #FFF;
  }
  #mainVisual .movie .textWrap .text:before {
    top: 30px;
    width: 102px;
    height: 102px;
    background-position: center top;
  }
}
/*----------------------
 copy
----------------------*/
#copy {
  background: #000000;
}
#copy .textWrap {
  padding: 10.666vw 12.8vw 8vw;
}
#copy .text01 {
  font-size: 3.7333vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #copy .textWrap {
    display: flex;
    justify-content: center;
    padding: 80px 0 40px;
  }
  #copy .text01 {
    writing-mode: vertical-rl;
    font-size: 15px;
    line-height: 2.52;
    letter-spacing: 0.27em;
  }
}




/*----------------------
 shop
----------------------*/
#shop {
  background: #000000;
}
#shop .btn_onlineshop {
  height: auto !important;
  margin: 0 auto;
}
#shop .btn_onlineshop > div {
  font-size: 0;
}
#shop .btn_onlineshop img {
  height: auto !important;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #shop {
    padding: 40px 0;
  }
  #shop img {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #shop {
    padding: 30px 0;
  }
  #shop img {
    width: 235px;
  }
}
/*----------------------
 campaign_thankslabel
----------------------*/
#campaign_thankslabel .content {
  background: #b2292d url(/whisky/makersmark/img/campaign/background_red.jpg);
  padding: 49px 0 68px;
}
#campaign_thankslabel .titleType01 {
  text-align: center;
  margin: 0;
}
#campaign_thankslabel .buttonArea a {
  display: block;
  margin: 0 auto;
  color: #FFF;
}

@media screen and (min-width: 769px) {
  #campaign_thankslabel {
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  #campaign_thankslabel:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 49.8%;
    width: 50%;
    background-image: url(/whisky/makersmark/img/top/img_campaign_bottle.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #campaign_thankslabel .content {
    padding: 72px 0 70px;
  }
  #campaign_thankslabel .contentInner {
    position: relative;
    width: 89.0625%;
    max-width: 1140px;
    margin: 0 auto;
  }
  #campaign_thankslabel .textWrap {
    position: relative;
    width: 44.53125%;
    margin: 0 0 0 auto;
  }
  #campaign_thankslabel .textWrap .titleBgWrap:after {
    display: none;
  }
  #campaign_thankslabel .textWrap .titleWrap {
    position: static;
    padding: 23px 0 0 0;
  }
  #campaign_thankslabel .textWrap .title {
    font-size: 0;
    line-height: 0;
    margin: 0 0 20px 0;
  }
  #campaign_thankslabel .textWrap .title .item01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    width: 37.2926343729%;
    height: 37.2926343729%;
    margin: auto 23px 0 0;
  }
  #campaign_thankslabel .textWrap .title .item01 img {
    max-width: 285px;
  }
  #campaign_thankslabel .textWrap .title .item02 {
    font-size: 41px;
  }
  #campaign_thankslabel .textWrap .text {
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 10px 0;
  }
  #campaign_thankslabel .textWrap .image {
    max-width: 420px;
    margin: auto;
    padding: 62px 0 0 44px;
  }
  #campaign_thankslabel .textWrap .textImage {
    width: 71.6266173752%;
    margin: auto;
    padding: 2.7726432532% 0 0 5.5452865065%;
  }
  #campaign_thankslabel .textWrap .campaign_thankslabel_subtitle {
    width: 71.6266173752%;
    margin: auto;
    padding: 0 0 1.8484288355% 5.5452865065%;
  }
  #campaign_thankslabel .buttonArea {
    margin-top: 20px;
    padding: 0 0 0 24px;
  }
}
/*----------------------
 event
----------------------*/
/* #event {
  background: #ca0023;
}
#event .titleType01 {
  display: block;
  margin: 0 auto;
}
#event .text01,
#event .text02 {
  text-align: center;
  line-height: 1.5;
}
#event .buttonArea a {
  display: block;
  margin: 0 auto;
  border: none;
}

@media screen and (min-width: 769px) {
  #event {
    padding: 80px 0 50px;
  }
  #event .titleType01 {
    text-align: center;
  }
  #event .text01 {
    font-size: 26px;
    margin-top: 25px;
  }
  #event .text02 {
    font-size: 15px;
    margin-top: 25px;
  }
  #event .buttonArea {
    margin-top: 40px;
  }
  #event .buttonArea a {
    width: 320px;
    padding: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 768px) {
  #event {
    padding: 50px 0 40px;
  }
  #event .titleType01 {
    width: 56.6022544283vw;
  }
  #event .text01 {
    font-size: 5.6360708535vw;
    margin-top: 5.6360708535vw;
  }
  #event .text02 {
    font-size: 4.0257648953vw;
    margin-top: 7.2463768116vw;
  }
  #event .buttonArea {
    margin-top: 4.8309178744vw;
  }
  #event .buttonArea a {
    width: 51.5297906602vw;
    padding: 0;
    font-size: 0;
  }
}
#modalArea .eventModal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
#modalArea .eventModal .eventModal_inner {
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  #modalArea .eventModal .eventModal_inner {
    width: 650px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #modalArea .eventModal .eventModal_inner {
    width: 80.5152979066vw;
    padding: 0 4.8309178744vw;
  }
}
#modalArea .eventModal .eventModal_list {
  width: 100%;
}
#modalArea .eventModal .eventModal_list .eventModal_listItem {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #modalArea .eventModal .eventModal_list .eventModal_listItem + .eventModal_listItem {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #modalArea .eventModal .eventModal_list .eventModal_listItem + .eventModal_listItem {
    margin-top: 6.4412238325vw;
  }
}
#modalArea .eventModal .closeBtn {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 769px) {
  #modalArea .eventModal .closeBtn {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #modalArea .eventModal .closeBtn {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  #modalArea .eventModal .closeBtn:before, #modalArea .eventModal .closeBtn:after {
    width: 45px;
    border-top: 8px solid #FFF;
  }
}
@media screen and (max-width: 768px) {
  #modalArea .eventModal .closeBtn:before, #modalArea .eventModal .closeBtn:after {
    width: 30px;
    border-top: 5px solid #FFF;
  }
} */

.simplebar-track {
  background-color: #eaeae8;
  width: 10px;
  border-radius: 100px;
}

.simplebar-scrollbar.simplebar-visible:before {
  background-color: #9b9796;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*----------------------
 Whisky Journey
----------------------*/
#whiskyjourney {
  background: #ca0023;
}
#whiskyjourney .content {
  text-align: center;
}
#whiskyjourney .titleType01 {
  display: block;
  margin: 0 auto;
  line-height: 1.1;
}
#whiskyjourney .chapter {
  line-height: 1.1;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: right;
}
#whiskyjourney .sub {
  line-height: 1.4;
  text-align: left;
}
#whiskyjourney .text {
  line-height: 1.8;
  text-align: left;
}
#whiskyjourney .phrase {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #whiskyjourney {
    padding: 108px 0;
  }
  #whiskyjourney .contentInner {
    width: 780px;
  }
  #whiskyjourney .titleType01 {
    font-size: 54px;
  }
  #whiskyjourney .chapter {
    font-size: 26px;
    width: 508px;
    margin: 20px auto 0 auto;
  }
  #whiskyjourney .sub {
    font-size: 26px;
    margin-top: 40px;
  }
  #whiskyjourney .text {
    font-size: 15px;
    margin-top: 24px;
  }
  #whiskyjourney .movieWrap {
    margin-top: 56px;
  }
  #whiskyjourney .movie {
    height: 441px;
  }
  #whiskyjourney .phrase {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  #whiskyjourney {
    padding: 80px 0;
  }
  #whiskyjourney .textWrap {
    padding: 0 20px;
  }
  #whiskyjourney .titleType01 {
    font-size: 38px;
    text-align: left;
  }
  #whiskyjourney .chapter {
    font-size: 20px;
    margin-top: 16px;
  }
  #whiskyjourney .sub {
    font-size: 20px;
    margin-top: 32px;
  }
  #whiskyjourney .text {
    font-size: 15px;
    margin-top: 24px;
  }
  #whiskyjourney .movieWrap {
    padding: 0 20px;
    margin-top: 28px;
  }
  #whiskyjourney .movie {
    height: 46.7vw;
  }
  #whiskyjourney .movie iframe {
    width: 100%;
    height: 100%;
  }
  #whiskyjourney .phrase {
    font-size: 18px;
    margin-top: 24px;
  }

}

/*----------------------
 aboutArea
----------------------*/
#aboutArea .content {
  color: #ffffff;
  text-align: center;
  background-image: url(/whisky/makersmark/img/top/bg_about_sp.jpg);
  padding: 50px 0;
}
#aboutArea .content .textWrap .title {
  margin: 0 0 30px 0;
}
#aboutArea .content .buttonArea a {
  background-color: rgba(0, 0, 0, 0.5);
}
#aboutArea .content .button_badge a {
  display: block;
  width: 95px;
  height: auto;
  position: relative;
  margin: 7% auto 0 auto;
}
#aboutArea .content .button_badge a img {
  width: 95px;
}

@media screen and (min-width: 769px) {
  #aboutArea .content {
    background-image: url(/whisky/makersmark/img/top/bg_about@2x.jpg);
    padding: 145px 0;
  }
  #aboutArea .content .buttonArea a {
    background-color: transparent;
  }
  #aboutArea .content .button_badge a {
    display: block;
    width: 147px;
    height: 141px;
    position: absolute;
    top: -32%;
    right: 0%;
    margin: 0;
  }
  #aboutArea .content .button_badge a img {
    width: 100%;
  }
}
/*----------------------
 howToArea
----------------------*/
#howToArea .content {
  color: #ffffff;
  background-image: url(/whisky/makersmark/img/top/bg_howto_sp.jpg);
  padding: 55px 0 55px 0;
}
#howToArea .content .text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 5px 5px 0;
}
#howToArea .content .buttonArea a {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 0 0 5px;
}

@media screen and (min-width: 769px) {
  #howToArea .content {
    background-image: url(/whisky/makersmark/img/top/bg_howto@2x.jpg);
    padding: 115px 0 155px 0;
  }
  #howToArea .content .textWrap {
    width: 500px;
    margin: 0 0 0 30px;
  }
  #howToArea .content .text {
    background-color: transparent;
    padding: 0;
  }
  #howToArea .content .buttonArea a {
    background-color: transparent;
  }
}
/*----------------------
 getDrinkArea
----------------------*/
#getDrinkArea .bg {
  background-image: url(/whisky/makersmark/img/top/bg_getdrink@2x.jpg);
}

@media screen and (min-width: 769px) {
  #getDrinkArea .content {
    margin: 0;
  }
  #getDrinkArea .textWrap {
    padding: 0 60px 0 30px;
  }
}
/*----------------------
 lineupArea
----------------------*/
#lineupArea .content {
  position: relative;
  background-color: #fbe1ad;
  padding: 50px 0;
}
#lineupArea .content:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background-image: url(/whisky/makersmark/img/common/bg_wave_01.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 5px;
}
#lineupArea .content .textWrap {
  text-align: center;
  margin: 0 0 30px 0;
}
#lineupArea .content .imageWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#lineupArea .content .imageWrap .bottle {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  text-align: center;
  margin: 0;
}
#lineupArea .content .imageWrap .bottle p {
  text-align: center;
  padding: 11px 0 0 0;
}
#lineupArea .content .imageWrap .bottle:nth-child(2).animate.animeType01 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#lineupArea .content .imageWrap .bottle:nth-child(2).animate.animeType01 .lazyloaded {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#lineupArea .content .buttonArea a {
  float: none;
  margin: 0 0 20px 0;
  border-color: #0f0f0f;
}
#lineupArea .content .btn_onlineshop {
  display: inline-block;
  height: 48px !important;
  margin: 0 auto 20px auto;
}
#lineupArea .content .btn_onlineshop > div {
  font-size: 0;
}
#lineupArea .content .btn_onlineshop img {
  display: inline-block;
  width: 235px;
  height: 48px !important;
  margin: 0 auto 20px auto;
  /* 	background: #FF0000; */
}
#lineupArea .content .imageWrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#lineupArea .content .imageWrap .bottle {
  width: 50%;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#lineupArea .content .imageWrap .bottle p {
  padding: 11px 0 4px 0;
}
#lineupArea .content .imageWrap .bottle:nth-child(3) {
  width: 60%;
  margin-top: 48px;
}
#lineupArea .content .imageWrap .bottle:nth-child(3).animate.animeType01 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#lineupArea .content .imageWrap .bottle:nth-child(3).animate.animeType01 .lazyloaded {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#lineupArea .content .imageWrap .bottle:nth-child(3) img {
  margin-left: 9vw;
}

@media screen and (min-width: 769px) {
  #lineupArea .content {
    padding: 74px 0 50px 0;
  }
  #lineupArea .contentInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
  }
  #lineupArea .content .textWrap {
    -webkit-flex-basis: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    text-align: left;
    margin: 0 0 0 30px;
    padding: 30px 0 0 0;
  }
  #lineupArea .content .imageWrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 84px;
  }
  #lineupArea .content .imageWrap .bottle {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 168px;
  }
  #lineupArea .content .imageWrap .bottle .image {
    max-width: 171px;
    -webkit-transition: transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  #lineupArea .content .imageWrap .bottle:hover .image {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  #lineupArea .content .buttonArea a {
    width: 172px;
    float: left;
    margin: 0 10px 0 0;
  }
  #lineupArea .content .btn_onlineshop img {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  #lineupArea .contentInner {
    max-width: 1344px;
    display: block;
  }
  #lineupArea .content {
    overflow: hidden;
  }
  #lineupArea .content .textWrap {
    width: 40%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  #lineupArea .content .imageWrap {
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 10%;
  }
  #lineupArea .content .imageWrap .bottle {
    max-width: 100%;
    float: left;
    width: 31%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #lineupArea .content .imageWrap .bottle .image {
    max-width: 100%;
    min-height: 26.6vw;
    margin: 24px 3.8% 0;
  }
  #lineupArea .content .imageWrap .bottle:nth-child(3) {
    margin-top: 0;
    width: 36.9%;
  }
  #lineupArea .content .imageWrap .bottle:nth-child(3) .image {
    margin: 24px 2.4% 0;
    padding-top: 4.9%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lineupArea .content .imageWrap .bottle:nth-child(3) img {
    margin-left: 0;
  }
  #lineupArea .content .imageWrap .bottle:nth-child(3) .lineup_bottle_name {
    margin-left: -6vw;
  }
}
@media screen and (min-width: 1500px) {
  #lineupArea .content .imageWrap .bottle .image {
    min-height: 395px;
  }
  #lineupArea .content .imageWrap .bottle:nth-child(3) .lineup_bottle_name {
    margin-left: -5vw;
  }
}
/*----------------------
 advertisementArea
----------------------*/
#advertisementArea .content {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-align: center;
  background-image: url(/whisky/makersmark/img/common/bg_board_repeat@2x.jpg);
  padding: 50px 0;
}
#advertisementArea .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-image: url(/whisky/makersmark/img/common/bg_wave_02.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 5px;
}
#advertisementArea .textWrap .text {
  margin: 0 0 56px 0;
}
#advertisementArea .slideArea {
  position: relative;
  max-width: 960px;
  margin: auto;
}
#advertisementArea .slideArea .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 	width: 400%; */
  width: 300%;
  /* 	width: 200%; */
}
#advertisementArea .slideArea .item {
  /* 	flex-basis: calc(100% / 4); */
  -webkit-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  /* 	flex-basis: calc(100% / 2); */
  /*
  -webkit-flex-basis: calc(100% / 2);
  -ms-flex-preferred-size: calc(100% / 2);
  flex-basis: calc(100% / 2);
  */
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#advertisementArea .slideArea .comingSoon {
  margin-bottom: 41px;
}
#advertisementArea .slideArea .movie {
  position: relative;
  padding: 56.1428571429% 0 0 0;
  border: solid 2px #b60107;
}
#advertisementArea .slideArea .movie iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#advertisementArea .slideArea .phrase {
  font-size: 18px;
  margin: 0 0 40px 0;
  padding: 24px 0 0 0;
}
#advertisementArea .slideArea .note {
  position: relative;
  margin: 0 0 41px 0;
}
#advertisementArea .slideArea .note p {
  font-size: 14px;
  line-height: 24px;
}
#advertisementArea .slideArea .controller .prev {
  /*
  position: absolute;
  top: calc((393 / 720 / 2 * 100%) - (50px / 2));
  left: 0;*/
  position: absolute;
  top: 0;
  left: 0;
  padding: 50% 0 0 0;
}
#advertisementArea .slideArea .controller .next {
  /*
  position: absolute;
  top: calc((393 / 720 / 2 * 100%) - (50px / 2));
  right: 0;*/
  position: absolute;
  top: 0;
  right: 0;
  padding: 50% 0 0 0;
}
#advertisementArea .slideArea .controller .prev button {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 50px;
  text-indent: -9999em;
  background-color: #0f0f0f;
  margin: auto;
  display: none;
}
#advertisementArea .slideArea .controller .next button {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 50px;
  text-indent: -9999em;
  background-color: #0f0f0f;
  margin: auto;
  left: auto;
  right: 0;
  display: none;
}
#advertisementArea .slideArea .controller .prev button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#advertisementArea .slideArea .controller .next button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  right: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#advertisementArea .slideArea .controller .prev button[disabled=disabled]:before, #advertisementArea .slideArea .controller .next button[disabled=disabled]:before {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  #advertisementArea .content {
    padding: 108px 0 61px 0;
  }
  #advertisementArea .slideArea .item {
    padding: 0 90px;
  }
  #advertisementArea .slideArea .note:before {
    top: -20px;
    width: 89px;
    height: 88px;
  }
  #advertisementArea .slideArea .note:after {
    bottom: -13px;
    width: 100px;
    height: 79px;
  }
  #advertisementArea .slideArea .note p {
    font-size: 15px;
    line-height: 26px;
  }
  #advertisementArea .slideArea .controller .prev, #advertisementArea .slideArea .controller .next {
    padding: 45.9459459459% 0 0 0;
  }
  #advertisementArea .slideArea .controller .prev button {
    width: 71px;
    height: 71px;
    margin: auto 0 auto 26px;
  }
  #advertisementArea .slideArea .controller .next button {
    width: 71px;
    height: 71px;
    margin: auto 0 auto 26px;
    margin: auto 26px auto 0;
  }
  #advertisementArea .slideArea .controller .prev button:before, #advertisementArea .slideArea .controller .next button:before {
    width: 14px;
    height: 14px;
  }
}
/*----------------------
 movieModal
----------------------*/
#modalArea #movieModal.modalContentWrap .modalContent {
  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;
}

#movieModal .movie {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: auto;
}
#movieModal .movie video, #movieModal .movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 789px) {
  #movieModal .movie {
    position: relative;
  }
}
.parent-iframe {
  position: fixed;
}

/*----------------------
fixed banner
----------------------*/
.fixedBanner {
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
  cursor: pointer;
  display: none;
}
.fixedBanner a {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fixedBanner a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}
.fixedBanner img {
  width: 330px;
}

@media only screen and (max-width: 768px) {
  .fixedBanner {
    left: 0;
    bottom: 0;
    right: auto;
  }
  .fixedBanner img {
    width: 100%;
  }
}

/*# sourceMappingURL=top.css.map */
