﻿.fixed {
  position: fixed;
  margin: auto 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

.notice {
  font-size: 14px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .notice {
    font-size: 12px;
  }
}

.deou_nav .display-tab {
  display: none;
}
.deou_nav .display-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .deou_nav .display-pc {
    display: inherit;
  }
  .deou_nav .display-tab {
    display: inherit;
  }
  .deou_nav .display-sp {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .deou_nav .display-pc {
    display: none;
  }
  .deou_nav .display-tab {
    display: inherit;
  }
  .deou_nav .display-sp {
    display: inherit;
  }
}

@media screen and (min-width: 769px) {
  .deou_nav a .off {
    display: inherit;
  }
  .deou_nav a .on {
    display: none;
  }
  .deou_nav a:hover .off {
    display: none;
  }
  .deou_nav a:hover .on {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .deou_nav a:hover .off {
    display: block;
  }
  .deou_nav a .on {
    display: none;
  }
}

.deou_nav,
.deou_nav_inner,
.deou_nav_inner_sp {
  background: #000;
  box-sizing: border-box;
}

.deou_nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  background: #000;
  border: #484c4f 1px solid;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}

.deou_nav ul li {
  width: 15%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-right: #484c4f 1px solid;
  box-sizing: border-box;
}
.deou_nav ul li.long {
  width: 22%;
}
.deou_nav ul li.middle {
  width: 16.3%;
}

.deou_nav ul li.logo {
  width: 10%;
  max-width: 87px;
}
.deou_nav ul li:last-child {
  border-right: none;
}
.deou_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.deou_nav ul li:not(.logo) a:after {
  content: "";
  display: block;
  width: 3px;
  height: 5px;
  background: url(/-/Media/com/mens-deou/top/201603/arrow.png);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.deou_nav ul li:not(.logo) a {
  padding: 4px 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.deou_nav ul li:not(.logo) a sup {
  font-size: 10px;
}
.deou_nav ul li:not(.logo) a:hover,
.deou_nav ul li:not(.logo) a.current {
  background: rgba(0, 79, 150, 0.6);
}
.deou_nav ul li.logo a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.deou_nav ul li:not(.logo) a.current {
  pointer-events: none;
}

.deou_nav ul li.no-link a {
  pointer-events: none;
  opacity: 0.4;
  background: #444;
}
.deou_nav ul li.no-link a:hover {
  opacity: 0.4;
  background: #444;
}
.deou_nav ul li.no-link a:after {
  background: none;
}

.deou_nav ul li img {
  display: inline;
  width: 100%;
}

@media screen and (max-width: 940px) {
  .deou_nav ul li.logo {
    width: 9.22%;
  }
  .deou_nav ul li:not(.logo) a {
    font-size: 1.5vw;
  }
  .deou_nav ul li:not(.logo) a sup {
    font-size: 1vw;
  }
}

@media screen and (max-width: 568px) {
  .deou_nav .deou_nav_head_sp {
    width: 100%;
    max-width: 640px;
    text-align: right;
    border-bottom: #222 1px solid;
    position: relative;
  }
  .deou_nav .deou_nav_head_sp a {
    position: absolute;
    top: 0;
    left: 0;
  }
  .deou_nav .deou_nav_head_sp a img {
    display: inline;
    max-width: auto;
    max-height: 50px;
  }
  .deou_nav .deou_nav_head_sp .menu-btn img {
    display: inline;
    max-width: auto;
    max-height: 50px;
  }
  .deou_nav .deou_nav_head_sp .menu-btn img#menu_btn {
    display: inline;
  }
  .deou_nav .deou_nav_head_sp .menu-btn img#close_btn {
    display: none;
  }
  .deou_nav .deou_nav_head_sp .menu-btn .btn_on {
    display: inline !important;
  }
  .deou_nav .deou_nav_head_sp .menu-btn .btn_off {
    display: none !important;
  }
  .deou_nav ul {
    display: none;
    max-width: 640px;
    border: none;
  }
  .deou_nav ul li {
    float: left;
    width: 50% !important;
    max-width: 320px !important;
    border-right: #222 1px solid !important;
    border-bottom: #222 1px solid;
    background: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .deou_nav ul li:nth-child(even) {
    border-right: none;
  }
  .deou_nav ul li:hover {
    background: #000;
  }
  .deou_nav ul li:not(.logo) a {
    padding: 10% 0;
    font-size: 3.2vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .deou_nav ul li:not(.logo).long a {
    padding: 14.5% 0 0;
  }
  .deou_nav ul li:not(.logo).middle a {
    padding: 18% 0 0;
  }
}

#deou_contents img {
  display: inline;
  border: medium none;
  vertical-align: bottom;
}

.bgBtm {
  padding-bottom: 50px;
}

#deou_contents .bgBtm .display-tab {
  display: none;
}
#deou_contents .bgBtm .display-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #deou_contents .bgBtm .display-pc {
    display: inherit;
  }
  #deou_contents .bgBtm .display-tab {
    display: inherit;
  }
  #deou_contents .bgBtm .display-sp {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  #deou_contents .bgBtm .display-pc {
    display: none;
  }
  #deou_contents .bgBtm .display-tab {
    display: inherit;
  }
  #deou_contents .bgBtm .display-sp {
    display: inherit;
  }
}

.bgBtm .BtmHead {
  padding: 50px 0 30px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  border-width: 2px;
  border-top-style: solid;
  border-color: #0059af;
  position: relative;
}

.bgBtm .BtmHead #loupePosition {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
  width: 50px;
  height: 50px;
}

.bgBtm .BtmHead #lookOtherSize {
  width: 200px;
  height: 20px;
  font-size: 20px;
  color: #0059af;
  font-weight: bold;
  text-align: center;
}

.bgBtm .BtmCont {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.bgBtm .BtmCont li {
  display: inline-block;
  width: 32.45%;
  max-width: 305px;
  margin: 0 6px 15px 0;
  background: #fff;
}

.bgBtm .BtmCont li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
@media screen and (min-width: 940px) {
  .bgBtm .BtmCont li:nth-child(3n) {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 940px) {
  .bgBtm .BtmCont {
    width: 100%;
    max-width: 616px;
    margin: 0 auto;
  }
  .bgBtm .BtmCont li {
    width: 49.12%;
  }
  .bgBtm .BtmCont li:nth-child(2n) {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 640px) {
  .bgBtm .BtmCont {
    text-align: center;
  }
  .bgBtm .BtmCont li {
    display: inline-block;
    width: 96%;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 568px) {
  .bgBtm .BtmCont li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  .bgBtm .BtmCont li {
    max-width: 540px;
  }
}
@media screen and (min-width: 1025px) {
  .bgBtm {
    background: url(/-/Media/com/mens-deou/promotion/201603/common/201606/bgCrossBtm.png)
      repeat-x;
    background-position: bottom;
  }
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
  .bgBtm {
    background: url(/-/Media/com/mens-deou/promotion/201603/common/201606/bgCrossTabBtm.png)
      repeat-x;
    background-position: bottom;
  }
}
@media screen and (min-width: 0px) and (max-width: 760px) {
  .bgBtm {
    background: url(/-/Media/com/mens-deou/promotion/201603/common/201606/bgCrossBtmSmp.png)
      repeat-x;
    background-size: auto 100%;
    background-position: bottom;
  }
}

.modal ul {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  padding: 60px 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.modal ul.show {
  opacity: 1;
  visibility: visible;
}
.modal ul li:nth-of-type(1) {
  width: 199px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0 auto 40px;
}
.modal ul li:nth-of-type(2),
.modal ul li:nth-of-type(3) {
  display: inline-block;
  margin: 1%;
  width: 90%;
  max-width: 350px;
  border: transparent 2px solid;
  box-sizing: border-box;
}
.modal ul li:nth-of-type(4) {
  width: 36px;
  margin: 40px auto 0;
  cursor: pointer;
}
.modal ul li:nth-of-type(4):hover {
  opacity: 0.6;
}
@media screen and (min-width: 569px) {
  .modal ul li:nth-of-type(2):hover,
  .modal ul li:nth-of-type(3):hover {
    border: #f4d848 2px solid;
  }
}
@media screen and (max-width: 568px) {
  .modal ul {
    padding: 6% 0;
  }
  .modal ul li:nth-of-type(1) {
    width: 100%;
    max-width: 199px;
    margin: 0 auto 4%;
    text-align: center;
  }
  .modal ul li:nth-of-type(2),
  .modal ul li:nth-of-type(3) {
    margin: 3% 0;
    width: 90%;
    max-width: 650px;
    border: none;
  }
  .modal ul li:nth-of-type(4) {
    width: 10%;
    max-width: 44px;
    margin: 4% auto 0;
  }
  .modal ul li:nth-of-type(4):hover {
    opacity: 1;
  }
}

.bgBtm .BtmCont {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.bgBtm .BtmCont li {
  margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  .bgBtm .BtmCont {
    display: block;
  }
}
