@charset "utf-8";

/*
 バレンタイン2022
-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* テンプレ */
.pickup-main-text{width: 100%;}
img {
  -webkit-backface-visibility: hidden;
}
#specialsMainImage{
  font-size: 0;
  line-height: 0;
  text-align:center;
}
#specialsMainImage img{
  width: 100%;
  height: auto;
}

#specialsPageLink{
	display: block;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 35px auto 0;
	width: 1094px;
}
#specialsPageLink li{
	display: inline-block;
	width: calc(20% - 14px);
	margin: 10px 7px 0;
}
#specialsPageLink li a{
	display: table;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	background: -webkit-linear-gradient(
    left,
    #3B2621 0%,
    #71544E 100%
  );
  background: linear-gradient(
    to right,
    #3B2621 0%,
    #71544E 100%
  );
  transition-property: opacity,filter;
  transition: 0.2s linear;
  width: 100%;
  height: 114px;
}
#specialsPageLink li a:hover{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
#specialsPageLink li a span{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
	border-bottom:solid #d78c90 3px;
	border-radius: 5px;
  padding: 1em;
	position: relative;
}
#specialsPageLink li a span::after{
	content: "▼";
  text-align: center;
	font-size: 1em;
	line-height: 40px;
	color: #3a2621;
	width: 40px;
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	right: 0;
	top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.5);
     -moz-transform: translate(0, -50%) scale(0.5);
      -ms-transform: translate(0, -50%) scale(0.5);
          transform: translate(0, -50%) scale(0.5);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
#specialsPageLink li:last-child a span::after{
  color: #705728;
}

/* //テンプレ */
/* #valentineContent */
#valentineContent{
	margin: 55px auto 0;
	text-align: left;
}
#valentineContent h2{
  margin-top: 60px;
  color: #3B2621;
	font-size: 30px;
  line-height: 1.2em;
  padding-top: 130px;
  height: 203px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url("../img/ttl_pc.jpg") center top no-repeat;
}
#valentineContent h2 span{
	font-size: 30px;
  line-height: 1.2em;
}
.valentineRead{
  text-align: center;
  font-size: 16px;
  margin-top: 2em;
}
.caption{
	margin-top: 20px;
	line-height: 1.4em;
}
.valentineList{
	letter-spacing: -0.3em;
	margin: 0 20px;
}
.valentineProduct{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 40px 20px 0;
	width: calc(50% - 40px);
  color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.valentineProduct .image{
  font-size: 0;
  line-height: 0;
}
.valentineProduct .image img{
	width: 100%;
	height: auto;
}
.valentineProduct .fast{
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 10px;
  padding-left: 70px;
  text-indent: -70px;
  padding-top: 5px;
}
.valentineProduct .fast img{
  height: 23px;
  width: auto;
  vertical-align: top;
  margin-top: -5px;
}
.valentineProduct .logoUnit{
  display: flex;
  gap: 16px;
}
.valentineProduct .logo{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
  position: relative;
}
.valentineProduct .logo.column{
  display: block;
}
.valentineProduct .logo .image{
  padding-right: 10px;
  max-width: 120px;
}
.valentineProduct .logo .image img{
  max-width: 100%;
  width: auto;
  height: auto;
}
.valentineProduct .logo p{
	font-weight: bold;
  padding-top: 1em;
  line-height: 1.2em;
  font-size: 10px;
}
.valentineProduct .logo .floor{
  display: inline-block;
  color: #fff;
  padding: 0.3em 0.7em;
  margin-bottom: 1em;
}
.valentineProduct .logo .event{
  font-size: 12px;
  position: absolute;
  font-weight: bold;
  left: 130px;
  top: 0;
  border-top:solid 2px #3B2621;
  border-bottom:solid 2px #3B2621;
  background:url("../img/bg_dot.png");
  padding: 2px 0;
}
.valentineProduct .logo .event div{
  padding: 0.3em 0.5em 0.3em 0.3em;
  position: relative;
  border-right:solid 2px #3B2621;
  border-left:solid 2px #3B2621;
}
.valentineProduct .logo .event div::before,
.valentineProduct .logo .event div::after{
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7d3d2;
}
.valentineProduct .logo .event div::before{
  width: 2px;
  height:100%;
  right: -6px;
  bottom: -4px;
}
.valentineProduct .logo .event div::after{
  width: calc(100% + 4px);
  height: 2px;
  bottom: -8px;
  left: 2px;
}
.valentineProduct .logo .floor.higashi{background-color: #b39bd5}
.valentineProduct .logo .floor.nishi{background-color: #51C0A9}
.valentineProduct .logo .event .floor{background-color:#3B2621;margin-right: 0.5em;margin-bottom: 0;}
.valentineProduct .name{
	color: #71152E;
	margin-top: 25px;
}
.valentineProduct .name a{
	color: #71152E;
}
.valentineProduct .logo + .name{
	margin-top: 20px;
}
.valentineProduct .price{
	margin-top: 10px;
}
.valentineProduct .name,
.valentineProduct .price{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
}
.valentineProduct .name span,
.valentineProduct .price span{
	font-size: 16px;
}
.valentineProduct .price.dot{
  padding-left: 2em;
  text-indent: -1em;
}
.valentineProduct .priceCaption{
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4em;
}
.valentineProduct .price.dot + .priceCaption{
  padding-left: 2.6em;
}
.valentineProduct .detaBtn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    list-style: none;
  margin-top: 20px;
}
.wide .valentineProduct .detaBtn li{
  width: 480px;
}
.valentineProduct .detaBtn li a{
  display: block;
  width: 100%;
}
.valentineProduct .detaBtn li a img{
  width: 100%;
  height: auto;
}
.valentineProduct .ekinaka{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  list-style: none;
  font-size: 0;
  line-height: 0;
  margin-top: 7px;
}
.valentineProduct .ekinaka li{
  width: 49.6%;
}
.valentineProduct .ekinaka li a{
  display: block;
  width: 100%;
}
.valentineProduct .ekinaka li a img{
  width: 100%;
  height: auto;
}
.valentineProduct .valentineProductinner{
  width: 100%;
}
.valentineProduct .valentineProductinner .detaUnit > li{
  position: relative;
}
.valentineProduct .valentineProductinner .detaUnit .ekinaka{
  position: absolute;
  right: 0;
  top: 0;
}
/* specialsToTop */
.specialsToTop{
	margin-top: 40px;
	text-align: right;
}
.specialsToTop a{
	display: inline-block;
	margin-left: auto;
	width: 40px;
	height: 40px;
}
.specialsToTop a img{
	width: 40px;
	height: 40px;
}


.colorBnr{
	margin-top: 40px;
	text-align: center;
}
.colorBnr a{
	display: block;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background-color: #349fe8;
	position: relative;
	padding: 1em;
	line-height: 1.2em;
	font-size: 16px;
	margin: 0 auto;
	max-width: 600px;
}
.colorBnr a::after{
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
	right: 0.7em;
	top: calc(50% - 0.3em);
}
/* .specialsBnr */
.specialsBnr{
  font-size: 0;
  line-height: 0;
  margin: 20px auto 0;
  width: 1080px;
  text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
/* .valentineBottomCaption */
.valentineBottomCaption{
  text-align: left;
  margin-top: 60px;
  font-size: 80%;
  list-style: none;
}
.valentineBottomCaption li{
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em;
}
/* PC用 */
@media print, screen and (min-width:769px) {
  .spVer{display: none;}
  #specialsMainImage{
    margin: 50px auto 0;
		width: 1080px;
  }
  .specialsBnr a img{
    height: 165px;
    width: auto;
  }
	#valentineContent{
		width: 1080px;
	}
  .valentineProduct.unit{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .valentineProduct .valentineProductinner{
    background: url("../img/line_dot.png") left bottom repeat-x;
    -moz-background-size: auto 3px;
    background-size: auto 3px;
    padding-bottom:35px;
  }
  .valentineProduct.wide .valentineProductinner .deta{
    padding:10px 15px 0;
  }
  .valentineProduct.wide .valentineProductinner .image + .deta{
    padding:15px 15px 0;
  }
  .valentineProduct.wide.unit .valentineProductinner .deta{
    width: 640px;
  }
  .valentineProduct .valentineProductinner .deta{
    margin-top: 20px;
  }
  .valentineProduct.wide{
    width: calc(100% - 40px);
  }
  .valentineProduct.wide .valentineProductinner .image{
    width: 100%;
  }
  .valentineProduct.wide .valentineProductinner .image > div{
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .valentineProduct.wide .valentineProductinner + .valentineProductinner .image{
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
  }
  .valentineProduct.wide .valentineProductinner + .valentineProductinner .image > div{
    margin-left: auto;
  }
  .valentineProduct.wide .valentineProductinner .image img{
    width: 100%;
    height: auto;
  }
  .valentineProduct.wide .valentineProductinner > div > *:first-child{
    margin-top: 0;
  }
  .valentineProduct.unit .valentineProductinner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .valentineProduct.unit .valentineProductinner > .image{
    width: 340px;
  }
  .valentineProduct.unit .valentineProductinner .deta{
    width: 160px;
    padding:0 0 0 20px !important;
    margin-top: 0;
  }
  .valentineProduct.unit .valentineProductinner > div > *:first-child{
    margin-top: 0;
  }
  .valentineProduct .valentineProductinner .nameUnit{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .valentineProduct .valentineProductinner .nameUnit > p{
    width: 50%;
    vertical-align: top;
    margin: 0;
  }
  .valentineProduct .valentineProductinner .detaUnit{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .valentineProduct .valentineProductinner .detaUnit > li{
    width: 460px;
    display: block;
    margin-top: 20px;
    padding-right: 105px;
    min-height: 95px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .valentineProduct .valentineProductinner .detaUnit.unit3 > li{
    width: 300px;
  }
  .valentineProduct .valentineProductinner .detaUnit > li > *:first-child{
    margin-top: 0;
  }
  .valentineProduct .ekinaka{
    width: 200px;
  }
  .valentineProduct .valentineProductinner .detaUnit > li .ekinaka{
    width: 95px;
    margin-top: 0;
  }
  .valentineProduct .valentineProductinner .detaUnit > li .ekinaka > li{
    width: 100%;
  }
}

/* SP用 */
@media screen and (max-width:768px) {
	.pickup-main-box,.pickup-main-text{padding: 0;}
  .pcVer{display: none;}
  #specialsMainImage{
    margin: 0;
  }
  /* .specialsBnr */
  .specialsBnr{
    margin: 20px 25px 0;
    text-align: center;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -ms-flex-pack:distribute;
      justify-content:space-between;
      flex-wrap: wrap;
      width: calc(100% - 50px);
  }
  .specialsBnr a{width: 100%;margin-top: 10px;}
  .specialsBnr img{
    width: 100%;
    height: auto;
  }
  #specialsPageLink{
    margin: 35px 10px 0;
      width: calc(100% - 20px);
    text-align: left;
  }
  #specialsPageLink li{
    width: calc(50% - 10px);
    margin: 5px 5px 0;
  }
  #specialsPageLink li a{
    line-height: 1.2em;
    text-align: center;
    display: table;
    width: 100%;
    height: 14vw;
  }
  #specialsPageLink li a span{
    display: table-cell;
    vertical-align: middle;
    padding:0 1em;
    line-height: 1.2em;
    font-size: 3.2vw;
  }
  #specialsPageLink li a span::after{
    content: "▼";
    font-size: 0.8em;
    line-height: 5.2vw;
    color: #3A2621;
    width: 5.2vw;
    background-color: #fff;
    border-radius: 2.6vw;
    position: absolute;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0.5);
       -moz-transform: translate(0, -50%) scale(0.5);
        -ms-transform: translate(0, -50%) scale(0.5);
            transform: translate(0, -50%) scale(0.5);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  #valentineContent{
    margin: 40px 15px 0;
  }
  .caption{
    font-size: 12px;
  }
  #valentineContent h2{
    margin: 45px -15px 0;
    font-size: 5.8vw;
    height: auto;
    padding-top: 14vw;
    background: url("../img/ttl_sp.jpg") center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  #valentineContent h2 span{
    font-size: 5.8vw;
    line-height: 1.6em;
  }
  .valentineRead{
    margin-top: 1em;
  }
  .valentineList{
    letter-spacing: -0.3em;
    margin: 0 -10px;
  }
  .valentineProduct{
    margin: 40px 10px 0;
    width: calc(100% - 20px);
  }
  .valentineProduct .valentineProductinner + .valentineProductinner{
    background: url("../img/line_dot.png") left top repeat-x;
    -moz-background-size: auto 3px;
    background-size: auto 3px;
    padding-top:30px;
  }
  .valentineProduct .valentineProductinner .deta{
    margin-top: 15px;
  }
  .valentineProduct .logoUnit{
    display: flex;
    gap: 0;
    margin-bottom: 0.5em;
  }
  .valentineProduct .logoUnit .logo .floor{
    margin-bottom: 0.3em;
  }
  .valentineProduct .logo .image{
    width: 70px;
    padding-right: 5px;
  }
  .valentineProduct .logo .event{
    left: 75px;
    border-top:solid 1px #3B2621;
    border-bottom:solid 1px #3B2621;
    background:url("../img/bg_dot.png");
    -moz-background-size: 184px auto;
    background-size: 184px auto;
    padding: 1px 0;
  }
  .valentineProduct .logo .event .floor{font-size: 10px;margin-right: 0.3em;}
  .valentineProduct .logo .event div{
    padding: 0.1em 0.5em 0.1em 0.3em;
    font-size: 12px;
    border-right:solid 1px #3B2621;
    border-left:solid 1px #3B2621;
  }
  .valentineProduct .logo .event div::before{
    width: 1px;
    height:100%;
    right: -4px;
    bottom: -2px;
  }
  .valentineProduct .logo .event div::after{
    width: calc(100% + 4px);
    height: 1px;
    bottom: -5px;
    left: 0px;
  }
  .valentineProduct .name,
  .valentineProduct .price{
    margin-top: 10px;
  }
  .valentineProduct .detaBtn li{
    width: 48%;
  }
  .valentineProduct.unit .image{
    text-align: center;
  }
  .valentineProduct.unit img{
    max-width: 60%;
    max-height: 100vw;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .valentineProduct .valentineProductinner .detaUnit{
    display: block;
  }
  .valentineProduct .valentineProductinner .detaUnit > li{
    margin-top: 20px;
    display: block;
    padding-right: 27vw;
    min-height: 25vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .valentineProduct .valentineProductinner .detaUnit > li > *:first-child{
    margin-top: 0;
  }
  .valentineProduct .ekinaka{
    width: 50vw;
  }
  .valentineProduct .valentineProductinner .detaUnit > li .ekinaka{
    width: 25vw;
    margin-top: 0;
  }
  .valentineProduct .valentineProductinner .detaUnit > li .ekinaka > li{
    width: 100%;
  }
  .colorBnr a{
    font-size: 14px;
  }
}

#valentineMap{
  text-align: center;
}
#valentineMapList{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
#valentineMapList ul{
  list-style: none;
  display: block;
  padding-left: 0;
}
#valentineMapList ul li{
  display: table;
  width: 100%;
  position: relative;
  text-align: left;
  margin-top: 0.5em;
}
#valentineMapList ul li .number{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 0.3em;
  width: 1em;
  line-height: 1em;
  background-color: #e92c56;
}
#valentineMapList div:nth-of-type(2n) ul li .number{
  background-color: #73371d;
}
#valentineMapList ul li .logo,
#valentineMapList ul li p{
  display: table-cell;
  vertical-align: middle;
}
#valentineMapList ul li .logo img{
  width: 100%;
  height: auto;
}
#valentineMapList ul li p{
  width: 100%;
}
#valentineMapList ul li p a{
  font-weight: bold;
  text-decoration: none;
  color: #e92c56;
}
#valentineMapList div:nth-of-type(2n) ul li p a{
  color: #73371d;
}
#valentineBnrUnit{
list-style: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin-top: 60px;
}
#valentineBnrUnit li{
  width: 530px;
}
#valentineBnrUnit a{display: inline-block;}
#valentineBnrUnit img{
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  #valentineBnrUnit li{
    width: 100%;
    margin-top: 20px;
  }
}

/* PC用 */
@media print, screen and (min-width:769px) {
  #valentineMap{
    margin: 20px 0 60px;
  }
  #valentineMapList > div{
    width: 45%;
  }
  #valentineMapList h3{
    margin-top: 30px;
  }
  #valentineMapList ul{
    border-bottom: dotted 4px #ccc;
    padding-bottom: 30px;
  }
  #valentineMapList ul li{
    padding-left: 90px;
  }
  #valentineMapList ul li .number{
    font-size: 24px;
  }
  #valentineMapList ul li .logo{
    padding-right: 20px;
    width: 100px;
    min-width: 100px;
  }
}

/* SP用 */
@media screen and (max-width:768px) {
  #valentineMap{
    margin: 20px 0 40px;
  }
  #valentineMapList > div{
    width: 100%;
  }
  #valentineMapList h3{
    margin-top: 20px;
  }
  #valentineMapList ul{
    border-bottom: dotted 3px #ccc;
    padding-bottom: 20px;
  }
  #valentineMapList ul li{
    padding-left: 50px;
  }
  #valentineMapList ul li .number{
    font-size: 16px;
  }
  #valentineMapList ul li .logo{
    padding-right: 10px;
    width: 60px;
    min-width: 60px;
  }
}

