@charset "utf-8";
/*=========================================================================

Author and Copyright
Author    :  prosysta Inc, (http://prosysta.co.jp/)
Created   :  2008.10
Modified  :  2010.02

=========================================================================*/


/*-----------------------------------------------
kill default set
-------------------------------------------------*/

* {
margin:0;
padding:0;
font-weight:normal;
font-style:normal;
text-decoration:none;
}

/*-----------------------------------------------
fontsize setting
-------------------------------------------------*/

body {
font:13px/1.231;
/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
font-family: sans-serif;
*font-size:small; /* for IE */
*font:x-small; /* for IE in quirks mode */
padding:25px 15px;
line-height:1.8;
font-size:85%;
background-color: #F9ECDA;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  body{
    background-color: #E9EEF2;
  }
}

body:before { /* top shadow */
content: "";
position: fixed;
top: -10px;
left: -10px;
width: 110%;
height: 10px;

/*webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
z-index: 100;*/
}


table {
font-size:inherit;
font:100%;
border-collapse: collapse;
border-spacing: 0;
}

pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}



/*-----------------------------------------------
baseset
-------------------------------------------------*/
.clear {
clear:both;
height : 0;
visibility : hidden;
font-size : 0;
line-height : 0;
}

img {
border:none;
}

hr {
margin:10px 0 10px 0;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #BBBBBB;
height: 1px;
clear:both;
}

* html hr {
margin:0 0 5px 0;
}

hr.dotted {
margin:10px 0 10px 0;
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: #BBBBBB;
height: 1px;
}

hr.inner {
margin:0 0 10px 25px;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #BBBBBB;
height: 1px;
}

hr.inner_dooted {
margin:0 0 10px 25px;
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: #BBBBBB;
height: 1px;
}

.analytics {
visibility:hidden;
}

.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }

.mt-05em { margin-top: .5em; }
.mt-1em  { margin-top: 1em; }
.mt-2em  { margin-top: 2em; }
.mt-3em  { margin-top: 3em; }
.mb-05em { margin-bottom: .5em; }
.mb-1em  { margin-bottom: 1em; }
.mb-2em  { margin-bottom: 2em; }
.mb-3em  { margin-bottom: 3em; }
.ml-05em { margin-left: .5em; }
.pt-05em { padding-top: .5em; }
.pt-1em  { padding-top: 1em; }
.pt-3em  { padding-top: 3em; }
.pb-1em  { padding-bottom: 1em; }
.pb-3em  { padding-bottom: 3em; }

.col-1  { width:  8.3333% }
.col-2  { width: 16.6666% }
.col-3  { width: 25% }
.col-4  { width: 33.3333% }
.col-5  { width: 41.6666% }
.col-6, .half { width: 50% }
.col-7  { width: 58.3333% }
.col-8  { width: 66.6666% }
.col-9  { width: 75% }
.col-10 { width: 83.3333% }
.col-11 { width: 91.6666% }
.col-12, .full { width: 100% }


@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .mt-2em  { margin-top: 0; }
}

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}

.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.bold {
  font-weight: bold;
}
.bg-wh {
  background-color: #FFF;
}
.bg-gy {
  background-color: #f2f2f2;
}
.bg-lyw {
  background-color: #fff9b1;
}

.c-lyw {
  color: #f3ee97;
}
.c-wh {
  color: #FFF;
}
.underline {
  text-decoration: underline;
}
.icon img ,
.pict img {
  width: 100%;
}

.text-center {
  text-align: center;
}
.lh-14 {
  line-height: 1.4;
}
.lh-16 {
  line-height: 1.6;
}

ul li {
  list-style: none;
}


/*-----------------------------------------------
clearfix
-------------------------------------------------*/

.clearfix:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1px;
}

.clearfix {
display: block;
}


/*-----------------------------------------------
contents style
-------------------------------------------------*/
.day{
  font-size: 130%;
  font-weight: bold;
  color: #E9546B;
  text-align: center;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .day{
    font-size: 31px;
  }
}

.space-head {
  padding:0  4%;
}
.space-head .text{
  font-size: 95%;
  text-align: center;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .space-head .text{
    font-size: 21px;
  }
}


.space-head .red{
  font-size: 95%;
  color: #c81111;
  font-weight: bold;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .space-head .red{
    font-size: 21px;
  }
}

.apli-logo{
  text-align: center;
  margin-top: 20px;
}

.apli-logo img{
  width: 90%;
}



body.p-0 {
  padding: 0;
}
body.bg-valentine {
  color:#333333;
  position: relative;
}

.lace {
  position: relative;
}

.lace.-margin{
  margin: 0 7px;
}

.head-title-img  {
  position: relative;
  z-index: 1;
  line-height: 0;
}
.p-0-inner {
  padding-right: 0;
  padding-left: 0;

  position: relative;
  z-index: 1;
}
.link-item .btn {
  padding: .5em;
  border-radius: 6px;
}
.link-item .btn[class*="arw-"] {
  position: relative;
}
.link-item .btn[class*="arw-"]::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-top: #FFF solid 2px;
  border-right: #FFF solid 2px;
  width: .5em;
  height: .5em;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.link-item .btn.arw-r {
  padding-right: 1.5em;
}
.link-item .btn.arw-r::after {
  right: .8em;
  margin-top: -2px;
}

.btn-dbw {
  background-color: #231815;
  color: #FFF;
}
.btn-rd  {
  background-color: #c81111;
  color: #FFF;
}
.btn-wh  {
  background-color: #FFF; 
}

.select .arrow{
  width: 90%;
}
.select .arrow::after{
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  margin: 9px 5px 0 ;
  transform: rotate(45deg);
}

/*input*/
.link-item input.btn {
  border: none;
  padding: .8em 1.5em;
}
.link-item input.btn.arw-r {
  padding-right: 2.5em;
}
.link-item input.btn.arw-r::after {
  border-color: #000;
}
input.input-number {
  font-size: 3.5em;
  border-radius: 6px;
  width: 5em;
  padding: .2em .5em;
  letter-spacing: .2em;
}
.input-btn {
  cursor: pointer;
  display: block;
  width: 240px;
  height: 48px;
  margin: auto;
  border: none;
  background: #E9546B;
  background-size: 100%;
  padding: .5em 1.5em;
  white-space: normal;
  font-size: 18px;
  color:#FFF;
  border-radius: 8px;
  margin:0px auto 0 auto;
  background-image: url(../img/allow_white.gif);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}



.text.-margin{
  margin-bottom: 50px;
}
.c-pk {
  color: #FFF;
}

.choice {
  margin:45px 0 0px 0;
  padding:0 30px;
}
.choice .item {
  padding:10px;
  background: #ffffff;
  border: #E9546B solid 2px;
  text-align:center;
  font-size:12px;
  margin-top: 5px;
}
.choice .item strong {
  display:block;
  font-size:14px;
  text-align:center;
  font-weight:bold;
}

/*ul */
.event-page ul.sub {
  font-size:85%;
  margin-left:1em;
  text-indent:-1em;
  color: #79706a;
  list-style: none;
}


.input-list {
  margin-left: -.5em;
  margin-right: -.5em;
}
.input-list .col {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.input-img {
  position: relative;
}

/*.input-img input[type="checkbox"] {*/
/*  -webkit-appearance: none;*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  !* 表示画像の高さ ÷ 表示画像の幅 × 100 *!*/
/*  padding-top: 89%;*/
/*  background-image: url(../img/input-img.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*}*/

.input-img input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 100%;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  height:auto;
  background: #333333;
}

.input-img input[type="checkbox"]:checked {
}

.input-img input[type="checkbox"] + label {

}

.input-img input[type="checkbox"] + label .box {
  width:90%;
  padding:15px 4%;
  border-bottom: 1px dotted #004471;
  margin: auto;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box {
    width:660px;
    height: 230px;
    margin: 0 auto;
    padding: 30px 10px 10px;
    border-bottom: 1px dotted #036EB5;
  }
}


.input-img input[type="checkbox"] + label .box.np {
  padding:20px 0;
  width:100%;
}
.input-img input[type="checkbox"]:checked + label .box {
  background:#EFC794;
}
.input-img input[type="checkbox"] + label .box .cl {
  width:40%;
  float:left;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cl {
    width:170px;
  }
}


.input-img input[type="checkbox"] + label .box .cr {
  width:56%;
  float:right;
  text-align:left;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr {
    width:465px;
  }
}



.input-img input[type="checkbox"] + label .box .cr h2 {
  font-size:16px;
  margin:0;
  padding:0 0 5px 0;
  line-height: 1.4;
  font-weight:bold;
  margin-left:16px;
  text-indent: -16px;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr h2 {
    font-size:21px;
  }
}


.input-img input[type="checkbox"] + label .box .cr .text {
  font-size:12px;
  padding:0 0 8px 0;
  line-height: 1.4;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr .text {
    font-size:16px;
    line-height: 25px;
    padding-left: 22px;
    margin-bottom: 30px;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info {
  padding:0 0 10px 0;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr .info {
    padding:0 0 10px 20px;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info .cl {
  width:45%;
  float:left;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr .info .cl {
    width:350px;
    display: flex;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info .cl .logo img {
  width:auto;
  height: 30px;
}


.input-img input[type="checkbox"] + label .box .cr .info .cl .logo {
  
  padding:0;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr .info .cl .logo {
    margin: 0 25px 0 0 ;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info .cl .shopname {
  padding:0;
  margin:0;
  text-align:center;
  font-size: 9px;
  line-height:12px;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr .info .cl .shopname {
    font-size: 16px;
    width: 150px;
    line-height: 50px;
    text-align: left;
  }
}

.input-img input[type="checkbox"] + label .box .cr .info .cl .shopname-differ {
  padding:0;
  margin:0;
  text-align:center;
  font-size: 9px;
  line-height:12px;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr .info .cl .shopname-differ {
    font-size: 16px;
    width: 150px;
    text-align: left;
    line-height: 20px;
  }
}
.input-img input[type="checkbox"] + label .box .cr .select {
  cursor: pointer;
  display: block;
  width: auto;
  margin: auto;
  border: none;
  background: #E9546B;
  color:#FFF;
  padding: .35em;
  white-space: normal;
  font-size: 14px;
  text-align:center;
  border-radius: 5px;
}



.input-img input[type="checkbox"] + label .box .cr .info .cr {
  width:50%;
  float:right;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr .info .cr {
    width:95px;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info .cr p {
  padding: 10px 2px;
  font-size:13px;
  background: #ffffff;
  border: solid #E9546B 2px;
  text-align: center;
  line-height:1.2;
  letter-spacing: -0.4px;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img input[type="checkbox"] + label .box .cr .info .cr p {
    padding: 15px 2px;
    font-size:15px;
    width: 95px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
  }
}


.input-img input[type="checkbox"]  {
  width: 100%;
}

label .box .cl img{
  width: 100%;
}

.input-img input[type="checkbox"] + label .box .cl .price {
  text-align:center;
  padding:0 0 0 0;
  margin:0;
  font-size:14px;
  font-weight:bold;
}

.input-img .logo{
  text-align: center;
  background-color: #ffffff;
}
.input-img .logo-differ{
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img .logo-differ{
    width: 170px;
    height: 50px;
    text-align: center;
    margin-right: 20px;
    line-height: 65px;
  }
}

.input-img .logo-differ img{
  padding-top: 5px;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .input-img .logo-differ img{
    width: 100px;
    padding-top: 0;
  }
}



  /*チェック時の挙動

  .input-img input[type="checkbox"]:checked {
    background-image: url(../img/input-img-hover.png);
  }

  .input-img input[type="checkbox"] + label {
    margin-top: -.2em;
    line-height: 1.5;
  }

  .input-img input[type="checkbox"]:checked + label {
    font-weight: bold;
  }
  .input-img label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    width: 100%;
  }
  */


/*head-title */
.end-block {
  margin-top: 2em;
}
.head-title {
  font-size: 20px;
}


/*-----------------------------------------------
event-omikuji
-------------------------------------------------*/

.p-15-inner {
  padding-right: 15px;
  padding-left: 15px;

  position: relative;
  z-index: 1;
}

hr.border-round {
  position: relative;
  margin: 1.5em 0;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #FFF;
  height: 1px;
  overflow: unset;
}
hr.border-round::before ,
hr.border-round::after {
  content: "";
  position: absolute;
  background: #FFF;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: block;
  top: 0;
  margin-top: -3px;
}
hr.border-round::before {
  left: 0;
}
hr.border-round::after {
  right: 0;
}


.deco-tit span ,
.deco-tit {
  position: relative;
  display: flex;
  justify-content: center;
}
.deco-tit span::before ,
.deco-tit span::after ,
.deco-tit::before ,
.deco-tit::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  height: 5px;
  top: 50%;
  margin-top: 10px;
}
.deco-tit::before ,
.deco-tit::after {
  flex-grow: 1;
  background-image: url("../img/deco-tit-01.png");
  background-size: 140px 5px;
}
.deco-tit::before {
  left: 0;
}
.deco-tit::after {
  right: 0;
  transform:rotate(180deg);
}
.deco-tit span {
  font-weight: bold;
}
.deco-tit span::before ,
.deco-tit span::after {
  background-image: url("../img/deco-tit-02.png");
  background-size: 5px 5px;
  width: 5px;
}
.deco-tit span::before {
  margin-right: 1em
}
.deco-tit span::after {
  margin-left: 1em
}

.f-small {
  font-size: 12px;
}

.event-detail .box {
  padding: 0 1em 3em;
}
.gift-list {
  font-size: 16px;
  display: table;
  margin: auto;
}
.gift-list li {
  font-weight: bold;
}

[class*="pict-mypage"] {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/* アンケート結果 */

.pc { display:block; }
.sp { display:none; }
@media screen and (max-width: 480px) {
   .pc { display:none; }
   .sp { display:block; }
}

@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .background-pc{
    width: 800px;
    background-color: #F9ECDA;
    border-left: solid #004471 10px;
    border-right: solid #004471 10px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

.lank-group{
  display: flex;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .lank-group{
    padding: 0 10px 0 0;
  }
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .lank-group.-top{
    width: auto;
    margin: 20px 0 0 10px;
  }
}

.crown{
  width: 20%;
  padding: 50px 0 ;
  margin: auto 20px auto 0;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .crown{
    width: 50px;
    font-size: 21px;
    margin: auto 20px auto 10px;
  }
}

.crown.-first{
  background-image: url(../img/icon_top.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50% 20%;

}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .crown.-first{
    background-size: 30px;
    width: 50px;
  }
}

.crown.-second{
  background-image: url(../img/icon_second.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .crown.-second{
    background-size: 30px;
  }
}

.crown.-third{
  background-image: url(../img/icon_third.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .crown.-third{
    background-size: 30px;
  }
}

.result-detail{
  padding: 20px 0;
  text-align: left;
  width: 80%;
  line-height: 20px;
  margin: auto 0;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .result-detail{
    width: 250px;
    line-height: 28px;
  }
}
@media (min-width: 481px){
.lank-group.-top .result-detail {
    width: auto;
    padding: 20px 0px;
    text-align: left;
}
}

.result-detail strong{
  font-weight: bold;
  font-size: 15px;
  display: block;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .result-detail strong{
    font-size: 21px;
  }
}

.result-detail span{
  font-size: 11px;
  display: block;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .result-detail span{
    font-size: 15px;
    display: inline;
  }
}

.result{
  width: 90%;
  margin: auto;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .result.-top{
    margin: auto;
    border-bottom: #ccc dotted 1px;
  }
}


.border-dotted{
  border-bottom: #ccc dotted 1px;
}

@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .border-dotted {
    border-bottom: none;
  }
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .border-dotted.-right {
    border-right: dotted 1px #ccc;
  }
}


@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .lank-flex{
    display: flex;
    width: 680px;
    margin: auto;
    border-bottom: #ccc dotted 1px;
  }
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .lank-flex:last-child{
    border-bottom:none;
  }
}



.result-title {
  font-weight: bold;
  font-size: 15px;
  background: #E9546B;
  color: #ffffff;
  padding: 0.4em .5em;
  margin: 2em 0 1em;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .result-title{
    font-size: 23px;
    width: 660px;
    padding: 15px;
    margin: auto;
  }
}


.result-title span{
  font-size: 14px;
  letter-spacing: 0;
}
@media (min-width: 481px) {
  div#sidebar { width: 240px }
  .result-title span{
    font-size: 18px;
  }
}




.app-title img{
  width: 95%;
}

.appdownload{
margin: 50px auto 40px;
}
.app-title{
margin-bottom: 20px;
}

.app-btn img{
max-width:270px;
}
@media (min-width: 481px) {
div#sidebar { width: 240px }
.app-btn img{
  max-width:280px;
  margin-right: 10px;
}
}


@media (min-width: 481px) {
div#sidebar { width: 240px }
.app-btn a{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
}


