@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
color:#000;
background:#FFF;
}
/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img {
border:0;
}
/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style:normal;
font-weight:normal;
}
ol,
ul {
list-style:none;
}
caption,
th {
text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size:100%;
font-weight:normal;
}
q:before,
q:after {
content:'';
}
abbr,
acronym {
border:0;
font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
vertical-align:text-top;
}
sub {
vertical-align:text-bottom;
}
input,
textarea,
select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }


* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
div img{
  width: 100%;
  height: auto;
}
figure{
  margin: 0;
  line-height: 0;
  position: relative;
}
figure img{
  vertical-align: bottom;
}
.credit{
  display: block;
  position: absolute;
  right: 0;
  bottom:-25px;
  text-align: right;
  width: 100%;
  padding: 0 40px;
  line-height: 1.75;
  font-size: 1.3rem;
  color: #000000
}
.main-image .credit,
.info .credit{
  bottom:-50px;
}
.caution{
  color: #FF0000 !important;
}

a:link,
a:visited,
a:hover { 
  border-bottom:1px dotted;
  color: #FFFFFF;
  text-decoration: none;
}


#header .gb-nav a:link { 
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  border-bottom: 0px;
}
#header .gb-nav a:visited { text-decoration: none; color: #000000; }
#header .gb-nav a:hover { 
  text-decoration: none;
  color: #00a0e9;
  border-bottom: 0px;
}
#header a:active {text-decoration: none; color: #000000; }

.sns-link a:link,
.sns-link a:visited,
.sns-link a:hover { 
  color: #00a0e9;
  border-bottom: 0px;
}
.sns-link{
  text-align: left;
  font-size: 2.4rem;
  margin-top: 0px;
}
.sns-link li{
  display: inline-block;
}

html{
  font-size: 62.5%;
}
body{
    border: solid 0px #FFFFFF;
    font-size: 1.0rem;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    position: relative;
    -webkit-text-size-adjust: 100%;
    word-spacing:normal !important;
    line-height: 1.8;
    letter-spacing: 0.2ex;
}

p{
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: calc(20px - (((1.5rem * 1.8) - 1.5rem) / 2));
}
p:last-child{
  margin-bottom: 0px;
}

.main-image{
  margin-bottom: 80px;
  line-height: 0;
  position: relative;
}
  .main-image img{
    vertical-align: bottom;
  }
.embed{
  position: relative;
  padding-bottom: 56.25%;
  height: 0; 
  overflow:hidden; 
  width: 100%;
  max-width: 100%; 
  height: auto;
  margin-top: 0px;
}
    .embed iframe,
    .embed object,
    .embed embed { 
        position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    }

#header{
  padding: 30px 0;
}
  
  #header h1,
  #header .logo{
    width: 50%;
    text-align: right;
  }
  #header h1 img,
  #header .logo img{
    max-width: 300px;
  }
  nav{
    display: block;
    width: 50%;
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    text-align: left;
  }
  .en{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
  }
/* section */
.sec{
  margin-bottom: 60px;
  padding-top: 20px;
  font-size: 1.5rem;
}
  .sec_header{
    padding: 0px 40px 20px;
    text-align: right;
  }
    .sec_header h1{
      font-size: 4.8rem;
      font-weight: 600;
      letter-spacing: 0.2rem;
      color: #000000;
    }
  .flexbox{
    display: flex;
    flex-wrap: wrap;
  }
  .flexbox_box-r{
    flex-direction: row-reverse;
  }
  .text{
    width: 60%;
    padding: 0px 0 0px;
    margin-bottom: calc(40px - (((1.5rem * 1.8) - 2.4rem) / 2));
    font-family: "Sawarabi Mincho";
    color: #181818;
  }
  .no_text{
    margin-bottom: 0px;
  }
  body.en .text{
    font-family: 'Noto Serif', serif;
  }
    .text.no-image{
      padding: 40px 0 0;
    }
    .text figure{
      margin-bottom: 40px;
    }
    .no_text figure{
      margin-bottom: 0px;
    }
    .no_text{
      margin-bottom: 0;
    }
  .info{
    width: 40%;
    padding: 36px 0 0;
    background-color: #00a0e9;
    color: #FFFFFF;
  }
    .info.event{
      background-color: #c0bebe;
    }
    .info h2{
      font-size: 2.4rem;
      font-weight: 400;
      letter-spacing: 0.4rem;
      margin-bottom: calc(40px - (((2.4rem * 1.8) - 2.4rem) / 2));
    }
    .info h2.en{
      font-size: 3.6rem;
      font-weight: 400;
      letter-spacing: 0.4rem;
      margin-bottom: calc(40px - (((3.6rem * 1.8) - 3.6rem) / 2));
    }
      .info h2 .label{
        display: inline-block;
        font-size: 1.8rem;
      }
    .info figure{
      width: 100%;
      margin-top: 40px;
      display: block;
      text-align: right;
    }
      .info figure img{
        max-width: 300px;
      }
  .list li{
    margin-bottom: 40px;
  }
  dl{
    font-size: 1.3rem;
    font-weight: normal;
    text-align: left;
    margin-bottom: calc(20px - (((1.3rem * 1.8) - 1.3rem) / 2));
  }
  dl:last-child{
    margin-bottom: calc(40px - (((1.3rem * 1.8) - 1.3rem) / 2));
  }
    dt{
      width: 90px;
    }
    dd{
      width: calc(100% - 90px);
    }
    dt.wide{
      width: 120px;
    }
    dd.wide{
      width: calc(100% - 120px);
    }
    .shiseido_logo{
      max-width: 240px;
      margin-top: calc(10px - (((1.3rem * 1.8) - 1.3rem) / 2));
      display: inline-block;
    }
.flex{
    display: flex;
    flex-wrap: wrap;
}
    .flex-end{
        align-items: flex-end;
    }
    .flex1-2{
        justify-content: space-between;
        margin-bottom: 50px;
    }
        .flex1-2 li{
            width : -webkit-calc(50% - 10px) ;
            width : calc(50% - 10px) ;
            margin-top: 20px;
            margin-bottom: 0px;
            padding: 0 !important;
        }
        li img{
            display: block;
        }
        img.img-border{
          border: 1px solid #c0bebe;
        }
    .flex1-1{
        justify-content: space-between;
        margin-bottom: 50px;
    }
        .flex1-1 li{
            width : 100%;
            margin-top: 20px;
            margin-bottom: 0px;
            padding: 0 !important;
        }
    .flex1-1.bottom,
    .flex1-2.bottom{
        margin-bottom: 0px;
    }
  .list-view li {
  }
/* /section */

footer{
  text-align: center;
  font-size: 1.5rem;
  padding-bottom:calc(40px - (((1.5rem * 1.8) - 1.3rem) / 2));
}

.inner{
  padding: 0 40px;
  width: 100%;
}
.inner-full{
  padding: 0 0px;
  width: 100%;
}

#page-top{
  position: fixed;
  right: 40px;
  bottom: 40px;
}
#page-top img{
  width: 40px;
  height: auto;
}
  a#page-top{
    border-bottom: 0px !important;
  }
/*===============================================
breakpoint:768
===============================================*/
@media screen and (max-width: 768px){
  #header h1,
  #header .logo {
      width: 100%;
      text-align: left;
  }
    #header h1 img,
     #header .logo img {
      max-width: 240px;
    }
  .main-image {
      margin-bottom: 40px;
  }
  nav {
      width: 100%;
      margin-top: 20px;
  }
  .sns-link {
      margin-top: 0px;
  }
  .sec {
      margin-bottom: 0px;
      padding-top: 20px;
      font-size: 1.5rem;
  }
    .sec_header h1 {
        font-size: 2.4rem;
    }
    .info {
        width: 100%;
        padding: 20px 0 0;
        background-color: #00a0e9;
    }
    .info.view{
      padding: 20px 0;
    }
    .text {
        width: 100%;
        padding: 0px 0 0px;
        margin-bottom: 20px;
    }
  .list-view li {
      padding: 0px 0 0px;
  }
  .info.event {
    padding: 20px 0;
  }

      .text.no-image {
        padding: 20px 0 0;
      }
      .text figure {
          margin-bottom: 20px;
      }
  .no_text{
    margin-bottom: 0px;
  }
    .no_text figure{
      margin-bottom: 0px;
    }
    .sec_header {
        padding: 0px 20px 20px;
        text-align: left;
    }

    .info h2,
    .info h2.en {
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: 0.4rem;
        margin-bottom: calc(20px - (((2.4rem * 1.8) - 3.6rem) / 2));
    }
    .info h2 .label {
        font-size: 1.5rem;
    }
    dt {
        width: 100%;
        font-weight: bolder;
    }
    dd {
        width: 100%;
    }
    dt.wide{
      width: 100%;
    }
    dd.wide{
      width: 100%;
    }
    dl:last-child {
        margin-bottom: calc(25px - (((1.3rem * 1.8) - 1.3rem) / 2));
    }
    .shiseido_logo {
        max-width: 200px;
        margin-top: calc(10px - (((1.3rem * 1.8) - 1.3rem) / 2));
        display: inline-block;
    }
      .info figure {
        margin-top: 0px;
      }
        .info figure img {
            max-width: 780px;
            width: 100%;
        }
  .flex1-2 {
      margin-bottom: 0px;
  }
  .credit{
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
    width: 100%;
    padding: 0 20px;
    line-height: 1.75;
    font-size: 1.1rem;
    color: #FFFFFF;
  }
  .main-image .credit,
  .info .credit{
    bottom:10px;
  }
    .inner {
        padding: 0 20px;
        width: 100%;
    }
  #page-top{
    position: fixed;
    right: 20px;
    bottom: 35px;
  }
  #page-top img{
    width: 30px;
    height: auto;
  }

  #header .gb-nav a:link,
  #header .gb-nav a:hover,
  #header .gb-nav a:visited{ 
    text-decoration: none;
    border-bottom: 0px;
    color: white;
    text-shadow:none;
    color: #00a0e9;
  }
  .sec_header h1{ 
    text-decoration: none;
    border-bottom: 0px;
    color: white;
    text-shadow:none;
    color: black;
  }
}


