html, body {
  margin: auto;
}
body {
  text-align: center;
  padding: 0;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴシック W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcview {
  display: block !important;
}
.spview {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pcview {
    display: none !important;
  }
  .spview {
    display: block !important;
  }
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
header {
  margin: 0 auto;
  width: 100%;
  height: 70px;
  padding-top: 25px;
}
[id^="article"] {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
[class^="cw"] {
  max-width: 1200px;
  margin: 6% auto;
}
nav {
  width: 100%;
  height: 50px;
  background: black;
  /* text-align: center; */
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
}
nav a {
  text-decoration: none;
  color: white;
}
nav ul {
  margin: 0 auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
nav li {
  font-weight: bold;
  border-left: #999 1px solid;
  box-sizing: border-box;
  width: 25%;
  font-size: 26px;
  margin-top: 3px;
}
nav img {
  top: 10px;
  position: absolute;
  padding: 10px 0;
  width: 26px;
  margin-left: 5px;
}
nav li:first-child {
  border-left: none;
}
.headerbox {
  position: relative;
  display: inline-block;
  text-align: left;
}
.headerbox::before {
  content: "";
  display: block;
  height: 51px;
  width: 59px;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/okokulogo.png);
  background-size: cover;
  vertical-align: middle;
  left: -6px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headerbox h1 {
  font-size: 17px;
  text-align: center;
  padding-left: 60px;
  margin-bottom: -15px;
}
.headerbox p {
  font-size: 10px;
  padding-left: 69px;
}
#wrapper {
  background-color: #eaeaea;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 140px;
}
#key {}
#keyvisualfashion img {
  width: 100%;
}
#keyvisualfashion {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
#keyvisualhobby img {
  width: 100%;
}
#keyvisualhobby {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
#keyvisualbrand img {
  width: 100%;
}
#keyvisualbrand {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
#keyvisualphone {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
#keyvisualphone img {
  width: 100%;
}
#keyvisualosake {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
#keyvisualosake img {
  width: 100%;
}
#keyvisualkaden {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
#keyvisualkaden img {
  width: 100%;
}
#keyvisualhomeappliance {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
#keyvisualhomeappliance img {
  width: 100%;
}
.notice1 {
  position: absolute;
  top: 63%;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.notice1:before {
  content: "";
  position: absolute;
  background: #fff;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  height: 172%;
  width: 24%;
  border-radius: 50%;
  display: block;
  z-index: -1;
}
.notice1 h2 {
  font-size: 2.5vw;
  margin-top: 5%;
}
.month {
  width: 95%;
  margin: 0 auto;
  height: auto;
}
.month img {
  width: 100%;
}
.colorband {
  width: 95%;
  margin: 0 auto;
  display: table;
  height: 65px;
  padding-bottom: 6px;
}
.colorband p {
  font-size: 220%;
  display: table-cell;
  color: white;
  text-align: center;
  vertical-align: middle;
}
.campaigncontents {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}
.campaigncontents p {
  display: inline-block;
  text-align: left;
  /* line-height: 32px; */
  font-size: 2vw;
  width: 90%;
}
.campaigncontents span {
  font-size: 1.5vw;
}
.shoplist {
  padding-top: 43px;
  width: 77%;
  margin: 0 auto;
}
.shoplist img {
  width: 100%;
  box-shadow: 3px 4px 1px 0px rgba(0, 0, 0, 0.2);
}
.shoplist a {
  z-index: 10;
  position: relative;
}
ul.categorytextlink {
  display: table;
  width: 80%;
  white-space: nowrap;
  margin: 0 auto;
}
ul.categorytextlink > li {
  display: table-cell;
  float: left;
  width: 50%;
  text-align: left;
  line-height: 40px;
  margin-top: 30px;
  letter-spacing: -0.5px;
}
ul.categorytextlink > li:nth-child(2n+1) {
  clear: both;
}
.tlink a:link {
  text-decoration: none;
  color: black;
}
.tlink a:visited {
  text-decoration: none;
  color: black;
}
.title p {
  border-bottom: 2px solid #aaaaaa;
  color: #878787;
  font-weight: bold;
  width: 87%;
  font-size: 16px;
}
.stitle {
  font-size: 14px;
  font-weight: bold;
}
.tlink {
  font-size: 14px;
}
.campaingn_area {
  width: 95%;
  margin: auto;
}
.campaingn_area p {
  font-size: 16px;
  color: black;
  padding: 10px 0;
  font-weight: bold;
}
.campaingn_area div.code_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.campaingn_area div.code_flex p {
  font-size: 12px;
  letter-spacing: -1px;
  padding: 0;
  font-weight: bold;
  width: 100%;
}
.campaingn_area div.code_flex div.codes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.campaingn_area div.code_flex div.codes div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
}
.campaingn_area div.code_flex div.codes div p{
  font-size: 11px;
  font-weight: normal;
}
.pcview div.codes {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 0;
}
.pcview div.codes p.title {
  width: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  font-size: 16px;
}
.pcview div.codes div {
  width: 33%;
}

.pcview div.codes div p {
  margin: 0 auto;
  text-align: center;
}

.pcview div.codes span {
  color: #ff0000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.inner {
  display: block;
  background: white;
}
.campaign_flex {
  width: 100%;
  margin: auto;
  background: white;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  height: 5vh;
}
.campaign_flex p {
  /* width: auto; */
  font-size: 2.8vw;
  margin: 0;
  color: black;
  width: 88%;
  padding: 5px 0;
  border-bottom: 1px solid #999;
}
.ac1 {
  width: 280px;
  margin: auto;
  border-radius: 20px;
  margin-bottom: 5px;
  background: white;
}
.code_flex span {
  line-height: 30px;
  color: red;
  font-size: 22px;
  font-weight: bold;
}
.couponcode_img {
  width: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.couponcode_img img {
  width: 100%;
}
/*PC用*/
.boxbox {
  background: white;
  width: 95%;
  margin: auto;
  padding: 20px 0;
}
.box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: solid #707070;
}
.iconimg {
  width: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.iconimg img{
  width: 100%;
}
.boxtext1 {
  font-size: 30px;
  word-break: keep-all;
  font-weight: bold;
}
.box p {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
.boxtext2 {
  line-height: 48px;
  color: red;
  font-size: 52px;
}
@media screen and (min-width: 1200px) {
  .campaigncontents p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .colorband p {
    font-size: 3vw;
  }
  nav img {
    width: 2%;
    top: 25%;
  }
  .notice1:before {
    content: "";
    position: absolute;
    background: #fff;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    height: 184%;
    width: 28%;
    border-radius: 50%;
    display: block;
    z-index: -1;
  }
  .boxtext1 {
    font-size: 2.8vw;
    line-height: 60px;
  }
  .boxtext2 {
    line-height: 48px;
    color: red;
    font-size: 5.5vw;
  }
  .box p {
    font-size: 2vw;
    text-align: left;
    margin: 10px;
  }
}
@media screen and (max-width: 760px) {
  .campaigncontents p {
    font-size: 14px;
  }
  .colorband {
    height: 40px;
  }
  .colorband p {
    font-size: 15px;
  }
  .campaigncontents span {
    font-size: 12px;
  }
  nav li {
    font-size: 12px;
  }
  nav a {
    margin-left: -5px;
  }
  .footpc {
    display: none;
  }
  footer {
    background-color: black;
    margin-top: 50px;
  }
  .footerlogo {
    width: 10%;
    margin-top: 40px;
  }
  .footerlink {
    color: white;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 56px;
    height: 200px;
  }
  ul.footerlink > li:nth-child(3n+1) {
    clear: both;
  }
  ul.footerlink li {
    display: table-cell;
    float: left;
    white-space: nowrap;
    text-align: left;
    width: 33%;
    position: relative;
  }
  .footerlinkicon::before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    /* overflow: hidden; */
    position: absolute;
    left: -20px;
    /* z-index: 10; */
    top: 21px;
    background-image: url(../img/logof.png);
    background-size: cover;
    /* vertical-align: middle; */
  }
  .footerlink a:link {
    text-decoration: none;
    color: inherit;
  }
  .footerlink a:visited {
    text-decoration: none;
    color: inherit;
  }
  .footer_text {
    background-color: white;
    font-size: 11px;
  }
  .couponline {
    border: solid 1px #eaeaea;
		margin:2px 0;
  }
}
@media screen and (min-width: 760px) {
  .headerbox h1 {
    font-size: 24px;
    margin-bottom: -23px;
  }
  .headerbox p {
    font-size: 18px;
  }
  .title p {
    font-size: 28px;
    line-height: 4vh;
  }
  .tlink {
    font-size: 23px;
    line-height: 6vh;
  }
  .footsp {
    display: none;
  }
  footer {
    background-color: black;
    height: 200px;
  }
  .footerlink {
    color: white;
  }
  .footerlink::before {
    content: "";
    display: block;
    height: 130px;
    width: 143px;
    overflow: hidden;
    position: absolute;
    background-image: url(../img/footerlogo.png);
    background-size: cover;
    vertical-align: middle;
    left: 0;
    top: 93px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  ul.footerlink {
    display: inline-block;
    line-height: 50px;
    padding-top: 44px;
    font-size: 18px;
    padding-left: 190px;
    position: relative;
    margin: 0 auto;
  }
  ul.footerlink > li:nth-child(5n+1) {
    clear: both;
  }
  ul.footerlink li {
    display: table-cell;
    float: left;
    width: 150px;
    white-space: nowrap;
    text-align: left;
  }
  .footerlinkicon::before {
    content: "";
    display: block;
    height: 19px;
    width: 19px;
    background-image: url(../img/logof.png);
    overflow: hidden;
    position: absolute;
    margin-top: 14px;
    margin-left: -26px;
  }
  .footerlink a:link {
    text-decoration: none;
    color: inherit;
  }
  .footerlink a:visited {
    text-decoration: none;
    color: inherit;
  }
  .footer_text {
    padding-top: 20px;
    text-align: center;
  }
}

/*▼appUser 20220428▼*/
.appUser{
	background: #fff;
	width: 95%;
	margin: 0 auto;
	font-size: 20px;
}
.appUser p {
	color: red;
  border: 1px solid #ff0000;
  width: 90%;
  margin: 0 auto;
  padding: 5px;
  letter-spacing: 10px;
  box-sizing:border-box;
}
@media screen and (max-width:760px){
	.appUser{
		font-size: 4vw;
		padding: 15px 0 0 0;
	}
	.appUser p{
		width: 95%;
    font-size: 3.5vw;
    border: 1px solid red;
    border-radius: 2px;
    margin: 0 auto;
    letter-spacing: -1px;
	}
}
/*▲appUser 20220428▲*/