@charset "UTF-8";
/* Template 
   v0.1 | 20150430
   License: none (public domain)
   ―
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   ―
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
  /* 1 */
    -ms-text-size-adjust: 100%;
  /* 2 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
    font-family: "メイリオ", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
  /* 1 */
    vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
  /* 1 */
    font: inherit;
  /* 2 */
    margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
  /* 2 */
    cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p, div {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.header {
  position: relative;
  height: 53px;
}
.header__title {
  position: absolute;
  top: 10px;
  left: 23px;
  width: 184px;
  height: 33px;
  background: url("../fig/pc/common/logo_mensbros.png") top left no-repeat;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
.header__title:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
}
.header__title a {
  display: block;
  width: 184px;
  height: 33px;
  text-indent: -9999px;
}

.header__subTitle {
  position: absolute;
  top: 20px;
  left: 225px;
  font-size: 13px;
  letter-spacing: 0.02em;
  height: 1em;
  vertical-align: top;
}

.header__officialLink {
  position: absolute;
  top: 11px;
  right: 245px;
  width: 110px;
  height: 35px;
  overflow: hidden;
}
.header__officialLink:hover img {
  margin-top: -35px;
}

.header__btn--gNav {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.header__btn--gNavSp {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 54px;
  height: 53px;
  background: url("../fig/sp/common/btn_menu.png") top left no-repeat;
  display: none;
  overflow: hidden;
}

.gNav {
  position: absolute;
  top: 53px;
  right: 0px;
  width: 340px;
  height: 0px;
  overflow: hidden;
  background: #000;
  color: #fff;
  z-index: 10;
}
.gNav__item {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  list-style-type: none;
  width: 340px;
  height: 60px;
  cursor: pointer;
  background: url("../fig/pc/common/btn_pattern.png") top left repeat-y;
}
.gNav__item:hover a {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.gNav__item a {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  width: 340px;
  height: 60px;
  display: table;
  color: #fff;
  text-decoration: none;
}

.gNav__itemLine {
  position: absolute;
  bottom: 0px;
  left: 2px;
  width: 338px;
  height: 1px;
  background: #242424;
  display: block;
}

.gNav__itemText {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  display: table-cell;
  padding-left: 26px;
  vertical-align: middle;
}

.gNav__socialList {
  letter-spacing: -.40em;
  text-align: center;
  cursor: default;
}

.gNav__socialItem {
  letter-spacing: normal;
  display: inline-block;
  overflow: hidden;
  margin-top: 18px;
  height: 27px;
  margin-left: 32px;
}
.gNav__socialItem:first-child {
  margin-left: 0px;
}

.gNav__socialItem--fb {
  width: 27px;
  height: 27px;
  background: url("../fig/pc/common/btn_facebook.png") 0 0 no-repeat;
}
.gNav__socialItem--fb:hover {
  background: url("../fig/pc/common/btn_facebook.png") 0 -27px no-repeat;
}
.gNav__socialItem--fb a {
  display: block;
  width: 27px;
  height: 27px;
}

.gNav__socialItem--tw {
  width: 27px;
  height: 27px;
  background: url("../fig/pc/common/btn_twitter.png") 0 0 no-repeat;
}
.gNav__socialItem--tw:hover {
  background: url("../fig/pc/common/btn_twitter.png") 0 -27px no-repeat;
}
.gNav__socialItem--tw a {
  display: block;
  width: 27px;
  height: 27px;
}

.gNav__socialItem--yt {
  width: 50px;
  height: 27px;
  background: url("../fig/pc/common/btn_youtube.png") 0 0 no-repeat;
}
.gNav__socialItem--yt:hover {
  background: url("../fig/pc/common/btn_youtube.png") 0 -27px no-repeat;
}
.gNav__socialItem--yt a {
  display: block;
  width: 50px;
  height: 27px;
}

.mailnews {
  background: #daedfc url("../fig/pc/common/bg_mailnews.png") center top no-repeat;
  height: 480px;
}
.mailnews:before {
  display: block;
  content: ' ';
  padding-top: 85px;
}
.mailnews__title {
  position: relative;
  width: 132px;
  height: 26px;
  padding-bottom: 31px;
  margin: 0 auto 35px;
  background: url("../fig/pc/common/title_mailnews.png") 0 0px no-repeat;
  text-indent: -9999px;
}
.mailnews__title span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 27px;
  height: 2px;
  background: #000;
  margin-left: -13.5px;
}

.mailnews__procedure {
  width: 600px;
  margin: 0 auto;
}

.mailnews__procedureTitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}

.mailnews__procedureItem {
  list-style-type: none;
  font-size: 14px;
  line-height: 1.8em;
}

.mailnews__btn {
  width: 259px;
  height: 62px;
  background: url("../fig/pc/common/btn_mailRegister.png") top left no-repeat;
  margin: 35px auto 0;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
.mailnews__btn:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.mailnews__btn a {
  display: block;
  width: 259px;
  height: 62px;
}

.footer {
  width: 100%;
}
.footer__share {
  text-align: center;
  padding: 35px 0;
  height: 60px;
  background: #000;
}
.footer__share p {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
  margin-left: 17px;
}
.footer__share p:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.footer__share p:first-child {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  margin-left: 0px;
  margin-right: 14px;
}

.footer__shareTitle {
  width: 46px;
  height: 16px;
  background: url("../fig/pc/top/txt_share.png") top left no-repeat;
  padding-bottom: 20px;
}

.footer__shareTw {
  width: 60px;
  height: 60px;
  background: url("../fig/pc/top/btn_twitter.png") top left no-repeat;
}
.footer__shareTw a {
  display: block;
  width: 60px;
  height: 60px;
}

.footer__shareTitleFb {
  width: 60px;
  height: 60px;
  background: url("../fig/pc/top/btn_facebook.png") top left no-repeat;
}
.footer__shareTitleFb a {
  display: block;
  width: 60px;
  height: 60px;
}

.footer__pageTop {
  width: 100%;
  height: 46px;
  border-top: 2px solid #0091FE;
  background: #000;
  letter-spacing: -.40em;
  background: #000;
  text-align: center;
  padding-top: 15px;
}
.footer__pageTop:hover p {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.footer__pageTop p {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  letter-spacing: -.40em;
  width: 93px;
  height: 15px;
  background: url("../fig/pc/common/btn_pagetop.png") top left no-repeat;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.footer__cr {
  width: 100%;
  height: 100px;
  display: table;
  font-size: 12px;
}
.footer__cr p {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  overflow: hidden;
}
.overlay__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  cursor: pointer;
}

.overlay__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
}
.overlay__contents iframe {
  width: 100%;
  height: 100%;
}

.overlay__ctrl {
  position: absolute;
  top: 50%;
  left: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: -.40em;
  text-align: center;
  width: 100%;
}

.overlay__nextNone {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  letter-spacing: normal;
  display: inline-block;
  width: 155.76000000000002px;
  height: 37.62px;
  background: url("../fig/pc/common/btn_nodisplay.png") top left no-repeat;
  background-size: contain;
  margin-right: 21px;
  cursor: pointer;
}
.overlay__nextNone:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.overlay__close {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  letter-spacing: normal;
  display: inline-block;
  width: 112px;
  height: 35px;
  background: url("../fig/pc/common/btn_skip.jpg") top left no-repeat;
  background-size: contain;
  cursor: pointer;
}
.overlay__close:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.overlay__nextNoneImg {
  display: none;
}

.overlay__nextNoneImgSp {
  display: none;
}

.overlay__closeImg {
  display: none;
}

.overlay__closeImgSp {
  display: none;
}

.lt-ie9 .overlay__nextNone {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  background: none !important;
}
.lt-ie9 .overlay__nextNone:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.lt-ie9 .overlay__close {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  background: none !important;
}
.lt-ie9 .overlay__close:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.lt-ie9 .overlay__nextNoneImg {
  display: block;
  width: 112px;
  height: auto;
}

.lt-ie9 .overlay__nextNoneImgSp {
  display: none !important;
}

.lt-ie9 .overlay__closeImg {
  display: block;
  width: 112px;
  height: auto;
}

.lt-ie9 .overlay__closeImgSp {
  display: none !important;
}

.overlay--ctrl .overlay__nextNone {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  width: 155.76px !important;
  height: 37.62px !important;
  background: url("../fig/pc/common/btn_nodisplay.png") top left no-repeat !important;
  background-size: contain !important;
}
.overlay--ctrl .overlay__nextNone:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.overlay--ctrl .overlay__close {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  width: 112px !important;
  height: 35px !important;
  background: url("../fig/pc/common/btn_skip.jpg") top left no-repeat !important;
  background-size: contain !important;
}
.overlay--ctrl .overlay__close:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}

@media screen and (max-width: 760px) {
  .header__title {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 184px;
    height: 33px;
    background: url("../fig/sp/common/logo_mensbros.png") top left no-repeat;
    background-size: contain;
  }
  .header__title a {
    display: block;
    width: 184px;
    height: 33px;
    text-indent: -9999px;
  }

  .header__btn--gNav {
    display: none;
  }

  .header__btn--gNavSp {
    display: block;
  }

  .header__subTitle {
    display: none;
  }

  .header__officialLink {
    display: none;
  }

  .header__btn--gNavSp--open {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 54px;
    height: 53px;
    background: url("../fig/sp/common/btn_menu.png") 0 bottom no-repeat;
    overflow: hidden;
  }

  .gNav {
    width: 100% !important;
  }
  .gNav__item {
    width: 100% !important;
  }

  .gNav__itemLine {
    width: 100% !important;
  }

  .gNav__socialList {
    padding-top: 12px;
  }

  .gNav__socialItem {
    margin-top: 0px !important;
  }

  .gNav__socialItem--fb {
    width: 34px !important;
    height: 34px !important;
    background: url("../fig/sp/common/btn_facebook.png") 0 0 no-repeat;
    background-size: cover;
  }
  .gNav__socialItem--fb:hover {
    background: url("../fig/sp/common/btn_facebook.png") 0 0 no-repeat !important;
  }
  .gNav__socialItem--fb a {
    display: block;
    width: 34px;
    height: 34px;
  }

  .gNav__socialItem--tw {
    width: 34px;
    height: 34px;
    background: url("../fig/sp/common/btn_twitter.png") 0 0 no-repeat;
    background-size: cover;
  }
  .gNav__socialItem--tw:hover {
    background: url("../fig/sp/common/btn_twitter.png") 0 0 no-repeat !important;
  }
  .gNav__socialItem--tw a {
    display: block;
    width: 34px;
    height: 34px;
  }

  .gNav__socialItem--yt {
    width: 51.5px;
    height: 34px;
    background: url("../fig/sp/common/btn_youtube.png") 0 2px no-repeat;
    background-size: contain;
  }
  .gNav__socialItem--yt:hover {
    background: url("../fig/sp/common/btn_youtube.png") 0 2px no-repeat !important;
  }
  .gNav__socialItem--yt a {
    display: block;
    width: 50px;
    height: 27px;
  }

  .footer__share {
    height: 29px;
    padding: 17.5px 0;
  }
  .footer__share p {
    display: inline-block;
    margin-left: 15.5px !important;
  }
  .footer__share p:first-child {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .footer__shareTitle {
    background: url("../fig/sp/top/title_share.png") top left no-repeat;
    background-size: contain;
    width: 23px;
    height: 8px;
    padding-bottom: 10px;
  }

  .footer__shareTw {
    width: 29.5px;
    height: 29px;
    background: url("../fig/sp/top/btn_twitter.png") top left no-repeat;
    background-size: contain;
  }
  .footer__shareTw a {
    display: block;
    width: 29.5px;
    height: 29px;
  }

  .footer__shareTitleFb {
    width: 29.5px;
    height: 29px;
    background: url("../fig/sp/top/btn_facebook.png") top left no-repeat;
    background-size: contain;
  }
  .footer__shareTitleFb a {
    display: block;
    width: 29.5px;
    height: 29px;
  }

  .footer__pageTop {
    width: 100%;
    height: 46px;
    border-top: 2px solid #0091FE;
    background: #000;
    letter-spacing: -.40em;
    background: #000;
    text-align: center;
    padding-top: 15px;
  }
  .footer__pageTop p {
    letter-spacing: -.40em;
    width: 91.5px;
    height: 15.5px;
    background: url("../fig/sp/common/btn_pagetop.png") 0 0 no-repeat;
    background-size: contain;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }

  .mailnews {
    height: 600px !important;
    background: #daedfc url("../fig/sp/common/bg_mailnews.png") center top no-repeat;
    background-size: cover;
  }
  .mailnews__title {
    width: 103.5px !important;
    height: 20.5px !important;
    background: url("../fig/sp/common/title_mailnews.png") top left no-repeat !important;
    background-size: contain !important;
  }

  .mailnews__procedure {
    width: 100% !important;
  }

  .mailnews__procedureList {
    width: 88% !important;
    margin: 0 auto !important;
  }

  .mailnews__procedureItem {
    font-size: 14px !important;
  }

  .mailnews__btn {
    width: 259px;
    height: 62px;
    background: url("../fig/sp/common/btn_mailRegister.png") top left no-repeat;
    background-size: contain;
    margin: 39px auto 0;
  }
  .mailnews__btn a {
    display: block;
    width: 259px;
    height: 62px;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .overlay__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .overlay__contents {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
  }
  .overlay__contents iframe {
    width: 100%;
    height: 100%;
  }

  .overlay__ctrl {
    position: absolute;
    top: 50%;
    left: 0;
    color: #000;
    font-size: 16px;
    letter-spacing: -.40em;
    text-align: center;
    width: 100%;
  }

  .overlay__nextNone {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    letter-spacing: normal;
    display: inline-block;
    width: 44%;
    height: auto;
    background: none;
    background-size: contain;
    margin-right: 21px;
    cursor: pointer;
  }
  .overlay__nextNone:hover {
    opacity: 1 !important;
  }

  .overlay__close {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    letter-spacing: normal;
    display: inline-block;
    width: 29.6%;
    height: auto;
    background: none;
    cursor: pointer;
  }
  .overlay__close:hover {
    opacity: 1 !important;
  }

  .overlay__nextNoneImg {
    display: none;
  }

  .overlay__nextNoneImgSp {
    width: 100%;
    display: block;
  }

  .overlay__closeImg {
    display: none;
  }

  .overlay__closeImgSp {
    width: 100%;
    display: block;
  }
}
.archive__head {
  width: 100%;
  background: #000;
  padding: 17px 0;
}

.archive__title {
  margin: 0 auto;
  background: url("../fig/pc/archive/title_archive.png") top left no-repeat;
  width: 114px;
  height: 30px;
  text-indent: -9999px;
}

.archive__list {
  background: #000;
}

.archive__item {
  width: 100%;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
.archive__item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.archive__item:hover {
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.75;
  filter: alpha(opacity=75);
}

@media screen and (max-width: 760px) {
  .archive__item:last-child {
    padding-bottom: 47px;
  }

  .archive__title {
    margin: 0 auto;
    background: url("../fig/sp/archive/title_archive.png") top left no-repeat;
    width: 84px;
    height: 22px;
    background-size: contain;
    text-indent: -9999px;
  }
}
