@charset "UTF-8";
/* setting
------------------------------------------- */
/* common
------------------------------------------- */
#suntory_contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
  #suntory_contents * img {
    width: 100%;
    height: auto; }

#suntory_contents *,
#suntory_contents a,
#suntory_contents a:visited {
  color: #0f226a;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    #suntory_contents *,
    #suntory_contents a,
    #suntory_contents a:visited {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .u_pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .u_sp {
    display: none; } }

/* contents
------------------------------------------- */
#suntory_contents .linegift_kv {
  max-width: 840px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 767px) {
    #suntory_contents .linegift_kv {
      width: 100%;
      margin: 0 auto 7%; } }

#suntory_contents .suntory_contents_inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #suntory_contents .suntory_contents_inner {
      width: 100%;
      padding: 0; } }

#suntory_contents .linegift_manga_ttl_area {
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    #suntory_contents .linegift_manga_ttl_area {
      margin-bottom: 2%; } }
  #suntory_contents .linegift_manga_ttl_area .linegift_manga_ttl_cate {
    display: block;
    text-align: center;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_manga_ttl_area .linegift_manga_ttl_cate {
        margin-bottom: 3%; } }
    #suntory_contents .linegift_manga_ttl_area .linegift_manga_ttl_cate span {
      font-size: 20px;
      color: #fff;
      background: #ba9932;
      border-radius: 5px;
      font-weight: bold;
      padding: 3px 22px 1px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        #suntory_contents .linegift_manga_ttl_area .linegift_manga_ttl_cate span {
          font-size: 16px;
          padding: 2px 13px 1px; } }
  #suntory_contents .linegift_manga_ttl_area .linegift_manga_ttl {
    font-size: 28px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_manga_ttl_area .linegift_manga_ttl {
        font-size: 20px; } }

#suntory_contents .linegift_manga_wrap {
  padding: 2em 0;
  position: relative;
  margin: 0 auto 25px; }
  #suntory_contents .linegift_manga_wrap .swiper-pagination {
    font-size: 18px; }
  #suntory_contents .linegift_manga_wrap .swiper-pagination-top {
    top: 0;
    bottom: auto; }
  #suntory_contents .linegift_manga_wrap .swiper-pagination-bottom {
    bottom: 0; }
  #suntory_contents .linegift_manga_wrap .swiper-container {
    width: 90%;
    max-width: 840px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_manga_wrap .swiper-container {
        width: calc( 100% - 10px*2); } }
  @media screen and (max-width: 767px) {
    #suntory_contents .linegift_manga_wrap {
      margin-bottom: 6%; } }

#suntory_contents .linegift_manga_arrow_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

#suntory_contents .linegift_manga_arrow {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: absolute;
  background: rgba(255, 255, 255, 0.54); }
  @media screen and (max-width: 767px) {
    #suntory_contents .linegift_manga_arrow {
      width: 12.53%;
      height: 0;
      padding-top: 12.53%; } }
  #suntory_contents .linegift_manga_arrow::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_manga_arrow::after {
        width: 26%;
        height: 26%; } }
  #suntory_contents .linegift_manga_arrow_prev {
    left: 0px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_manga_arrow_prev {
        left: 10px; } }
    #suntory_contents .linegift_manga_arrow_prev::after {
      border-left: 4px solid #ba9932;
      border-top: 4px solid #ba9932;
      -webkit-transform: translate(-30%, -50%) rotate(-45deg);
      -ms-transform: translate(-30%, -50%) rotate(-45deg);
      transform: translate(-30%, -50%) rotate(-45deg); }
      @media screen and (max-width: 767px) {
        #suntory_contents .linegift_manga_arrow_prev::after {
          border-width: 3px; } }
  #suntory_contents .linegift_manga_arrow_next {
    right: 0px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_manga_arrow_next {
        right: 10px; } }
    #suntory_contents .linegift_manga_arrow_next::after {
      border-bottom: 4px solid #ba9932;
      border-right: 4px solid #ba9932;
      -webkit-transform: translate(-70%, -50%) rotate(-45deg);
      -ms-transform: translate(-70%, -50%) rotate(-45deg);
      transform: translate(-70%, -50%) rotate(-45deg); }
      @media screen and (max-width: 767px) {
        #suntory_contents .linegift_manga_arrow_next::after {
          border-width: 3px; } }

#suntory_contents .linegift_btn_area {
  max-width: 840px;
  margin: 0 auto 50px;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    #suntory_contents .linegift_btn_area {
      margin-bottom: 12%; } }
  #suntory_contents .linegift_btn_area .linegift_btn {
    width: 500px;
    margin: 0 auto 10px; }
    #suntory_contents .linegift_btn_area .linegift_btn:hover {
      opacity: .7; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_btn_area .linegift_btn {
        margin-bottom: 2%;
        width: 100%; } }
  #suntory_contents .linegift_btn_area .linegift_btn_caution {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_btn_area .linegift_btn_caution {
        margin-bottom: 2%; } }
  #suntory_contents .linegift_btn_area .linegift_modal_btn {
    text-align: center; }
    #suntory_contents .linegift_btn_area .linegift_modal_btn a {
      text-decoration: underline;
      font-size: 19px;
      color: #0f226a;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #suntory_contents .linegift_btn_area .linegift_modal_btn a {
          font-size: 16px; } }
      #suntory_contents .linegift_btn_area .linegift_modal_btn a:hover {
        text-decoration: none; }

#suntory_contents .linegift_banner_area {
  max-width: 840px;
  margin: 0 auto 60px;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    #suntory_contents .linegift_banner_area {
      margin-bottom: 15%; } }
  #suntory_contents .linegift_banner_area .linegift_banner_ttl {
    width: 236px;
    margin: 0 auto 27px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_banner_area .linegift_banner_ttl {
        width: 58.35%;
        margin-bottom: 5%; } }
  #suntory_contents .linegift_banner_area .linegift_banner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_banner_area .linegift_banner_wrap {
        display: inherit; } }
  #suntory_contents .linegift_banner_area .linegift_banner_btn {
    border-radius: 5px;
    border: 3px solid #ba9932;
    width: 48.8%; }
    #suntory_contents .linegift_banner_area .linegift_banner_btn:hover {
      opacity: .7; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_banner_area .linegift_banner_btn:nth-child(n+2) {
        margin-top: 15px; } }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_banner_area .linegift_banner_btn {
        width: 100%;
        border-width: 2px; } }
    #suntory_contents .linegift_banner_area .linegift_banner_btn a {
      display: block;
      padding: 10px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        #suntory_contents .linegift_banner_area .linegift_banner_btn a {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
  #suntory_contents .linegift_banner_area .linegift_banner_btn_img {
    width: 100px;
    margin-right: 17px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_banner_area .linegift_banner_btn_img {
        margin-right: 14px;
        width: 28%; } }
  #suntory_contents .linegift_banner_area .linegift_banner_btn_ttl {
    margin-top: 9%; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_banner_area .linegift_banner_btn_ttl {
        font-size: 16px;
        margin-top: -3%; } }
  #suntory_contents .linegift_banner_area .linegift_banner_btn_ttl_cate {
    font-size: 14px;
    color: #fff;
    background: #ba9932;
    border-radius: 5px;
    font-weight: bold;
    padding: 1px 12px;
    margin-bottom: 5px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_banner_area .linegift_banner_btn_ttl_cate {
        padding: 0 11px;
        font-size: 13px; } }

#suntory_contents .linegift_prof {
  padding: 27px 0 20px;
  background: #fff9e8; }
  @media screen and (max-width: 767px) {
    #suntory_contents .linegift_prof {
      padding: 7% 0; } }
  #suntory_contents .linegift_prof_ttl {
    width: 175px;
    margin: 0 auto 16px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_prof_ttl {
        width: 43.43%;
        margin-bottom: 3%; } }
  #suntory_contents .linegift_prof_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 4px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_prof_name {
        margin-bottom: 3%; } }
    #suntory_contents .linegift_prof_name p {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        #suntory_contents .linegift_prof_name p {
          font-size: 16px; } }
    #suntory_contents .linegift_prof_name_icon {
      width: 60px;
      margin-right: 18px; }
      @media screen and (max-width: 767px) {
        #suntory_contents .linegift_prof_name_icon {
          width: 12%;
          margin-right: 8px; } }
  #suntory_contents .linegift_prof_txt {
    line-height: 1.4;
    text-align: center;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      #suntory_contents .linegift_prof_txt {
        font-size: 14px; } }
    #suntory_contents .linegift_prof_txt:nth-of-type(n+2) {
      margin-top: 15px; }

@media screen and (max-width: 767px) {
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } }

.linegift_popup {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background: #fff;
  max-width: 1000px;
  padding: 40px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  color: #0f226a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .linegift_popup {
      padding: 10% 20px 7%;
      margin-top: 50px;
      margin-bottom: 30px; } }
  .linegift_popup_close {
    text-align: center;
    margin-top: 7%; }
    @media screen and (min-width: 768px) {
      .linegift_popup_close {
        display: none; } }
    .linegift_popup_close span {
      border-radius: 5px;
      padding: 7px 43px;
      display: inline-block;
      border: 1px solid #0f226a; }
  .linegift_popup .mfp-close {
    position: absolute;
    top: -44px;
    right: -8px;
    color: #fff;
    font-size: 50px;
    text-indent: -99px;
    overflow: hidden;
    background: url(/beer/premium/linegift/couple_201911/images/icon_close.png) no-repeat center/59% auto; }
  .linegift_popup .linegift_popup_ttl {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .linegift_popup .linegift_popup_ttl {
        font-size: 20px; } }
  .linegift_popup .linegift_popup_txt {
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .linegift_popup .linegift_popup_txt {
        text-align: left; } }
  .linegift_popup .linegift_popup_section {
    background: #dbedf3;
    padding: 40px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .linegift_popup .linegift_popup_section {
        padding: 8% 0; } }
    .linegift_popup .linegift_popup_section img {
      width: 100%;
      height: auto; }
    .linegift_popup .linegift_popup_section_ttl {
      font-weight: bold;
      font-size: 24px;
      text-align: center;
      margin: 0 0 40px; }
      @media screen and (max-width: 767px) {
        .linegift_popup .linegift_popup_section_ttl {
          font-size: 18px;
          margin: 0 0 10%; } }
      .linegift_popup .linegift_popup_section_ttl span {
        color: #2e2e2e;
        display: inline-block; }
        .linegift_popup .linegift_popup_section_ttl span::after {
          content: "";
          height: 2px;
          width: 105%;
          margin-left: calc(-5% / 2);
          background: #0f226a;
          display: block; }
