@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
@font-face {
  font-family: 'YuGothic';
  src: url(../fonts/yugothib.ttf);
}
@font-face {
  font-family: 'YuGothic_medium';
  src: url(../fonts/yugothic-medium.otf);
}
@font-face {
  font-family: 'YuGothic_bold';
  src: url(../fonts/yu-gothic-bold.ttf);
}
.english {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: bold;
}

.english2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.yugothic-bold {
  font-family: 'YuGothic_bold';
}

.yugothic-medium {
  font-family: 'YuGothic_medium';
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: calc(10/375*100vw);
}

@media (min-width: 969px) {
  html {
    font-size: 62.5%;
  }
}
body {
  position: relative;
  background: #fff;
  color: #404040;
  font-family: "YuGothic";
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  transition: all 0.4s linear;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
  color: #404040;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #404040;
  text-decoration: none;
}
a:hover {
  color: #404040;
  text-decoration: none;
  opacity: .7;
}
a:active {
  color: #404040;
  text-decoration: none;
}

a[href^="tel"] {
  color: #404040;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #404040;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #404040;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #404040;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #404040;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #404040;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #404040;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #404040;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #404040;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #404040;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #404040;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #404040;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

@media screen and (min-width: 1025px) {
  .u_pc {
    display: block;
  }

  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_2 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_3 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_4 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_5 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_6 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: linear-gradient(to bottom, #ff6 0%, #ff6 100%);
}

.u_marker_1_2 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ff6 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.w_100 {
  width: 100% !important;
}

.h_100 {
  height: 100% !important;
}

.bg_white {
  background-color: #fff;
}

@media screen and (max-width: 968px) {
  .h-sp {
    display: none !important;
  }

  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 969px) {
  .h-pc {
    display: none !important;
  }

  .br-pc {
    display: block;
  }
}
.inner {
  max-width: 1240px;
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
}
.inner.mw-1920 {
  max-width: 200rem;
  padding: 0 4rem;
}

@media screen and (min-width: 969px) {
  .main {
    min-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .main {
    overflow-x: hidden;
  }
}

.cpn-search .cpn-search-wrapper {
  display: flex;
  align-items: flex-end;
}
.cpn-search .cpn-search-wrapper .btn-search {
  position: relative;
}
.cpn-search .cpn-search-wrapper .btn-search::before {
  content: '';
  width: 1.2rem;
  height: 2rem;
  background: url(../img/common/icon_search.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  transform: translateY(-50%);
}
.cpn-search .cpn-search-wrapper .btn-search button {
  font-size: 1.4rem;
  white-space: nowrap;
  padding-left: 2rem;
  margin-left: 1.4rem;
  position: relative;
  z-index: 2;
  color: #000;
}
.cpn-search .cpn-search-wrapper .input-div input {
  border-bottom: 0.1rem solid #000;
  width: 8.1rem;
}

.main-visual {
  position: relative;
}
@media screen and (max-width: 968px) {
  .main-visual {
    margin: 0 -1rem;
  }
}
.main-visual-picture {
  line-height: 0;
  display: block;
}
.main-visual-title {
  background-color: #FBD506;
  display: inline-block;
  color: #404040;
  margin-top: -2.6rem;
  margin-left: 5.5rem;
  font-size: 2.8rem;
  line-height: calc(28/20);
  padding: .7rem 2.5rem 0.4rem;
}
@media screen and (min-width: 969px) {
  .main-visual-title {
    margin-left: 9.6rem;
  }
}
.main-visual-text {
  padding: 3rem 0 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(24/14);
}
@media screen and (min-width: 969px) {
  .main-visual-text {
    padding: 3rem 12rem 0;
    font-size: 1.6rem;
    line-height: calc(28/16);
  }
}

.mw-834 {
  max-width: 83.4rem;
  width: 100%;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3.5rem;
}
@media screen and (min-width: 969px) {
  .category-list {
    padding-top: 8rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.category-items {
  width: 100%;
  border: 0.1rem solid #E3E3E3;
  position: relative;
  margin: 0 0 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 969px) {
  .category-items {
    margin: 1.5rem;
    width: calc(100%/3 - 3rem);
  }
}
.category-items.new-post::before {
  position: absolute;
  content: '';
  background: url(../img/ico/ico-arrow-yellow.png) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  right: 0;
  bottom: 0;
}
.category-picture {
  height: 22.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 0;
}
.category-picture.bg-picture {
  background-color: #E3E3E3;
}
@media screen and (min-width: 969px) {
  .category-picture {
    height: 17.1rem;
  }
}
.category-picture img {
  object-fit: cover;
}
.category-link {
  display: block;
}
.category-link:hover {
  opacity: .7;
}
.category-content {
  padding: 2.2rem;
  position: relative;
}
@media screen and (min-width: 969px) {
  .category-content {
    padding: 1.6rem;
  }
}
.category-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FBD506;
}
@media screen and (min-width: 969px) {
  .category-name {
    font-size: 1.2rem;
  }
}
.category-ico {
  width: .97rem;
  display: inline-block;
  margin-right: .25rem;
}
@media screen and (min-width: 969px) {
  .category-ico {
    width: .745rem;
  }
}
.category-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #404040;
  line-height: calc(21/16);
  margin-top: 1.6rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 969px) {
  .category-title {
    font-size: 1.4rem;
    line-height: calc(19/14);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.category-excerpt {
  font-size: 1.2rem;
  font-weight: 500;
  color: #404040;
  line-height: calc(20/12);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 3.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.date {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  color: #E3E3E3;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (min-width: 969px) {
  .date {
    font-size: 1.2rem;
  }
}

.year {
  font-size: 1.3rem;
}
@media screen and (min-width: 969px) {
  .year {
    font-size: 1rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 969px) {
  .pagination {
    margin-top: 4rem;
  }
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid transparent;
  padding: .6rem 0.2rem;
  min-width: 2rem;
  margin: 0 0.2rem;
  font-size: 1.8rem;
  color: #FBD506;
  font-weight: 700;
}
@media screen and (min-width: 969px) {
  .pagination .page-numbers {
    color: #484848;
    margin: 0 0.5rem;
    font-size: 1.6rem;
  }
}
.pagination .page-numbers.current {
  border: .1rem solid #DADADA;
  border-radius: .2rem;
  color: #484848;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background: #DDDDDD;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.pagination .page-numbers.next .ico-pagi, .pagination .page-numbers.prev .ico-pagi {
  width: 0.8rem;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.next:focus, .pagination .page-numbers.prev:hover, .pagination .page-numbers.prev:focus {
  background: #FBD506;
}
@media screen and (max-width: 968px) {
  .pagination .page-numbers.next {
    margin-left: 1rem;
  }
}
.pagination .page-numbers.next .ico-pagi {
  transform: rotate(180deg);
}
@media screen and (max-width: 968px) {
  .pagination .page-numbers.prev {
    margin-right: 1rem;
  }
}

.btn {
  font-size: 1.6rem;
  line-height: calc(21/16);
  font-weight: 700;
  font-family: 'Yogothic', sans-serif;
  position: relative;
  width: 33.3rem;
  background-color: #FBD506;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  padding: 2rem 2.5rem;
}
.btn.flex-column {
  flex-direction: column;
  align-items: flex-start;
}
.btn:hover {
  opacity: .7;
}
@media screen and (min-width: 969px) {
  .btn {
    padding: 2rem 5.5rem 2rem 2.5rem;
  }
}
.btn::before {
  content: '';
  width: 2.078rem;
  height: 1.8rem;
  background: url(../img/ico/ico-arrow-down.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.btn.btn-anchor {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 968px) {
  .btn.btn-anchor {
    padding: 1.2rem 5rem 1.2rem 2rem;
  }
}
@media screen and (min-width: 969px) {
  .btn.btn-anchor {
    font-size: 1.8rem;
  }
}
.btn.btn-anchor::before {
  background: url(../img/ico/ico-arrow-right.png) center center no-repeat;
  background-size: contain;
}
.btn.btn-anchor .number {
  display: inline-block;
  margin-right: 1.7rem;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Montserrat',sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 969px) {
  .btn.btn-anchor .number {
    margin-right: 4rem;
  }
}
.btn.btn-2 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 969px) {
  .btn.btn-2 {
    padding: 1.2rem 5rem 0.8rem 2.5rem;
  }
}
.btn.btn-2::before {
  background: url(../img/ico/ico-arrow-right.png) center center no-repeat;
  background-size: contain;
}

.title-wrap {
  margin-top: 8rem;
}
@media screen and (min-width: 969px) {
  .title-wrap {
    margin-top: 13rem;
  }
}

.cpn_ttl {
  font-size: 4rem;
  line-height: 1;
  color: #E3E3E3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 969px) {
  .cpn_ttl {
    font-size: 6rem;
    line-height: 1.2;
  }
}

.cpn_sub-ttl {
  font-family: 'YuGothic_bold';
  color: #404040;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 969px) {
  .cpn_sub-ttl {
    font-size: 2.4rem;
    line-height: calc(24/20);
    margin-bottom: 6rem;
  }
}
.cpn_sub-ttl.sub_border {
  width: fit-content;
  padding-bottom: 0.35rem;
  border-bottom: 0.1rem dashed #FBD506;
}

.l-category {
  margin-bottom: 10rem;
}
.l-category-top {
  position: relative;
}
.l-category-top .cpn_sub-ttl {
  padding-bottom: 0.35rem;
  margin-bottom: 5rem;
}
.l-category-top::after {
  content: '';
  width: 17.5rem;
  height: 0.1rem;
  border-bottom: 0.1rem dashed #FBD506;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-category .l-category-bottom {
  display: flex;
  gap: 2rem;
}

.l-category-bottom {
  display: flex;
}

.l-category-list {
  width: 100%;
}
@media screen and (min-width: 969px) {
  .l-category-list {
    margin: 0 -1rem 9rem;
  }
}
.l-category-list .l-category-items {
  width: 100%;
  float: left;
  margin: 0rem 0 1rem;
  padding: 0 1.55rem;
  background-color: #FBD506;
}
@media screen and (min-width: 969px) {
  .l-category-list .l-category-items {
    width: calc(50% - 2rem);
    margin: 0rem 1rem 1rem;
  }
}
.l-category-list .l-category-items .slug {
  font-size: 1.2rem;
  font-style: italic;
}
.l-category-list .l-category-items .l-category-link {
  display: block;
  background-color: #FBD506;
  padding: 2.3rem 4.5rem 1.92rem 4.8rem;
  position: relative;
  transition: all 0.25s;
  font-size: 1.6rem;
  line-height: calc(21/16);
  color: #404040;
}
.l-category-list .l-category-items .l-category-link:hover {
  opacity: 0.7;
}
.l-category-list .l-category-items .l-category-link::after {
  content: '';
  width: 2.078rem;
  height: 1.8rem;
  background: url(../img/common/icon_link.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-category-list .l-category-items .l-category-link::before {
  content: '';
  width: 1.172rem;
  height: 1.172rem;
  background: url(../img/common/icon-tag.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-category-list .l-category-items .l-category-link .english {
  display: block;
  margin-top: 0.18rem;
  font-size: 1.2rem;
  line-height: calc(15/12);
}
.l-category-list .l-category-items.has-child > .l-category-link {
  padding-left: 3.25rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem dashed #404040;
}
.l-category-list .l-category-items.has-child > .l-category-link::before {
  left: 0.85rem;
}
.l-category-list .l-category-items.has-child .child-list {
  padding-left: 7.4rem;
}
.l-category-list .l-category-items.has-child .child-list .child-items {
  width: 100%;
  margin: 0;
}
.l-category-list .l-category-items.has-child .child-list .child-items .l-category-link {
  padding: 2.55rem 4.5rem 2.4rem 2.4rem;
}
.l-category-list .l-category-items.has-child .child-list .child-items .l-category-link::before {
  left: 0;
}
.l-category-list .l-category-items.has-child .child-list .child-items + .child-items .l-category-link {
  border-top: 0.1rem dashed #404040;
}

.cpn-readmore a {
  font-size: 1.8rem;
  line-height: calc(24/18);
  color: #404040;
  display: inline-block;
  padding-right: 4.9rem;
  position: relative;
  transition: all 0.25s;
}
.cpn-readmore a::after {
  content: '';
  position: absolute;
  width: 2.078rem;
  height: 1.8rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/common/icon_link.png) center center no-repeat;
  background-size: contain;
}
.cpn-readmore a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 969px) {
  .d-lg-flex {
    display: flex;
  }
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

@media screen and (min-width: 969px) {
  .l_side {
    width: 28.3rem;
  }
}
.l_side_banner {
  margin: 6rem auto 4.3rem;
}
@media screen and (min-width: 969px) {
  .l_side_banner {
    width: 25.7rem;
    margin: 0 auto;
  }
}
.l_side_picture {
  height: 31.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.l_side_picture.border {
  border: 0.1rem solid #E3E3E3;
}
@media screen and (min-width: 969px) {
  .l_side_img {
    margin: 0 auto;
  }
}
.l_side_text {
  font-size: 3.4rem;
  font-weight: 700;
  color: #404040;
}

.l_side_ranking {
  background-color: #FBD506;
  padding: 5.1rem 2rem 0;
  margin-bottom: 8.9rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media screen and (min-width: 969px) {
  .l_side_ranking {
    width: 100%;
    margin-left: 0;
    padding: 2.8rem 1.3rem 0;
    margin-bottom: 2.6rem;
  }
}
.l_side_ranking .ranking_top {
  padding-left: 1.85rem;
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 969px) {
  .l_side_ranking .ranking_top {
    padding-left: 0.5rem;
    margin-bottom: 1.3rem;
  }
}
.l_side_ranking .ranking_top .ranking_ttl {
  font-size: 4rem;
  margin-bottom: 0.3rem;
  color: #000;
}
.l_side_ranking .ranking_top .ranking_txt {
  font-size: 1.4rem;
  line-height: calc(20/14);
  font-weight: bold;
  color: #000;
}
.l_side_ranking .category-list {
  padding-top: 0;
}
.l_side_ranking .category-list .category-items {
  width: 100%;
  border: none;
}
@media screen and (max-width: 968px) {
  .l_side_ranking .category-list .category-items + .category-items {
    margin-top: 2.7rem;
  }
}
.l_side_ranking .category-list .category-items .category-link {
  background-color: #fff;
  border: 0.1rem solid #E3E3E3;
}
.l_side_ranking .category-list .category-items .ranking-number {
  font-size: 4rem;
  line-height: calc(49/40);
  font-weight: bold;
  color: #000;
  width: fit-content;
  margin: 0 auto 1.5rem;
  position: relative;
  padding-left: 3.4rem;
}
@media screen and (min-width: 969px) {
  .l_side_ranking .category-list .category-items .ranking-number {
    margin: 0 auto 1.7rem;
  }
}
.l_side_ranking .category-list .category-items .ranking-number .ranking-number-big {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 600;
}
.l_side_ranking .category-list .category-items .ranking-number .ranking-number-small {
  font-size: 2rem;
  line-height: calc(27/20);
}
.l_side_ranking .category-list .category-items .ranking-number::before {
  content: '';
  width: 2.83rem;
  height: 1.9rem;
  background: url(../img/common/crown.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.l_main {
  position: relative;
}

.list_btn-scroll {
  display: none;
  background-color: #fff;
}
@media screen and (min-width: 969px) {
  .list_btn-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 30rem;
  }
}
.list_btn-scroll .nav-top-ul {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 6.8rem;
}
.list_btn-scroll .nav-top-li {
  margin-bottom: 2rem;
  list-style: none;
  cursor: pointer;
}
.list_btn-scroll .nav-top-li .nav-top-link {
  display: inline-block;
}
.list_btn-scroll .nav-top-li:last-of-type {
  margin-bottom: 0;
}
.list_btn-scroll .btn_backtop {
  cursor: pointer;
  line-height: 0;
}

@media screen and (min-width: 969px) {
  .flex-lg-1 {
    flex: 1;
  }
}

.align-items-center {
  align-items: center;
}

.bg-before {
  position: relative;
}
.bg-before::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #FCFDFF;
  position: absolute;
  left: -2rem;
  top: 0;
}
@media screen and (min-width: 969px) {
  .bg-before::before {
    width: calc((100vw - 83.4rem)/2 + 91.7rem);
    left: calc((100vw - 83.4rem)/2*(-1));
  }
}

.c-orange {
  color: #FD970B;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_loader
================================= */
.l_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f6ff8f;
  z-index: 1;
}
.l_loader .loader {
  display: none;
  height: 100%;
  position: relative;
  z-index: 2;
}
.l_loader .loader .content {
  display: inline-table;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}
.l_loader .loader .content .logo_img {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: auto;
}
.l_loader .loader .content .txt {
  margin: 20px 0 0;
  font-size: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  font-weight: bold;
}
.l_loader .loader .content .txt span {
  display: inline-block;
  -webkit-animation: loading 0.7s infinite alternate;
  -moz-animation: loading 0.7s infinite alternate;
  animation: loading 0.7s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4.6875%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4.6875%;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
/* =================================
 l_header_sp
================================= */
/* =================================
 l_menu_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  margin: 20px 0;
}

/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

/* =================================
 l_header
================================= */
.l_header {
  height: 16rem;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 968px) {
  .l_header {
    display: none;
  }
}
.l_header .inner {
  max-width: 1380px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding-left: 5.7rem;
  padding-right: 6.8rem;
}
@media screen and (min-width: 969px) {
  .l_header .inner {
    height: 100%;
  }
}
@media screen and (min-width: 969px) {
  .l_header .inner .logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l_header .inner .logo img {
  display: block;
}
@media screen and (min-width: 969px) {
  .l_header .inner .logo img {
    width: 15.9rem;
    min-width: 15.9rem;
  }
}
@media screen and (min-width: 969px) {
  .l_header .inner .l_menu {
    height: 100%;
  }
}
.l_header .inner .l_menu a {
  transition: all 0.25s;
}
.l_header .inner .l_menu .inner {
  max-width: 1280px;
  padding: 0 1.5rem;
}
@media screen and (min-width: 969px) {
  .l_header .inner .l_menu .inner .menu {
    height: 100%;
  }
  .l_header .inner .l_menu .inner .menu > ul > li {
    border-right: 0.1rem solid #F7F7F7;
  }
}
.l_header .inner .l_menu .inner .menu ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 969px) {
  .l_header .inner .l_menu .inner .menu ul {
    height: 100%;
  }
}
.l_header .inner .l_menu .inner .menu ul li {
  position: relative;
  min-width: 12rem;
}
@media screen and (min-width: 969px) {
  .l_header .inner .l_menu .inner .menu ul li {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.l_header .inner .l_menu .inner .menu ul li span {
  font-size: 1.6rem;
  line-height: calc(21/16);
  font-weight: bold;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.l_header .inner .l_menu .inner .menu ul li span.english {
  font-size: 1.2rem;
  line-height: calc(15/12);
}
.l_header .inner .l_menu .inner .menu ul li a {
  font-size: 1.6rem;
  line-height: calc(21/16);
  position: relative;
  width: 100%;
  transition: all 0.25s;
  color: #000;
}
.l_header .inner .l_menu .inner .menu ul li a:hover {
  background-color: #FBD506;
}
.l_header .inner .l_menu .inner .menu ul li a:hover::before {
  opacity: 1;
}
@media screen and (min-width: 969px) {
  .l_header .inner .l_menu .inner .menu ul li a {
    padding: 3rem 2rem 6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 969px) and (max-width: 1200px) {
  .l_header .inner .l_menu .inner .menu ul li a {
    font-size: 1.3rem;
  }
}

.l_header .inner .l_menu .inner .menu ul li a::before {
  content: '';
  width: 2.078rem;
  height: 1.8rem;
  background: url(../img/common/icon_link.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
  transition: all 0.25s;
}
@media screen and (min-width: 969px) {
  .l_header .inner .l_menu .inner .menu ul li a::before {
    bottom: 4.6rem;
  }
}
.l_header .inner .l_menu .inner .menu ul li.has-child::before {
  content: '';
}
@media screen and (max-width: 968px) {
  .l_header .inner .l_menu .inner .menu ul li.has-child::before {
    width: 2.078rem;
    height: 1.8rem;
    background: url(../img/common/icon_link.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 3.2rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.2;
    transition: all 0.25s;
  }
}
.l_header .inner .l_menu .inner .menu ul li.has-child ul {
  position: absolute;
  left: 0;
  background-color: #FBD506;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 150%;
  transition: all 0.5s;
  min-width: 10rem;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  z-index: 2;
  height: auto;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-wrap: wrap;
}
.l_header .inner .l_menu .inner .menu ul li.has-child ul li {
  text-align: left;
  margin-right: 0;
  width: 100%;
}
.l_header .inner .l_menu .inner .menu ul li.has-child ul li a {
  white-space: nowrap;
  width: auto;
  padding-right: 8.3rem;
  min-height: 8rem;
}
@media screen and (min-width: 969px) {
  .l_header .inner .l_menu .inner .menu ul li.has-child ul li a {
    padding-bottom: 3rem;
    width: 100%;
  }
}
.l_header .inner .l_menu .inner .menu ul li.has-child ul li a::before {
  left: auto;
  transform: translateY(-50%);
  right: 3.3rem;
  bottom: auto;
  top: 50%;
}
.l_header .inner .l_menu .inner .menu ul li.has-child:hover {
  background-color: #FBD506;
}
.l_header .inner .l_menu .inner .menu ul li.has-child:hover::before {
  opacity: 1;
}
.l_header .inner .l_menu .inner .menu ul li.has-child:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.l_header .inner .l_menu .inner .l-btn {
  padding: 1.3rem 2.5rem;
  background-color: #B03631;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(21/14);
  font-weight: bold;
  border-radius: 0.6rem;
}
@media screen and (min-width: 969px) and (max-width: 1200px) {
  .l_header .inner .l_menu .inner .l-btn {
    padding: 1.3rem 1.5rem;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 969px) {
  .l_header .inner .l_menu .nav-bottom {
    height: 100%;
    padding-top: 2.7rem;
  }
}

/* =================================
   l_header_sp
  ================================= */
.l_header_sp {
  height: 6rem;
  background-color: #fff;
}
@media screen and (min-width: 969px) {
  .l_header_sp {
    display: none !important;
  }
}
.l_header_sp.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 1s;
}
.l_header_sp > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
}
@media screen and (min-width: 969px) {
  .l_header_sp > .inner {
    padding: 0 1.5rem;
  }
}
.l_header_sp .logo {
  padding: 0 3.5rem;
}
.l_header_sp .logo .logo-link img {
  display: block;
  width: 9.3rem;
}
.l_header_sp .box-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.l_header_sp .box-right .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 6rem;
  cursor: pointer;
}
.l_header_sp .box-right .hamburger img {
  display: block;
}
.l_header_sp .box-right .hamburger .line {
  display: block;
  width: 3rem;
  height: 0.15rem;
  margin: 0.25rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(251, 213, 6, 0.17);
}
.l_header_sp .box-right .hamburger.active .line:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
  background-color: #fff;
}
.l_header_sp .box-right .hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.l_header_sp .box-right .hamburger.active .line:nth-child(3) {
  transform: translateY(-0.6rem) rotate(-45deg);
  background-color: #fff;
}
.l_header_sp .l_menu {
  position: fixed;
  right: -100%;
  top: 0;
  flex-direction: column;
  background: #FBD506;
  text-align: center;
  transition: 0.3s;
  box-shadow: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 999;
}
.l_header_sp .l_menu.active {
  right: 0;
}
.l_header_sp .l_menu > .inner {
  padding: 0.7rem 1rem 2.4rem;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li {
  border-bottom: 0.1rem dashed #E3E3E3;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li .menu-link {
  padding: 2.1rem 2rem 2.4rem;
  display: block;
  text-align: left;
  position: relative;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li .menu-link .item-txt {
  font-size: 1.6rem;
  line-height: calc(21/16);
  font-weight: bold;
  color: #000;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li .menu-link .item-txt .english {
  font-size: 1.2rem;
  line-height: calc(15/12);
}
@media screen and (max-width: 968px) {
  .l_header_sp .l_menu > .inner .menu .menu-ul .menu-li .menu-link .item-txt .english {
    display: block;
  }
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li .menu-link::before {
  content: '';
  width: 2.078rem;
  height: 1.8rem;
  background: url(../img/common/icon_link_down.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child .dropdown-toggle {
  width: 2.078rem;
  height: 1.8rem;
  background: url(../img/common/icon_link_down.png) center center no-repeat;
  background-size: contain;
  position: relative;
  transition: all 0.5s;
  margin-right: 1rem;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child .menu-link {
  width: calc(100% - 4rem);
  padding: 1.6rem 2rem 1.8rem 4.8rem;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child .menu-link::before {
  transform: translateY(-50%) rotate(-90deg);
  left: 1.5rem;
  right: auto;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child .menu-link .item-txt span:first-child {
  padding-left: 1rem;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child ul {
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child ul li {
  text-align: left;
  padding: 0 1rem;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child ul li a {
  font-size: 1.6rem;
  line-height: calc(21/16);
  font-weight: bold;
  color: #000;
  padding: 2.3rem 0 2rem;
  border-top: 0.1rem dashed #AFAFAF;
  display: block;
  position: relative;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child ul li a::after {
  content: '';
  position: absolute;
  width: 2.078rem;
  height: 1.8rem;
  background: url(../img/common/icon_link_down.png) center center no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child.show {
  background-color: #fff;
  border-bottom: 0;
}
.l_header_sp .l_menu > .inner .menu .menu-ul .menu-li.has-child.show .dropdown-toggle {
  transform: rotate(180deg);
}
.l_header_sp .l_menu > .inner .nav-bottom .cpn-search {
  margin-top: 3.4rem;
  margin-bottom: 4.7rem;
}
.l_header_sp .l_menu > .inner .nav-bottom .cpn-search .cpn-search-wrapper .btn-search::before {
  filter: brightness(0%);
}
.l_header_sp .l_menu > .inner .nav-bottom .cpn-search .cpn-search-wrapper .input-div {
  width: 100%;
}
.l_header_sp .l_menu > .inner .nav-bottom .cpn-search .cpn-search-wrapper .input-div input {
  width: 100%;
}
.l_header_sp .l_menu > .inner .nav-bottom .hd-img {
  display: block;
}
.l_header_sp .l_menu > .inner .nav-bottom .nav-top-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.l_header_sp .l_menu > .inner .nav-bottom .nav-top-ul .nav-top-li {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.l_header_sp .l_menu > .inner .nav-bottom .nav-top-ul .nav-top-li .nav-top-link {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
.l_header_sp .l_menu > .inner .nav-bottom .nav-top-ul .nav-top-li .nav-top-link .item-icon {
  font-size: 1.2rem;
  line-height: calc(16/12);
  font-weight: 600;
  color: #FCFDFF;
  display: block;
}
.l_header_sp .l_menu > .inner .nav-bottom .nav-top-ul .nav-top-li .item-icon .hd-img {
  width: 2.6rem;
}
.l_header_sp .l_menu .l_menu_header {
  height: 6rem;
  background-color: #FBD506;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #F7F7F7;
}
.l_header_sp .l_menu .box-right {
  margin-right: 0.75rem;
}

.l_footer {
  background-color: #404040;
  color: #fff;
  padding: 5.54rem 0 5.54rem;
}
@media screen and (min-width: 969px) {
  .l_footer {
    padding: 6.6rem 3rem 3.4rem;
  }
}
.l_footer .inner {
  max-width: 103.5rem;
  margin: 0 auto;
}
.l_footer .inner .logo {
  max-width: 9.3rem;
  margin: 0 auto 2.6rem;
  display: block;
}
@media screen and (min-width: 969px) {
  .l_footer .inner .logo {
    max-width: 20.6rem;
    margin: 0 auto 7.2rem;
  }
}
.l_footer .inner .ft-list-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 969px) {
  .l_footer .inner .ft-list-menu {
    margin-bottom: 5.3rem;
  }
}
.l_footer .inner .ft-list-menu .ft-item {
  width: 100%;
  border-top: 0.1rem solid #fff;
}
@media screen and (min-width: 969px) {
  .l_footer .inner .ft-list-menu .ft-item {
    width: auto;
    border-top: 0;
  }
}
.l_footer .inner .ft-list-menu .ft-item:last-child {
  border-bottom: 0.1rem solid #fff;
}
@media screen and (min-width: 969px) {
  .l_footer .inner .ft-list-menu .ft-item:last-child {
    border-bottom: 0;
  }
}
.l_footer .inner .ft-list-menu .ft-item a {
  font-size: 1.6rem;
  line-height: calc(21/16);
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  width: 100%;
  padding: 1.13rem 3.75rem 1.13rem 0;
}
@media screen and (min-width: 969px) {
  .l_footer .inner .ft-list-menu .ft-item a {
    padding: 0 3.75rem 0 0;
    margin-left: 2.8rem;
    margin-right: 2.8rem;
    width: auto;
  }
}
.l_footer .inner .ft-list-menu .ft-item a::after {
  content: '';
  width: 2.078rem;
  height: 1.8rem;
  background: url(../img/common/icon_link.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
.l_footer .inner .ft-list-menu .ft-item a:hover {
  opacity: 0.7;
}
.l_footer .inner .copyright {
  font-size: 1.2rem;
  line-height: calc(16/12);
  font-weight: bold;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
