/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 17px;
}

body {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-justify: inter-cluster;
}

body a {
  text-decoration: none;
  color: #09385b;
}

body a:hover {
  color: #143066;
}

body a:hover.link_ef-op img {
  opacity: 0.7;
}

body .font-serif {
  font-family: YuMincho, "Yu Mincho", serif !important;
  font-weight: 500;
}

img,
iframe,
object {
  max-width: 100%;
  width: auto;
  height: auto;
}

.link_round {
  padding: 1rem 1.6rem;
  background-color: #00a0c6;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  transition: all .6s;
}

.link_round:hover {
  color: #ffffff;
  background-color: #143066;
  transition: all .2s;
}

.link_round:hover .icon_hover {
  margin-left: 6px;
  transition: all .2s;
}

.link_round .icon_hover {
  display: inline-block;
  padding: 0 9px;
  transition: all .6s;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.bodycopy-price {
  font-size: 2rem;
}

ul.list_noMark {
  list-style-position: inside;
}

ul.list_noMark li {
  list-style-type: none;
}

ul.list_Mark {
  list-style-position: inside;
}

.section_youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.section_youtube .section_youtube_item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body.opn {
  overflow: hidden;
}

#section_Modal {
  background: #000000;
  width: 50%;
  padding: 0px;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: visible;
  z-index: 1111;
  opacity: 1;
  transition: transform 1s ease, opacity .9s ease;
}

#section_Modal img {
  width: 100%;
  margin: 0 auto;
}

#section_Modal #close {
  text-align: center;
  font-size: 17px;
  color: #fff;
  box-sizing: border-box;
  padding: 17px;
  cursor: pointer;
}

#section_Modal.hid {
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
  opacity: 0;
}

.section_ModalAction {
  position: relative;
  overflow: hidden;
}

.section_ModalAction .section_Modal_thum {
  display: block;
  cursor: pointer;
  transition: all .8s;
}

.section_ModalAction .icn_hoverPluse {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 1s;
  z-index: 1;
  transition: all .2s ease-in;
}

.section_ModalAction:hover .section_Modal_thum {
  opacity: .4;
  transition: all .2s;
}

.section_ModalAction:hover .icn_hoverPluse {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(0);
}

#section_ModalMask {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 120%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 111;
}

#section_ModalMask.hid {
  display: none;
}

.only-mobile {
  display: none;
}

.only-pc {
  display: block;
}

.margin-top-lv1 {
  margin-top: 15px;
}

.margin-top-lv2 {
  margin-top: 30px;
}

.margin-top-lv3 {
  margin-top: 50px;
}

.margin-top-lv4 {
  margin-top: 70px;
}

.margin-bottom-lv1 {
  margin-bottom: 15px;
}

.margin-bottom-lv2 {
  margin-bottom: 30px;
}

.margin-bottom-lv3 {
  margin-bottom: 50px;
}

.margin-bottom-lv4 {
  margin-bottom: 70px;
}

.padding-top-lv1 {
  padding-top: 15px;
}

.padding-top-lv2 {
  padding-top: 30px;
}

.padding-top-lv3 {
  padding-top: 50px;
}

.padding-top-lv4 {
  padding-top: 70px;
}

.padding-bottom-lv1 {
  padding-bottom: 15px;
}

.padding-bottom-lv2 {
  padding-bottom: 30px;
}

.padding-bottom-lv3 {
  padding-bottom: 50px;
}

.padding-bottom-lv4 {
  padding-bottom: 70px;
}

[class*="header-"] {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .1rem;
}

[class*="bodycopy-"] {
  line-height: 1.875;
  letter-spacing: .03rem;
}

.header-0 {
  font-size: 4rem;
}

.header-1 {
  font-size: 3rem;
}

.header-2 {
  font-size: 2.5rem;
}

.header-3 {
  font-size: 2.25rem;
}

.header-4 {
  font-size: 2rem;
}

.header-5 {
  font-size: 1.75rem;
}

.header-6 {
  font-size: 1.5rem;
}

.header-7 {
  font-size: 1.3125rem;
}

.header-8 {
  font-size: 1.125rem;
}

.bodycopy-1 {
  font-size: 1.25rem;
}

.bodycopy-2 {
  font-size: 1.125rem;
}

.bodycopy-3 {
  font-size: 1rem;
}

.bodycopy-4 {
  font-size: .8125rem;
}

.bodycopy-5 {
  font-size: .6875rem;
}

.bodycolor-red {
  color: #A70002;
}

.bodycolor-underline {
  border-bottom: 1px solid #A70002;
}

.bodycolor-white {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .margin-top-lv1 {
    margin-top: 8px;
  }
  .margin-top-lv2 {
    margin-top: 18px;
  }
  .margin-top-lv3 {
    margin-top: 30px;
  }
  .margin-top-lv4 {
    margin-top: 45px;
  }
  .margin-xs-top-lv1 {
    margin-top: 8px;
  }
  .margin-xs-top-lv2 {
    margin-top: 18px;
  }
  .margin-xs-top-lv3 {
    margin-top: 30px;
  }
  .margin-xs-top-lv4 {
    margin-top: 45px;
  }
  .margin-bottom-lv1 {
    margin-bottom: 8px;
  }
  .margin-bottom-lv2 {
    margin-bottom: 18px;
  }
  .margin-bottom-lv3 {
    margin-bottom: 30px;
  }
  .margin-bottom-lv4 {
    margin-bottom: 45px;
  }
  .margin-xs-bottom-lv1 {
    margin-bottom: 8px;
  }
  .margin-xs-bottom-lv2 {
    margin-bottom: 18px;
  }
  .margin-xs-bottom-lv3 {
    margin-bottom: 30px;
  }
  .margin-xs-bottom-lv4 {
    margin-bottom: 45px;
  }
  .header-0 {
    font-size: 2.25rem;
  }
  .header-1 {
    font-size: 2.25rem;
  }
  .header-2 {
    font-size: 2rem;
  }
  .header-3 {
    font-size: 1.75rem;
  }
  .header-4 {
    font-size: 1.5rem;
  }
  .header-5 {
    font-size: 1.25rem;
  }
  .header-6 {
    font-size: 1.125rem;
  }
  .header-7 {
    font-size: 1rem;
  }
  .header-8 {
    font-size: .875rem;
  }
  .bodycopy-1 {
    font-size: 1rem;
  }
  .bodycopy-2 {
    font-size: .9375rem;
  }
  .bodycopy-3 {
    font-size: .875rem;
  }
  .bodycopy-4 {
    font-size: .75rem;
  }
  .bodycopy-5 {
    font-size: .6875rem;
  }
  #section_Modal {
    width: 90%;
  }
  .only-mobile {
    display: block;
  }
  .only-pc {
    display: none;
  }
}

.art_infomation {
  border: 1px solid #dedede;
  padding: 1.2rem;
  border-radius: 2px;
}

.art_infomation:after {
  display: block;
  content: "";
  clear: both;
}

.art_infomation .art_infomation_List {
  list-style: none;
  position: relative;
  margin: 0 0 0 0;
  float: right;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.art_infomation .art_infomation_List .art_infomation_List_item {
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0 6px;
  text-align: center;
  overflow: hidden;
  backface-visibility: hidden;
}

.art_infomation .art_infomation_List .art_infomation_List_item img {
  transition: .2s ease-in-out;
}

.art_infomation .art_infomation_List .art_infomation_List_item:hover img {
  opacity: .7;
}

.art_infomation .art_infomation_List .art_infomation_List_item span {
  display: block;
}

.link_moreinfo {
  vertical-align: middle;
}

.link_moreinfo a {
  display: inline-block;
  background: #09385b;
  padding: 0.2rem 2.3rem;
  border-radius: 32px;
  color: #ffffff;
  transition: all 0.8s;
  text-align: center;
  text-decoration: none;
}

.link_moreinfo a:hover {
  color: #ffffff;
  background: #4bc7bf;
  transition: all 0.2s;
}

.link_moreinfo.castInfo a {
  background-color: #A70002;
}

.link_moreinfo.castInfo a:hover {
  color: #ffffff;
  background: #222222;
  transition: all 0.2s;
}

.link_usthem-detail a {
  display: inline-block;
  padding: 0.8rem;
  line-height: 1.6;
  background-color: #ffffff;
}

.link_usthem-detail a:hover {
  background-color: #fcfcfc;
}

.bk_ffffff {
  background-color: #ffffff;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.localnavigation-home {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  background-color: #4bc7bf;
  margin-top: 36px;
}

.localnavigation-home li {
  margin: 0;
  list-style: none;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  -webkit-align-items: center;
}

.localnavigation-home li a {
  transition: .2s;
  display: inline-block;
  font-size: 0.85rem;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.localnavigation-home li a:hover {
  color: #ffffff;
  background-color: #666666;
}

.wrap_flex {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.wrap_flex .wrap_flex-item-6 {
  margin-right: 10px;
  margin-left: 10px;
  width: calc(50% - 20px);
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.wrap_flex .wrap_flex-item-6 img {
  width: 100%;
}

.slider_wrap .slider_item {
  width: 100%;
}

.slider_wrap .slider_item .slider_item_wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider_wrap .slider_item .slider_item_wrap .slider_item_figure,
.slider_wrap .slider_item .slider_item_wrap .slider_item_text {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: calc(50% - 40px);
}

.slider_wrap .slider_item .slider_item_wrap .slider_item_text {
  margin-left: 40px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_wrap .slider_item .slider_item_wrap .slider_item_text .slider_item_text_item {
  width: 100%;
}

.yama_2020 {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yama_2020 .yama_2020_contents h2 span {
  font-size: 76%;
}

.fnc_botsu10_displayHid {
  display: none;
}

@media screen and (max-width: 810px) {
  .localnavigation-home li {
    width: 50%;
  }
}

.section_info {
  box-sizing: border-box;
  padding: 1.4rem;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
}

.section_info .info_text {
  margin-bottom: 1.8rem;
}

.section_info .info_text ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.section_info .info_text ul .date {
  border-bottom: 2px solid #4bc7bf;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

.section_info .info_text ul .news {
  box-sizing: border-box;
  padding-left: 0.5rem;
}

@media screen and (max-width: 600px) {
  .art_infomation .art_infomation_List {
    float: inherit;
  }
  .art_infomation .art_infomation_List .art_infomation_List_item {
    width: 40%;
    margin: 0 10px;
  }
  .section_twitter {
    margin-top: 48px;
  }
  .wrap_flex .wrap_flex-item-6 {
    width: calc(100% - 20px);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .bk_ffffff {
    padding: 12px 0 12px 0;
  }
  .slider_wrap .slider_item {
    width: 100%;
  }
  .slider_wrap .slider_item .slider_item_wrap .slider_item_figure,
  .slider_wrap .slider_item .slider_item_wrap .slider_item_text {
    width: 100%;
  }
  .slider_wrap .slider_item .slider_item_wrap .slider_item_text {
    margin-top: 24px;
    margin-left: 0px;
  }
  .section_info .info_text ul .date {
    padding-left: 0rem;
  }
  .section_info .info_text ul .news {
    padding-left: 0rem;
  }
  .yama_2020 .yama_2020_contents h2 span {
    font-size: 76%;
  }
}

section.grad {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
}

section.lightGray {
  background-color: #f8f9fa;
}

section.darkBlue {
  background-color: #08375b;
}

section.dark {
  background-color: #222222;
}

section .section__wrap {
  max-width: 1016px;
  margin: 0 auto;
  padding: 120px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .section__wrap.wide {
  width: 100%;
  max-width: inherit;
  padding: 0;
}

section .section__wrap.wide img {
  width: 100%;
  height: auto;
}

section .section__wrap.noPadding {
  padding: 0px;
}

section .section__wrap.lightPadding {
  padding: 48px 0;
}

section .section__wrap .row {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .section__wrap .row .row-flex {
  position: relative;
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section .section__wrap .row .row-flex.reverse {
  flex-direction: row-reverse;
}

section .section__wrap .row .row-flex .like_nogap {
  background-color: #ffffff;
}

section .section__wrap .row .row-flex > [class*="col-"] {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .section__wrap .row .row-flex > .col-ms-12 {
  width: calc(100% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-11 {
  width: calc(91.6666666% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-10 {
  width: calc(83.3333333% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-9 {
  width: calc(75% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-8 {
  width: calc(66.6666666% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-7 {
  width: calc(58.3333333% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-6 {
  width: calc(50% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-5 {
  width: calc(41.6666666% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-4 {
  width: calc(33.3333333% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-3 {
  width: calc(25% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-2 {
  width: calc(16.6666666% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-1 {
  width: calc(8.3333333% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-offset-6 {
  margin-left: calc(50% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-offset-4 {
  margin-left: calc(33.3333333% + 10px);
}

section .section__wrap .row .row-flex > .col-ms-offset-3 {
  margin-left: calc(25% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-offset-2 {
  margin-left: calc(16.6666666% - 20px);
}

section .section__wrap .row .row-flex > .col-ms-offset-1 {
  margin-left: calc(8.3333333% - 20px);
}

@media screen and (max-width: 600px) {
  section .section__wrap {
    padding: 90px 0;
  }
  section .section__wrap .row {
    padding: 0 20px;
  }
  section .section__wrap .row .row-flex > [class*="col-ms"] {
    width: calc(100% - 20px);
  }
  section .section__wrap .row .row-flex > .col-xs-6 {
    width: calc(50% - 20px);
  }
  section .section__wrap .row .row-flex > [class*="col-ms-offset"] {
    margin-left: 0;
  }
}

header {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  z-index: 1111;
  background-color: #ffffff;
}

header .header-logo a {
  display: inline-block;
}

header .header-logo a img {
  transition: .2s;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .header-elements {
  margin-left: auto;
}

header .header-elements .header-nav-btn {
  display: none;
}

header .header-elements nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

header .header-elements nav ul li {
  margin: 0 12px;
  list-style: none;
  align-items: center;
  -webkit-align-items: center;
}

header .header-elements nav ul li a {
  transition: .2s;
  display: inline-block;
  font-size: 0.85rem;
  text-decoration: none;
  color: #222222;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .header-elements nav ul li a:hover {
  color: #00a0c6;
}

@media screen and (max-width: 1200px) {
  header .header-logo a img {
    padding: 12px;
  }
  header .header-elements nav ul li {
    margin: 0 6px;
  }
  header .header-elements nav ul li a {
    font-size: 0.8rem;
    padding: 12px;
  }
}

@media screen and (max-width: 976px) {
  header .header-logo a img {
    padding: 8px 0;
  }
  header .header-elements {
    text-align: center;
  }
  header .header-elements .header-nav-btn {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    display: inline-block;
    background-color: #ffffff;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 110;
    cursor: pointer;
  }
  header .header-elements .header-nav-btn span {
    width: 100%;
    height: 4px;
    background-color: #222222;
    position: absolute;
    transition: all .2s;
    left: 0;
  }
  header .header-elements .header-nav-btn span:nth-of-type(1) {
    top: 12px;
  }
  header .header-elements .header-nav-btn span:nth-of-type(2) {
    top: 28px;
  }
  header .header-elements .header-nav-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  header .header-elements .header-nav-btn.active span:nth-of-type(2) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  header .header-elements .header-nav-btn:not(.active):hover span:nth-of-type(1) {
    top: 6px;
  }
  header .header-elements .header-nav-btn:not(.active):hover span:nth-of-type(2) {
    top: 34px;
  }
  header .header-elements nav ul {
    display: none;
    z-index: 11;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  header .header-elements nav ul li a {
    color: #ffffff;
    padding: 24px;
  }
  header .header-elements nav.active {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    height: 120%;
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
  }
}

footer {
  background-color: #222222;
  font-size: 12px;
}

footer ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
  margin: 24px 12px 12px 12px;
  padding: 0;
}

footer ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 12px;
  color: #ffffff;
}

footer ul li a:hover {
  color: #00a0c6;
}

footer p.copy {
  text-align: center;
  padding: 12px 12px 36px 12px;
  color: #ffffff;
}

.to_pagetop {
  position: fixed;
  width: 100%;
  bottom: 45px;
  height: 0;
  text-align: right;
  z-index: 1000;
  -wekit-box-sizeing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

.to_pagetop__in {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.to_pagetop__in.wide {
  max-width: 1800px;
}

.to_pagetop__link {
  display: inline-block;
  position: absolute;
  bottom: 45px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity .3s;
  opacity: 0;
}

.to_pagetop__link.appear {
  opacity: 1;
}

.to_pagetop__link a {
  display: block;
  -webkito-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding: 12px 5px 11px;
  height: 40px;
  width: 40px;
}

.to_pagetop__link img {
  width: 30px;
  height: 17px;
}

@media screen and (max-width: 600px) {
  footer {
    background-color: #222222;
    font-size: 9px;
  }
}
/*# sourceMappingURL=common.css.map */