@charset 'UTF-8';

/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * vars
 */

:root {
  /* colors */

  --default-color: #1b1b1b;
  --key-color-t: #caff00;
  --key-color-g: #20f0df;
  --white-color: #f8f8f8;
  --gray-color-01: #e7e7e7;
  --gray-color-02: #e5e5e5;
}

/*
 * fonts
 */

@font-face {
  font-family:UniqloProBold;
  src:url(/rogerfedererpreorderfaq/fonts/1807201200-UniqloProBold.woff);
}
@font-face {
  font-family:UniqloProRegular;
  src:url(/rogerfedererpreorderfaq/fonts/1807201200-UniqloProRegular.woff);
}
@font-face {
  font-family:UniqloProLight;
  src:url(/rogerfedererpreorderfaq/fonts/1807201200-UniqloProLight.woff);
}

.uni-font--bold {
  font-family: "UniqloProBold";
}

.uni-font--regular {
  font-family: "UniqloProRegular";
}

.uni-font--light {
  font-family: "UniqloProLight";
}

/*
 * media quieries
 */

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-garter-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.u-garter-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.u-garter-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.u-garter-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.u-b {
  font-weight: bold;
}

.u-it {
  font-style: italic;
}

.u-grid__rows {
  display: block;
}

.u-grid__rows::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.u-grid--8 {
  margin: 0 -8px;
}

.u-grid--8__cols {
  padding: 0 8px;
}

.u-grid--10 {
  margin: 0 -10px;
}

.u-grid--10__cols {
  padding: 0 10px;
}

.u-grid--30 {
  margin: 0 -30px;
}

.u-grid--30__cols {
  padding: 0 30px;
}

.u-grid--4p {
  margin: 0 -4%;
}

.u-grid--4p__cols {
  padding: 0 4%;
}

.u-grid--0 {
  margin: 0;
}

.u-grid--0__cols {
  padding: 0;
}

.u-grid__cols {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u-grid-min900__1cols {
  width: 100%;
}

.u-grid__2cols {
  width: 50%;
}

.u-grid__3cols {
  width: 33.333333%;
}

.u-grid__4cols {
  width: 25%;
}

.u-grid__offset--181 {
  width: 181px;
  min-height: 1px;
}

.u-link-btn {
  width: 100%;
}

.u-link-btn__anchor {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.u-link-btn__inn {
  font-size: 16px;
  line-height: 1.75;
  display: inline-block;
  position: relative;
  color: #1b1b1b;
  color: var(--default-color);
}

.u-link-btn__inn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: -10px;
  top: 10px;
  border: 1px solid;
  border-color: #1b1b1b #1b1b1b transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.u-img-responsive {
  height: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* ---------------------------------------------------------
header
----------------------------------------------------------*/
.globalnav a{
  display: inline-block;
}
.globalnav img{
  padding: 10px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer{
  padding: 100px 0 20px;
  text-align: center;
  background-color: #fff;
  width: 1300px;
  margin: auto;
}
.footer > a > img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.footer > a > p {
  font-size: 16px;
  color: #818181;
  text-decoration: underline;
}
/* color of underline */
.footer > a > p >span {
  color: #1b1b1b;
  font-family: "UniqloProLight", sans-serif;
}
.footer > p {
  font-size: 12px;
  margin-top: 50px;
  letter-spacing: .06em;
  text-align: center;
  font-family: "UniqloProLight", sans-serif;
}

.page__pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 20;
}

.page__pagetop:hover {
  opacity: 0.8;
}

.duty-list {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 13px;
}
.duty-list-head {
  font-weight: bold;
  background: #eee;
}
.duty-list-head__td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px;
}
.duty-list-body__td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px;
}

.duty-list{
  margin-bottom: 60px;
}

div#content {
  background-color: #fff;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  color: #1b1b1b;
  color: var(--default-color);
}

.page {
  min-width: 1300px;
  margin: auto;
}

.page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page img {
  vertical-align: bottom;
}

.page a {
  color: #1b1b1b;
  color: var(--default-color);
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: block;
}

.page a:hover {
  opacity: 0.8;
}

.page__section {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.page__section--h2 {
  padding-top: 45px;
  padding-bottom: 86px;
}

.page__section--mdl {
  width: 1200px;
}

.page__section--pre-order {
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 2%;
}

.page-h2 {
  position: relative;
}

.page-h2__border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #caff00;
  background: var(--key-color-t);
  z-index: 1;
  padding-top: 40px;
}

.page-h2__imgwrap {
  position: relative;
  max-width: 1357px;
  width: 100%;
  margin: 0 auto 0;
  z-index: 2;
  padding-bottom: 14px;
}

.page-h2__imgwrap img{
  width: 100%;
}

.page-link-btn-03 {
  text-align: center;
}

.page-link-btn__anchor-03 {
  padding: 25px 0;
  background: #000;
}

.page-link-btn__inn-03 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.page-link-btn__inn-03::after {
  border: none;
}

.page-prof {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}

.page-prof__ttl-01.page-prof__ttl-01--fed {
  width: 40.916666%;
  padding-bottom: 2.5%;
}

.page-mdl-lg {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.page-mdl-lg__inn {
  position: absolute;
  right: 0;
  top: 0;
}

.page-mdl-lg__inn--fed {
  width: 48.125%;
  padding-top: 9%;
}

.page-feature {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
  padding-bottom: 0;
}

.page-feature__inn {
  padding-top: 28.583333%;
  width: 38.33333%;
}

.page-feature__li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6.52173%;
  position: relative;
}

.page-feature__li:last-child {
  padding-bottom: 0;
}

.page-feature__imgwrap {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.page-feature__imgwrap img{
  width: 100%;
}

.page-feature__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 15px;
  font-size: 14px;
}

.page-feature__ul.page-feature__ul--fed {
  min-width: 460px;
  margin: 0 -10px;
}

.page-feature__ul.page-feature__ul--fed::after {
  content: "";
  display: block;
  clear: both;
}

.page-feature__ul.page-feature__ul--fed .page-feature__li {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  padding-bottom:20px;
  position: relative;
}

.page-feature__ul.page-feature__ul--fed .page-feature__li:nth-child(odd) {
  float: left;
}

.page-feature__ul.page-feature__ul--fed .page-feature__li:nth-child(even) {
  float: right;
}

.page-feature__ul.page-feature__ul--fed .page-feature__imgwrap {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.page-feature__ul.page-feature__ul--fed .page-feature__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 20px 0;
  font-size: 14px;
}

.page-feature__dt {
  display: inline-block;
  position: relative;
  font-size: 28px;
  margin-right: 45px;
}

.page-feature__dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -63px;
  background-repeat: no-repeat;
  width: 40px;
  height: 49px;
  background-size: 40px 49px;
  margin-top: -26px;
  margin-right: 0px;
  background-image: url(../images/180823-18FW_ambassador_Federer5-piece_pc_function-01.png);
}

.page-feature__dd {
  font-size: 17px;
  margin: 20px auto 60px;
}

.page-pre-order {
  background: #f8f8f8;
  background: var(--white-color);
  width: 100%;
}

.page-pre-order__container {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 930px;
}

.page-pre-order__head {
  margin: 0 auto;
  width: 100%;
  max-width: 80.32258064%;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}

.page-pre-order__foot {
  margin: 0 auto;
  position: relative;
  width: 990px;
}

.page-pre-order__foot::after {
  content: "";
  display: block;
  clear: both;
}

.page-pre-order__btn {
  float: left;
  width: 50%;
  padding: 0 30px;
}

.page-productlists {
  padding-bottom: 2.150537%;
  position: relative;
}

.page-productlists > div:first-child{
  padding-right: 30px;
}

.page-productlists > div:last-child{
  padding-left: 30px;
}

.page-products {
  width: 100%;
}

.page-products__anchor {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-products__detail {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-bottom: 20px;
  position: relative;
}

.page-products__detail.page-products__detail--large {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}

.page-products__detail.page-products__detail--large .page-products__price,
.page-products__detail.page-products__detail--large .page-products__linktext {
  padding-left: 0;
  padding-right: 0;
}

.page-products__detail.page-products__detail--large .page-products__linktext {
  font-size: 20px;
}

.page-products__price {
  width: 100%;
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  bottom: 0;
}

.page-products__linktext {
  width: 100%;
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  bottom: 0;
  text-align: right;
  font-size: 13px;
  text-decoration: none;
}

a:hover .page-products__linktext {
  text-decoration: underline;
}

.page-nortice {
  padding: 60px 75px;
  width: 100%;
  height: 430px;
  position: relative;
}

.page-nortice__scrollable {
  height: 100%;
  padding: 40px;
  overflow-y: scroll;
  border: 1px solid #e7e7e7;
  border: 1px solid var(--gray-color-01);
  background: #fff;
}

.page-nortice__text-01 {
  font-size: 18px;
  padding-bottom: 10px;
}

.page-nortice__text-02 {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 10px;
}

.page__ttl-h3-01 {
  font-size: 28px;
  display: inline-block;
}

.page__text-11 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page__text-12 {
  display: inline;
  font-size: 40px;
  line-height: 1;
}

.page__text-14 {
  display: block;
  width: 930px;
  margin: auto;
  font-size: 24px;
  margin-bottom: 60px;
  margin-top: 15px;
}

.wrap{
  width: 1300px;
  margin: auto;
}
.Wimbledon2018_bnr {
  padding: 60px 75px;
  margin-top: 90px;  
}
.Wimbledon2018_bnr img{
  width: 100%;
}

.page a.nortice_link{
  display: inline;
  text-decoration: underline;
}

@media (max-width: 1600px) {
  .page-mdl-lg__inn--fed img{
    width: 100%;
  }

  .page-prof__ttl-01.page-prof__ttl-01--fed {
    padding-bottom: 1%;
  }

  .page__ttl-h3-01 {
    font-size: 24px;
  }

  .page-prof__ttl-01.page-prof__ttl-01--fed img {
    width: 75%;
  }

  .page-feature__inn {
    padding-top: 20%;
  }

  .page-feature__dd {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .page-feature__ul.page-feature__ul--fed .page-feature__text {
    padding: 10px 0;
  }

  .page-feature__ul.page-feature__ul--fed .page-feature__li {
    width: 190px;
  }
}
