@charset "UTF-8";
#contents {
  width: auto;
  padding: 0;
}

canvas#main-image {
  width: auto;
  height: auto;
}

.article-header {
  position: relative;
  max-width: 100%;
  margin: 0;
}

.article-title {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
  background-color: rgba(0, 162, 232, 0.7);
  background-image: none;
}
.article-title__text {
  width: 100vw;
  height: 100vw;
  max-height: 540px;
  margin: 0 auto;
  padding: 2.5%;
  background: url(../images/title_map.svg) no-repeat center center;
  background-size: 90%;
}
.article-title__text > span {
  display: block;
}
.article-title__text > span:first-of-type {
  font-size: 200%;
  width: 180px;
  height: 78px;
  padding-top: 16px;
  text-align: center;
  color: #008080;
  background: url(../images/title_balloon.svg) no-repeat center top;
  background-size: 180px 78px;
}
.article-title__text > span:last-of-type {
  font-size: 700%;
  line-height: 1.1;
  color: #ffffff;
}
.article h2,
.article h3 {
  font-family: "DS-kirigirisu", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .article h2, .ua-desktop-windows
.article h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.device-pc .article-title {
  width: 100%;
  height: 540px;
  padding-top: 0;
  background-color: rgba(0, 162, 232, 0.7);
  background-image: none;
}
.device-pc .article-title__text {
  width: 960px;
  height: 540px;
  margin: 0 auto;
  padding: 40px 0 0 40px;
  background-position: 40px center;
  background-size: 533px 482px;
}
.device-pc .article-title__text > span:first-of-type {
  font-size: 400%;
  width: 360px;
  height: 156px;
  padding-top: 36px;
  background-size: 360px 156px;
}
.device-pc .article-title__text > span:last-of-type {
  font-size: 1300%;
}

.device-pc .article-lead {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0 0 0 120px;
}
.device-pc .article-lead__text {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.device-pc .article-lead__text p {
  font-size: 160%;
  font-weight: bold;
  letter-spacing: .05em;
  color: #ffffff;
}

.sprite-sheet {
  margin: 0 auto;
}

#nav {
  margin-bottom: 16px;
  padding: 0 5%;
}
#nav ul {
  padding: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: block;
}
#nav li a {
  font-size: 140%;
  line-height: 1;
  position: relative;
  width: 100%;
  padding: .75em 1.5em .75em .5em;
}
#nav li a.nav-item {
  display: block;
}
#nav li a span {
  display: inline-block;
  vertical-align: middle;
}
#nav li a i {
  font-size: 150%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  vertical-align: middle;
}
#nav li a i::before {
  vertical-align: top;
  color: #f27f0c;
}
.device-pc #nav {
  display: none;
}

#update {
  max-width: 1400px;
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 32px;
}
#update h3 {
  font-size: 180%;
  line-height: 30px;
  position: relative;
  width: 80px;
  height: 30px;
  margin: 0 auto 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  background-color: #ff0080;
}
#update h3::after {
  position: absolute;
  content: "";
  border: 16px solid transparent;
}
.device-sp #update h3::after {
  left: 50%;
  bottom: -26px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-color: #ff0080;
  transform: translate(-50%, 0);
}
.device-pc #update h3::after {
  top: 50%;
  right: -26px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-color: #ff0080;
  transform: translate(0, -50%);
}
.device-sp #update ul {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: block;
  padding: 8px;
}
.device-sp #update ul li a {
  display: block;
}
#update ul li a {
  font-family: "DS-kirigirisu", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  line-height: 1;
  position: relative;
  padding: 4px 32px 4px 16px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows #update ul li a {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
#update ul li a i {
  font-size: 131.25%;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0, -50%);
  vertical-align: middle;
}
#update ul li a i::before {
  display: block;
  color: #f27f0c;
}
#update ul li span {
  display: block;
  vertical-align: middle;
}
#update ul li span:first-of-type {
  margin-right: .5em;
}
.device-pc #update {
  padding-right: 2%;
  padding-left: 2%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.device-pc #update h3 {
  margin-bottom: 0;
  margin: 0;
}
.device-pc #update ul {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.device-pc #update ul li {
  margin-right: 1em;
}
.device-pc #update ul li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: block;
}
.device-pc #update ul li a::before {
  position: absolute;
  z-index: -1;
  top: 150%;
  left: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background-color: #fce5ce;
  -webkit-animation: anim-leave 1.125s;
  -moz-animation: anim-leave 1.125s;
  animation: anim-leave 1.125s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.device-pc #update ul li:nth-child(even) a:hover::before {
  -webkit-animation: anim-enter-even 1.125s;
  -moz-animation: anim-enter-even 1.125s;
  animation: anim-enter-even 1.125s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.device-pc #update ul li:nth-child(odd) a:hover::before {
  -webkit-animation: anim-enter-odd 1.125s;
  -moz-animation: anim-enter-odd 1.125s;
  animation: anim-enter-odd 1.125s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anim-enter-even {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  66% {
    transform: translate(0, -100%) rotate(10deg);
  }
  100% {
    transform: translate(0, -100%) rotate(0deg);
  }
}
@-moz-keyframes anim-enter-even {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  66% {
    transform: translate(0, -100%) rotate(10deg);
  }
  100% {
    transform: translate(0, -100%) rotate(0deg);
  }
}
@keyframes anim-enter-even {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  66% {
    transform: translate(0, -100%) rotate(10deg);
  }
  100% {
    transform: translate(0, -100%) rotate(0deg);
  }
}
@-webkit-keyframes anim-enter-odd {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  66% {
    transform: translate(0, -100%) rotate(-10deg);
  }
  100% {
    transform: translate(0, -100%) rotate(0deg);
  }
}
@-moz-keyframes anim-enter-odd {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  66% {
    transform: translate(0, -100%) rotate(-10deg);
  }
  100% {
    transform: translate(0, -100%) rotate(0deg);
  }
}
@keyframes anim-enter-odd {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  66% {
    transform: translate(0, -100%) rotate(-10deg);
  }
  100% {
    transform: translate(0, -100%) rotate(0deg);
  }
}
@-webkit-keyframes anim-leave {
  0% {
    transform: translate(0, -100%) rotate(0deg);
  }
  33% {
    transform: translate(0, -100%) rotate(10deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-moz-keyframes anim-leave {
  0% {
    transform: translate(0, -100%) rotate(0deg);
  }
  33% {
    transform: translate(0, -100%) rotate(10deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes anim-leave {
  0% {
    transform: translate(0, -100%) rotate(0deg);
  }
  33% {
    transform: translate(0, -100%) rotate(10deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
#main {
  max-width: 1400px;
  margin: 0 auto 80px;
  padding-right: 5%;
  padding-left: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.device-pc #main {
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#main-contents section h3 {
  position: relative;
  margin: 32px auto 16px;
  padding-top: 11.11111%;
}
#main-contents section h3 > span {
  font-size: 180%;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -60%);
  text-align: center;
  color: #ffffff;
}
#main-contents section:nth-of-type(1) h3 {
  background: url(../images/sub_balloon1.svg) no-repeat center top;
  background-size: 100%;
}
#main-contents section:nth-of-type(2) h3 {
  background: url(../images/sub_balloon2.svg) no-repeat center top;
  background-size: 100%;
}
#main-contents section:nth-of-type(3) h3 {
  background: url(../images/sub_balloon3.svg) no-repeat center top;
  background-size: 100%;
}
#main-contents section ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main-contents section li {
  position: relative;
  width: calc(50% - 2.5% * 2);
  margin: 2.5%;
}
#main-contents section li.new::after {
  font-size: 100%;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 40px;
  height: 40px;
  content: "NEW";
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
}
#main-contents section li a,
#main-contents section li > span {
  padding: 4px;
  background-color: #ffffff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#main-contents section li a.rotate-5,
#main-contents section li > span.rotate-5 {
  transform: rotate(-5deg);
}
#main-contents section li a.rotate-4,
#main-contents section li > span.rotate-4 {
  transform: rotate(-4deg);
}
#main-contents section li a.rotate-3,
#main-contents section li > span.rotate-3 {
  transform: rotate(-3deg);
}
#main-contents section li a.rotate-2,
#main-contents section li > span.rotate-2 {
  transform: rotate(-2deg);
}
#main-contents section li a.rotate-1,
#main-contents section li > span.rotate-1 {
  transform: rotate(-1deg);
}
#main-contents section li a.rotate0,
#main-contents section li > span.rotate0 {
  transform: rotate(0deg);
}
#main-contents section li a.rotate1,
#main-contents section li > span.rotate1 {
  transform: rotate(1deg);
}
#main-contents section li a.rotate2,
#main-contents section li > span.rotate2 {
  transform: rotate(2deg);
}
#main-contents section li a.rotate3,
#main-contents section li > span.rotate3 {
  transform: rotate(3deg);
}
#main-contents section li a.rotate4,
#main-contents section li > span.rotate4 {
  transform: rotate(4deg);
}
#main-contents section li a.rotate5,
#main-contents section li > span.rotate5 {
  transform: rotate(5deg);
}
#main-contents section li a > span,
#main-contents section li > span > span {
  position: relative;
  display: block;
  padding-top: 100%;
  border-radius: 2px;
}
#main-contents section li a > span img,
#main-contents section li > span > span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main-contents section li a > span > span,
#main-contents section li > span > span > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  transform: translate(0, -70%);
}
#main-contents section li a > span > span span,
#main-contents section li > span > span > span span {
  font-size: 120%;
  font-weight: bold;
  display: block;
  text-align: center;
}
#main-contents section li a > span > span.update span:first-of-type,
#main-contents section li > span > span > span.update span:first-of-type {
  font-family: "DS-kirigirisu", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 250%;
  line-height: 1.1;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows #main-contents section li a > span > span.update span:first-of-type, .ua-desktop-windows
#main-contents section li > span > span > span.update span:first-of-type {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
#main-contents section li a > span > span.update span:first-of-type small,
#main-contents section li > span > span > span.update span:first-of-type small {
  font-size: 80%;
  letter-spacing: -.1em;
}
#main-contents section li a {
  position: relative;
  overflow: hidden;
  transition: transform 0.75s cubic-bezier(0.1, 2, 0.64, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: block;
}
#main-contents section li > span {
  border: 1px solid #e9e8eb;
  border-radius: 8px;
  display: block;
}
#main-contents section li h4 {
  font-size: 120%;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  text-align: center;
  color: #ffffff;
}
#main-contents section li h4 span {
  display: inline-block;
  text-align: left;
}
#main-contents section li h5 {
  font-size: 120%;
  position: relative;
  z-index: 1;
  padding: 8px;
  transition: color .75s;
  text-align: center;
}
#main-contents section li[data-color="0"] a > span,
#main-contents section li[data-color="0"] > span > span {
  background-color: #fce5ce;
}
#main-contents section li[data-color="0"] a > span > span span,
#main-contents section li[data-color="0"] > span > span > span span {
  color: #f27f0c;
}
#main-contents section li[data-color="0"] h4 {
  background-color: rgba(242, 127, 12, 0.8);
}
#main-contents section li[data-color="0"] h5 {
  color: #f27f0c;
}
#main-contents section li[data-color="0"].new::after {
  background-color: #f27f0c;
}
#main-contents section li[data-color="1"] a > span,
#main-contents section li[data-color="1"] > span > span {
  background-color: #e7f0d4;
}
#main-contents section li[data-color="1"] a > span > span span,
#main-contents section li[data-color="1"] > span > span > span span {
  color: #88b229;
}
#main-contents section li[data-color="1"] h4 {
  background-color: rgba(136, 178, 41, 0.8);
}
#main-contents section li[data-color="1"] h5 {
  color: #88b229;
}
#main-contents section li[data-color="1"].new::after {
  background-color: #88b229;
}
#main-contents section li[data-color="2"] a > span,
#main-contents section li[data-color="2"] > span > span {
  background-color: #ccecfa;
}
#main-contents section li[data-color="2"] a > span > span span,
#main-contents section li[data-color="2"] > span > span > span span {
  color: #00a2e8;
}
#main-contents section li[data-color="2"] h4 {
  background-color: rgba(0, 162, 232, 0.8);
}
#main-contents section li[data-color="2"] h5 {
  color: #00a2e8;
}
#main-contents section li[data-color="2"].new::after {
  background-color: #00a2e8;
}
#main-contents section li[data-color="3"] a > span,
#main-contents section li[data-color="3"] > span > span {
  background-color: #cce6e6;
}
#main-contents section li[data-color="3"] a > span > span span,
#main-contents section li[data-color="3"] > span > span > span span {
  color: #008080;
}
#main-contents section li[data-color="3"] h4 {
  background-color: rgba(0, 128, 128, 0.8);
}
#main-contents section li[data-color="3"] h5 {
  color: #008080;
}
#main-contents section li[data-color="3"].new::after {
  background-color: #008080;
}
#main-contents section li[data-color="4"] a > span,
#main-contents section li[data-color="4"] > span > span {
  background-color: #ffcce6;
}
#main-contents section li[data-color="4"] a > span > span span,
#main-contents section li[data-color="4"] > span > span > span span {
  color: #ff0080;
}
#main-contents section li[data-color="4"] h4 {
  background-color: rgba(255, 0, 128, 0.8);
}
#main-contents section li[data-color="4"] h5 {
  color: #ff0080;
}
#main-contents section li[data-color="4"].new::after {
  background-color: #ff0080;
}
#main-contents section li[data-color="5"] a > span,
#main-contents section li[data-color="5"] > span > span {
  background-color: #d2d1d6;
}
#main-contents section li[data-color="5"] a > span > span span,
#main-contents section li[data-color="5"] > span > span > span span {
  color: #1e1933;
}
#main-contents section li[data-color="5"] h4 {
  background-color: rgba(30, 25, 51, 0.8);
}
#main-contents section li[data-color="5"] h5 {
  color: #1e1933;
}
#main-contents section li[data-color="5"].new::after {
  background-color: #1e1933;
}
.device-sp #main-contents section li a {
  display: block;
}
.device-pc #main-contents {
  width: 80%;
}
.device-pc #main-contents section h3 {
  width: 100%;
  margin: 40px auto 20px;
  padding-top: 10.79545%;
}
.device-pc #main-contents section h3 > span {
  font-size: 400%;
  line-height: 1.1;
}
.device-pc #main-contents section li {
  width: calc(25% - 1.89394% * 2);
  margin: 1.89394%;
}
.device-pc #main-contents section li.new::after {
  font-size: 120%;
  line-height: 50px;
  top: -21px;
  right: -21px;
  width: 50px;
  height: 50px;
  transition: transform 0.75s cubic-bezier(0.1, 2, 0.64, 1);
  border-radius: 25px;
}
.device-pc #main-contents section li.new.hover::after {
  transform: rotate(10deg);
}
.device-pc #main-contents section li a > span > span.update span:first-of-type,
.device-pc #main-contents section li > span > span > span.update span:first-of-type {
  font-size: 400%;
  line-height: 1.1;
}
.device-pc #main-contents section li a::before {
  position: absolute;
  top: 150%;
  left: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  transition: transform .75s;
}
.device-pc #main-contents section li a:hover {
  transform: rotate(0.0001deg);
}
.device-pc #main-contents section li a:hover h5 {
  color: #ffffff;
}
.device-pc #main-contents section li a.rotate-5::before {
  transform: translate(0, 0) rotate(10deg);
}
.device-pc #main-contents section li a.rotate-5:hover::before {
  transform: translate(0, -100%) rotate(-10deg);
}
.device-pc #main-contents section li a.rotate-4::before {
  transform: translate(0, 0) rotate(8deg);
}
.device-pc #main-contents section li a.rotate-4:hover::before {
  transform: translate(0, -100%) rotate(-8deg);
}
.device-pc #main-contents section li a.rotate-3::before {
  transform: translate(0, 0) rotate(6deg);
}
.device-pc #main-contents section li a.rotate-3:hover::before {
  transform: translate(0, -100%) rotate(-6deg);
}
.device-pc #main-contents section li a.rotate-2::before {
  transform: translate(0, 0) rotate(4deg);
}
.device-pc #main-contents section li a.rotate-2:hover::before {
  transform: translate(0, -100%) rotate(-4deg);
}
.device-pc #main-contents section li a.rotate-1::before {
  transform: translate(0, 0) rotate(2deg);
}
.device-pc #main-contents section li a.rotate-1:hover::before {
  transform: translate(0, -100%) rotate(-2deg);
}
.device-pc #main-contents section li a.rotate0::before {
  transform: translate(0, 0) rotate(0deg);
}
.device-pc #main-contents section li a.rotate0:hover::before {
  transform: translate(0, -100%) rotate(0deg);
}
.device-pc #main-contents section li a.rotate1::before {
  transform: translate(0, 0) rotate(-2deg);
}
.device-pc #main-contents section li a.rotate1:hover::before {
  transform: translate(0, -100%) rotate(2deg);
}
.device-pc #main-contents section li a.rotate2::before {
  transform: translate(0, 0) rotate(-4deg);
}
.device-pc #main-contents section li a.rotate2:hover::before {
  transform: translate(0, -100%) rotate(4deg);
}
.device-pc #main-contents section li a.rotate3::before {
  transform: translate(0, 0) rotate(-6deg);
}
.device-pc #main-contents section li a.rotate3:hover::before {
  transform: translate(0, -100%) rotate(6deg);
}
.device-pc #main-contents section li a.rotate4::before {
  transform: translate(0, 0) rotate(-8deg);
}
.device-pc #main-contents section li a.rotate4:hover::before {
  transform: translate(0, -100%) rotate(8deg);
}
.device-pc #main-contents section li a.rotate5::before {
  transform: translate(0, 0) rotate(-10deg);
}
.device-pc #main-contents section li a.rotate5:hover::before {
  transform: translate(0, -100%) rotate(10deg);
}
.device-pc #main-contents section li h4 {
  font-size: 140%;
  line-height: 1.2;
}
.device-pc #main-contents section li h5 {
  font-size: 140%;
}
.device-pc #main-contents section li[data-color="0"] a::before {
  background-color: #f27f0c;
}
.device-pc #main-contents section li[data-color="1"] a::before {
  background-color: #88b229;
}
.device-pc #main-contents section li[data-color="2"] a::before {
  background-color: #00a2e8;
}
.device-pc #main-contents section li[data-color="3"] a::before {
  background-color: #008080;
}
.device-pc #main-contents section li[data-color="4"] a::before {
  background-color: #ff0080;
}
.device-pc #main-contents section li[data-color="5"] a::before {
  background-color: #1e1933;
}

#side-contents section {
  margin: 0 0 5% 0;
}
#side-contents section h3 {
  font-size: 200%;
  text-align: center;
}
.device-pc #side-contents {
  width: 20%;
}
.device-pc #side-contents section {
  width: calc(100% - 7.57576%);
  margin: 7.57576% 0 7.57576% 7.57576%;
}

#orei-comment a {
  display: block;
  width: 100%;
  padding: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: block;
}
#orei-comment h3::before {
  display: block;
  height: 53px;
  content: "";
  background: url(../images/comment_balloon.svg) no-repeat center top;
}
.device-pc #orei-comment a {
  position: relative;
  overflow: hidden;
  transition: transform 0.75s cubic-bezier(0.1, 2, 0.64, 1);
}
.device-pc #orei-comment a::before {
  position: absolute;
  z-index: -1;
  top: 150%;
  left: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  transition: transform .75s;
  transform: translate(0, 0) rotate(0deg);
  background-color: #fce5ce;
}
.device-pc #orei-comment a:hover::before {
  transform: translate(0, -100%) rotate(10deg);
}

#orei-map > div {
  padding: 0 4px 4px 4px;
  border-radius: 4px;
  background-color: #e9e8eb;
}

#gmap {
  width: 100%;
  padding-top: 100%;
}

#orei-live > div {
  padding: 0 4px 4px 4px;
  border-radius: 4px;
  background-color: #e9e8eb;
}
#orei-live > div > div + div {
  margin-top: 4px;
}
#orei-live > div > div > a {
  display: block;
  padding: 8px;
  background-color: #ffffff;
}
#orei-live > div > div.more {
  text-align: right;
}
#orei-live > div > div.more a {
  font-size: 14px;
  background-color: transparent;
}
#orei-live > div > div.more a::after {
  font-family: 'Material Design Icons';
  content: "";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  direction: ltr;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#orei-live > div > div.more a::after {
  font-size: 150%;
  vertical-align: middle;
  color: #f27f0c;
}
#orei-live h4 {
  font-size: 140%;
  margin: 8px 0;
}
#orei-live .icon {
  float: right;
  width: 38px;
}
#orei-live .icon img {
  width: 100%;
}
#orei-live .body {
  font-size: 140%;
  clear: right;
}
#orei-live .body::after {
  font-family: 'Material Design Icons';
  content: "";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  direction: ltr;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#orei-live .body::after {
  font-size: 150%;
  vertical-align: middle;
  color: #f27f0c;
}
#orei-live .date {
  font-size: 120%;
  color: #8f8c99;
}
.device-pc #orei-live > div > div.more {
  text-align: right;
}
.device-pc #orei-live > div > div.more a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
}
.device-pc #orei-live > div > div.more a::before {
  position: absolute;
  z-index: -1;
  top: 150%;
  left: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  transition: transform .75s;
  transform: translate(0, 0) rotate(0deg);
  background-color: #ffffff;
}
.device-pc #orei-live > div > div.more a:hover::before {
  transform: translate(0, -100%) rotate(-8deg);
}

.orei-modal * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.overlay {
  position: fixed;
  z-index: 103;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  background: url(../images/bg_overlay.png) repeat center center rgba(136, 178, 41, 0.8);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.inner {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 90%;
  max-width: 720px;
  padding: 16px 0px 26px;
  transform: translate(-50%, 0);
  vertical-align: middle;
}
.device-pc .inner {
  padding: 32px 32px 42px 32px;
}

.modal {
  margin: 0 auto;
  padding: 16px 16px 76px 16px;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.device-pc .modal {
  padding: 32px 32px 108px 32px;
}

.button {
  font-size: 160%;
  font-weight: bold;
  position: absolute;
  bottom: 42px;
  right: 16px;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  padding: 8px 16px;
  cursor: pointer;
  color: #1e1933;
  border: 0;
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.button i::before {
  font-size: 150%;
  vertical-align: middle;
  color: #f27f0c;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.device-pc .button {
  bottom: 74px;
  right: 64px;
}
.device-pc .button::before {
  position: absolute;
  z-index: -1;
  top: 150%;
  left: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  transition: transform .75s;
  transform: translate(0, 0) rotate(0deg);
  background-color: #fce5ce;
}
.device-pc .button:hover::before {
  transform: translate(0, -100%) rotate(-8deg);
}

.comment-header {
  margin-bottom: 32px;
}

.comment-title__text {
  font-size: 280%;
  font-family: "DS-kirigirisu", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.1;
  margin-bottom: 8px;
}

.comment-lead__text {
  font-size: 160%;
  font-weight: bold;
}

.comment-content {
  font-size: 160%;
}
.comment-content p {
  margin: 1.75em auto;
}
.comment-content p:last-of-type {
  margin-bottom: 0;
}
.comment-content p:first-of-type {
  margin-top: 0;
}
.device-pc .comment-title__text {
  font-size: 400%;
}

.device-pc .comment-lead__text {
  font-size: 180%;
}

#loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
#loader > .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}

/*# sourceMappingURL=main.css.map */
