@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 15px;
  scroll-behavior: smooth;
}

.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

li {
  list-style: none;
}

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

/*---------------------------------------------
FV
---------------------------------------------*/
#slide {
  width: 100vw;
  height: 20vh;
  background: url(../images/slide.jpg) repeat-x;
  background-position: 0 0;
  background-size: cover;
  -webkit-animation: bgroop 50s linear infinite;
  animation: bgroop 50s linear infinite;
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1125px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1125px 0;
  }
}
@media screen and (min-width: 769px) {
  #slide {
    height: 33vh;
    background-size: cover;
  }
}

.fv .color {
  position: relative;
  height: 24vh;
  background-color: #79878B;
}
@media screen and (min-width: 769px) {
  .fv .color {
    background: none;
    height: 0;
  }
}
.fv .mv {
  background-image: url(../images/sp_main.jpg);
  background-size: cover;
  background-position-y: 35%;
  height: 76vh;
}
@media screen and (min-width: 769px) {
  .fv .mv {
    background-image: url(../images/pc_main.jpg);
    height: 100vh;
    background-position: center center;
  }
}
.fv .sp_logo {
  position: absolute;
  width: 80vw;
  top: 10px;
  left: 10px;
}
@media screen and (min-width: 769px) {
  .fv .sp_logo {
    width: 44vw;
    top: 40px;
    left: 40px;
  }
}
.fv .sp_logo_tate {
  position: absolute;
  width: 10vw;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .fv .sp_logo_tate {
    left: 40px;
    width: 58px;
    top: 300px;
  }
}
.fv .ico_box {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv .ico_box {
    top: 26vh;
    left: 24vw;
  }
}
.fv .ico_box .ico {
  position: absolute;
  width: 22%;
  top: 16vh;
  left: 2vw;
  -webkit-animation: 15s linear infinite rotation1;
          animation: 15s linear infinite rotation1;
}
@media screen and (min-width: 769px) {
  .fv .ico_box .ico {
    width: 10%;
    top: 24%;
    left: 23vw;
  }
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fv .ico_box .ico_text {
  position: absolute;
  width: 15%;
  top: 19vh;
  left: 5.5vw;
}
@media screen and (min-width: 769px) {
  .fv .ico_box .ico_text {
    width: 6%;
    top: 30.5%;
    left: 25vw;
  }
}

.read p {
  width: 86%;
  margin: auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .read p {
    width: 44%;
    font-size: 16px;
  }
}
.read .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 40%, #ffff66 60%);
}
.read .app_btn {
  display: block;
  background: #FF5100;
  border: 1px solid #ff5100;
  color: #fff;
  width: 90%;
  text-align: center;
  margin: 0 auto 100px;
  padding: 20px 0;
  border-radius: 50px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 769px) {
  .read .app_btn {
    width: 40%;
  }
}
.read .app_btn:hover {
  background: #fff;
  color: #ff5100;
}

.date_place {
  margin: 0 auto 100px;
  padding: 30px 30px 0;
}
@media screen and (min-width: 769px) {
  .date_place {
    width: 34%;
    margin: auto;
    font-size: 18px;
    border: 1px dotted;
    margin-bottom: 100px;
    padding: 50px 100px 0;
  }
}
.date_place .date,
.date_place .place {
  margin-bottom: 50px;
}
.date_place .date .title span,
.date_place .place .title span {
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.date_place .date .map,
.date_place .place .map {
  font-size: 13px;
}
.date_place .date .map .map_btn,
.date_place .place .map .map_btn {
  font-size: 13px;
  border-radius: 10px;
  padding: 2px 10px 4px;
  margin-left: 5px;
  text-decoration: none;
  color: #000;
  background: #F89C71;
  border: 1px solid;
}
.date_place .date .hosoku,
.date_place .place .hosoku {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

/*---------------------------------------------
live
---------------------------------------------*/
#live {
  background: #F5F5F5;
  padding-top: 70px;
  padding-bottom: 70px;
}
#live .live_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #live .live_title {
    font-size: 18px;
  }
}
#live .live_date {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #live .live_date {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
#live .live_number {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
#live .live_number span {
  font-size: 12px;
  font-weight: normal;
}
#live .live_dates {
  font-size: 20px;
  font-weight: bold;
}
#live .live {
  background: #F89C71;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 10px;
  color: #fff;
}
#live .live .live_line {
  display: block;
  width: 50px;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#live .live .live_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #live .live .live_brand_box {
    font-size: 18px;
  }
}
#live .live .floor {
  width: 60px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #live .live_single {
    width: 35% !important;
    margin: 0 auto 60px;
  }
}
#live .live_btn {
  display: block;
  font-size: 18px;
  color: #FF5100;
  text-align: center;
  margin: 30px auto;
  padding: 10px 0;
  background: #fff;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#live .live_btn:hover {
  color: #fff;
  background: #ff5100;
}
@media screen and (min-width: 769px) {
  #live .live {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  #live .live_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: auto;
  }
}

/*---------------------------------------------
brand
---------------------------------------------*/
#brand {
  padding-top: 70px;
}
@media screen and (min-width: 769px) {
  #brand {
    padding-top: 100px;
  }
}
#brand .brand_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #brand .brand_title {
    font-size: 24px;
  }
}
#brand .brand_sub {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #brand .brand_sub {
    font-size: 18px;
  }
}
#brand .live_date {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #brand .live_date {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

.brand {
  margin-bottom: 100px;
}
.brand .brand_floor {
  width: 92%;
  font-size: 34px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .brand .brand_floor {
    font-size: 47px;
    width: 83%;
  }
}
.brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  .brand ul {
    width: 67%;
    margin: 0 auto 100px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.brand ul li {
  list-style: none;
  width: 47%;
  border: 0.5px solid #ccc;
}
@media screen and (min-width: 769px) {
  .brand ul li {
    width: 19.8%;
  }
}
.brand .last_none li:last-child {
  border: none;
}
.brand .staff_btn {
  display: block;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 15px 0 0;
  width: 80%;
  margin: auto;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
  font-size: 15px;
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .brand .staff_btn {
    width: 40%;
    margin-top: 80px;
    font-size: 16px;
  }
}

/*---------------------------------------------
event
---------------------------------------------*/
.prof_title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: -10px;
  margin-left: 4%;
}
@media screen and (min-width: 769px) {
  .prof_title {
    font-size: 26px;
    margin-left: 12%;
    margin-bottom: 0;
  }
}

.event {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
@media screen and (min-width: 769px) {
  .event .event_inner {
    width: 50%;
    margin: auto;
  }
}
.event .event_inner .number {
  width: 50%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .event .event_inner .number {
    width: 200px;
  }
}
.event .event_inner .sub_title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .event .event_inner .sub_title {
    font-size: 16px;
  }
}
.event .event_inner .event_title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 44px;
  width: 90%;
  margin: auto;
}
.event .event_inner .event_title span {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .event .event_inner .event_title {
    font-size: 24px;
    width: 60%;
  }
}
.event .event_inner .text {
  width: 80%;
  margin: 30px auto;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .event .event_inner .text {
    width: 105%;
    font-size: 15px;
  }
}
.event .event_inner .time {
  width: 70%;
  margin: 30px auto 60px;
}
@media screen and (min-width: 769px) {
  .event .event_inner .time {
    width: 50%;
    font-size: 15px;
  }
}
.event .event_inner .prof_wrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin: 10px;
}
@media screen and (min-width: 769px) {
  .event .event_inner .prof_wrap {
    width: 60%;
    margin: auto;
  }
}
.event .event_inner .prof_wrap .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto 20px;
}
.event .event_inner .prof_wrap .prof img {
  width: 36%;
}
@media screen and (min-width: 769px) {
  .event .event_inner .prof_wrap .prof img {
    width: 30%;
  }
}
.event .event_inner .prof_wrap .prof .name_link {
  text-align: center;
}
.event .event_inner .prof_wrap .prof .yomi {
  font-size: 10px;
}
.event .event_inner .prof_wrap .prof .link {
  font-size: 13px;
  border: 1px solid;
  border-radius: 20px;
  padding: 2px 20px;
}
.event .event_inner .prof_wrap .prof_text {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .event .event_inner .prof_wrap .prof_text {
    font-size: 13px;
  }
}
.event .event_inner .prof_wrap .prof_text .tokuten {
  color: red;
  display: block;
  margin-top: 10px;
}
.event .event_inner .color_wrap {
  width: 80%;
  margin: auto;
}
.event .event_inner .color_wrap .hosoku {
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .event .event_inner .color_wrap .hosoku {
    font-size: 13px;
  }
}
.event .event_inner .event_img {
  width: 80%;
  margin: 40px auto;
}

.disney_wrap {
  background: #EAC0C8 !important;
}
.disney_wrap .disney_inner {
  background: #EAC0C8;
}
@media screen and (min-width: 769px) {
  .disney_wrap .disney_inner {
    width: 50%;
    margin: auto;
  }
}
.disney_wrap .disney_inner .event_title {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .disney_wrap .disney_inner .event_title {
    width: 70% !important;
  }
}
.disney_wrap .disney_inner .event_img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.disney_wrap .disney_inner .text {
  font-size: 14px !important;
}
@media screen and (min-width: 769px) {
  .disney_wrap .disney_inner .text {
    width: 100%;
  }
}
.disney_wrap a {
  text-decoration: underline;
}

.kito .event_inner .text {
  font-size: 14px;
}

.event .talk_inner .talk_info_text {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .event .talk_inner .talk_info_text {
    width: 60%;
  }
}
.event .talk_inner .talk_info_text .time {
  text-align: center;
  width: 95%;
}
.event .talk_inner .talk_info_text .time .new {
  border: 1px solid red;
  padding: 2px 10px;
  border-radius: 20px;
  background: red;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}
.event .talk_inner .talk_info_text .time .dot_line {
  border-bottom: 1px dotted #000;
  display: block;
  width: 89%;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .event .talk_inner .talk_info_text .time .dot_line {
    width: 300px;
  }
}
.event .talk_inner .prof_wrap {
  background: none;
  padding: 0;
}
.event .talk_inner .prof_box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin: 3px;
}
@media screen and (min-width: 769px) {
  .event .talk_inner {
    width: 80%;
  }
  .event .talk_inner .prof_wrap {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
    padding: 0;
  }
  .event .talk_inner .prof_box {
    width: 40%;
    border-radius: 10px;
    margin: 3px auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .event .talk_inner .prof_box {
    margin-bottom: 30px;
  }
}
.event .attention {
  width: 90%;
  margin: auto;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .event .attention {
    width: 52%;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.event .attention .time_place {
  display: block;
  text-align: center;
  font-size: 12px;
  border: 1px dotted;
  padding: 20px;
  margin: 40px auto 20px;
}
@media screen and (min-width: 769px) {
  .event .attention .time_place {
    font-size: 14px;
    margin: 0 auto 20px;
  }
}

.event_color .prof_wrap .prof {
  width: 100%;
}
.event_color .prof_wrap .prof img {
  width: 30%;
}
.event_color .prof_wrap .prof .name_link {
  width: 60%;
  text-align: left;
  margin-left: 10px;
  font-size: 13px;
}

.line {
  display: block;
  border-bottom: 1px solid #CBC9C9;
  height: 1px;
}

.event_soon {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .event_soon {
    width: 40%;
    margin: auto;
  }
}
.event_soon .number {
  width: 200px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .event_soon .number {
    width: 200px;
    margin: 0 auto 30px;
  }
}
.event_soon .text {
  width: 70%;
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .event_soon .text {
    width: 100%;
    font-size: 16px;
  }
}
.event_soon .wave {
  width: 60%;
  margin: auto;
  margin-bottom: 60px;
}
.event_soon .more {
  width: 40%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .event_soon .more {
    width: 200px;
    margin-bottom: 30px;
  }
}
.event_soon .more_num {
  width: 50px;
  text-align: center;
  margin: 0 auto 40px;
}
.event_soon .kuroshio {
  width: 90%;
  margin-top: 20px;
  text-align: left;
  font-size: 11px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .event_soon .kuroshio {
    font-size: 13px;
  }
}
.event_soon .kuroshio_link_wrap {
  text-align: right;
}
.event_soon .kuroshio_link {
  display: inline-block;
  text-align: right;
  margin-right: 7%;
  margin-bottom: 80px;
  font-size: 14px;
  border-bottom: 1px solid;
  margin-left: auto;
}
.event_soon .photo {
  width: 90%;
  margin: auto;
}

/*---------------------------------------------
staff
---------------------------------------------*/
.staff {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #79878B;
  border-radius: 31px 31px 0 0;
  color: #fff;
}
.staff .staff_inner .foot_text {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .staff .staff_inner {
    width: 60%;
    margin: auto;
  }
}
.staff .staff_title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.staff_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 95%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .staff_wrap {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.staff_wrap .staff_box {
  width: 28%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .staff_wrap .staff_box {
    width: 17%;
    margin: 30px 9px 10px;
  }
}
.staff_wrap .staff_box .staff_brand {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.staff_wrap .staff_box .staff_name {
  font-size: 12px;
  color: #fff;
}
.staff_wrap .staff_box .btn_wrap {
  text-align: center;
  color: #fff;
}
.staff_wrap .staff_box .staff_btn {
  font-size: 12px;
  border: 1px solid;
  border-radius: 10px;
  padding: 2px 6px;
}
.staff_wrap .staff_box .inner {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.staff_wrap .staff_box .inner .inner_img {
  text-align: center;
  margin-bottom: 10px;
  border-radius: 50%;
}
.staff_wrap .staff_box .inner .inner_img img {
  max-width: 100%;
}
.staff_wrap p.one_text {
  font-size: 14px;
}

/*---------------------------------------------
footer
---------------------------------------------*/
#footer {
  background: #fff;
  color: #000000;
  padding: 80px 0 30px;
}
#footer ul#footer_snsArea {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer ul#footer_snsArea li {
  width: 30px;
  margin: auto;
}
#footer ul#footer_snsArea li a .text {
  display: none;
}
#footer div.bnrarea {
  width: 86.6666666667%;
  margin: 0 auto 65px;
}
#footer div.bnrarea a {
  text-decoration: none;
  color: #222;
  text-align: center;
  display: block;
}
#footer a.foot_logo {
  display: block;
  width: 140px;
  margin: 0 auto 10px;
}
#footer p.foot_copy {
  font-size: 10px;
  text-align: center;
}
#footer small {
  font-size: 80%;
}

@media screen and (min-width: 769px) {
  #footer {
    padding: 90px 0 30px;
  }
  #footer div.bnrarea {
    width: 400px;
    margin: 0 auto 65px;
  }
  #footer ul#footer_snsArea {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  #footer ul#footer_snsArea li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: #333;
  }
  #footer a span.icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
}
#menu {
  background: #FF5100;
  color: #fff;
  width: 100%;
  padding: 30px 0;
  font-size: 18px;
  margin: 80px auto 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #menu {
    padding: 50px 0;
    font-size: 20px;
  }
}
#menu .menu_line {
  display: block;
  width: 60px;
  margin: auto;
  border-bottom: 1px solid;
  padding-top: 10px;
  margin-bottom: 20px;
}
#menu a {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #menu a {
    font-size: 18px;
  }
}

#menu_top {
  position: fixed;
  width: 80px;
  right: 5%;
  bottom: 6%;
}
@media screen and (min-width: 769px) {
  #menu_top {
    width: 100px;
    bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */