<!-- <link rel="stylesheet" type="text/css" href="/img/usr/freepage/ohtani/style.css" > -->
<style>
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
#wbc2026 img {
  display: block;
  width: 100%;
}
#wbc2026 h2 {
  text-align: center;
  position: relative;
  font-weight: bold;
}
#wbc2026 h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
}

#wbc2026 .titWarap {
  margin: auto;
}
#wbc2026 .titWarap span {
  color: #fff;
  background: linear-gradient(to left, #640000 0%, #C22929 100%);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  padding: .4em 2em .5em 1em;
  display: inline-flex;
  box-sizing: border-box;
}
#wbc2026 #shoppingArea .titWarap span {
  background: linear-gradient(to left, #7A5105 0%, #ECD389 100%);
}

/*mv*/
#wbc2026 .mv {
  display: block;
}
#wbc2026 .mvInner {
  margin: auto;
}
#wbc2026 .mvCatch {
  text-align: center;
}
#wbc2026 .mvCatch_out {
  position: relative;
  padding: 20px 0px;
}
#wbc2026 .mvCatch_out::before ,
#wbc2026 .mvCatch_out::after ,
#wbc2026 .mvCatch_in::before ,
#wbc2026 .mvCatch_in::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
#wbc2026 .mvCatch_out::before,
#wbc2026 .mvCatch_in::before {
  background: linear-gradient(to left, #c00 40%, #600 100%);
}
#wbc2026 .mvCatch_out::after,
#wbc2026 .mvCatch_in::after {
  background: linear-gradient(to right, #c00 40%, #600 100%);
}
#wbc2026 .mvCatch_out::before ,
#wbc2026 .mvCatch_out::after {
  height: 1px;
}
#wbc2026 .mvCatch_in::before ,
#wbc2026 .mvCatch_in::after {
  height: 3px;
}
#wbc2026 .mvCatch_out::before {
  top: -4px;
}
#wbc2026 .mvCatch_in::before {
  top: 0;
}
#wbc2026 .mvCatch_out::after {
  bottom: -4px;
}
#wbc2026 .mvCatch_in::after {
  bottom: 0;
}
#wbc2026 .mvCatch small {
  font-weight: bold;
  display: block;
}
#wbc2026 .mvCatch p {
  font-weight: bold;
}
#wbc2026 .mvCatch_warap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wbc2026 .mvCatch_num {
  background: linear-gradient(180deg, #c20101 0%, #610101 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
#wbc2026 .mvCatch_txt {
  text-align: center;
  line-height: 1.2;
}
#wbc2026 .mvCatch_txt b {
  display: block;
  font-size: 135%;
}
#wbc2026 .mvMore b {
  color: #c00;
}
#wbc2026 .mvMore {
  position: relative;
  text-align: center;
  font-weight: bold;
}
#wbc2026 .mvMore_img {
  position: absolute;
  z-index: 1;
}
#wbc2026 .mvMore_txt {
  position: relative;
}
#wbc2026 .mvMore_bg {
  position: absolute;
  top: 0;
  mix-blend-mode: screen;
}
#wbc2026 .mvPeriod {
  text-align: center;
  background: #fff;
  border: 2px solid #B28046;
}
#wbc2026 .mvPeriod dt {
  color: #BF0F1A;
  font-weight: bold;
}
#wbc2026 .mvPeriod dd {
  font-weight: bold;
}
#wbc2026 .linkBtn {
  background: #c00;
  color: #fff;
  border: 1px solid #c00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 3em;
  line-height: 1;
  padding: 1em 0;
  margin: auto;
  font-weight: bold !important;
}
#wbc2026 .linkBtn.anchor::after {
  position: absolute;
  content: "";
  transform: rotate(130deg);
  width: .6em;
  height: .6em;
  right: 1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#wbc2026 .linkBtn:hover {
  background: #976F11;
  border: 1px solid #976F11;
  color: #fff;
}
#wbc2026 .linkBtn.btn02 {
  background: #fff;
  border: 1px solid #c00;
  color: #c00;
}
#wbc2026 .linkBtn.btn02:hover {
  background: #c00;
  border: 1px solid #c00;
  color: #fff;
}

/*shopping*/
#wbc2026 #shoppingArea {
  background: linear-gradient(to left, #4B0000 0%, #AE0002 50%, #4B0000 100%);
}
#wbc2026 .shoppingLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
#wbc2026 .shoppingLink a {
  margin: auto;
  background: #fff;
  color: #976F11;
  border: 1px solid #976F11;
}

/*campaign*/
#wbc2026 .campaignInner {
  margin: auto;
}
#wbc2026 #campaignArea h3 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#wbc2026 .campaignWarap {
  background: #fff;
  line-height: 1.7;
}
#wbc2026 .campaignImg {
  display: block;
}
#wbc2026 .campaignTxt02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wbc2026 .campaignTxt02 > div {
  flex: 1;
}

#wbc2026 .otani_productWarap {
  background: #19253d;
}
#wbc2026 .otani_product_item {
  position: relative;
}
#wbc2026 .otani_product_btn {
  position: absolute;
}

/*connect*/
#wbc2026 .connectInner {
  margin: auto;
}
#wbc2026 .connectImg {
  display: block;
}
#wbc2026 .connectItem {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
}

/*detail*/
#wbc2026 #detailArea {
  background: #FEF6E1;
}
#wbc2026 .detailInner {
  margin: auto;
}

#wbc2026 .detailTxt {
  line-height: 1.7;
}
#wbc2026 .detailTxt p {
  margin-bottom: 1em;
}
#wbc2026 .detailTxt .linkBtn {
  padding: .7em;
  margin-bottom: 1.4em;
  padding: 30px 5px 30px;
}
html[data-browse-mode="S"] #wbc2026 .detailTxt .linkBtn {
  padding: .7em;
  margin-bottom: 1.4em;
}
#wbc2026 .linkTxt {
  text-decoration: underline;
}
#wbc2026 .linkTxt:hover {
  text-decoration: none;
}
#wbc2026 .detailHeading b {
  color: #c00;
  margin-right: .5em;
  font-weight: bold !important;
}
#wbc2026 .detailCaution li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}

/*footer*/
#wbc2026 #footerArea .linkBtn {
  padding: .7em;
}

/*pc
*********************************************************/
html[data-browse-mode="P"] .forSP {
  display: none !important;
}
html[data-browse-mode="P"] #header {
  margin-bottom: 0;
}

html[data-browse-mode="P"] #wbc2026 .titWarap {
  width: 1200px;
  padding: 80px 0 60px;
}

html[data-browse-mode="P"] #wbc2026 .titWarap span {
  font-size: 32px;
  min-width: 600px;
}
html[data-browse-mode="P"] #wbc2026 h1.titWarap {
  margin: 0 auto 35px;
  padding: 0;
}

html[data-browse-mode="P"] #wbc2026 h2 {
  margin: 0 0 50px 0;
  padding: 80px 0 10px 0;
  font-size: 30px;
}
html[data-browse-mode="P"] #wbc2026 h2::after {
  left: calc(50% - 20px);
  width: 50px;
  border-top: #C63F2B 5px solid;
}

/*mv*/
html[data-browse-mode="P"] #wbc2026 .mv {
  /*width: 1200px;
  margin: 0 auto 35px;*/
  margin: 0 0 0px 0;
  position: relative;
}
html[data-browse-mode="P"] #wbc2026 .mvInner {
  width: 844px;
}
html[data-browse-mode="P"] #wbc2026 .mvCatch {
  margin-bottom: 15px;
}
html[data-browse-mode="P"] #wbc2026 .mvCatch small {
  font-size: 28px;
  margin-bottom: 15px;
}
html[data-browse-mode="P"] #wbc2026 .mvCatch_num {
  font-size:70px;
  padding: 5px 5px 20px 0;
}
html[data-browse-mode="P"] #wbc2026 .mvCatch_num span {
  font-size: 90px;
  padding: 5px 5px 20px 0;
}
html[data-browse-mode="P"] #wbc2026 .mvCatch_txt {
  font-size: 35px;
}
html[data-browse-mode="P"] #wbc2026 .mvMore {
  font-size: 32px;
  margin-bottom: 30px;
  padding: 40px 0 0;
}
html[data-browse-mode="P"] #wbc2026 .mvMore_img {
  left: -100px;
  top: 0;
}
html[data-browse-mode="P"] #wbc2026 .mvMore b {
  font-size: 40px;
}
html[data-browse-mode="P"] #wbc2026 .mvPeriod {
  border-radius: 8px;
  padding: 20px 0 30px;
  margin-bottom: 40px;
}
html[data-browse-mode="P"] #wbc2026 .mvPeriod dt {
  font-size: 30px;
}
html[data-browse-mode="P"] #wbc2026 .mvPeriod dd {
  font-size: 22px;
}
html[data-browse-mode="P"] #wbc2026 .linkBtn {
  width: 320px;
  font-size: 18px;
}
/*shopping*/
html[data-browse-mode="P"] #wbc2026 .shoppingLink {
  gap: 25px 0;
  width: 995px;
  padding-bottom: 70px;
}
html[data-browse-mode="P"] #wbc2026 .shoppingLink a {
  width: 485px;
  font-size: 22px;
}

/*campaign*/
html[data-browse-mode="P"] #wbc2026 .campaignInner {
  width: 1200px;
  padding-bottom: 80px;
}
html[data-browse-mode="P"] #wbc2026 .campaignCont + .campaignCont {
  margin-top: 55px;
}
html[data-browse-mode="P"] #wbc2026 #campaignArea {
  background: url(/img/usr/freepage/ohtani/campaign_bg_pc.jpg)no-repeat left top / cover;
}
html[data-browse-mode="P"] #wbc2026 #campaignArea h3 {
  font-size: 32px;
  height: 80px;
  background: url(/img/usr/freepage/ohtani/campaign_ttl_bg_pc.png)no-repeat left top / cover;
}
html[data-browse-mode="P"] #wbc2026 .campaignWarap {
  font-size: 16px;
  padding: 25px 100px 50px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
}
html[data-browse-mode="P"] #wbc2026 .campaignImg {
  margin-bottom: 25px;
}
html[data-browse-mode="P"] #wbc2026 .campaignTxt00 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
html[data-browse-mode="P"] #wbc2026 .campaignTxt01 {
  margin: 0 auto 25px;
  width: 844px;
}
html[data-browse-mode="P"] #wbc2026 .campaignTxt02 {
  gap: 0 20px;
  margin: 0 auto 25px;
  width: 844px;
}
html[data-browse-mode="P"] #wbc2026 .campaignTxt02 > figure {
  width: 382px;
}
html[data-browse-mode="P"] #wbc2026 .otani_productWarap {
  padding: 40px 0;
  margin-bottom: 25px;
}
html[data-browse-mode="P"] #wbc2026 .otani_product_item:not(:last-child) {
  margin-bottom: 50px;
}
html[data-browse-mode="P"] #wbc2026 .otani_product_btn {
  bottom: 10px;
  right: 80px;
  width: 420px;
}

/*connect*/
html[data-browse-mode="P"] #wbc2026 .connectInner {
  width: 1200px;
  padding-bottom: 80px;
}
html[data-browse-mode="P"] #wbc2026 .connectImg {
  margin-bottom: 40px;
}
html[data-browse-mode="P"] #wbc2026 .connectItem {
  gap: 0 30px;
}
html[data-browse-mode="P"] #wbc2026 .connectItem li {
  width: 380px;
}
html[data-browse-mode="P"] #wbc2026 .connectTxt {
  padding: 15px 10px;
}
html[data-browse-mode="P"] #wbc2026 .connectTxt dd:hover {
  text-decoration: underline;
}
html[data-browse-mode="P"] #wbc2026 .connectTxt dt {
  font-size: 16px;
  margin-bottom: 10px;
}
html[data-browse-mode="P"] #wbc2026 .connectTxt dd {
  font-size: 14px;
}

/*detail*/
html[data-browse-mode="P"] #wbc2026 .detailInner {
  width: 1000px;
  padding-bottom: 80px;
}
html[data-browse-mode="P"] #wbc2026 .detailCnt {
  margin-top: 30px;
}
html[data-browse-mode="P"] #wbc2026 .detailTit {
  font-size: 22px;
  border-bottom: 3px solid #c00;
  margin-bottom: 10px;
  font-weight: bold !important;
}
html[data-browse-mode="P"] #wbc2026 .detailTxt {
  font-size: 18px;
  font-weight: normal !important;
}
html[data-browse-mode="P"] #wbc2026 .detailHeading {
  font-size: 20px;
  font-weight: bold !important;
}
html[data-browse-mode="P"] #wbc2026 .detailCaution li {
  font-size: 18px;
}

/*footer*/
html[data-browse-mode="P"] #wbc2026 #footerArea {
  padding: 100px 0;
}


/*sp
*********************************************************/
html[data-browse-mode="S"] .forPC {
  display: none !important;
}

html[data-browse-mode="S"] #wbc2026 .titWarap {
  padding: 30px 0 30px;
  text-align: left;
}
html[data-browse-mode="S"] #wbc2026 .titWarap span {
  font-size: 20px;
  min-width: 70vw;
}
html[data-browse-mode="S"] #wbc2026 h1.titWarap {
  margin: 0 0 10px;
  padding: 0;
}

html[data-browse-mode="S"] #wbc2026 h2.special {
  margin: 0 0 20px 0;
  padding: 40px 0 10px 0;
  font-size: 18px;
}
html[data-browse-mode="S"] #wbc2026 h2 {
  margin: 0 0 20px 0;
  padding: 40px 0 10px 0;
  font-size: 22px;
}
html[data-browse-mode="S"] #wbc2026 h2::after {
  left: calc(50% - 20px);
  width: 30px;
  border-top: #C63F2B 4px solid;
}

/*mv*/
html[data-browse-mode="S"] #wbc2026 .mv {
  width: 100%;
}
html[data-browse-mode="S"] #wbc2026 .mvInner {
  width: 85%;
}
html[data-browse-mode="S"] #wbc2026 .mvCatch {
  margin-bottom: 15px;
}
html[data-browse-mode="S"] #wbc2026 .mvCatch small {
  font-size: calc(16 / 430 * 100vw);
  margin-bottom: .5em;
}
html[data-browse-mode="S"] #wbc2026 .mvCatch_warap {
  padding: 10px 0;
}
html[data-browse-mode="S"] #wbc2026 .mvCatch_num {
  padding: 1vw 1vw 3vw 0;
  font-size: calc(50 / 430* 100vw);
}
html[data-browse-mode="S"] #wbc2026 .mvCatch_txt {
  font-size: calc(18 / 430 * 100vw);
}
html[data-browse-mode="S"] #wbc2026 .mvMore {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 40px;
}
html[data-browse-mode="S"] #wbc2026 .mvMore b {
  font-size: 22px;
}
html[data-browse-mode="S"] #wbc2026 .mvMore_img {
  width: 160px;
  left: -20px;
  top: 0;
}
html[data-browse-mode="S"] #wbc2026 .mvPeriod {
  border-radius: 8px;
  padding: 15px 0 20px;
  margin-bottom: 40px;
}
html[data-browse-mode="S"] #wbc2026 .mvPeriod dt {
  font-size: 21px;
}
html[data-browse-mode="S"] #wbc2026 .mvPeriod dd {
  font-size: 18px;
}
html[data-browse-mode="S"] #wbc2026 .linkBtn {
  width: 320px;
  font-size: 18px;
}
/*shopping*/
html[data-browse-mode="S"] #wbc2026 .shoppingLink {
  gap: 15px 0;
  width: 85%;
  padding-bottom: 40px;
}
html[data-browse-mode="S"] #wbc2026 .shoppingLink a {
  width: 100%;
  font-size: 16px;
}

/*campaign*/
html[data-browse-mode="S"] #wbc2026 .campaignInner {
  width: 85%;
  padding-bottom: 40px;
}
html[data-browse-mode="S"] #wbc2026 .campaignCont + .campaignCont {
  margin-top: 30px;
}
html[data-browse-mode="S"] #wbc2026 #campaignArea {
  background: url(/img/usr/freepage/ohtani/campaign_bg_sp.jpg)no-repeat left top / cover;
}
html[data-browse-mode="S"] #wbc2026 #campaignArea h3 {
  font-size: 18px;
  aspect-ratio: 370 / 69;
  width: 100%;
  background: url(/img/usr/freepage/ohtani/campaign_ttl_bg_sp.png)no-repeat left top / cover;
  border-radius: 6px 6px 0 0;
}
html[data-browse-mode="S"] #wbc2026 .campaignWarap {
  font-size: 14px;
  padding: 25px 20px 30px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
}
html[data-browse-mode="S"] #wbc2026 .campaignImg {
  margin-bottom: 25px;
}
html[data-browse-mode="S"] #wbc2026 .campaignTxt00 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 12px;
}
html[data-browse-mode="S"] #wbc2026 .campaignTxt01 {
  margin: 0 auto 25px;
  width: 100%;
}
html[data-browse-mode="S"] #wbc2026 .campaignTxt02 {
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 auto 25px;
  width: 100%;
}
html[data-browse-mode="S"] #wbc2026 .campaignTxt02 > figure {
  width: 100%;
}
html[data-browse-mode="S"] #wbc2026 .campaignWarap .linkBtn {
  margin: auto;
  width: 90%;
  font-size: 16px;
  padding: .7em;
}
html[data-browse-mode="S"] #wbc2026 .otani_productWarap {
  padding: 20px 10px;
  margin: 0 -10px 25px;
}
html[data-browse-mode="S"] #wbc2026 .otani_product_item:not(:last-child) {
  margin-bottom: 20px;
}
html[data-browse-mode="S"] #wbc2026 .otani_product_btn {
  bottom: 3px;
  right: 6px;
  width: 45%;
}

/*connect*/
html[data-browse-mode="S"] #wbc2026 .connectInner {
  width: 85%;
  padding-bottom: 40px;
}
html[data-browse-mode="S"] #wbc2026 .connectImg {
  margin-bottom: 30px;
}
html[data-browse-mode="S"] #wbc2026 .connectItem {
  flex-direction: column ;
  gap: 30px 0;
}
html[data-browse-mode="S"] #wbc2026 .connectTxt {
  padding: 15px 0;
}
html[data-browse-mode="S"] #wbc2026 .connectTxt dt {
  font-size: 16px;
  margin-bottom: 10px;
}
html[data-browse-mode="S"] #wbc2026 .connectTxt dd {
  font-size: 14px;
}

/*detail*/
html[data-browse-mode="S"] #wbc2026 .detailInner {
  width: 85%;
  padding-bottom: 40px;
}
html[data-browse-mode="S"] #wbc2026 .detailCnt {
  margin-top: 30px;
}
html[data-browse-mode="S"] #wbc2026 .detailTit {
  font-size: 18px;
  border-bottom: 3px solid #c00;
  margin-bottom: 10px;
  font-weight: bold !important;
}
html[data-browse-mode="S"] #wbc2026 .detailTxt {
  font-size: 16px;
  font-weight: normal !important;
}
html[data-browse-mode="S"] #wbc2026 .detailHeading {
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: bold !important;
}
html[data-browse-mode="S"] #wbc2026 .detailCaution li {
  font-size: 16px;
}
html[data-browse-mode="S"] #wbc2026 .detailTxt .linkBtn {
  margin: 0 auto 25px;
  width: 90%;
  font-size: 16px;
  font-weight: bold !important;
}


/*ranking*/
html[data-browse-mode="P"] .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 70px;
  margin-top: 45px;
}

html[data-browse-mode="S"] .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 16px;
  margin-top: 22px;
}

html[data-browse-mode="P"] .list-action {
  background-color: #CC0000;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: var(--serif);
  text-align: center;
  padding: 30px 5px 30px;
  transition: opacity .3s;
  height: 100%;
  font-weight: bold !important;
  font-size: 18px;
}

html[data-browse-mode="S"] .list-action {
  background-color: #CC0000;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: var(--serif);
  text-align: center;
  padding: 2.5vw 1.5vw;
  height: 100%;
  font-weight: bold !important;
}

html[data-browse-mode="P"] a.list-action:hover {
  background: #976F11;
  color: #fff;
}

/*footer*/
html[data-browse-mode="S"] #wbc2026 #footerArea {
  padding: 50px 0;
}
</style>