@charset "utf-8";
/*index 背景*/
#maincontents {
  background-color: transparent;
  text-align: center;
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
}
div#header_table {
  margin-top: 14px !important
} /* header01のスペース(Region2の代替) */
#maincontentsIndex {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  border: 0px;
  margin: 8px 0 0 0;
  display: block;
}
/*スライダーの枠 -PC- */
#title-box {
  width: 100%;
  border: 1px #aaa solid;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(/image/bg.gif);
  box-sizing: border-box;
  position: relative;
}
#title-box2 {
  width: 100%;
  height: 8px;
  background-image: url("/image/bg_main.gif");
  background-repeat: repeat;
  position: relative
}
#bg23 { /*new以下の要素に指定（PCのみ）*/
  border: 1px solid #c6c3c0;
  ;
  border-radius: 4px;
  background-image: url("/image/bg2.gif");
  overflow: hidden;
  margin-bottom: 0
}
.This_msearch {
  margin: 0;
  padding: 0
}
/* Font */
#information01, #newlyitems, .recommend01, .standard01, .brandmenu01, .hotitems01, #newitems, .name, .brand, .price {
  font-family: 'Roboto Slab', -apple-system, Verdana, saans-serif;
}
#newitems_jp, #information01_jp, #newlyitems_jp, .hotitems01_jp, .recommend01_jp, .standard01_jp, .brandmenu01_jp1 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #eeeeee;
  font-size: 11px;
  margin: 0 8px;
  display: inline-block;
}
/* Glide スライダー（必須） */
.glide {
  position: relative;
  width: 100%;
  max-width: 998px;
  box-sizing: border-box
}
.glide * {
  box-sizing: border-box;
}
.glide__track {
  width: 100%;
  overflow: hidden
}
.glide__slides {
  position: relative;
  box-sizing: border-box;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}
.glide__slides--dragging {
  user-select: none
}
.glide__slide {
  width: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none
}
.glide--rtl {
  direction: rtl
}
#informationTable { /*カレンダーとインフォメーション全体*/
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
}
/* Calendar(Left) */
.calendarbox {
  text-align: right;
  width: 60%;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
  font-family: serif;
}
/* information(Right) */
.information {
  width: 40%;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  padding: 0 1.5% 20px 1%;
vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
}
.information h3 {
  width: 95%;
  border-radius: 5px;
  margin: 20px 5% 0.8em 0;
  padding: 0.85em 0.9em 0.73em;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  background-color: #7F878E;
  color: #eee;
  text-align: inherit;
  box-sizing: border-box;
  position: relative;
}
.information p { /*インフォメーション 本文*/
    width: 100%;
	margin: 0.5em 0 2em 0.9em ;/*インデント*/
 }
#sns_wrap {
  width: 100%
}
#sns_wrap img {
  width: 40px;
  height: 40px;
  margin: 8px 8px 0;
  border: 0
}
#sns_wrap a img hover {
  opacity: 0.2
}
#informationTable table { /*カレンダー*/
  border-collapse: separate;
  border-spacing: 4px
}
#informationTable table td {
  text-align: center
}
.monthWrap {
  width: 100%;
  padding: 0 12px 0 20px;
  box-sizing: border-box;
  display: table;
	position: relative
}
.month0 {
  width: 50%;
  color: #657078;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  padding: 8px 20px 8px 0;
  text-align: center;
  margin: 0;
  display: table-cell;
  box-sizing: border-box;
	position: relative
}
.day_color0 {
  color: #696969;
  font-size: 13px;
  margin: auto 8px auto 2px;
  vertical-align: middle
}
.calendar {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
	position: relative
}
.calendar-row {
  display: flex;
}
.calendar-cell {
  flex: 1;
	margin: 0  ;
  aspect-ratio: 1/1;
  text-align: center;
	vertical-align: middle;
  box-sizing: border-box;
}
/* ヘッダーのスタイル */
.calendar01 .calendar-cell {
  background-color: transparent;
  font-size: min(1.1vw,13.5px);
  line-height: 1.8em;
  height: 2em;
  margin: 3% 0 0;
}
/* カレンダーセル共通 */
.weekday p, .holidayBg p {
  font-size: min(1.1vw,13.5px);
	
  font-weight: bold;
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
	margin: auto;
	text-align: center;
    vertical-align: middle;
  aspect-ratio: 1/1;
    /*コレ*/display: flex;
    /*コレ*/justify-content: center;
    /*コレ*/align-items: center;
}
/* 平日セルの丸い背景 */
.weekday p {
  color: #777;
  background-color: #fff;
  border: 0;
}
/* 休日セルの丸い背景 */
.holidayBg p {
  color: #ffffff;
  background-color: #D5A3A3;
  border: 0;
}
.day_color0:last-child {
  margin-right: 4.5%
}
.day_color1 {
  color: #ffffff;
  font-size: 17px;
  vertical-align: middle
}
.day_color2 {
  color: #D5A3A3;
  font-size: 17px;
  vertical-align: middle
}
/*brand table*/
#I_brandTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
#I_brandTable td {
  padding: 4px;
  margin: 0;
  font-size: 11px;
}
#I_brandTable td:first-child {
  width: 10%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  color: #6D7A8B
}
#I_brandTable td:last-child {
  text-align: left;
}
#I_brandTable td:last-child a {
  border-left: 1px solid #999;
  padding: 0 16px;
  margin: 8px 0;
  display: inline-block
}
#I_brandTable td:last-child a:last-child {
  border-right: 1px solid #999;
}
#I_brandTable tr:nth-child(even) {
  background-color: #fafafa;
}
#I_brandTable tr:nth-child(odd) {
  background-color: #ddd;
}
.brandlist a {
  color: #666666;
  font-size: 13px;
  line-height: 24px;
  margin: 0 15px;
  padding: 4px;
  display: inline-block
}
.brandlist a:link, .brandlist a:visited {
  color: #666666;
}
.brandlist a:hover {
  color: #8aa0b5;
  text-decoration: underline;
}
#newitems {
  color: #e4e2de;
  font-weight: normal;
  font-size: 18px;
  background-color: #5d6266;
  text-align: left;
  margin: 0;
  padding: 6px 3px 4px 14px;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box
}
#newitems_jp {
  color: #e4e2de;
  font-size: 11px;
  margin: 0 8px;
  display: inline-block;
}
a.newitems01_btn {
  background-color: #888;
  color: #fff;
  padding: 0;
  margin: 32px auto;
  font-size: 14px;
  line-height: 2.8em;
  border: 0;
  text-align: center;
  letter-spacing: 0.1em;
  width: 16em;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
}
a.newitems01_btn:visited {
  background-color: #888;
}
a.newitems01_btn:hover {
  background-color: #777;
}
.hotitemsTable, #Recommend_wrap {
  width: 97%;
  margin: 0 auto;
}
#newlyitems img, #newitemsTable img, #newlyTable img, .hotitemsTable img, #Recommend_wrap img, #standard_wrap img {
  filter: brightness(96%);
  width: 100%;
  margin-bottom: 4px;
}
#information01, #newlyitems, .recommend01, .standard01, .brandmenu01, .hotitems01 { /*h2 サブタイトル*/
  color: #eeeeee;
  font-weight: normal;
  font-size: 18px;
  background-color: #5d6266;
  text-align: left;
  margin: 40px 0px 0px;
  padding: 6px 3px 4px 14px;
  border: 0px;
  width: 100%;
  box-sizing: border-box;
}
#information01, #newlyitems, .hotitems01 { /*下スペースのみ変更*/
  margin-bottom: 20px;
}
#information01_jp, #newlyitems_jp, .hotitems01_jp, .recommend01_jp, .standard01_jp, .brandmenu01_jp1 {
  color: #eeeeee;
  font-size: 11px;
  margin: 0 8px;
  display: inline-block;
}
#searchSP {
  display: none
}
#newitemsTable, #newlyTable, .hotitemsTable, #Recommend_wrap {
  width: 97%;
  margin: 4px auto 16px;
  font-size: 0;
}
/*new items*/
#newitemsTable div, #newlyTable div { /* 可変の4列 */
  width: 25%;
  padding: 32px 8px 0px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
}
/* 同じ文字サイズとライン */
#newitemsTable .name, #newitemsTable .brand, #newitemsTable .price, #newlyTable .name, #newlyTable .brand, #newlyTable .price, .hotitemsTable .name, .hotitemsTable .brand, .hotitemsTable .price, #Recommend_wrap .name, #Recommend_wrap .brand, .hotitemsTable .price, #Recommend_wrap .name, #Recommend_wrap .brand, #Recommend_wrap .price, #standard_wrap .name, #standard_wrap .brand, #standard_wrap .price {
  font-size: 12.5px;
  line-height: 2em;
  letter-spacing: 0.02em;
  padding: 0 0 0 4px;
  border-top: 1px solid #aaa;
  color: #5d6266;
  width: 100%;
  display: inline-block;
  text-align: left;
  box-sizing: border-box
}
/* 上のうちnameのみ */
#newitemsTable .name, #newlyTable .name, .hotitemsTable .name, #Recommend_wrap .name, #Recommend_wrap .name, #standard_wrap .name {
  font-size: 14px;
  line-height: 1.8em;
  padding: 0 0 0 4px;
  border-top: 1px solid #aaa;
  color: #4E5255;
  width: 100%;
  display: inline-block;
  text-align: left;
  box-sizing: border-box
}
#newitemsTable .price, #newlyTable .price, .hotitemsTable .price, .hotitemsTable .price, #Recommend_wrap .price, #standard_wrap .price {
  letter-spacing: 0.05em
}
/*注目・オススメ・定番 */
.hotitemsTable, #Recommend_wrap, #standard_wrap {
  width: 97%;
  margin: 4px auto 16px;
  font-size: 0;
}
.hotitemsTable div, #Recommend_wrap div, #standard_wrap div {
  width: 33.33%;
  padding: 40px 8px 0px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
} /*3列*/
/* 幅広バナー（複数あり） */
img.I_recommendBana {
  width: calc(97% - 10px);
  height: auto;
  margin: 24px auto 8px;
}
/* その他の背景関連のスタイル設定 */
.ReviewsBT {
  display: block;
  width: fit-content;
  max-width: 95%;
  font-size: 12px;
  line-height: 2.5em;
  margin: 0 auto;
  padding: 0 3em;
  border: solid 1px #909090;
  border-radius: 0.3em;
}
.reviewTable {
  width: 96%;
  margin: 4px auto 16px;
  font-size: 0;
}
.reviewTable div {
  width: 33.33%;
  padding: 32px 8px 0px;
  display: inline-block;
  box-sizing: border-box;
} /*3列*/
.reviewTable img {
  width: 100%;
  height: auto;
}
.ReviewsDT {
  font-size: 13px;
  margin: 8px 0 0;
  padding: 0;
  height: 130px;
  display: inline-block;
  text-align: justify;
  position: relative;
  overflow: hidden;
}
.ReviewsDT::before {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションの高さ*/
  content: "";
  position: absolute;
  background-image: url('/image/bg2.gif');
  z-index: 1;
  /* 画像の透明度をグラデーションに設定 */
  -webkit-mask-image: linear-gradient(to bottom, transparent, black);
  mask-image: linear-gradient(to bottom, transparent, black);
}
a.review_btn2 {
  background-color: #888;
  color: #fff;
  padding: 0;
  font-size: 14px;
  line-height: 3em;
  border: 0;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 32px auto;
  width: 24em;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
}
a.review_btn2:visited {
  background-color: #888;
}
a.review_btn2:hover {
  background-color: #777;
}
a.P_VrdmrBTN {
  font-size: 130%;
  margin-top: 150px !important;
  background-color: #e5e5e5;
  padding: 0.7em 2.5em;
  border-radius: 5px;
}
/*-----------------------------------
-- スマホ & タブレット -----------------
-----------------------------------*/
@media(max-width : 1024px) {
	
/* ヘッダーのスタイル */
.calendar01 .calendar-cell {
  background-color: transparent;
  font-size: 1.4vw;
  line-height: 1.8em;
  height: 2.1em;
  margin: 3% 0 0;
}

/* カレンダーセル共通 */
.weekday p, .holidayBg p {
  font-size: 1.4vw;
  font-weight: bold;
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
	margin: auto;
	text-align: center;
    vertical-align: middle;
  aspect-ratio: 1/1;
    /*コレ*/display: flex;
    /*コレ*/justify-content: center;
    /*コレ*/align-items: center;
}
	
	
  div#header_table {
    margin-top: 0 !important;
    padding-top: 1.8667vw !important;
  } /* header01のスペース(Region2の代替) */
  #maincontents {
    position: relative;
    top: -0.1333vw;
    border-radius: 0;
  }
  #title-box {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0
  }
  #title-box2 {
    display: none
  }
  #bg23 { /*new以下に指定（スマホでは解除）*/
    border: 0;
    border-radius: 0;
    background-image: url("/image/bg.gif");
  }
  .ReviewsBT {
    font-size: min(3vw, 19px);
    line-height: 3em;
    margin: 0 auto 1em;
    padding: 0 2.5em;
    border: solid 1px #909090;
    border-radius: 0.3em;
  }
  .reviewTable img {
    width: 90%;
    height: auto;
  }
  .reviewTable div {
    width: 50%;
    padding: 4.5vw 0 0;
    font-size: min(3vw, 19px);
    display: inline-block;
    box-sizing: border-box;
  }
  .reviewTable div:nth-child(3) {
    display: none
  } /*3列*/
  a.review_btn2 {
    font-size: min(3vw, 19px);
    line-height: 3em;
    width: fit-content;
    border-radius: 0.5em;
    padding: 0.1em 3em 0;
    margin: 2em auto 3em;
    -webkit-text-size-adjust: 100%;
  }
  .ReviewsDT::before { /* 背景色の変更 */
    background-image: url('/image/bg.gif');
  }
  img.I_recommendBana {
    width: calc(97% - 1.3333vw);
    height: auto;
  }
  /* everything */
  .name {
    border: 0;
    font-size: min(2.6vw,12px);
    line-height: 3.2vw;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
  }
  .brand, .price {
    border: 0;
    font-size: 2.1333vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
  }
  /* New and Hot */
  #newitems, #information01, #newlyitems, .recommend01, .standard01, .brandmenu01, .hotitems01 { /*h2 サブタイトル*/
    border-radius: 0;
    font-size: min(4vw,24px);
	line-height: 1.5em;
    color: #eeeeee;
    font-weight: normal;
    background-color: #5d6266;
    text-align: left;
    margin: 1.5em 0 0;
    padding: 0.1em 2% 0;
    border: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #newitems{
	margin-top: 0
	}
  #information01, #newlyitems, .hotitems01 { /*下スペースのみ変更*/
    margin-bottom: 2.6667vw;
  }
  #newitems_jp, #information01_jp, #newlyitems_jp, .hotitems01_jp, .recommend01_jp, .standard01_jp, .brandmenu01_jp1 {
    color: #eeeeee;
    font-size: 60%;
    margin: 0 1.0667vw;
    display: inline-block;
  }
  a.newitems01_btn {
    font-size: min(2.2vw, 15px);
    line-height: 2.5em;
    border-radius: 0.3em;
    width: fit-content;
    padding: 0.05em 3em 0;
    margin: 2em auto 3.5em;
    -webkit-text-size-adjust: 100%;
  }
  #maincontentsIndex {
    width: 100%;
    margin: 0;
  }
  #newitemsTable, #newlyTable, .hotitemsTable, #Recommend_wrap, #standard_wrap {
    width: 98%;
  }
  #newlyitems img, #newitemsTable img, #newlyTable img, .hotitemsTable img, #Recommend_wrap img, #standard_wrap img {
    filter: brightness(98%);
    margin-bottom: 0.04vw;
  }
  #newitemsTable div, #newlyTable div, .hotitemsTable div, #Recommend_wrap div, #standard_wrap div {
    width: 33.33%;
    padding: 4.2667vw 1.0667vw 1.3333vw;
  }
  #newlyTable div:last-child {
    display: none
  }
  /* サムネの製品名（スマホ） */
  #newitemsTable .name, #newlyTable .name, #standard_wrap .name, #Recommend_wrap .name, .hotitemsTable .name {
    width: 100%;
    font-size: min(2.5vw, 19px);
    line-height: 1.6em;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    border: 0;
    margin-top: 0;
  }
  /* サムネのブランドと価格（スマホ） */
  #newitemsTable .brand, #newitemsTable .price, #newlyTable .brand, #newlyTable .price, #standard_wrap .brand, #standard_wrap .price, #Recommend_wrap .brand, #Recommend_wrap .price, .hotitemsTable .brand, .hotitemsTable .price {
    width: 100%;
    font-size: min(2.3vw,12px);
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
  }
  /* serch */
  #searchSP {
    display: block; /*表示*/
    width: 100%;
    background-color: #5d6266;
    text-align: center;
    padding: 4.3vw 0 3.7vw;
    position: relative;
    top: -1px /* top slider space */
  }
  #searchSP input.This_search {
    color: #555555;
    font-size: 3.73vw;
    line-height: 1.5em;
    margin: 0 2.1vw 0 4vw;
    padding: 0.5vw 0.5vw;
    border: 0;
    background-color: #f5f5f5;
    border-radius: 0.8vw;
    text-align: center;
    vertical-align: middle
  }
  #srchInputSP {
    width: 65%;
    font-size: 3.73vw;
    vertical-align: middle;
    background-color: #e4e2de;
    border-radius: 0.6vw;
    -webkit-appearance: none;
    margin-left: 5.3333vw;
  }
  /*検索ボタン*/
  input.This_submit {
    text-align: center;
    vertical-align: middle;
    margin: 0;
    height: 6.6vw;
    width: auto;
  }
  #srchBtnSP {
    width: 6vw;
    height: 4vw;
    vertical-align: middle;
  }
  #srchLogoSP {
    font-size: 1.6vw;
    line-height: 2em;
    color: #999;
    -webkit-text-size-adjust: 100%;
  }
  #srchLogoSP a {
    font-size: 1.6vw;
    color: #999;
    -webkit-text-size-adjust: 100%;
  }
  /*タブレットにも対応*/
  .information h3 {
    font-size: min(3.1vw, 15px);
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 0.8em;
    padding: 0.1em 0 0;
    display: block;
    text-align: center
  }
  .information p { /*インフォメーション 本文*/
    width: 100%;
	margin: 0;
    text-align: center
  }
  #sns_wrap {
    width: 100%;
    text-align: center;
  }
  .monthWrap {
    width: 100%;
    padding: 0 1.6vw 0 1.6vw
  }
  .ReviewsDT {
    font-size: min(3vw, 16px);
    height: 8.5em;
    padding: 0.1em 5%;
  }
  /* brand list table */
  #I_brandTable {
    width: 100%;
    margin-bottom: 3em
  }
  #I_brandTable td { /*共通*/
    -webkit-text-size-adjust: 100%;
  }
  #I_brandTable td:first-child { /* 左側  */
    padding: 1vw;
    line-height: 1.7em;
    font-size: min(4.5vw,32px);
    width: 15%;
    letter-spacing: -0.05em;
  }
  #I_brandTable td:last-child a { /* 右側  */
    font-size: min(3vw, 17px);
    line-height: 1.8em;
    margin: 0.5em 0;
    padding: 0 1em;
  }
  #I_brandTable tr:nth-child(even) {
    background-color: transparent;
    background-image: url("/image/bg2.gif");
  }
  #I_brandTable tr:nth-child(odd) {
    background-color: transparent;
    background-image: url("/image/bg.gif");
  }
}
/* タブレット専用 */
@media (min-width: 768px) and (max-width: 1024px) {
  .reviewTable div {
    width: 33.3%;
    padding: 4.5vw 0 0;
    font-size: min(3vw, 19px);
    display: inline-block;
    box-sizing: border-box;
  }
  .reviewTable div:nth-child(3) {
    display: inline-block
  } /*3列*/
}
/* スマホ専用 */
@media (max-width: 767px) {
  .calendarbox {
    text-align: right;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0
  }
  .information {
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: min(3.2vw, 21px);
    line-height: 1.8em;
    -webkit-text-size-adjust: 100%;
    padding: 0 3vw 0;
  }
  #informationTable {
    width: 100%;
    margin: 0 auto;
  }
  #informationTable table {
    border-collapse: separate;
    border-spacing: 0.8vw;
  }
  /* カレンダー 月 */
  .month0 {
    font-size: min(5.8vw, 30px);
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em;
    padding: 1vw 1.7vw 2.2vw;
  }
  /* カレンダーラップ  */
  .calendar {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  /* 曜日 */
  .calendar01 .calendar-cell {
    font-size: 3vw !important;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em !important;
    height: 1.5em;
    padding: 0;
    margin: 0;
  }
  /* 行 */
  .calendar-row {
    display: flex;
    width: 100%;
  }
  /* 列 */
  .calendar-cell {
    width: 14.285%;
    padding: 0.2em;
  aspect-ratio: 1/1;
  }
  /* セル */
  .weekday, .holidayBg {
    font-size: 2.6vw;
    line-height: 2.4em;
    width: 2.4em;
    height: auto; /**/
  }
  /* 丸いセル共通SP */
  .weekday p, .holidayBg p {
    font-size: 2.6vw;
    line-height: 2em;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
  }
  /* 文字SP */
  .day_color0 {
    font-size: 3vw;
    margin: 0 1.6vw 0 0.5vw
  }
  /* 四角の色SP */
  .day_color1, .day_color2, .day_color3 {
    font-size: 3.6vw
  }
  /* SNSアイコン */
  #sns_wrap img {
    width: 11vw;
    height: 11vw;
    margin: 1.5em 4.5vw;
  }
}