@charset "utf-8";
body,
html {padding: 0;margin: 0;height:100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, i {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;
word-break: break-all;
word-wrap: break-word;}
:focus {outline: 0;}
ol, ul {list-style: none;}
caption{font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a{ text-decoration:none; cursor: pointer; color: #000}
a.underline-link{ text-decoration: underline}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.mb20{margin-bottom: 20px;}.mb30{margin-bottom: 30px;}.mb40{margin-bottom: 40px;}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*a:hover * {
    opacity: 0.7;
}*/

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'hiragino kaku gothic pro', メイリオ, meiryo, 'ＭＳ Ｐゴシック', 'ms pgothic', sans-serif;
    font-size: 2.8rem;
    color: #221815;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;    
}
html {
    font-size: 62.5%;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.line {
    font-weight: bold;
    color: #221815;
    text-decoration: underline;
}
.inner,
.wrapper,
.content,
.footer {
    margin: 0 auto;
}
.footer,
.main-ttl,
.btn-group li {
    text-align: center;
}
.footer-about,
.main-ttl,
.campaign-ttl,
.campaign-sub-ttl,
.campaign-period,
.btn-group li a   {
    font-weight: bold;  
}
.content {
    margin-bottom: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    font-size: 2.6rem;
}
.wrapper {    
    max-width: 640px;
    background: #FFE8BC;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.top_inner {
    padding: 20px;
}
.inner {
    padding: 0 25px;
}
.end_box {
    background: #FFB646;
    border-top-left-radius : 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius : 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    font-size: 2.6rem;
    padding: 10px;
    margin-top: 20px;
}
.stt-ttl {
    padding: 30px 0 0;
    font-size: 2.5rem;
    color: #333;   
    line-height: 1.3;
    text-align: center;
    font-weight: bold;  
}
.yellow_box {
    border: 2px solid #f4d521;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    margin: 20px 10px 40px;
    padding: 10px;
}
.start_box {
    border: 2px solid #df6770;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    margin: 20px 10px 40px;
    padding: 10px;
}
.stt-area {
    padding:20px;
}
#start_view h3 {
    border-bottom: 2px dotted #df6770;
    margin: 10px;
    padding-bottom: 10px;
    color: #323333;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
#start_view .yellow_box p {
    margin: 10px;
    color: #d2171f;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
#start_view .start_box p {
    margin: 10px;
    color: #d2171f;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.main-ttl {
    padding: 30px 0 20px;
    font-size: 3.8rem;
    color: #cc0000;   
    line-height: 1.3;  
}
.main-ttl02 {
    color: #EA5844;
}
.main-ttl03 {
    color: #87511d;
}
.end-ttl-coment {
    margin: 10px auto;
    font-size: 2.4rem;
    color: #87511d;
    text-align: center;
}
.main-ttl-coment {
    margin: 10px auto;
    font-size: 13px;

}
.btn-group {
    margin: 60px auto 0;
    max-width: 470px;
}
.btn-group li {
    display: block;
    margin: 0 auto 44px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 3rem;
    line-height: 3;
}
.btn-group li a {
    display: table;
    width: 100%;
    color: #fff;
}
.btn-group li a span {
    display: table-cell;
    vertical-align: middle;
}
.btn-icn {
    width: 20%;
}
.btn-txt {
    width: 80%;
}
.btn-line {
    background: #00C300;
}
.btn-line:active {
    background: #00B300;
    tap-highlight-color: #00B300;
}
.btn-twitter {
    background: #55acee;
}
.btn-twitter:active {
    background: #4682c8;
    tap-highlight-color: #4682c8;
}
.btn-twitter .btn-icn {
    background: #1389ed;
}
.btn-fb {
    background: #34508f;
}
.btn-fb:active {
    background: #223869;
    tap-highlight-color: #223869;
}
.btn-fb .btn-icn {
    background: #264c95;
}
.btn-twitter .btn-icn,
.btn-fb .btn-icn {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}
.bg-line {
    background: url(../image/bg_line.png) repeat-x left top;
    padding-bottom: 6px;
}
.campaign-ttl {
    display: table;
    width: 100%;
    margin-top: 25px;
    font-size: 3.2rem;
    color: #000;
}
.campaign-ttl span {
    display: table-cell;
    vertical-align: middle;
}
.icn-rhombus {
    width:43px;
    padding-right: 2.03%;
}
.campaign-sub-ttl {
    margin-top: 11px;
    font-size: 3.0rem;
    color: #221815;
}
.campaign-period {
    margin-bottom: 32px;
    font-size: 2.8rem;
    color: #e60012;
}
.campaign-period2 {
    margin-bottom: 7px;
}
.campaign-period-info {
    margin-bottom: 62px;
}
.campaign-info {
    margin-top: 26px;
}
.campaign-info3 {
    color: #e60012;
}
.campaign-info li {
    margin-bottom: 27px;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.campaign-info li {
    padding-left: 1em;
    text-indent: -1em;
}
.campaign-info2 {
    padding-bottom: 32px;
}
.campaign-info2 li {
    margin-bottom: 22px;
}
.campaign_pack {
    margin-bottom: 0 !important;
}
.option_area{
  padding: 2.5% 0;
  text-align: center;
}
.end_option_area{
    margin:20px 0;
}
.red{
    color :#e60012;
    font-weight: bold;
}

.left_btn {
    margin: 10px auto 0;
    max-width:300px;
    text-align: right;
}
.left_btn a{
    max-width:300px;
    color: #EA5844;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}
.left_btn a:hover{
    opacity: .8;
}
.ripple a{cursor: pointer; cursor: hand;}
.p_link01 img,.p_link02 img{
}
.right_btn {
    margin-top: 10px;
}
.right_btn a{
    max-width:300px;
    color: #ff5874;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}
.footer { 
    background: #FFB646;
    color: #fff;
    font-size: 2.4rem;
}
.footer-about {
    padding: 35px 0 19px;
    margin-bottom: 17px;
    font-size: 2.6rem;
    background:url(../image/bg_line_footer.png) repeat-x left bottom;
}
.footer-mail {
    display: inline-block;
    margin: 3px auto;
    text-decoration: underline;    
}
 a.footer-mail{
    color: #fff;   
}
.footer-date {
    padding-bottom: 30px;
}
#page-top a {
    width: 90px;
    display: block;
}
#page-top {
    position: fixed;
    right: 0;
    bottom: 20px;
    overflow: hidden;
    z-index: 1000;
}
.ripple img:hover {
    transform: scale(0.96,0.96);
}
.ripple img{
  max-width:360px;
  width: 100%;
  transition: 0.5s;
  display: block;
  padding: 5px 10px;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
  }
.ripple {
  position: relative;
  overflow: hidden;
  display: inline-block;
  }

.ripple .rp-effect {/*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;/*波紋の濃さ*/
  transform: scale(0);
  background: #fff;/*波紋色*/
  animation: ripple 900ms;
  pointer-events: none;

}
.cont02{
    width: 100%;
    margin:0 auto;
    margin-bottom: 20px;
}


@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}
