@charset "UTF-8";
.commonWidth {
  min-width: 1000px;
  max-width: 1080px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 480px) {
    .commonWidth {
      min-width: inherit;
      max-width: inherit;
      width: auto;
      margin: auto; } }

.commonPadding {
  padding-left: 80px;
  padding-right: 80px; }
  @media screen and (max-width: 480px) {
    .commonPadding {
      padding-left: 30px;
      padding-right: 30px; } }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-style: normal; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: 400; }

a img {
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, img, a, p {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

body, html {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  color: #222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 2px;
  overflow-y: scroll;
  font-feature-settings: "palt"; }

a {
  color: #CB0058;
  word-wrap: break-word;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }
  a img {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
  a:hover {
    color: #FF02BE;
    text-decoration: none; }
  a:hover img {
    opacity: 0.7; }

.clear {
  clear: both; }

::selection {
  color: #000;
  background-color: #d3d3d3; }

::-moz-selection {
  color: #000;
  background-color: #d3d3d3; }

.br {
  display: inline-block; }

.sr, .sr-seq {
  visibility: hidden; }

#backTop {
  cursor: pointer;
  position: fixed;
  right: -170px;
  bottom: 0px;
  z-index: 999;
  line-height: 0px; }

.border {
  border: 1px solid #333;
  background-color: #000;
  box-shadow: 0px 0px 4px #333;
  margin-right: 2px;
  margin-left: 2px; }

.enFont {
  font-family: "Righteous", cursive; }

.enFonth1 {
  font-family: "Anton", sans-serif; }

#all {
  min-width: 1000px;
  width: 100%;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 480px) {
    #all {
      min-width: inherit; } }

hr {
  border: none;
  border-top: 1px solid #333;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-image: url(); }

@media screen and (max-width: 480px) {
  .brSmp {
    display: inline; }

  .smpNon {
    display: none; } }
body {
  background-size: 70px; }

/* //////////////////////////////////////////////////////////////////
ヘッダーナビ
////////////////////////////////////////////////////////////////// */
header.global {
  text-align: center; }
  header.global a:hover {
    opacity: 1; }
    header.global a:hover img {
      opacity: 1; }

.ring {
  background-repeat-y: no-repeat;
  height: 37px;
  margin-top: -14px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .ring {
      background-size: 25%;
      height: 17px;
      margin-top: -10px; } }

/* //////////////////////////////////////////////////////////////////
メインエリア
////////////////////////////////////////////////////////////////// */
.mainArea {
  background-color: #f6f4ee; }
  .mainArea .flex {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 120px; }
  .mainArea .ichiran {
    width: calc(65% + 50px );
    padding-right: 50px; }
    .mainArea .ichiran .list dl:nth-child(n+2) {
      margin-top: 50px; }
    .mainArea .ichiran .list .day {
      background-repeat: no-repeat;
      background-position: right;
      background-color: #e7000a;
      background-size: contain;
      padding: 2px 10px;
      color: #fff;
      font-size: 1.4rem; }
    .mainArea .ichiran .list .title {
      margin-top: 25px;
      font-size: 2.4rem;
      line-height: 1.6;
      letter-spacing: 0; }
    .mainArea .ichiran .list dd {
      margin-top: 30px;
      font-size: 1.6rem;
      line-height: 1.4;
      letter-spacing: 0.03em; }
      .mainArea .ichiran .list dd .more-link {
        display: block;
        width: 100px;
        text-align: center;
        background: #fff;
        color: #000;
        border: 1px solid #000;
        text-decoration: none;
        padding: 2.5px 0;
        font-size: 1.2rem;
        margin-top: 40px; }
  .mainArea .side {
    border-left: 4px solid #fff;
    padding-left: 50px;
    width: 315px;
    padding-bottom: 115px; }
    .mainArea .side dl:nth-child(n+2) {
      margin-top: 60px; }
    .mainArea .side dl dt {
      text-align: center;
      font-size: 1.4rem;
      position: relative; }
      .mainArea .side dl dt span {
        display: block;
        font-size: 1.2rem; }
      .mainArea .side dl dt p {
        display: inline-block;
        background-color: #f6f4ee;
        padding: 0 10px;
        position: relative;
        z-index: 2; }
      .mainArea .side dl dt:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000;
        display: block;
        margin: auto; }
    .mainArea .side dl dd {
      margin-top: 25px;
      font-size: 1.4rem;
      line-height: 1.8;
      letter-spacing: 0; }
      .mainArea .side dl dd img {
        display: block;
        margin: auto; }
    .mainArea .side dl.posts {
      font-size: 1.2rem; }
      .mainArea .side dl.posts a {
        color: #000;
        text-decoration: none; }
      .mainArea .side dl.posts li:nth-child(n+2) {
        margin-top: 25px; }
  @media screen and (max-width: 480px) {
    .mainArea .flex {
      display: block;
      justify-content: space-between;
      padding-top: 75px; }
    .mainArea .ichiran {
      width: 100%;
      padding-right: 0; }
    .mainArea .side {
      width: 100%;
      margin-top: 80px;
      border-left: none;
      padding-left: 0; } }

/* //////////////////////////////////////////////////////////////////
フッターナビ
////////////////////////////////////////////////////////////////// */
footer.global {
  text-align: center;
  font-size: 1.0rem;
  margin-top: 20px;
  padding-bottom: 70px; }


