@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";
}

.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-max600--2_17p {
  margin: 0 -2.173%;
}

.u-grid-max600--2_17p .u-grid__cols {
  padding: 0 2.173%;
}

.u-grid__2cols {
  width: 50%;
}

.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 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bannerarea01 {
  margin: 0 auto 15px;
}

/*
 * include page content css
 */

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

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
  margin: 75px 15px 0;
  padding-bottom: 75px;
  text-align: center;
  font-size: 12px;
}
.footer>a {
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
#content .footer>a>img {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}
/* color of underline */
.footer>a>p>span {
  color: #000;
  font-family: "UniqloProLight", sans-serif;
}
.footer>p {
  margin-top: 25px;
  font-size: 10px;
  color: #000;
  font-family: "UniqloProLight", sans-serif;
}


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

.page__pagetop img {
  width: 40px;
  height: 40px;
}

.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;
}

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

.page {
  width: 100%;
}

.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: 10%;
  padding-bottom: 11%;
}

.page__section--mdl {
  width: 100%;
  max-width: 1600px;
  overflow-x: initial;
}

.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;
  padding-top: 3.33333%;
}

.page-h2__border-01 {
  padding-top: 20%;
}

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

.page-h2__imgwrap-01 {
  padding: 0 15px 4px;
}

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

.page-link-btn__anchor-03 {
  padding: 13px 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 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
  position: relative;
  padding-left: 4%;
  padding-right: 4%;
}

.page-prof__ttl-01.page-prof__ttl-01--fed {
  width: 81.594202%;
  padding-bottom: 6.086956%;
}

.page-mdl-lg {
  position: static;
  width: 100%;
  z-index: 5;
  margin-top: 10px;
}

.page-mdl-lg__inn {
  right: 0;
  top: 0;
  position: relative;
  padding-top: 4.66666%;
}

.page-mdl-lg__inn--fed {
  width: 76.8%;
  margin-left: auto;
  padding-top: 0;
}

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

.page-feature--fed {
  padding-bottom: 3%;
}

.page-feature__inn {
  padding-top: 0;
  width: 100%;
}

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

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

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

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

.page-feature__text {
  padding: 4.347826%;
}

.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 {
  min-width: 300px;
  min-width: initial;
  padding-left: 7.2463768115%;
  padding-right: 7.2463768115%;
}

.page-feature__ul.page-feature__ul--fed .page-feature__li {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  padding-bottom: 9.347826086%;
  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__li {
  width: 50%;
}

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

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

.page-feature__dl {
  padding-left: 7.2463768115%;
  padding-right: 7.2463768115%;
}

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

.page-feature__dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -63px;
  background-repeat: no-repeat;
  background-image: url(../images/180823-18fw_ambassador_tennis_sp_function-01.png);
  width: 35px;
  height: 35px;
  background-size: auto 35px;
  margin-top: -17px;
  margin-right: 10px;
}

.page-feature__dd {
  margin: 20px auto 60px;
  font-size: 12px;
  margin-bottom: 30px;
}

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

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

.page-pre-order__container {
  padding-left: 4%;
  padding-right: 4%;
}

.page-pre-order__container {
  padding-top: 0;
  padding-bottom: 0;
}

.page-pre-order__head {
  margin: 0 auto;
  width: 100%;
  max-width: 60%;
  padding-bottom: 8.69565%;
  position: relative;
}

.page-pre-order__foot {
  margin: 0 -30px;
  position: relative;
}

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

.page-pre-order__foot {
  margin: 0;
}

.page-pre-order__btn {
  float: none;
  width: 100%;
  padding: 0 15px;
}

.page-pre-order__btn:not(:last-child) {
  padding-bottom: 4.347826%;
}

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

.page-products {
  width: 100%;
}

.page-products {
  padding-bottom: 30px;
}

.page-products__anchor {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: block !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;
  padding: 0;
}

.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: 11px;
  margin-top: -25px;
}

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

.prod_txt{
  position: relative;
  height: 93px;
}

.page-products__linktext {
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 12px;
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  /*text-decoration: underline;*/
}

.page-nortice {
  padding: 0 15px 30px;
  width: 100%;
  height: 400px;
  position: relative;
}

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

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

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

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

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

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

.page__text-14{
  padding: 20px 30px;
  font-size: 15px;
}

.Wimbledon2018_bnr {
  margin-top: 60px;  
}
.Wimbledon2018_bnr img{
  width: 100%;
}

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