@charset "UTF-8";
/*!
Theme Name: suntory_rakuten
Theme URI:
Author: rokunana
Author URI: http://rokunana.com/
Description: suntory_rakuten テーマ
Version: 1.0
*/
/*clearfix*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.clearfix {
  display: block;
  float: none;
}

.clearfixLegacy {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
}

.clearfixLegacy:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0px;
  font-size: 0px;
}

/*--------------------basic settings---------------------*/
html {
  font-size: 10px;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3';
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  height: 100%;
}

@media all and (max-width: 736px) {
  body {
    font-size: 1.4rem;
  }
}

@media print {
  body {
    line-height: 1.5;
    height: auto;
  }
}

/*-----heading-----*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  margin: 0;
}

/*-----paragraph-----*/
p {
  margin: 0;
}

/*-----lists-----*/
ul, ol, dl, dl dt, dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: 700;
}

@media all and (max-width: 736px) {
  dl dd {
    margin-bottom: 24px;
  }
}

@media all and (min-width: 737px) {
  dl dd {
    margin-bottom: 40px;
  }
}

/*-----table-----*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

/*-----horizontal line-----*/
hr {
  border: 0;
  border-top: 1px solid #181777;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
}

/*-----quote-----*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote {
  margin: 1.5em 1em;
}

/*-----anchor-----*/
a {
  font-weight: 400;
  color: #cc6600;
  text-decoration: none;
  word-break: break-all;
}

a:visited {
  color: #a10000;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

a .icon-external {
  font-size: 1rem;
  margin-left: 1em;
}

@media print {
  a[target="_blank"]:not(.no-icon)::after {
    content: none;
  }
}

/*-----strong/emphasis-----*/
strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

/*-----mark-----
mark{
	background-color: #ff9;
	font-style: italic;
	font-weight: bold;
	color: #000;
}*/
/*-----insert/delete-----
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del{ text-decoration: line-through;}*/
/*-----abbreviation/acronym/definition-----*/
abbr[title], acronym[title], dfn[title] {
  text-decoration: underline;
  border-bottom: 0;
  cursor: help;
}

/*-----preformatted text-----*/
code, kbd, pre, samp {
  font-size: 1.6rem;
}

pre {
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 2em;
}

/*-----small-----*/
small {
  font-size: 1.6rem;
}

/*-----address-----*/
address {
  font-style: normal;
}

/*-----image-----*/
img {
  font-family: sans-serif;
  line-height: 1;
  vertical-align: bottom;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

/*-----figure-----*/
figure {
  margin: 0;
}

/*-----media-----*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-----form parts-----*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="image"],
input[type="button"],
textarea,
select {
  font-family: \30d2 \30e9 \30ae \30ce \89d2 \30b4 \20 \50 \72 \6f \20 \57 \33 , Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  margin: 4px 0;
}

input[type="file"] {
  font: static;
}

/*-----debug-----*/
.debugHeading, .debugHeading2 {
  background-color: #fc3;
  margin: 16px 0;
  padding: 8px;
}

.debugHeading:first-child, .debugHeading2:first-child {
  margin-top: 0;
}

.debugHeading2 {
  background-color: #ff6;
}

.debugImgBlock {
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #ccc;
  display: inline-block;
}

/*--------------------structure setting---------------------*/
/*----------html----------*/
/*----------body----------*/
/*---------display---------*/
@media all and (max-width: 736px) {
  .display_pc {
    display: none !important;
  }
}

@media all and (min-width: 737px) {
  .display_sp {
    display: none !important;
  }
}

/*---------header---------*/
.header {
  background: url("/softdrink/campaign/eaglescp/img/bg_white.jpg") no-repeat;
  background-size: cover;
}

.header .header__mainVisual {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 25px 0 30px;
}

@media all and (max-width: 736px) {
  .header .header__mainVisual {
    width: 91.46%;
  }
}

/*------------main--------------*/
.main {
  background: url("/softdrink/campaign/eaglescp/img/bg_red.jpg") repeat-y;
  background-size: contain;
  padding: 0 0 88px;
}

.main .main__border {
  height: 25px;
  background: #f6ab00;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
  margin-bottom: 60px;
}

/*-----------content--------------*/
.content {
  max-width: 980px;
  width: 90%;
  margin: 0 auto 60px;
  background: #fff;
  padding: 40px 0 56px;
}

@media all and (max-width: 736px) {
  .content {
    width: 89.33%;
    padding: 30px 0 35px;
    margin-bottom: 40px;
  }
}

.content:last-child {
  margin-bottom: 0;
}

.content .content__inner {
  max-width: 820px;
  width: 83.67%;
  margin: 0 auto;
}

@media all and (max-width: 736px) {
  .content .content__inner {
    width: 88.05%;
  }
}

.appBtn .appBtn__item {
  width: 360px;
  margin-right: 50px;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
}

@media all and (max-width: 736px) {
  .appBtn .appBtn__item {
    width: 235px;
    margin-bottom: 30px;
  }
}

.appBtn .appBtn__item:last-child {
  margin-right: 0;
}

@media all and (max-width: 736px) {
  .appBtn .appBtn__item:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
}

.appTable {
  margin-bottom: 37px;
}

.appTable dl {
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 736px) {
  .appTable dl {
    flex-direction: column;
  }
}

.appTable dt, .appTable dd {
  border-bottom: 1px dotted #f6ab00;
  padding: 18px 0;
}

.appTable dt:first-of-type, .appTable dd:first-of-type {
  padding-top: 0;
}

.appTable dt:last-of-type, .appTable dd:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.appTable dt {
  width: 190px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}

@media all and (max-width: 736px) {
  .appTable dt {
    width: auto;
    padding-top: 18px;
    padding-bottom: 0;
    margin-bottom: 14px;
    border-bottom: none;
  }
}

.appTable dt:before {
  content: "■";
}

.appTable dt.circle:before {
  content: "●";
}

.appTable dd {
  margin: 0;
  overflow: hidden;
  width: calc(100% - 190px);
}

@media all and (max-width: 736px) {
  .appTable dd {
    width: auto;
    padding-top: 0;
  }
}

.contentColumn {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 736px) {
  .contentColumn {
    flex-direction: column;
  }
}

@media all and (max-width: 736px) {
  .contentColumn .contentColumn__col {
    margin-right: auto;
    margin-left: auto;
  }
}

.contentColumn .contentColumn__col:last-child .part:last-child {
  margin-bottom: 0;
}

.contentColumn .contentColumn__col.contentColumn__col--content {
  width: calc((100% - 22px) / 3);
}

@media all and (max-width: 736px) {
  .contentColumn .contentColumn__col.contentColumn__col--content {
    width: auto;
  }
}

.deviceBlock {
  margin-bottom: 28px;
}

.deviceBlock:last-child {
  margin-bottom: 0;
}

.deviceBlock .deviceBlock__desc {
  margin-bottom: 28px;
}

.heading2 {
  position: relative;
  height: 42px;
  text-align: center;
  background: #f6ab00;
  margin: 0 24px 26px 20px;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
}

@media all and (max-width: 736px) {
  .heading2 {
    margin-bottom: 25px;
  }
}

.heading2:before, .heading2:after {
  position: absolute;
  width: 24px;
  height: 42px;
  z-index: 1;
}

.heading2:before {
  content: '';
  background: url("/softdrink/campaign/eaglescp/img/ribbon_01.png") no-repeat;
  background-size: contain;
  top: 0;
  left: -20px;
}

.heading2:after {
  content: '';
  background: url("/softdrink/campaign/eaglescp/img/ribbon_02.png") no-repeat;
  background-size: contain;
  top: 0;
  right: -24px;
}

.heading2 img {
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list li:before {
  content: '・';
}

.asteriskList {
  list-style: none;
}

.asteriskList .asteriskList__item:before {
  content: "※";
}

.osList .osList__item:before {
  content: "■";
}

.brList li:before {
  content: "・";
}

.deviceNoriceList li {
  padding-left: 1em;
}

.deviceNoriceList li:before {
  content: "※";
}

.part {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 736px) {
  .part {
    margin-bottom: 32px;
  }
}

.part .part__img {
  margin: 0 auto 32px;
  text-align: center;
}

.part .part__img img {
  height: 208px;
}

@media (max-width: 1023px) {
  .part .part__img img {
    height: auto;
  }
}

.part .part__text {
  font-weight: bold;
  text-align: center;
}

.partArrow {
  width: 11px;
}

@media all and (max-width: 736px) {
  .partArrow {
    width: 100%;
    margin-bottom: 24px;
  }
}

.sticker {
  margin-top: 26px;
  margin-bottom: 60px;
}

@media all and (max-width: 736px) {
  .sticker {
    margin-bottom: 25px;
  }
}

.sticker .sticker__img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

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