<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.view_timer{display:none;}

html, body {
  color: #333;
  /*background: #dde9fb;*/ /* #efebdb */
  padding-bottom: 5px !important;
}

* {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro W6","游ゴシック", "Yu Gothic", sans-serif;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  margin: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0
}

.fade {
  opacity: 1;
  transition: opacity 0.2s linear;
  backface-visibility: hidden
}

.fade:hover {
  opacity: .6
}

.image_mouseover{
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  display: block;
}

.image_mouseover img{
  display: block;
  transition-duration: 0.5s;
}

.pc-hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-hide {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none !important;
  }
}

.pc-br {
  display: block
}

.pc_only{
  display: block;
}

.sp_only{
  display: none;
}

.landscape_only{
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: inline
  }

  .pc_only{
    display: none;
  }

  .sp_only{
    display: block;
  }
}

@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
  .landscape_only{
    display: block;
  }
}

.sp-br{
  display:none;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block
  }
}

img.resize {
  width: 100%;
  height: auto
}

img.responsive {
  width: auto;
  height: auto;
  max-width: 100%
}

p {
  line-height: 1.555em;
  margin-top: 0.555em;
  margin-bottom: 0.555em
}

.black {
  color: #333
}

.white {
  color: #fff
}

.red {
  color: #ca2b2a;
}

.ft12 {
  font-size: 12px
}

@media screen and (max-width: 767px) {
  .ft12 {
    font-size: 10px
  }
}

.ft13 {
  font-size: 13px
}

@media screen and (max-width: 767px) {
  .ft13 {
    font-size: 11px
  }
}

.ft14 {
  font-size: 14px
}

@media screen and (max-width: 767px) {
  .ft14 {
    font-size: 13px
  }
}

.ft15 {
  font-size: 15px
}

@media screen and (max-width: 767px) {
  .ft15 {
    font-size: 13px
  }
}

.ft16 {
  font-size: 16px
}

@media screen and (max-width: 767px) {
  .ft16 {
    font-size: 14px
  }
}

.ft17 {
  font-size: 17px
}

@media screen and (max-width: 767px) {
  .ft17 {
    font-size: 15px
  }
}

.ft18 {
  font-size: 18px
}

@media screen and (max-width: 767px) {
  .ft18 {
    font-size: 16px
  }
}

.ft19 {
  font-size: 19px
}

@media screen and (max-width: 767px) {
  .ft19 {
    font-size: 17px
  }
}

.ft20 {
  font-size: 20px
}

@media screen and (max-width: 767px) {
  .ft20 {
    font-size: 18px
  }
}

.ft21 {
  font-size: 21px
}

@media screen and (max-width: 767px) {
  .ft21 {
    font-size: 19px
  }
}

.ft22 {
  font-size: 22px
}

@media screen and (max-width: 767px) {
  .ft22 {
    font-size: 20px
  }
}

.ft23 {
  font-size: 23px
}

@media screen and (max-width: 767px) {
  .ft23 {
    font-size: 21px
  }
}

.ft24 {
  font-size: 24px
}

@media screen and (max-width: 767px) {
  .ft24 {
    font-size: 22px
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em
}

a {
  color: #333
}

a:hover {
  text-decoration: none
}

/* ---------------------------------------------------------------------------------------------
   ヘッダー
--------------------------------------------------------------------------------------------- */
header {
  max-width: 950px;
  margin: 0 auto;
}

.logo_box {
  width: 100%;
  margin: 2% auto;
}

.logo_box .logo {
  width: 100%;
  background: #ffffff;
}

.logo_box .logo img {
  width: 20%;
}

.logo_box2 {
  width: 100%;
  margin: 0 auto;
  padding: 2% 2% 0 2%;
  background: #3a6ab1;
}

.logo_box2 .inner {
  background: #ffffff;
}

.dashed{
  background-image : linear-gradient(to right, #3a6ab1 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x; 
  background-position: left bottom;
}

.logo_box2 .inner .logo {
  width: 100%;
  text-align: center;
  background: #ca2b2a;
}

.logo_box2 .inner .logo img {
  width: 100%;
  margin: 0 auto;
  /* padding: 2%; */
  /* background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img/bg.png); */
  /* background-repeat: repeat; */
}

.logo_box2 .date {
  width: 100%;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  padding: 0.6rem 0.8rem 0.8rem;
  background: #000000;
}

.cho2_ttl {
  margin: 0 auto 2%;
  max-width: 640px;
}

@media screen and (max-width: 767px) {
  .logo_box {
    width: 100%;
    margin: 0 auto 4%;
  }

  .logo_box .logo img {
    width: 40%;
    padding: 2%;
  }

  .logo_box2 {
    width: calc(100% - 10px);
  }

  .logo_box2 .inner .logo img {
    /* padding: 3% 2% 4%; */
    /* background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img/bg_sp.png); */
  }

  .logo_box2 .date {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .cho2_ttl {
    margin: 0 auto 4%;
  }
}

.event {
  width: 100%;
  margin: 0 auto;
  padding: 0 2% 2% 2%;
  background: #3a6ab1;
}

.event .inner {
  background: #ffffff;
}

.event .inner ul {
  width: 100%;
  /* background: #ffffff;  */
  margin: 0 auto;
  padding: 2%;
  line-height: 1.5;
}

.list_triangle {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.list_triangle &gt; li {
  position: relative;
  /* padding: 0px 0px 0px 1em; */
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  /* border: solid 4px #ca2b2a; */
}

.list_triangle &gt; li:last-child{
  margin-bottom: 0;
}

.anchor a.btn {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #ca2b2a;
  border-radius: 0.5rem;
}

.anchor a.btn-border {
  position: relative;
  margin-bottom: 12px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

.anchor a.btn-border .menu {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.8rem 0.5rem;
  color: #ca2b2a;
  border: 2px solid #ca2b2a;
  border-radius: 0.5rem;
  background: #fbf152;
}

.anchor a.btn-border .menu::before {
  position: absolute;
  content: "";
  bottom: 24%;
  right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ca2b2a;
  z-index: 3;
}

.anchor a.btn-border .menu::after {
  position: absolute;
  content: "";
  bottom: 37%;
  right: 22.5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #fbf152;
  border-bottom: 0;
  z-index: 4;
}

.anchor a.btn-border .menu .anchor_icon {
  width: 5%;
  margin-right: 1%;
}

.anchor a.btn-border .menu .anchor_txt {
  width: 94%;
}

.anchor a.btn-border::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #ca2b2a;
  border-top: 1px solid #ca2b2a;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #ca2b2a,
    #ca2b2a 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #ca2b2a,
    #ca2b2a 1px,
    transparent 2px,
    transparent 5px
  );
  /*background-size: 7px 7px;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anchor a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.anchor a.btn-border:hover::before {
  bottom: -5px;
}

.anchor a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

.anchor a.btn-border:active::before {
  bottom: -1px;
}

/*.list_triangle &gt; li a {
  color: #ca2b2a;
  font-weight: bold;
  display: flex;
}*/

/*.list_triangle &gt; li a::after {
  position: absolute;
  top: 46%;
  right: 14px;
  border-style: solid;
  border-width: 12px 12px 0 12px; /* 8px 6px 0 6px */
  /*border-color: #ca2b2a transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
} */

/*.list_triangle &gt; li a .anchor_icon {
  width: 8%;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0.3em;
}*/

/*.list_triangle &gt; li a .anchor_txt {
  width: 92%;
  background: #f5d6d6;
  display: flex;
  align-items: center;
  padding: 0.3em 0.3em 0.3em 0.5em;
}*/

.cho2 {
  width: 100%;
  padding:2%;
  background: #ffffff;
  display: inline-block;
  text-align: center;
}

.cho2_txt {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 0.8rem;
  line-height: 1.2;
}

.btn_red a {
  width: 50%;
  line-height: 130%;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  margin: 0.5% auto 0;
  padding: 10px;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  background: #ca2b2a;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 2px 3px #700706;
}

.arrow_cho2 {
  position: relative;
}

.arrow_cho2::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .event {
    width: calc(100% - 10px);
  }

  .event .inner ul {
    line-height: 1.8;
  }

  .list_triangle &gt; li {
    font-size: 0.9rem;
  }

  .anchor a.btn {
    font-size: 0.9rem;
  }

  .anchor a.btn-border .menu::before {
    bottom: 27%;
    right: 10px;
    width: 28px;
    height: 28px;
  }

  .anchor a.btn-border .menu::after {
    bottom: 38%;
    right: 16.5px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #fbf152;
  }

  .anchor a.btn-border .menu .anchor_icon {
    width: 10%;
    margin-right: 2%;
  }

  .anchor a.btn-border .menu .anchor_txt {
    width: 89%;
  }

  /*.list_triangle &gt; li a::after {
    top: 42%;
    border-width: 8px 6px 0 6px;
  }

  .list_triangle &gt; li a .anchor_icon {
    width: 16%;
    padding: 0.5em;
  }

  .list_triangle &gt; li a .anchor_txt {
    width: 84%;
    padding: 0.5em;
  }*/

  .cho2_txt {
    font-size: 1.2rem;
    margin: 0 auto 0.3rem;
  }

  .btn_red a {
    width: 90%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .anchor a.btn-border .menu::before {
    bottom: 20%;
    right: 10px;
    width: 28px;
    height: 28px;
  }

  .anchor a.btn-border .menu::after {
    bottom: 37%;
    right: 16.5px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #fbf152;
  }
}

/* ---------------------------------------------------------------------------------------------
   slick
--------------------------------------------------------------------------------------------- */
.full .img {
  width: 100%;
  /*height: auto;*/
  object-fit: cover;
  /*max-height: 100vh;*/
}

@media screen and (max-width: 767px) {
  .full .img {
    width: 100%;/*width: inherit;*/
    height: 100vh;
    object-fit: cover;
    max-width: none;
  }
}

/* ---------------------------------------------------------------------------------------------
   Main Visual
--------------------------------------------------------------------------------------------- */
.head_text{
  position: absolute;
  width:46%;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .head_text{
    width:43%;
    top: 8%;
  }
}

@media screen and (orientation: portrait) {
  .head_text{
    width:80%;
    top: 20%;
  }
}

/* ---------------------------------------------------------------------------------------------
   Accessary
--------------------------------------------------------------------------------------------- */

.title_border {
  display: flex;
  align-items: center;
}

.title_border:before,
.title_border:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #000000;
}

.title_border:before {
  margin-right: 1rem;
}

.title_border:after {
  margin-left: 1rem;
}

/* ---------------------------------------------------------------------------------------------
   CONTENTS
--------------------------------------------------------------------------------------------- */
#Contents{
  padding: 0 0 50px 0;
  width: 100%;
}

h3.ttl_design {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ca2b2a;
  max-width: 950px;
  margin: 0 auto 2%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #ca2b2a;
  /* box-shadow: 3px 3px #700706; */
  display: flex;
}

h3.ttl_design .anchor_icon {
  width: 8%;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0.3em;
}

h3.ttl_design .anchor_txt {
  width: 92%;
  background: #f5d6d6;
  display: flex;
  align-items: center;
  padding: 0.3em 0.3em 0.3em 0.5em;
}

h4.ttl_design {
  position: relative;
  width: 100%;
  margin: 0 auto 1.5%;
  padding: 1.5rem 1.5rem;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(135deg, #e63c3c 25%, #ca2b2a 0, #ca2b2a 50%, #e63c3c 0, #e63c3c 75%, #ca2b2a 0);
  background: linear-gradient(-45deg, #e63c3c 25%, #ca2b2a 0, #ca2b2a 50%, #e63c3c 0, #e63c3c 75%, #ca2b2a 0);
  background-size: 20px 20px;
  /* box-shadow: 3px 3px #700706; */
}

h3.s_ttl#medama {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 auto 1.5%;
}

h3.s_ttl {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 auto 3%;
}

h3.s_ttl::before {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 5.5%;
  min-height: 30px;
  content: "";
  background: #ca2b2a;
}

h3.s_ttl img {
  width: 60%;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #Contents {
    padding: 0 0 50px 0;
    width: 100%;
  }

  h3.ttl_design {
    margin: 0 auto 6%;
  }

  h3.ttl_design .anchor_icon {
    width: 16%;
    padding: 0.2em;
  }
  
  h3.ttl_design .anchor_txt {
    width: 84%;
    padding: 0.2em 0.2em 0.2em 0.4em;
    font-size: 1rem;
  }

  h4.ttl_design {
    position: relative;
    width: 100%;
    margin: 0 auto 4%;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  h3.s_ttl#medama {
    margin: 0 auto 3%;
  }

  h3.s_ttl {
    margin: 0 auto 6%;
  }

  h3.s_ttl img {
    width: 90%;
  }
}

#Contents .inner {
  max-width: 950px;
  padding: 40px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #Contents .inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 5.34vw;
  }
}

#Contents h2{
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #000000;
  padding-left: 60px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img/icon_flag.png) no-repeat;
}

#Contents h2 span{
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.1em;
  display: block;
  text-shadow: 2px 2px 2px #000000, -2px 2px 2px #000000, 2px -2px 2px #000000, -2px -2px 2px #000000, 2px 0px 2px #000000, 0px 2px 2px #000000, -2px 0px 2px #000000, 0px -2px 2px #7f4600;
  letter-spacing: 0.3em;
}

#Contents #brand h2{
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #000000;
  padding-left: 0;
  background: none;
}

@media screen and (max-width: 767px) {
  #Contents h2{
    font-size: 1.3rem;
    line-height: 1.4em;
    text-align: center;
    padding-left: 0;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img/icon_flag.png) no-repeat 34% 0;
  }

  #Contents h2 span{
    font-size: 1.6rem;
    line-height: 1.4em;
    letter-spacing: 0.25em;
  }

  #Contents #brand h2{
    font-size: 1.3rem;
    line-height: 1.4em;
    text-align: center;
    padding-left: 0;
    background: none;
  }
}

@media screen and (min-width:320px) and (max-width:480px){
  #Contents h2{
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img/icon_flag.png) no-repeat 19% 0;
  }
}

#Contents .box&gt;p {
  width: 330px;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .14em;
}

@media screen and (max-width: 767px) {
  #Contents .box&gt;p{
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

#Contents .box&gt;p b {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  line-height: 1.56;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #Contents .box&gt;p b{
    font-size: 1.2rem;
    margin-bottom: 1.602vw;
  }
}

#Contents #item_medama.box{
  width: 100%;
  margin-bottom: 100px;
  padding:2.8vw 0 2vw;
  background: #dde9fb; /* #efebdb */
}

@media screen and (max-width: 767px) {
  #Contents #item_medama.box{
    width: 100%;
    padding-bottom: 6vw;
    margin-bottom: 14.01vw;
  }
}

#Contents #item_coupon.box{
  width: 100%;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #Contents #item_coupon.box{
    width: 100%;
    margin-bottom: 8.01vw;
  }
}

#Contents #item_point.box{
  width: 100%;
  margin-bottom: 100px;
  padding: 2vw 0 2vw;;
  background: #dde9fb;
}

@media screen and (max-width: 767px) {
  #Contents #item_point.box{
    width: 100%;
    padding-bottom: 6vw;
    margin-bottom: 14.01vw;
  }
}

#Contents #premium_info.box{
  width: 80%;
  margin:3% auto 0;
}

@media screen and (max-width: 767px) {
  #Contents #premium_info.box{
    width: 100%;
    margin: 0 auto;
  }
}

#Contents #item_medama.box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

#Contents #item_medama.box ul li {
  width: 26%; /*30%*/
  margin: 0 3.6% 3vw; /*0 1.66666% 3vw*/
  display: flex;
}

#Contents #item_medama.box ul li a{
  width:100%;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

#Contents #item_medama.box ul li a:hover span img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

/*#Contents #item_medama.box ul li a::before{
  content: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img_2409/icon_giza.png);
  position: absolute;
  top: -6vw;
  right: -6vw;
  transform: scale(0.38);
  text-decoration: none;
  z-index: 2;
}*/

#Contents #item_medama.box ul li a .kangen{
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
  width: 6vw;
  height: 6vw;
  padding: 1.3vw 0.5vw 0.5vw 0.5vw;
  font-size: 1.4vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img_2506/icon_giza_01.png) no-repeat;
  background-position: top 1px right 0px;
  background-size: 6vw;
  text-decoration: none;
  z-index: 3;
}

#Contents #item_medama.box ul li a p{
  font-size: 1.1rem;
  line-height: 1.5;
  color: #3a6ab1;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px;
  /* text-decoration: underline; */
}

#Contents #item_medama.box ul li a:hover p{
  /* text-decoration: none; */
}

#Contents #item_medama.box ul li a p.price {
  color: #fbf152; /* #ca2b2a */
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
  margin-top: auto;

  position: relative;

  background: linear-gradient(transparent 40%, #fbf152 40%);

  text-shadow: 2px 2px 1.5px #000, -2px -2px 1.5px #000, -2px 2px 1.5px #000, 2px -2px 1.5px #000, 0 2px 1.5px #000,  0 -2px 1.5px #000, -2px 0 1.5px #000, 2px 0 1.5px #000;
}

#Contents #item_medama.box ul li a p.price span {
  font-size: 1rem;
}

.icon_bag {
  width: 10.5%;
  display: inline-block;
  margin: 0 0.5vw 0.5vw 0;
}

@media screen and (max-width: 767px) {
  #Contents #item_medama.box ul li {
    width: 44%;
    margin: 0 3% 9vw;
  }

  /*#Contents #item_medama.box ul li:nth-last-child(-n+2) { /* 最後から2つだけ */
    /*margin: 0 3% 0;
  }*/ /* 商品が6庫以上、奇数の場合、スマホでレイアウト崩れが起きるため、無効化 */

  /*#Contents #item_medama.box ul li a::before{
    top: -11.5vw;
    right: -11.5vw;
    transform: scale(0.38);
  }*/

  #Contents #item_medama.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 9.5vw;
    height: 9.5vw;
    padding: 2vw 0.5vw 0.5vw 0.5vw;
    background-size: 9.5vw;
    font-size: 1rem;
  }

  #Contents #item_medama.box ul li a p{
    font-size: 1rem;
    line-height: 1.5;
    padding: 2vw;
  }

  #Contents #item_medama.box ul li a p.price {
    font-size: 1.65rem;
  }

  .icon_bag {
    width: 12.5%;
    display: inline-block;
    margin: 0 0.5vw 1.1vw 0;
  }
}

@media screen and (max-width: 580px) {
  #Contents #item_medama.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 11vw;
    height: 11vw;
    padding: 1.8vw 0.5vw 0.5vw 0.5vw;
    background-size: 11vw;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  /*#Contents #item_medama.box ul li a::before{
    top: -22.5vw;
    right: -22.5vw;
    transform: scale(0.25);
  }*/

  .icon_bag {
    width: 17.5%;
    display: inline-block;
    margin: 0 1vw 1.6vw 0;
  }

  #Contents #item_medama.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 15.5vw;
    height: 15.5vw;
    padding: 3.0vw 0.5vw 0.5vw 0.5vw;
    background-size: 15.5vw;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 350px) {
  /*#Contents #item_medama.box ul li a::before{
    top: -26vw;
    right: -26vw;
    transform: scale(0.22);
  }*/

  .icon_bag {
    width: 17.5%;
    display: inline-block;
    margin: 0 1vw 1.6vw 0;
  }

  #Contents #item_medama.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 15.5vw;
    height: 15.5vw;
    padding: 3.0vw 0.5vw 0.5vw 0.5vw;
    background-size: 15.5vw;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 320px) {
  #Contents #item_medama.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 15.5vw;
    height: 15.5vw;
    padding: 3.0vw 0.5vw 0.5vw 0.5vw;
    background-size: 15.5vw;
    font-size: 0.8rem;
  }
}

/*special*/
#Contents #item_coupon_special.box ul{
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#Contents #item_coupon_special.box ul li{
  width: 100%;
  margin: 0 auto;
}

#Contents #item_coupon_special.box ul li a{
  width:100%;
  display: block;
  position: relative;
}

#Contents #item_coupon_special.box ul li a::before{
  content: "クーポン";
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0.5em;
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  background: #ca2b2a;
  text-decoration: none;
  z-index: 2;
}

/*live_commerce*/
#Contents #bn_live.box ul{
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#Contents #bn_live.box ul li{
  width: 100%;
  margin: 0 auto;
}

#Contents #bn_live.box ul li a{
  width:100%;
  display: block;
  position: relative;
}

.note {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}

/*other*/
#Contents #item_coupon_other.box ul{
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#Contents #item_coupon_other.box ul li{
  width: 49%;
  margin: 0 1.33333%;
}

#Contents #item_coupon_other.box ul li a{
  width:100%;
  display: block;
  position: relative;
}

#Contents #item_coupon_other.box ul li a::before{
  content: "クーポン";
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0.3em;
  font-size: 0.6rem;
  font-weight: bold;
  color: #ffffff;
  background: #ca2b2a;
  text-decoration: none;
  z-index: 2;
}

#Contents #item_coupon.box ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

#Contents #item_coupon.box ul li{
  width: 48%;
  margin: 0 1% 0;
}

#Contents #item_coupon.box ul li a{
  width:100%;
  display: block;
  position: relative;
}

/* #Contents #item_coupon.box ul li a:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
} */

#Contents #item_coupon.box ul li a::before{
  content: "クーポン";
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0.5em;
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  background: #ca2b2a;
  text-decoration: none;
  z-index: 2;
}

#Contents #item_coupon.box ul li a p{
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  padding: 10px;
}

#Contents #item_coupon.box ul.coupon_list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#Contents #item_coupon.box ul.coupon_list li{
  width: 100%;
  margin: 0 1.66666% 0;
  padding: 0;
  background: #3a6ab1;
  position: relative;
}

#Contents #item_coupon.box ul.coupon_list li::after{
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 40px 20px 30px 0px;
  border-color: transparent #efebdb;
  border-style: solid;
}

#Contents #item_coupon.box ul.coupon_list li a{
  width:100%;
  display: block;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 2.2rem;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#Contents #item_coupon.box ul.coupon_list li a::before{
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #efebdb;
}

#Contents #item_coupon.box ul.coupon_list li a span::before{
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  color: #3a6ab1;
  content: "\f105";/* angle-rightのUnicode */
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  /* special */
  #Contents #item_coupon_special.box ul{
    width: 100%;
  }

  #Contents #item_coupon_special.box ul li a::before{
    padding: 0.4em;
    font-size: 0.8rem;
  }

  /* live_commerce */
  #Contents #bn_live.box ul{
    width: 100%;
  }

  .note {
    font-size: 0.6rem;
  }

  /* other */
  #Contents #item_coupon_other.box ul{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom:6vw;
  }

  #Contents #item_coupon_other.box ul li {
    width: 98%;
    margin: 0 auto 6vw;
  }

  #Contents #item_coupon_other.box ul li:last-child {
    margin: 0 auto 0;
  }

  #Contents #item_coupon_other.box ul li a::before{
    padding: 0.4em;
    font-size: 0.8rem;
  }

  #Contents #item_coupon.box ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #Contents #item_coupon.box ul li {
    width: 98%;
    margin: 0 auto 6vw;
  }

  #Contents #item_coupon.box ul li:last-child {
    margin: 0 auto 0;
  }

  #Contents #item_coupon.box ul li a::before{
    padding: 0.4em;
    font-size: 0.8rem;
  }

  #Contents #item_coupon.box ul li a p{
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 2vw;
  }

  #Contents #item_coupon.box ul.coupon_list {
    flex-direction: column;
  }

  #Contents #item_coupon.box ul.coupon_list li {
    width: 100%;
  }

  #Contents #item_coupon.box ul.coupon_list li::after {
    border-width: 40px 19px 34px 0px;
  }

  #Contents #item_coupon.box ul.coupon_list li a {
    padding: 1.４rem 1.5rem 1.4rem 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  #Contents #item_coupon_special.box ul li a::before{
    padding: 0.4em;
    font-size: 0.6rem;
  }

  #Contents #item_coupon_other.box ul li a::before{
    padding: 0.4em;
    font-size: 0.6rem;
  }

  #Contents #item_coupon.box ul li a::before{
    padding: 0.4em;
    font-size: 0.6rem;
  }

  #Contents #item_coupon.box ul.coupon_list li::after {
    border-width: 45px 20px 43px 0px;
  }

  #Contents #item_coupon.box ul.coupon_list li a {
    padding: 1.1rem 1.5rem 1.1rem 2.2rem;
    line-height: 1.3;
  }
}

/***********************************/
#Contents #item_point.box ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

#Contents #item_point.box ul li{
  width: 20%;
  margin: 0 2.5% 2.5vw;
  display: flex;
}

#Contents #item_point.box ul li a{
  width:100%;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

#Contents #item_point.box ul li a:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

/*#Contents #item_point.box ul li a::before{
  content: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img_2409/icon_giza.png);
  position: absolute;
  top: -5.8vw;
  right: -5.8vw;
  transform: scale(0.38);
  text-decoration: none;
  z-index: 2;
}*/

#Contents #item_point.box ul li a .kangen{
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
  width: 6vw;
  height: 6vw;
  padding: 1.3vw 0.5vw 0.5vw 0.5vw;
  font-size: 1.4vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43798243/pc/yamada-au-sale/common/css/../../img_2506/icon_giza_01.png) no-repeat;
  background-position: top 1px right 0px;
  background-size: 6vw;
  text-decoration: none;
  z-index: 3;
}

.yellow_b {
  color: #ffff33;
  font-weight: bold;
}

#Contents #item_point.box ul li a p{
  font-size: 1rem;
  line-height: 1.5;
  color: #3a6ab1;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px;
  /* text-decoration: underline; */
}

/* #Contents #item_point.box ul li a:hover p{
  text-decoration: none;
} */

#Contents #item_point.box ul li a p.price {
  color: #fbf152; /* #ca2b2a */
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
  margin-top: auto;

  background: linear-gradient(transparent 40%, #fbf152 40%);

  text-shadow: 2px 2px 1.5px #000, -2px -2px 1.5px #000, -2px 2px 1.5px #000, 2px -2px 1.5px #000, 0 2px 1.5px #000,  0 -2px 1.5px #000, -2px 0 1.5px #000, 2px 0 1.5px #000;
}

#Contents #item_point.box ul li a p.price span {
  font-size: 0.8rem;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 767px) {
  #Contents #item_point.box ul li{
    width: 44%;
    margin:0 3% 9vw;
  }

  #Contents #item_point.box ul li:nth-last-child(-n+2) {
    margin:0 3% 6vw;
  }

  /*#Contents #item_point.box ul li a::before{
    top: -11.5vw;
    right: -11.5vw;
    transform: scale(0.38);
  }*/

  #Contents #item_point.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 9.5vw;
    height: 9.5vw;
    padding: 2vw 0.5vw 0.5vw 0.5vw;
    background-size: 9.5vw;
    font-size: 1rem;
  }

  #Contents #item_point.box ul li a p{
    font-size: 1rem;
    line-height: 1.5;
    padding: 2vw;
  }

  #Contents #item_point.box ul li a p.price {
    font-size: 1.65rem;
  }
}

@media screen and (max-width: 580px) {
  #Contents #item_point.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 11vw;
    height: 11vw;
    padding: 1.8vw 0.5vw 0.5vw 0.5vw;
    background-size: 11vw;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  /*#Contents #item_point.box ul li a::before{
    top: -22.5vw;
    right: -22.5vw;
    transform: scale(0.25);
  }*/

  #Contents #item_point.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 15.5vw;
    height: 15.5vw;
    padding: 3.0vw 0.5vw 0.5vw 0.5vw;
    background-size: 15.5vw;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 350px) {
  /*#Contents #item_point.box ul li a::before{
    top: -26vw;
    right: -26vw;
    transform: scale(0.22);
  }*/

  #Contents #item_point.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 15.5vw;
    height: 15.5vw;
    padding: 3.0vw 0.5vw 0.5vw 0.5vw;
    background-size: 15.5vw;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 320px) {
  #Contents #item_point.box ul li a .kangen{
    top: -5px;
    right: -5px;
    width: 15.5vw;
    height: 15.5vw;
    padding: 3.0vw 0.5vw 0.5vw 0.5vw;
    background-size: 15.5vw;
    font-size: 0.8rem;
  }
}

/******************************************/

.cate_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.cate_list a {
  display: flex;
  align-items: center;
  list-style: none;
  width: 23%;
  margin: 0 1% 1.5vw;
  padding: 10px 25px 10px 10px;
  background: #ca2b2a;

  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 130%;
  text-decoration:none;
  box-shadow: 3px 3px #700706;
}

/* .cate_list a:hover{
  background: #ba0b0a;
} */

.arrow_cate {
  position: relative;
}

.arrow_cate::after {
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";/* angle-rightのUnicode */
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -11px;
}

@media screen and (max-width: 767px) {
  .cate_list a {
    width: 44%;
    margin: 0 3% 5vw;
    font-size: 12px;
    line-height: 125%;
  }

  .cate_list a:nth-last-child(-n+2) {
    margin: 0 3% 0;
  }

  .arrow_cate::after {
    top: 54%;
    right: 6%;
    margin-top: -9.5px;
  }
}

/******************************************/

#Contents #brand.box{
  width: 100%;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #Contents #brand.box{
    width: 100%;
    margin-bottom: 8.01vw;
    padding: 0 5.34vw;
  }
}

#Contents #brand.box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  list-style: none;
  margin: 30px auto 0 auto;
  padding: 0;
}

#Contents #brand.box ul li{
  width: 48%;
}

#Contents #brand.box ul li a{
  width:100%;
  display: block;
}

@media screen and (max-width: 767px) {
  #Contents #brand.box ul{
    width: 96%;
  }
}

/* ---------------------------------------------
	ボタン
--------------------------------------------- */
.btn_more a {
  width: 90%;
  line-height: 130%;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #ca2b2a;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 3px 3px #700706;
}

@media screen and (max-width: 767px) {
  .btn_more a{
    font-size: 16px;
    line-height: 125%;
  }
}

.btn_more a:hover{
  background: #ba0b0a;
}

.arrow_gray {
  position: relative;
}
.arrow_gray::after {
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";/* angle-rightのUnicode */
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  .arrow_gray::after {
    top: 54%;
    right: 6%;
    margin-top: -9.5px;
  }
}

/* ---------------------------------------------------------------------------------------------
   PAGE TOP
--------------------------------------------------------------------------------------------- */
#page-top {
  width: 60px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}

#page-top a {
  display: block;
  width: 100%;
  height: 60px;
  background: #ba0b0a;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  border: solid 2px #ffffff;
}

#page-top a:after {
  font-size: 32px;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 767px){
  #page-top {
    width: 50px;
    bottom: 10px;
    right: 10px;
  }

  #page-top a {
    height: 50px;
    line-height: 46px;
  }

  #page-top a:after {
    font-size: 24px;
  }
}

/* ---------------------------------------------------------------------------------------------
   MARGIN TOP
--------------------------------------------------------------------------------------------- */
.mt20{
  margin-top:20px !important;
}

/* ---------------------------------------------------------------------------------------------
   MARGIN BOTTOM
--------------------------------------------------------------------------------------------- */
.mb5{
  margin-bottom:5px !important;
}

.mb10{
  margin-bottom:10px !important;
}

.mb15{
  margin-bottom:15px !important;
}

.mb20{
  margin-bottom:20px !important;
}

.mb30{
  margin-bottom:30px !important;
}

.mb40{
  margin-bottom:40px !important;
}

.mb50{
  margin-bottom:50px !important;
}

.mb4_per{
  margin-bottom:4% !important;
}

@media screen and (max-width: 767px) {
  .mb4_per{
    margin-bottom:4% !important;
  }
}

.mb10_per{
  margin-bottom:6% !important;
}

@media screen and (max-width: 767px) {
  .mb10_per{
    margin-bottom:10% !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb100{
    margin-bottom: 14.01vw !important;
  }
}</pre></body></html>