@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;600;700&family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');

body {
  background-color: #a5814c;
  background-image: url('../img/bg.png');
  background-attachment: fixed;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #221815;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.65;
}
@media screen and (max-width: 480px) {
  body {
    background-color: #FFF;
  }
}

a {
  color: #a5814c;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a:hover {
  text-decoration: underline;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
*{
  box-sizing: border-box;
}

/* ブレークポイント */
@media screen and (max-width: 1079px) {

}
@media screen and (max-width: 767px) {
  .l-footer {

  }
}

/* レイアウト全体 */
body{
  
}
.l-container {
  width: 100%;
  padding: 22px 0 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 739px) {
  .l-container{
    padding-top:0;
  }
}
.l-container-inner {
  position: relative;
  background-color: #FFF;
  max-width: 375px;
  padding: 20px;
  margin: 0 auto;
  z-index: 0;
}
.l-header{
  position: relative;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
}
.l-header-logo{
  padding: 0;
  margin: 0 0 20px 0;
}
.l-header-logo img{
  width: 100%;
  height: auto;
}
.l-main {
  margin: 0 auto;
  padding: 0;
}
.l-footer {
  text-align: center;
  padding: 0 0 30px;
}

/* マーキー */
.l-ticker{
  top: 0;
  left: 0;
  animation: bg-marquee 40s linear 0s infinite;
  position: fixed;
  z-index: 30;
  height: 22px;
  width: 100%;
  background: #c50018 url(../img/catch.png) 0 50% repeat-x;
  background-size: auto 8px;
}
@media screen and (max-width: 739px) {
  .l-ticker{
    position: static;
    top: auto;
    left: auto;
  }
}

@keyframes bg-marquee {
  0% {
    background-position: 0px 50%;
  }
  100% {
    background-position: -1110px 50%;
  }
}

/* グローバルナビ */
.l-navi{
  margin: 0 0 110px 0;
}
.l-navi-bg {
    position: relative;
}
.l-navi-bg::before {
    content: '';
    position: absolute;
    top: 140px;
    bottom: -30px;
    left: -20px;
    right: -20px;
    background-color: #dcdcdc;
    transform: skewY(-17deg);
    z-index: -1;
}
@media screen and (min-width: 740px) {
  .l-navi,
  .l-navi-sp{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .l-navi-bg::before {
    left: 0;
    right: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}
}

@media screen and (max-width: 739px) {
  .l-navi-sp {
    width: 100%;
    position: fixed;
    top: -30px;
    left: 0;
    z-index: 20;
    overflow: hidden;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
  }
  .l-navi-sp.fixed {
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .l-navi-sp-inner{
    border: 7px solid #c9caca;
    background: #fff;
    margin: 15px 15px 0;
    padding: 10px;
    text-align: center;
  }
  .c-list-navi-sp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-list-navi-sp-wrap{
    width: 100%;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #c9caca;
  }
  .c-list-navi-sp-wrap:first-child{
    padding-top:0;
  }
  .c-list-navi-sp-wrap:last-child{
    border-bottom: none 0;
    padding-bottom:0;
  }
  .c-list-navi-sp-item{
    background-image: url(../img/separator.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    list-style: none;
    margin: 0 7px 0 0;
    padding: 0 16px 0 0;
  }
  .c-list-navi-sp-item:last-child{
    background-image:none;
    margin-right: 0;
    padding-right: 0;
  }
  
  .l-navi-sp .c-list-navi-sp-link img{
      width: auto;
      height: 15px;
      filter: brightness(300%) grayscale(100%) opacity(70%);
      transition: .4s;
  }
  .l-navi-sp .c-list-navi-sp-link:hover img{
      filter: brightness(100%) grayscale(0) opacity(100%);
  }
}

.c-list-navi-heading{
  margin: 0 0 25px 0;
  padding: 0;
}
.c-list-navi-heading img{
  margin: 0 auto;
}
.c-list-navi{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 6px 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-navi .c-list-navi-item{
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-navi .c-list-navi-item .c-list-navi-link{
  background-color: #FFF;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 0px 0px #c8c9c9;
  transform: translateY(0);
}
.c-list-navi .c-list-navi-item:nth-child(odd) .c-list-navi-link{
  background-color: #ba2c1e;
}
.c-list-navi .c-list-navi-item .c-list-navi-link:hover{
  transition: .4s;
  transform: translateY(-10px);
}

.l-navi-right{
  position: fixed;
  z-index: 5;
  top: 100px;
  left: calc(32.26vw + 50%);
  transform: translateX(-50%);
  width: 160px;
}
.l-navi-left{
  position: fixed;
  z-index: 10;
  top: 100px;
  right: calc(32.26vw + 50%);
  transform: translateX(50%);
  width: 160px;
}
@media screen and (max-width: 739px) {
  .c-list-navi .c-list-navi-item:nth-child(odd) .c-list-navi-link{
    background-color: #FFF;
  }
  .c-list-navi .c-list-navi-item:nth-child(1) .c-list-navi-link,
  .c-list-navi .c-list-navi-item:nth-child(2) .c-list-navi-link,
  .c-list-navi .c-list-navi-item:nth-child(5) .c-list-navi-link,
  .c-list-navi .c-list-navi-item:nth-child(6) .c-list-navi-link,
  .c-list-navi .c-list-navi-item:nth-child(9) .c-list-navi-link,
  .c-list-navi .c-list-navi-item:nth-child(10) .c-list-navi-link,
  .c-list-navi .c-list-navi-item:nth-child(13) .c-list-navi-link,
  .c-list-navi .c-list-navi-item:nth-child(14) .c-list-navi-link{
    background-color: #ba2c1e;
  }
  .l-navi-right{
    display: none;
  }
  .l-navi-left{
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .l-navi-right{
    left: calc(275px + 50%);
  }
  .l-navi-left{
    right: calc(275px + 50%);
  }
}
@media screen and (min-width: 1280px) {
  .l-navi-right{
    left: calc(413px + 50%);
  }
  .l-navi-left{
    right: calc(413px + 50%);
  }
}
.l-navi-left .c-list-navi,
.l-navi-right .c-list-navi{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin:0;
}

/* 年賀メッセージ */
.c-nenga-message{
  color: #a5814c;
  margin: 0 0 40px 0;
  padding: 0;
}
/* .c-nenga-message .c-nenga-message-heading{
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.1em;
  line-height: 1.35;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: center;
} */
/* .c-nenga-message .c-nanga-message-text{
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
} */
.c-nenga-message .c-nanga-message-text{
  margin: 0;
  padding: 0;
}
.c-nenga-message .c-nanga-message-text img{
  width:100%;
  height: auto;
}



/* その他 */
.br-sp{
  display: none;
}
@media screen and (max-width: 679px) {
  .br-sp{
    display: block;
  }
}

.br-sp-none{
  display: block;
}
@media screen and (max-width: 679px) {
  .br-sp-none{
    display: none;
  }
}

@media screen and (max-width: 679px) {
  .u-sp-lspace0{
    letter-spacing: 0!important;
  }
  .u-sp-lspace1{
    letter-spacing: 0.1em!important;
  }
}

.u-color-red{
  color:#D92817;
}

/* カード */
.c-card{
  margin: 0 0 100px 0;
  padding:0;
}
.c-card-item{
  background-color: #FFF;
  border: 1px solid #a5814c;
  padding: 19px;
  margin: 0 0 20px;
  box-shadow: 3px 3px 0px 0px #C9CACA;
}
.c-card-item .c-card-image{
  margin: 0 0 25px 0;
  padding: 0px;
}
.c-card-item .c-card-image img{
  /* background-color: #a5814c; */
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /* box-shadow: 10px 10px 0px 0px #C9CACA; */
}

.c-card-info{
  margin: 0 0 20px 0;
  padding: 0;
}
.c-card-info .c-card-info-name{
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.5em;
  margin: 0 0 10px;
  text-align: center;
}
.c-card-info .c-card-info-title{
  font-weight: 600;
  letter-spacing: 0.25em;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
}
.c-card-info .c-card-info-title .c-card-info-title-wrap{
  display: inline-block;
  margin:0;
  padding:0;
}
.c-card-info .c-card-info-title span{
  display: inline-block;
  padding: 2px;
}
.c-card-info .c-card-info-title span:first-child{
  border-right: 1px solid #221815;
  padding-right: 8px;
}
.c-card-info .c-card-info-title span:last-child{
  padding-left: 10px;
}
.c-card-body{
  
}
.c-card-body-heading{
  border-bottom: 1px solid #a5814c;
  text-align: center;
  padding: 0 0 16px 0;
  margin: 0 0 20px 0;
}
.c-card-body-heading.one-line{
  padding: 0 0 25px 0;
}
.c-card-body-heading img{
  margin: 0 auto;
  padding: 0;
}
.c-card-body-text{
  text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 10px;
  padding: 0;
}
.c-card-body-text:last-child{
  margin-bottom: 0;
}

/*フッター*/
.c-footer-logo{
  margin: 0 auto;
}
.c-copyright{
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

/*ページトップ*/
.page-top{
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  display: block;
  animation-play-state: paused;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .page-top {
    right: 40px;
    bottom: 50px;
  }
}
.page-top.is-active {
  opacity: 1;
  transition: all 0.65s;
}

.page-top polygon { fill: #ba2c1e; }
@media screen and (max-width: 490px) {
  .page-top polygon { fill: #221815; }
}
.page-top img, .page-top svg {
  width: 39px;
  height: 39px;
}
.page-top:hover {
  animation: hurueru .1s infinite;
}
@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(2deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-2deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}