@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
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,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,menu,nav,section {
  display: block;
  position: relative;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: quicksand, sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  display: none;
}
.spOnly{
  display: none;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.2rem;
  }  
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

a:hover {
  text-decoration: none;
}

.btn-permeate {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-permeate:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.pink {
  color: #e87172;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
} */
/* ===============================================================================
Object
=============================================================================== */
img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
}
#page{
  overflow: hidden;
  overflow: hidden;
  position: relative;
}
@media (min-width: 641px){
  body {
      min-width: 1150px;
  }
}
/* ===============================================================================
Header
=============================================================================== */
.header {
  color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  top: 120px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header.on {
  opacity: 1;
}
.header ul {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
}
.header .sns li {
  padding: 0 .8em;
}
.header a {
  color: #db391b;
}
.header .lang a {
  font-family: roboto, sans-serif;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 0.3em;
}
.header p {
  color: #eb8b8b;
  font-size: 1.2rem;
  padding-top: 0.6em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .header {
    top: 7vw;
    width: 93.75vw;
  }
  .header .lang li {
    margin-bottom: 1.5vw;
  }
  .header .lang a {
    padding-bottom: .1em;
  }
  .header ul {
    font-size: 1.2rem;
    align-items: flex-end;
  }

  .header .sns img {
    width: 24px;
  }
  .header .sns li {
    padding: 0 0.6em;
  }
  .header p {
    font-size: .9rem;
    padding-top: 0.2em;
  }
}
/* ===============================================================================
Main
=============================================================================== */
main {
  background: url(../img/bg_main.jpg);
  background-size: 1150px 250px;
  margin-top: -1px;
  width: 100%;
}
main section {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#top {
  background: url(../img/bg_mainimg.jpg) repeat-x;
  background-size: 1150px 1163px;
  background-position: center top;
}
#top::before {
  display: block;
  content: '';
  background: url(../img/header_decoration-off.png) repeat-x;
  background-size: 1111px 99px;
  background-position: center top;
  width: 100%;
  height: 100px;
}
#top.on::before {
  background: url(../img/header_decoration.png) repeat-x;
  background-size: 1111px 99px;
  background-position: center top;
}
.mainimg {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.title_main {
  position: absolute;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
}
.yodogawa {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  font-size: 1.7rem;
  line-height: 1.52;
  color: #000;
}
.on .yodogawa {
  opacity: 1;
  color: #1a1a1a;
}
.yodogawa p {
  display: inline;
  color: #000;
}
.on .yodogawa p {
  color: #e87172;
}
.yodogawa p span {
  font-size: 2rem;
}
main p {
  position: absolute;
}
main p.illust1_01 {
  top: 10px;
  left: -50px;
}
main p.illust1_02 {
  top: 0;
  right: -105px;
}
main p.illust1_03 {
  bottom: 100px;
  right: 80px;
}
main p.illust1_04 {
  top: 10px;
  left: -40px;
}
main p.illust1_05 {
  right: -60px;
}
main p.illust1_06 {
  top: 512px;
  left: -115px;
}
main p.illust1_07 {
  top: 0;
  left: -60px;
}
main p.illust1_08 {
  right: -70px;
}
main p.illust1_09 {
  top: 50px;
  right: 0;
}
main p.illust1_10 {
  top: 10px;
  left: -240px;
}
main p.illust1_11 {
  top: 40px;
  right: -220px;
}
main p.illust2_01 {
  top: 1970px;
  left: 0;
}
main p.illust2_02 {
  top: 4160px;
  right: 0;
}
main p.illust2_03 {
  top: 230px;
  left: 0;
}
main p.illust2_04 {
  top: 255px;
  right: 0;
}
main p.illust2_05 {
  top: 530px;
  right: 0;
}
main p.illust2_06 {
  top: 678px;
  left: 0;
}
main p.illust2_07 {
  top: 773px;
  right: 0;
}
main p.illust2_08 {
  top: 5850px;
  left: 0;
}
main p.illust2_09 {
  top: 40px;
  left: 0;
}
main p.illust2_10 {
  top: 30px;
  right: 0;
}
main p.illust2_11 {
  top: 360px;
  left: 0;
}
main p.illust2_12 {
  top: 400px;
  right: 0;
}
.title_section {
  background: #fff;
  display: inline-block;
  padding: 25px 30px;
  margin-top: 70px;
}
.title_section h2 {
  border-bottom: 2px solid #f3df72;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 15px;
}
.title_section div {
  max-width: 320px;
}
.calendar {
  padding: 35px 0 90px;
}
.calendar .new a::after {
  content: '';
  display: block;
  background: url(../img/icon_new.svg) no-repeat;
  background-size: contain;
  width: 64px;
  height: 32px;
  position: absolute;
  top: 20px;
  left: 10px;
}
.calendar ul {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.calendar li {
  position: relative;
}
.calendar li a {
  background-color: #fff;
  display: inline-block;
  width: 247px;
  height: 247px;
  border-radius: 50%;
  border: 3px solid #63c8df;
  position: relative;
}
.calendar li dl {
  border: 1px solid #63c8df;
  width: 229px;
  height: 229px;
  border-radius: 50%;
  margin: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.calendar li dt {
  width: 110px;
  display: inline-block;
  padding: 30px 0 5px;
  border-bottom: 3px solid #f3df72;
  margin-bottom: 24px;
}
.calendar li dt.line1 {
  margin-bottom: 40px;
}
.calendar li dt.line2 {
  margin-bottom: 30px;  
}
.calendar li dt.line3 {
  margin-bottom: 20px;  
}
.calendar li dd {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.57;
  letter-spacing: .025em;
}
.calendar li.off a, .calendar li.off dl {
  border-color: #b2b2b2 !important;
}
.calendar li.off dt {
  border-bottom-color: #b2b2b2;
}
.calendar li.off a {
  pointer-events: none;
  color: #808080;
}
#amuse, .maindish {
  background: url(../img/bg_amuse.jpg);
  background-size: 1000px 648px;
}
#covers {
  background: url(../img/bg_covers.jpg);
  background-size: 1000px 742px;
}
#covers .calendar ul {
  max-width: 960px;
  row-gap: 30px;
}
#covers .calendar li a {
  width: 216px;
  height: 216px;
  border: none;
}
#covers .calendar li dl {
  border: none;
  width: 216px;
  height: 216px;
  margin: 0;
}
#covers .calendar li dd {
  font-size: 1.7rem;
  line-height: 1;
}
#covers .calendar li dd.line1 {
  margin-top: 8px;
}
#covers .calendar li dd.line2-2 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: -10px;
}
#covers .calendar li dd small {
  font-size: 1.52rem;
}
#covers .calendar li dd.img {
  padding-bottom: 7px;
}
#covers .calendar li dt {
  border: none;
  padding: 12px 0 8px;
  margin-bottom: 0;
}
#covers .calendar .new a::after {
  width: 58px;
  height: 29px;
  top: 0px;
  left: 0px;
}
#covers .calendar li.off a {
  background-color: initial;
}
#covers .calendar li.off dt {
  position: absolute;
  top: 80px;
  left: 50px;
}
#covers .calendar li.off dd.img {
  padding-top: 10px;
}
#topics, #teatime {
  background: url(../img/bg_topics.jpg);
  background-size: 1000px 455px;
}
#topics .title_section h2 {
  padding-bottom: 0;
}
#topics .title_section div {
  max-width: 330px;
}
#topics .title_section h2 img {
  margin-bottom: -5px;
}
#topics .calendar li dd span, #teatime .calendar li dd span {
  font-size: 133.333%;
}
#topics .calendar li a, #topics .calendar li dl{
  border-color: #e25a2c;
}
#topics .calendar li dt.line3 {
  margin-bottom: 15px;
}
#topics .calendar li dt.line4 {
  margin-bottom: 10px;
}
.maindish {
  overflow: hidden;
}
.maindish .calendar li a {
  background-color: initial;
  border: none;
  width: auto;
  height: auto;
}
.maindish .calendar li dl {
  border: none;
  margin: 0;
  width: 600px;
  height: auto;
  position: relative;
}
.maindish .calendar li dt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom-color: rgba(0,0,0,0);
}
.maindish .calendar li.off dt {
  top: 130px;
}
.maindish h3 {
  padding-top: 40px;
}
.maindish .calendar {
  padding: 0 0 120px;
}
.maindish .calendar li dt {
  width: 125px;
}
.maindish .calendar li.off dt {
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
}
.maindish .calendar li dd.title {
  position: absolute;
  font-size: 3.2rem;
  line-height: 1.5;
  top: 130px;
  left: 145px;
}
.maindish .calendar li.off dd.title {
  left: 0;
  right: 0;
  top: 225px;
}
.maindish .calendar li a {
  color: #ffffff;
}
.maindish .calendar .new a::after {
  left: 170px;
}
.maindish h3 {
  padding-top: 95px;
}
#maindish .title_section div {
  max-width: 360px;
}

#teatime .calendar li a, #teatime .calendar li dl {
  border-color: #5ab45c;
}
#teatime .title_section div {
  max-width: 405px;
}
#open.maindish {
  background: url(../img/bg_open.jpg) no-repeat;
  background-size: 1000px 1130px;
}
#open.maindish .calendar {
  padding: 40px 0 45px;
}
#open.maindish .calendar .text span{
  font-size: 120%;
}
#open.maindish .link {
  max-width: 550px;
  width: 91.25%;
  margin: 0 auto;
  text-align: left;
  padding: 120px 0 250px;
}
#open.maindish .link a {
  display: block;
  border-bottom: 1px solid;
  padding-top: 0.5em;
  position: relative;
  font-family: roboto, sans-serif;
  font-weight: 500;
}
#open.maindish .link a::after {
  content: '>';
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
}
#open.maindish .calendar.on li dt {
  top: 85px;
}
#open.maindish .calendar.on li dd.title {
  font-size: 3.3rem;
  color: #e87172;
  line-height: 1;
  top: 145px;
  left: 0;
  right: 0;
}
#open.maindish .calendar.on li dd.title span {
  font-size: 1.8rem;
}
#open.maindish .calendar li.off dd.title {
  top: 250px;
}
#open.maindish .calendar .new a::after {
  top: 90px;
  left: 65px;
}
#open.maindish .calendar.on li dl {
  width: 540px;
}
#open.maindish .calendar .text {
  font-family: roboto, sans-serif;
  font-weight: 500;
  padding-top: 10px;
  max-width: 365px;
  width: 87.5vw;
  margin: 0 auto;
}
#page.off main section {
  background: #000 !important;
}
#page.off main section div, #page.off main section h3, #page.off main section ul{
  visibility: hidden;
}
#page.off .illust {
  display: none;
}
#page.illust {
  display: absolute;
}
#page.off .tolineup {
  visibility: hidden;
}
@media screen and (min-width: 641px) {
  .mainimg {
    width: 1000px;
  }
  .calendar li.wide {
    width: 100%;
    margin-top: -40px;
  }
  .maindish .calendar li.wide {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  main {
    background: url(../img/bg_main_sp.jpg) repeat-y;
    background-size: 100% auto;
    margin-top: -1px;
  }  
  #top {
    background: url(../img/bg_mainimg_sp.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center top;
  }  
  #top::before {
    background: url(../img/header_decoration-off_sp.png) no-repeat;
    background-size: 145.3125vw 12.8125vw;
    background-position: center -4px;
    height: 20vw;
  }
  #top.on::before {
    background: url(../img/header_decoration_sp.png) no-repeat;
    background-size: 145.3125vw 12.8125vw;
    background-position: center -4px;
  }
  .yodogawa {
    bottom: 15vw;
  }
  .mainimg img {
    width: 100%;
  }
  .mainimg .title_main {
    width: 73.125vw;
    top: 12vw;
  }
  .title_section {
    width: 81.25vw;
    padding: 25px 40px;
    margin-top: 40px;
    font-size: 1.3rem;
  }
  .title_section h2 {
    padding: 5px 0;
  }
  .title_section h2 img {
    width: 86%;
  }
  .title_section div {
    width: 58vw;
    margin: 0 auto;
  }
  .calendar {
    padding: 30px 0;
  }
  .calendar ul {
    width: 92.5%;
    row-gap: 5vw;
  }
  .calendar li {
    position: relative;
  }
  .calendar li a {
    width: 43.125vw;
    height: 43.125vw;
    border: 2px solid #63c8df;
  }
  .calendar li dl {
    width: 39.375vw;
    height: 39.375vw;
    margin: 1.25vw;
  }
  .calendar li dt {
    width: auto;
    border-bottom-width: 2px;
    padding: 6.25vw 0 1vw;
    margin-bottom: 10px;
  }
  .calendar li dt.line1 {
    margin-bottom: 20px;
  }
  .calendar li dt.line2 {
    margin-bottom: 16px;
  }
  .calendar li dt.line2-3 {
    margin-bottom: 10px;
  }
  .calendar li dt.line3 {
    margin-bottom: 5px;
  }
  .calendar li dt img {
    width: 69%;
  }
  .calendar li dt.wide img {
    width: 84%;
  }
  .calendar li dt.wide2 img {
    width: 75%;
  }
  .calendar li dd {
    font-size: 1.3rem;
    line-height: 1.38;
  }
  .calendar .new a::after {
    width: 12.5vw;
    height: 0;
    padding-top: 15.425%;
    top: 2vw;
    left: 0;
  }
  #amuse, .maindish {
    background: url(../img/bg_amuse_sp.jpg) repeat-y;
    background-size: 100% auto;
  }
  main p.illust1_01 {
    width: 100px;
    top: 15px;
    left: 1vw;
    transform: rotate(15deg);
  }
  main p.illust1_02 {
    width: 100px;
    top: 12px;
    right: 4vw;
  }
  main p.illust1_03 {
    position: relative;
    top: 3vw;
    bottom: 0;
    right: 1vw;
    width: 45vw;
    transform: rotate(-170deg);
  }
  main p.illust1_04 {
    width: 110px;
    top: 0;
    left: 0;
  }
  main p.illust1_05 {
    width: 100px;
    top: 0;
    right: 0;
  }
  main p.illust1_07 {
    width: 124px;
    top: 0;
    left: 0;
    transform: rotate(-12deg);
  }
  main p.illust1_08 {
    width: 108px;
    top: 0;
    right: 0;
    transform: rotate(-31deg);
  }
  main p.illust1_09 {
    width: 100px;
    top: 0;
    right: 0;
  }
  main p.illust1_10 {
    position: relative;
    top: 0;
    left: 0;
    width: 46.875vw;
  }
  main p.illust1_11 {
    position: relative;
    top: 2vw;
    right: -7vw;
    width: 46.875vw;
  }
  main p.illust2_01 {
    width: 46.25vw;
    top: -5vw;
    left: -5vw;
  }
  main p.illust2_02 {
    width: 40.53vw;
    top: 0;
    right: -4vw;
  }
  main p.illust2_03 {
    width: 34.275vw;
    top: -14vw;
    left: -13vw;
  }
  main p.illust2_04 {
    width: 30.945vw;
    top: -10vw;
    right: -9vw;
  }
  main p.illust2_05 {
    width: 20.89vw;
    top: 20vw;
    right: -11vw;
  }
  main p.illust2_06 {
    width: 24.818vw;
    top: 54vw;
    left: -9vw;
  }
  main p.illust2_07 {
    width: 25.99vw;
    top: 60vw;
    right: -8vw;
  }
  main p.illust2_08 {
    width: 48.375vw;
    top: 0;
    left: auto;
    right: -5vw;
  }
  main p.illust2_09 {
    width: 28.81vw;
    top: 3vw;
    left: -2vw;
  }
  main p.illust2_10 {
    width: 29.618vw;
    top: 0;
    right: -2vw;
  }
  main p.illust2_11 {
    width: 26.46vw;
    top: 66vw;
    left: -2vw;
  }
  main p.illust2_12 {
    width: 31.25vw;
    top: 68vw;
    right: -5vw;
  }
  main #open p {
    z-index: 1;
  }
  #covers {
    background: url(../img/bg_covers_sp.jpg) repeat-y;
    background-size: 100% auto;
  }
  #covers .calendar ul {
    row-gap: 5vw;
  }
  #covers .calendar li a {
    width: 43.75vw;
    height: 43.75vw;
  }
  #covers .calendar li dl {
    width: 43.75vw;
    height: 43.75vw;
  }
  #covers .calendar li dt {
    padding: 3vw 0 1vw;
  }
  #covers .calendar li dd {
    font-size: 1.2rem;
  }
  #covers .calendar li dd small {
    font-size: 1.1rem;
  }
  #covers .calendar li dd.line2-2 {
    font-size: 1.3rem;
    margin-top: 0;
    line-height: 1;
  }
  #covers .calendar li dd.img {
    padding-bottom: 1.6vw;
  }
  #covers .calendar li.off dt {
    width: 23vw;
  }
  #covers .calendar li.off dt img {
    width: 80%;
  }
  #covers .calendar li.off dt.narrow img {
    width: 65%;
  }
  #covers .calendar li.off dt {
    position: absolute;
    top: 16vw;
    left: 9.5vw;
  }
  #topics, #teatime {
    background: url(../img/bg_topics_sp.jpg) repeat-y;
    background-size: 100% auto;
  }
  #topics .title_section h2 {
    padding: 5px 0 0;
  }
  #topics .calendar li dd span, #teatime .calendar li dd span {
    font-size: 138.461%;
  }
  #topics .calendar li dt.line3 {
    margin-bottom: 7px;
  }
  .maindish h3 {
    width: 81.25vw;
    margin: 0 auto;
    padding-top: 30px;
  }
  .maindish h3.open {
    padding-bottom: 20px;
  }
  .maindish .calendar.off {
    padding: 0 0 30px;
  }
  .maindish .calendar {
    padding: 0 0 50px;
  }
  .maindish .calendar li {
    width: 100%;
    margin-top: 60px;
  }
  .maindish .calendar li dl {
    width: 87.5vw;
  }
  .maindish .calendar li dd.title {
    font-size: 1.5rem;
    top: 22vw;
    left: 23vw;
  }
  .maindish .calendar li.off dd.title {
    top: 36vw;
  }
  .maindish .calendar li dt img {
    width: 100%;
  }
  .maindish .calendar li dt {
    width: 25vw;
    top: -18vw;
    border-bottom-color: rgba(255,255,255,1);
  }
  .maindish .calendar li.off dt {
    top: 18vw;
    width: 21.18vw;
    border-bottom-width: 1px;
  }
  .maindish .calendar .new a::after {
    top: -15.5vw;
    left: 25vw;
  }
  #open.maindish {
    background: url(../img/bg_open_sp.jpg) no-repeat;
    background-size: 100% auto;
  }  
  #open.maindish .calendar {
    padding: 15vw 0 10vw;
  }
  #open.maindish .link {
    padding: 27vw 0 60vw;
  }
  #open.maindish .calendar .text {
    padding-top: 5vw;
    max-width: 280px;
    width: 75vw;
  }
  #open.maindish .calendar .text span{
    font-size: 133.33%;
  }  
  #open.maindish .link a::after {
    font-size: 1.5rem;
    top: 0.7em;
  }
  #open.maindish .link a.line2::after {
    top: 1.1em;
  }
  #open.maindish .link a.line2::after {
    top: 1.4em;
  }
  #open.maindish .calendar.on li dl {
    width: 81.25vw;
  }
  #open.maindish .calendar li {
    margin-top: 0;
  }
  #open.maindish .link a {
    font-size: 1.3rem;
    padding: 1em 0;
  }
  #open.maindish .link a:first-of-type {
    border-top: 1px solid;
  }
  #open.maindish .calendar .new a::after {
    top: 1vw;
    left: 20vw;
  }
  #open.maindish .calendar.on li dt {
    top: 12vw;
    width: 11.66vw;
    border-bottom-color: rgba(255,255,255,0);
  }
  #open.maindish .calendar.on li dd.title {
    font-size: 1.8rem;
    top: 24vw;
    left: 0;
  }
  #open.maindish .calendar li.off dd.title {
    top: 40vw;
  }  
  #open.maindish .calendar.on li dd.title span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .yodogawa {
    bottom: 1vw;
  }
  #open.maindish .link a {
    font-size: 1.1rem;
  }
}
/* ===============================================================================
Footer
=============================================================================== */
.footer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-family: roboto, sans-serif;
  font-weight: 500;
}
.footer .banner{
  max-width: 350px;
  width: 78.125%;
  margin: -60px auto 35px;
  position: relative;
}
.footer .link{
  border-bottom: 1px solid #ffffff;
  font-size: 1.6rem;
  display: inline-block;
}
.footer .link a {
  color: #ffffff;
  font-family: roboto, sans-serif;
  font-weight: 700;
}
.footer .share{
  max-width: 215px;
  width: 87.5%;
  margin: 50px auto 30px;
  position: relative;
}
.footer .share::before{
  content: "";
  display: block;
  background: url(../img/txt_share.svg) no-repeat;
  background-size: contain;
  width: 58px;
  height: 12px;
  position: absolute;
  top: 23px;
  left: -80px;
  margin: 0 auto;
}
.footer .home{
  max-width: 274px;
  font-size: 1.3rem;
  line-height: 1.88;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  margin-bottom: 60px;
}
.footer .home a{
  background-color: #ffffff;
  color: #e87172;
  border-radius: 30px;
  width: 118px;
  display: block;
}
.footer .copy {
  font-size: 1.2rem;
  font-family: quicksand, sans-serif;
  font-family: roboto, sans-serif;
  font-weight: 500;
}
.footer .copy a {
  color: #fff;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.footer .copy ul {
  margin: 0;
}
@media screen and (min-width: 641px) {
  .footer .copy {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    flex-direction: row-reverse;
  }  
  .footer .copy ul:last-of-type li{
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .footer .banner {
    margin: -10vw auto 30px;
  }
  .footer .share {
    margin: 60px auto 30px;
  }
  .footer .share::before{
    width: 52px;
    height: 11px;
    top: -20px;
    left: 0;
    right: 0;
  }
  .footer .home{
    max-width: 280px;
    width: 87.5%;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .footer .home a{
    width: 123px;
  }
  .footer .copy {
    max-width: 280px;
    width: 87.5%;
    margin: 0 auto;
    padding-bottom: 15vw;
  }
  .footer .copy .lang {
    font-size: 1.6rem;
  }
  .footer .copy ul.lang {
    justify-content: center;
    margin-bottom: 30px;
  }  
  .footer .copy span {
    padding-bottom: 4px;
    border-bottom: 1px solid;
  }
}
/* ===============================================================================
To lineup
=============================================================================== */
.tolineup {
  position: fixed;
  /* right: calc(50% - 1000px / 2 + 10px); */
  right: 50px;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.tolineup.active {
  bottom: 50px;
  opacity: 1;
  z-index: 10;
}
.tolineup a img {
  width: 189px;
}
@media screen and (max-width: 640px) {
  .tolineup{
    right: 0;
    bottom: -10px;
  }
  .tolineup.active {
    bottom: 0;
    opacity: 1;
  }
  .tolineup a img {
    width: 125px;
  }
}