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

.view_timer{display:none;}

html, body {
  color: #333;
  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_only{
  display: block;
}

.sp_only{
  display: none;
}

.landscape_only{
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_only{
    display: none;
  }

  .sp_only{
    display: block;
  }

  /* 縦向きの場合のスタイル */
  .landscape_only{
    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
}

.red {
  color: #e51f1e;
}

.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%;
}

.logo_box .logo img {
  
}

.main_box {
  width: 100%;
  margin: 0 auto;
  padding: 2% 2% 0 2%;
  background: #315cbc;
/*  background: #fd7c09;*/
}

.main_box .inner {
  background: #ffffff;
}

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

.main_box .inner .banner {
  width: 100%;
  text-align: center;
}

.main_box .inner .banner img {
  width: 100%;
  margin: 0 auto;
}

.main_box .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;
}

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

.collabo_banner a {
  display: flex;
  justify-content: center;
}

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

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

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

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

  .collabo_banner a {
    margin: 0 auto 4%;
  }
}

.event {
  width: 100%;
  margin: 0 auto;
  padding: 0 2% 2% 2%;
  background: #315cbc;
/*  background: #fd7c09;*/
}

.event .inner {
  background: #ffffff;
}

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

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

.list_triangle &gt; li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

.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;*/
  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: #000000;
  border: 2px solid #000000;
  border-radius: 0.5rem;
  background: #8cd9ea;
/*  background: #ffcc66;*/
}

.anchor a.btn-border .menu::before {
  position: absolute;
  content: "";
  bottom: 24%;
  right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000000;
  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 #8cd9ea;
/*  border-top: 12px solid #ffcc66;*/
  border-bottom: 0;
  z-index: 4;
}

.anchor a.btn-border .menu .anchor_icon {
  width: 7%;
  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 #000000;
  border-top: 1px solid #000000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000000,
    #000000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000000,
    #000000 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;
}

.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: #e51f1e;
  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 #ffcc66;
  }

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

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

  .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 #8cd9ea;
/*    border-top: 10px solid #ffcc66;*/
  }
}

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

h3.s_ttl {
  color: #f7fc00;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 3%;
  padding: 0;
  text-decoration: none;
  margin-top: auto;
/*  background: linear-gradient(transparent 40%, #fd7c09 40%);*/
  background: linear-gradient(transparent 40%, #315cbc 40%);
  text-shadow: #315cbc 5px 0px 0px, #315cbc 4.90033px 0.993347px 0px, #315cbc 4.60531px 1.94709px 0px, #315cbc 4.12668px 2.82321px 0px, #315cbc 3.48353px 3.58678px 0px, #315cbc 2.70151px 4.20735px 0px, #315cbc 1.81179px 4.6602px 0px, #315cbc 0.849836px 4.92725px 0px, #315cbc -0.145998px 4.99787px 0px, #315cbc -1.13601px 4.86924px 0px, #315cbc -2.08073px 4.54649px 0px, #315cbc -2.94251px 4.04248px 0px, #315cbc -3.68697px 3.37732px 0px, #315cbc -4.28444px 2.57751px 0px, #315cbc -4.71111px 1.67494px 0px, #315cbc -4.94996px 0.7056px 0px, #315cbc -4.99147px -0.291871px 0px, #315cbc -4.83399px -1.27771px 0px, #315cbc -4.48379px -2.2126px 0px, #315cbc -3.95484px -3.05929px 0px, #315cbc -3.26822px -3.78401px 0px, #315cbc -2.4513px -4.35788px 0px, #315cbc -1.53666px -4.75801px 0px, #315cbc -0.560763px -4.96846px 0px, #315cbc 0.437495px -4.98082px 0px, #315cbc 1.41831px -4.79462px 0px, #315cbc 2.34258px -4.41727px 0px, #315cbc 3.17346px -3.86382px 0px, #315cbc 3.87783px -3.15633px 0px, #315cbc 4.4276px -2.32301px 0px, #315cbc 4.80085px -1.39708px 0px, #315cbc 4.98271px -0.415447px 0px;
/*  text-shadow: #fd7c09 5px 0px 0px, #fd7c09 4.90033px 0.993347px 0px, #fd7c09 4.60531px 1.94709px 0px, #fd7c09 4.12668px 2.82321px 0px, #fd7c09 3.48353px 3.58678px 0px, #fd7c09 2.70151px 4.20735px 0px, #fd7c09 1.81179px 4.6602px 0px, #fd7c09 0.849836px 4.92725px 0px, #fd7c09 -0.145998px 4.99787px 0px, #fd7c09 -1.13601px 4.86924px 0px, #fd7c09 -2.08073px 4.54649px 0px, #fd7c09 -2.94251px 4.04248px 0px, #fd7c09 -3.68697px 3.37732px 0px, #fd7c09 -4.28444px 2.57751px 0px, #fd7c09 -4.71111px 1.67494px 0px, #fd7c09 -4.94996px 0.7056px 0px, #fd7c09 -4.99147px -0.291871px 0px, #fd7c09 -4.83399px -1.27771px 0px, #fd7c09 -4.48379px -2.2126px 0px, #fd7c09 -3.95484px -3.05929px 0px, #fd7c09 -3.26822px -3.78401px 0px, #fd7c09 -2.4513px -4.35788px 0px, #fd7c09 -1.53666px -4.75801px 0px, #fd7c09 -0.560763px -4.96846px 0px, #fd7c09 0.437495px -4.98082px 0px, #fd7c09 1.41831px -4.79462px 0px, #fd7c09 2.34258px -4.41727px 0px, #fd7c09 3.17346px -3.86382px 0px, #fd7c09 3.87783px -3.15633px 0px, #fd7c09 4.4276px -2.32301px 0px, #fd7c09 4.80085px -1.39708px 0px, #fd7c09 4.98271px -0.415447px 0px;*/
  /*text-shadow: 3px 3px 1.5px #fd7c09, -3px -3px 1.5px #fd7c09,-3px 3px 1.5px #fd7c09,  3px -3px 1.5px #fd7c09;*/
}

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, #315cbc 25%, #426dcd 0, #426dcd 50%, #315cbc 0, #315cbc 75%, #426dcd 0);
  background: linear-gradient(-45deg, #315cbc 25%, #426dcd 0, #426dcd 50%, #315cbc 0, #315cbc 75%, #426dcd 0);
/*  background: -webkit-linear-gradient(135deg, #fe8920 25%, #fd7c09 0, #fd7c09 50%, #fe8920 0, #fe8920 75%, #fd7c09 0);*/
/*  background: linear-gradient(-45deg, #fe8920 25%, #fd7c09 0, #fd7c09 50%, #fe8920 0, #fe8920 75%, #fd7c09 0);*/
  background-size: 20px 20px;
  /* box-shadow: 3px 3px #700706; */
}


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

  h3.s_ttl {
    font-size: 1.5rem;
    margin: 0 auto 6%;
    text-shadow: #315cbc 3px 0px 0px, #315cbc 2.83487px 0.981584px 0px, #315cbc 2.35766px 1.85511px 0px, #315cbc 1.62091px 2.52441px 0px, #315cbc 0.705713px 2.91581px 0px, #315cbc -0.287171px 2.98622px 0px, #315cbc -1.24844px 2.72789px 0px, #315cbc -2.07227px 2.16926px 0px, #315cbc -2.66798px 1.37182px 0px, #315cbc -2.96998px 0.42336px 0px, #315cbc -2.94502px -0.571704px 0px, #315cbc -2.59586px -1.50383px 0px, #315cbc -1.96093px -2.27041px 0px, #315cbc -1.11013px -2.78704px 0px, #315cbc -0.137119px -2.99686px 0px, #315cbc 0.850987px -2.87677px 0px, #315cbc 1.74541px -2.43999px 0px, #315cbc 2.44769px -1.73459px 0px, #315cbc 2.88051px -0.838247px 0px;
/*    text-shadow: #fd7c09 3px 0px 0px, #fd7c09 2.83487px 0.981584px 0px, #fd7c09 2.35766px 1.85511px 0px, #fd7c09 1.62091px 2.52441px 0px, #fd7c09 0.705713px 2.91581px 0px, #fd7c09 -0.287171px 2.98622px 0px, #fd7c09 -1.24844px 2.72789px 0px, #fd7c09 -2.07227px 2.16926px 0px, #fd7c09 -2.66798px 1.37182px 0px, #fd7c09 -2.96998px 0.42336px 0px, #fd7c09 -2.94502px -0.571704px 0px, #fd7c09 -2.59586px -1.50383px 0px, #fd7c09 -1.96093px -2.27041px 0px, #fd7c09 -1.11013px -2.78704px 0px, #fd7c09 -0.137119px -2.99686px 0px, #fd7c09 0.850987px -2.87677px 0px, #fd7c09 1.74541px -2.43999px 0px, #fd7c09 2.44769px -1.73459px 0px, #fd7c09 2.88051px -0.838247px 0px;*/
  }

  h3.s_ttl img {
    width: 90%;
  }

  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;
  }
}

#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 #item_medama.box{
  width: 100%;
  margin-bottom: 100px;
  padding:3vw 0 0;
  background: #e0f0ff;
/*  background: #fff0cc;*/
}

@media screen and (max-width: 767px) {
  #Contents #item_medama.box{
    width: 100%;
    padding-bottom: 4vw;
    margin-bottom: 8.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: #e0f0ff;
/*  background: #fff0cc;*/
}

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

#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 p{
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #3a6ab1;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px;
}

#Contents #item_medama.box ul li a p.price {
  color: #f7fc00;
  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%, #f7fc00 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;
}

/* __________ 完売御礼 __________ */
#Contents #item_medama.box ul li &gt; div{
  width:100%;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

#Contents #item_medama.box ul li &gt; div p{
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px;
}

#Contents #item_medama.box ul li &gt; div p.price {
  color: #f7fc00;
  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%, #f7fc00 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 &gt; div 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 a p{
    font-size: 1rem;
    line-height: 1.5;
    padding: 2vw;
  }

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

  /* __________ 完売御礼 __________ */
  #Contents #item_medama.box ul li &gt; div p{
    font-size: 1rem;
    line-height: 1.5;
    padding: 2vw;
  }

  #Contents #item_medama.box ul li &gt; div 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: 480px) {
  .icon_bag {
    width: 17.5%;
    display: inline-block;
    margin: 0 1vw 1.6vw 0;
  }
}

@media screen and (max-width: 350px) {
  .icon_bag {
    width: 17.5%;
    display: inline-block;
    margin: 0 1vw 1.6vw 0;
  }
}

/*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: #e51f1e;
  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: 32%;
  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: #e51f1e;
  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::before{
  content: "クーポン";
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0.5em;
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  background: #e51f1e;
  text-decoration: none;
  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 p{
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #3a6ab1;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px;
}

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

#Contents #item_point.box ul li a p.price {
  color: #f7fc00; /* #e51f1e */
  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%, #f7fc00 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 a p{
    font-size: 1rem;
    line-height: 1.5;
    padding: 2vw;
  }

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

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

.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: #315cbc;
/*  background: #fd7c09;*/
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 130%;
  text-decoration:none;
  box-shadow: 3px 3px #224594;
/*  box-shadow: 3px 3px #964a06;*/
}

.cate_list a:hover {
  background: #a2e0ee;
}

.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%;
  }

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

/* ---------------------------------------------
	ボタン
--------------------------------------------- */
.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: #315cbc;
/*  background: #fd7c09;*/
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 3px 3px #114cac;
}

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

.btn_more a:hover{
  background: #315cbc;
/*  background: #ff9639;*/
}

.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-color: #315cbc;
/*  background-color: #fd7c09;*/
  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: 41px;
  }

  #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>