@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {
	font-size: 2em;
	margin: .67em 0;
}*/
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/*figure {
	margin: 1em 40px;
}*/
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
/*nav ol,
nav ul {
	list-style: none;
}*/
/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  /* background-color: transparent; */
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* All browsers without overlaying scrollbars */
html {
  overflow-y: scroll;
}

/* Reset padding and margin of all elements */
* {
  padding: 0;
  margin: 0;
}

/* Inherit styling in all browsers */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* Remove focus outline in all browsers */
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Remove input background color in Chrome */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* Set table width & table-layout */
table {
  width: 100%;
  table-layout: fixed;
}

/* @font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: local("Noto Sans CJK JP Regular"), url("fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: local("Noto Sans CJK JP Bold"), url("fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf") format("opentype");
  font-display: swap;
} */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Noto Serif JP', Verdana, Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 88.8%;
  line-height: 1.7;
  color: #000000;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  transition: .2s ease-in-out;
}

a::before, a::after {
  transition: .2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  transition: .2s ease-in-out;
}

.thumb > img {
  width: 100%;
}

.thumb {
  overflow: hidden;
}

a:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0 0 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

hr {
  border: 0;
  border-top: 1px dashed #cfcfcf;
  margin: 3em 0;
}

ul {
  list-style: none;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote {
  padding: 1.5em;
  margin: 2em 0;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

blockquote:before,
blockquote:after {
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 2em;
  color: #cfcfcf;
}

blockquote:before {
  content: '\f10d';
  left: .5em;
  top: 0;
}

blockquote:after {
  content: '\f10e';
  right: .5em;
  bottom: 0;
}

blockquote p {
  font-weight: bold;
  margin: 1.5em 0;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="color"],
select,
textarea {
  max-width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 4px 8px;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

input[type="text"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="url"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="time"][disabled],
input[type="number"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  background-color: #eee;
}

textarea {
  width: 100%;
}

fieldset {
  border: 1px dotted #cfcfcf;
  padding: 1em;
}

fieldset p + p {
  margin-top: 1.5em;
}

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

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap-wrap {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.googlemap-wrap iframe, .googlemap-wrap object, .googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .googlemap-wrap {
    padding-bottom: 40%;
  }
}

/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP Regular"), local("NotoSerifJP-Regular"), url("fonts/NotoSerifJP/NotoSerifJP-Regular.woff") format("woff"), url("fonts/NotoSerifJP/NotoSerifJP-Regular.ttf") format("truetype"), url("fonts/NotoSerifJP/NotoSerifJP-Regular.eot?#iefix") format("embedded-opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold"), url("fonts/NotoSerifJP/NotoSerifJP-Bold.woff") format("woff"), url("fonts/NotoSerifJP/NotoSerifJP-Bold.ttf") format("truetype"), url("fonts/NotoSerifJP/NotoSerifJP-Bold.eot?#iefix") format("embedded-opentype");
  font-display: swap;
} */

body {
  color: #050a0c;
  font-family: 'Noto Serif Japanese', serif;
}

@media screen and (min-width: 560px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  /* br:not(.all) {
    display: none;
  } */
}

.newyear {
  position: relative;
  /* background-repeat: repeat;
  background-color: #d7563b;
  background-image: url("img/newyear/blizzard.png"); */

  /* fixedバー対応 */
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .newyear-Back {
    position: fixed;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100vh;
    /* background-color: #d7563b; */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url("img/back.jpg");
  }
}

.newyear p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .newyear p {
    font-size: 1.2rem;
  }
}

.newyear p:not(:last-of-type) {
  margin-bottom: 1em;
}

.newyear p.db {
  margin-top: 3em;
}

.newyear p.tb {
  margin-top: 5em;
}

.newyear p.quote {
  padding: 1rem;
  font-weight: bold;
  font-style: italic;
  border: 1px solid;
  margin: 3rem auto;
}

.newyear-Deco1 {
  color: #bc1b09;
  font-weight: bold;
  /* text-decoration: underline; */
}

.newyear-Deco2 {
  font-weight: bold;
}

.newyear-Deco3 {
  color: #bc1b09;
  font-weight: bold;
  font-size: 1.5em;
}

.newyear-H2 {
  position: relative;
  font-family: 'Noto Serif Japanese', serif;
  text-align: center;
  font-size: 1.4rem;
  margin: 0;
  padding: 1rem 0;
  color: #bc1b09;
  letter-spacing: 2px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .newyear-H2 {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}

@media screen and (min-width: 1024px) {
  .newyear-H2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .newyear-H2 {
    padding: 2rem .5rem;
  }
}

@media screen and (min-width: 1024px) {
  .newyear-H2 {
    padding: 3rem 1rem;
  }
}

.newyear-H2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background-image: url(img/newyear/h2_line.png);
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .newyear-H2::after {
    height: 2rem;
  }
}

.newyear-Main {
  position: relative;
}

.newyear-Inner {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .newyear-Inner {
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .newyear-Inner {
    box-shadow: 0 0 4px #aaaaaa;
  }
}

.newyear-Logo {
  background-color: #d7563b;
  text-align: center;
  padding: 0 1rem;
}

.newyear-Logo img {
  width: 150px;
  max-width: 70%;
  padding: .5rem 0;
}

@media screen and (min-width: 768px) {
  .newyear-Logo img {
    width: 200px;
    /* padding: 1rem 0; */
  }
}

.newyear-Headcopy {
  color: #bc1b09;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  /*margin-bottom: 1rem;*/
}

.newyear-Headcopy span {
  font-size: 2.5em;
  letter-spacing: 8px;
  line-height: 1.3;
}

.newyear-Headcopy span::before {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .newyear-Headcopy {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

.newyear-Sentence {
  position: relative;
  z-index: 2;
  /*padding-top: 3rem;*/
}

@media screen and (min-width: 560px) {
  .newyear-Sentence {
    /*padding-top: 5rem;*/
  }
}

.newyear-Section {
  background-color: #fff;
}

.newyear-Section_Inner {
  padding: 2rem 1rem;
}

@media screen and (min-width: 560px) {
  .newyear-Section_Inner {
    padding: 3rem 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .newyear-Section_Inner {
    padding: 5rem 8rem;
  }
}

.newyear-Section_Image {
  max-width: 90%;
  margin: 3rem auto;
  border: 1px solid #f6f6f6;
  padding: 5%;
}

.newyear-Section_Image img {
  width: 100%;
}

.newyear-Section_Image.small {
  max-width: 360px;
}

.newyear-Action {
  text-align: center;
  padding: 1rem;
  background-image: url(img/newyear/action_back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
}

@media screen and (min-width: 560px) {
  .newyear-Action {
    padding: 5rem;
  }
}

.newyear-Action_Button {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1rem 0;
  background-color: #30b573;
  border: 2px solid #30b573;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 5rem;
  letter-spacing: 4px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .newyear-Action_Button {
    font-size: 2em;
    padding: 2rem 0;
    line-height: 1;
  }
}

@media screen and (min-width: 1024px) {
  .newyear-Action_Button {
    font-size: 2em;
    padding: 1em 0;
  }
}

.newyear-Action_Button:hover {
  background-color: #fff;
  color: #30b573;
}

.newyear-Action_Button.first {
  background-color: #F73A43;
  border-color: #F73A43;
}

.newyear-Action_Button.first:hover {
  color: #F73A43;
  background-color: #fff;
}

.newyear-Action_Button.second {
  background-color: #FF7936;
  border-color: #FF7936;
}

.newyear-Action_Button.second:hover {
  color: #FF7936;
  background-color: #fff;
}

.newyear-Action_Button.third {
  background-color: #FFC21A;
  border-color: #FFC21A;
}

.newyear-Action_Button.third:hover {
  color: #FFC21A;
  background-color: #fff;
}

.newyear-Action_Button.fourth {
  background-color: #1051B9;
  border-color: #1051B9;
}

.newyear-Action_Button.fourth:hover {
  color: #1051B9;
  background-color: #fff;
}

.newyear-Action_Button.fifth {
  background-color: #FD3B6F;
  border-color: #FD3B6F;
}

.newyear-Action_Button.fifth:hover {
  color: #FD3B6F;
  background-color: #fff;
}

.newyear-Action_Button.sixth {
  background-color: #4DBB30;
  border-color: #4DBB30;
}

.newyear-Action_Button.sixth:hover {
  color: #4DBB30;
  background-color: #fff;
}

.newyear-Action_Button span {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .newyear-Action_Button span {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.newyear-Credit {
  /* color: #fff; */
  text-align: center;
  line-height: 3rem;
  font-size: 11px;
  font-family: serif;
}

.newyear-Credit a {
  font-size: 11px;
  display: block;
}

@media screen and (min-width: 768px) {
  .newyear-Credit {
    font-size: 14px;
    max-width: 1366px;
    margin: 0 auto;
  }
  .newyear-Credit a {
    font-size: 1rem;
  }
}

.newyear-Sign {
  text-align: right;
  font-size: 2em;
  margin-top: 5rem;
}

.newyear-List {
  margin: 3em 0;
  list-style: disc;
  padding-left: 20px;
}

@media screen and (min-width: 560px) {
  .newyear-List {
    padding-left: 40px;
    margin: 5em 0;
  }
}

.newyear-List_Item {
  font-size: 15px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .newyear-List_Item {
    font-size: 1.2rem;
  }
}

.newyear-Flow {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .newyear-Flow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 5rem 0;
    /* padding-top: 25%; */
  }
}

.newyear-Flow_Item {
  text-align: center;
  letter-spacing: 3px;
}
.newyear-Flow_Item img {
  display: block;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .newyear-Flow_Item:not(:first-of-type) {
    margin-top: 3rem;
  }
  .newyear-Flow_Item dl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newyear-Flow_Item dt {
    width: 150px;
  }
  .newyear-Flow_Item img {
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 120px;
    width: 100%;
  }
}
@media screen and (max-width:549px) {
  .newyear-Flow_Item dd {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .newyear-Flow_Item {
    width: 30%;
  }

  /* 四社の場合 */
  .newyear-Flow_Item {
    width: 23.5%;
  }
  .newyear-Flow_Item:not(:first-of-type) {
    margin-left: 2%;
  }

  /* 五社の場合 */
  /* .newyear-Flow_Item:nth-of-type(n+4) {
    margin-top: 1%;
  }
  .newyear-Flow_Item:not(:nth-of-type(3n+1)) {
    margin-left: 5%;
  }
  .newyear-Flow_Item:nth-of-type(2) {
    position: relative;
    margin-top: -25%;
  } */

  /* 六社の場合 */
  /* .newyear-Flow_Item:nth-of-type(n+4) {
    margin-top: 5%;
  }
  .newyear-Flow_Item:not(:nth-of-type(3n+1)) {
    margin-left: 5%;
  } */
}

.newyear-Flow_Item:first-of-type {
  color: #F73A43;
}

.newyear-Flow_Item:first-of-type span.date {
  background-color: #F73A43;
}

.newyear-Flow_Item:nth-of-type(2) {
  color: #FF7936;
}

.newyear-Flow_Item:nth-of-type(2) span.date {
  background-color: #FF7936;
}

.newyear-Flow_Item:nth-of-type(3) {
  color: #FFC21A;
}

.newyear-Flow_Item:nth-of-type(3) span.date {
  background-color: #FFC21A;
}

.newyear-Flow_Item:nth-of-type(4) {
  color: #1051B9;
}

.newyear-Flow_Item:nth-of-type(4) span.date {
  background-color: #1051B9;
}

.newyear-Flow_Item:nth-of-type(5) {
  color: #FD3B6F;
}

.newyear-Flow_Item:nth-of-type(5) span.date {
  background-color: #FD3B6F;
}

.newyear-Flow_Item:nth-of-type(6) {
  color: #4DBB30;
}

.newyear-Flow_Item:nth-of-type(6) span.date {
  background-color: #4DBB30;
}

.newyear-Flow_Date {
  /* font-size: 1.2rem; */
  line-height: 1;
  margin: 1rem 0 .5rem;
}

.newyear-Flow_Date span {
  padding: 2px 1rem 0;
  border-radius: 1rem;
  color: #fff;
}

.newyear-Flow_Name {
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
}

/* @media screen and (min-width: 1024px) {
  .newyear-Flow_Name {
    font-size: 2rem;
  }
} */

.newyear-Flow_Pref {
  display: block;
  font-size: 1rem;
  border: 1px solid;
  border-width: 1px 0;
  margin-bottom: .5rem;
}

.newyear-Flow_Desc {
  font-size: 1rem;
  letter-spacing: 1px;
}

.newyear-Shrine {
  background-image: url(img/newyear/shrine_back2.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  margin-bottom: 5rem;
}

.newyear-Shrine section {
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .newyear-Shrine section {
    padding: 5rem;
  }
}

.newyear-Shrine section:first-of-type {
  background-color: rgba(247, 58, 67, 0.4);
}

.newyear-Shrine section:nth-of-type(2) {
  background-color: rgba(255, 121, 54, 0.4);
}

.newyear-Shrine section:nth-of-type(3) {
  background-color: rgba(254, 202, 57, 0.4);
}

.newyear-Shrine section:nth-of-type(4) {
  background-color: rgba(16, 81, 185, 0.4);
}

.newyear-Shrine section:nth-of-type(5) {
  background-color: rgba(253, 59, 111, 0.4);
}

.newyear-Shrine section:nth-of-type(6) {
  background-color: rgba(77, 187, 48, 0.4);
}

.newyear-Shrine_Inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 1rem;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Inner {
    padding: 3rem;
  }
}

.newyear-Shrine_Title {
  text-align: center;
  letter-spacing: 3px;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .newyear-Shrine_Title {
    margin-bottom: 1rem;
  }
}

.newyear-Shrine section:first-of-type .newyear-Shrine_Title {
  border-color: #F73A43;
  color: #F73A43;
}

.newyear-Shrine section:first-of-type .newyear-Shrine_Title_Date span {
  background-color: #F73A43;
}

.newyear-Shrine section:nth-of-type(2) .newyear-Shrine_Title {
  border-color: #FF7936;
  color: #FF7936;
}

.newyear-Shrine section:nth-of-type(2) .newyear-Shrine_Title_Date span {
  background-color: #FF7936;
}

.newyear-Shrine section:nth-of-type(3) .newyear-Shrine_Title {
  border-color: #FFC21A;
  color: #FFC21A;
}

.newyear-Shrine section:nth-of-type(3) .newyear-Shrine_Title_Date span {
  background-color: #FFC21A;
}

.newyear-Shrine section:nth-of-type(4) .newyear-Shrine_Title {
  border-color: #1051B9;
  color: #1051B9;
}

.newyear-Shrine section:nth-of-type(4) .newyear-Shrine_Title_Date span {
  background-color: #1051B9;
}

.newyear-Shrine section:nth-of-type(5) .newyear-Shrine_Title {
  border-color: #FD3B6F;
  color: #FD3B6F;
}

.newyear-Shrine section:nth-of-type(5) .newyear-Shrine_Title_Date span {
  background-color: #FD3B6F;
}

.newyear-Shrine section:nth-of-type(6) .newyear-Shrine_Title {
  border-color: #4DBB30;
  color: #4DBB30;
}

.newyear-Shrine section:nth-of-type(6) .newyear-Shrine_Title_Date span {
  background-color: #4DBB30;
}

@media screen and (max-width: 1023px) {
  .newyear-Shrine_Title dl {
    display: flex;
    flex-direction: column-reverse;
  }
  .newyear-Shrine_Title dd {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .newyear-Shrine_Title dl {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .newyear-Shrine_Title dt {
    width: 320px;
  }
  .newyear-Shrine_Title dd {
    flex: 1;
    padding-left: 2rem;
    letter-spacing: 2px;
  }
}

.newyear-Shrine_Title_Date {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .newyear-Shrine_Title_Date {
    margin: 0;
  }
}

.newyear-Shrine_Title_Date span {
  padding: .1rem 1rem 0;
  color: #fff;
  border-radius: 2rem;
  font-size: 1rem;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Title_Date span {
    font-size: 1.5rem;
    padding: .2rem 1rem;
  }
}

.newyear-Shrine_Title_Name {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  /* margin: .5rem 0; */
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Title_Name {
    font-size: 3.5rem;
  }
}

.newyear-Shrine_Title_Pref {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 4px;
  border: 1px solid;
  border-width: 1px 0;
  margin-bottom: .5rem;
}

.newyear-Shrine_Title_Desc {
  font-size: 1.1rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Title_Desc {
    font-size: 1.5rem;
  }
}

.newyear-Shrine_Quality {
  border: 4px solid;
  border-top: 0;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Quality {
    margin: 0;
  }
}

.first .newyear-Shrine_Quality {
  border-color: #F73A43;
}

.first .newyear-Shrine_Quality_Head {
  background-color: #F73A43;
}

.second .newyear-Shrine_Quality {
  border-color: #FF7936;
}

.second .newyear-Shrine_Quality_Head {
  background-color: #FF7936;
}

.third .newyear-Shrine_Quality {
  border-color: #FFC21A;
}

.third .newyear-Shrine_Quality_Head {
  background-color: #FFC21A;
}

.fourth .newyear-Shrine_Quality {
  border-color: #1051B9;
}

.fourth .newyear-Shrine_Quality_Head {
  background-color: #1051B9;
}

.fifth .newyear-Shrine_Quality {
  border-color: #FD3B6F;
}

.fifth .newyear-Shrine_Quality_Head {
  background-color: #FD3B6F;
}

.sixth .newyear-Shrine_Quality {
  border-color: #4DBB30;
}

.sixth .newyear-Shrine_Quality_Head {
  background-color: #4DBB30;
}

.newyear-Shrine_Quality_Head {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Quality_Head {
    font-size: 1.5rem;
  }
}

.newyear-Shrine_Quality_List {
  /* text-align: center; */
  list-style: none;
  line-height: 1.5;
  padding: 1rem .5rem;
  margin: 0 auto;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
  text-align: left;
  display: inline-block;
}

.newyear-Shrine_Quality_List li {
  display: flex;
  align-items: center;
}

.newyear-Shrine_Quality_List li::before {
  font-family: "Font Awesome 5 Free";
  /* font-weight: 900; */
  content: "\f14a";
  color: #d7563b;
  margin-right: 4px;
  font-size: 1.2em;
}

.first .newyear-Shrine_Quality_List li::before {
  color: #F73A43;
}
.second .newyear-Shrine_Quality_List li::before {
  color: #FF7936;
}
.third .newyear-Shrine_Quality_List li::before {
  color: #FFC21A;
}
.fourth .newyear-Shrine_Quality_List li::before {
  color: #1051B9;
}
.fifth .newyear-Shrine_Quality_List li::before {
  color: #FD3B6F;
}
.sixth .newyear-Shrine_Quality_List li::before {
  color: #4DBB30;
}

.newyear-Shrine_Quality_List li:not(:first-of-type) {
  margin-top: 1rem;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Quality_List {
    font-size: 1.3rem;
    padding: 2rem;
  }
}

.newyear-Shrine_Content {
  margin-top: 3rem;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Content {
    margin-top: 5rem;
  }
}

.newyear-Shrine h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid;
  margin-top: 4rem;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine h4 {
    font-size: 2rem;
  }
}

.newyear-Shrine .first h4 {
  color: #F73A43;
  border-color: #F73A43;
}

.newyear-Shrine .second h4 {
  color: #FF7936;
  border-color: #FF7936;
}

.newyear-Shrine .third h4 {
  color: #FFC21A;
  border-color: #FFC21A;
}

.newyear-Shrine .fourth h4 {
  color: #1051B9;
  border-color: #1051B9;
}

.newyear-Shrine .fifth h4 {
  color: #FD3B6F;
  border-color: #FD3B6F;
}

.newyear-Shrine_Schedule {
  max-width: 600px;
  margin: 4rem auto;
}

.newyear-Shrine_Schedule dl:not(:first-of-type) {
  margin-top: 2rem;
}

.newyear-Shrine_Schedule dt {
  border-radius: 8px;
  color: #fff;
  padding: .5rem 1rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.newyear-Shrine_Schedule dd a {
  color: #bc1b09;
  text-decoration: underline;
}
.newyear-Shrine_Schedule dd a:hover {
  text-decoration: none;
}

.first .newyear-Shrine_Schedule dt {
  background-color: #F73A43;
}

.second .newyear-Shrine_Schedule dt {
  background-color: #FF7936;
}

.third .newyear-Shrine_Schedule dt {
  background-color: #FFC21A;
}

.fourth .newyear-Shrine_Schedule dt {
  background-color: #1051B9;
}

.fifth .newyear-Shrine_Schedule dt {
  background-color: #FD3B6F;
}

.sixth .newyear-Shrine_Schedule dt {
  background-color: #4DBB30;
}

@media screen and (min-width: 560px) {
  .newyear-Shrine_Schedule dt, .newyear-Shrine_Schedule dd {
    font-size: 1rem;
  }
}

.newyear-Package {
  color: #fff;
  text-align: center;
  margin: 3rem 0;
}

@media screen and (min-width: 560px) {
  .newyear-Package {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 560px) and (min-width: 1024px) {
  .newyear-Package {
    flex-wrap: nowrap;
  }
}

.newyear-Package li {
  background-image: url(img/newyear/shrine_back2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  letter-spacing: 3px;
}

@media screen and (min-width: 560px) {
  .newyear-Package li {
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1023px) {
  .newyear-Package li {
    width: 30%;
  }
  .newyear-Package li:nth-of-type(n+4) {
    margin-top: 5%;
  }
  .newyear-Package li:not(:nth-of-type(3n+1)) {
    margin-left: 5%;
  }
}

.newyear-Package li dl {
  padding: .5rem;
}

@media screen and (max-width: 559px) {
  .newyear-Package li dl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem .5rem;
  }
  .newyear-Package li dt {
    width: 120px;
  }
  .newyear-Package li dd {
    flex: 1;
    letter-spacing: 3px;
  }
}

.newyear-Package li:first-of-type dl {
  background-color: rgba(247, 58, 67, 0.7);
}

.newyear-Package li:nth-of-type(2) dl {
  background-color: rgba(255, 121, 54, 0.7);
}

.newyear-Package li:nth-of-type(3) dl {
  background-color: rgba(254, 202, 57, 0.7);
}

.newyear-Package li:nth-of-type(4) dl {
  background-color: rgba(16, 81, 185, 0.7);
}

.newyear-Package li:nth-of-type(5) dl {
  background-color: rgba(253, 59, 111, 0.7);
}

.newyear-Package li:last-of-type dl {
  background-color: rgba(77, 187, 48, 0.7);
}

.newyear-Package_Date span {
  padding: 0 1rem;
  border-radius: 2rem;
  font-size: 1rem;
}

.newyear-Package_Name {
  font-size: 1.3rem;
  font-weight: bold;
}

.newyear-Package_Desc {
  font-size: 1rem;
}

.newyear-Story {
  line-height: 2;
  border: 1px solid #FFC21A;
  border-radius: 1rem;
  font-style: italic;
  padding: .5rem 1rem;
  margin: 3rem 0;
}

.newyear-Story_Title {
  text-align: center;
  font-size: 1.3em;
  color: #FFC21A;
}

@media screen and (min-width: 768px) {
  .newyear-Story {
    font-size: 1rem;
    padding: 1rem 2rem;
    margin: 5rem 0;
  }
  .newyear-Story_Title {
    font-size: 1.5em;
  }
}

.newyear-Ukehi {
  margin-bottom: 70px;
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 560px) {
  .newyear-Ukehi {
    padding: 3rem;
  }
}

.newyear-Ukehi span {
  font-weight: bold;
  text-decoration: underline;
}

.newyear-Ukehi_Inner {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5em;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (min-width: 560px) {
  .newyear-Ukehi_Inner {
    padding: 3rem 3.5rem;
  }
}

.newyear-Ukehi::after {
  content: '';
  width: 100px;
  height: 40px;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 560px) {
  .newyear-Ukehi::after {
    width: 150px;
    height: 60px;
  }
}

.newyear-Present {
  /* padding: 1rem;
  background-color: #d7563b; */
}
.newyear-Present_Inner {
  /* border: 4px double #d7563b;
  border-radius: 4px; */
  padding: 2rem 1rem;
  background-color: #fff;
}
.newyear-Present_Head {
  color: #d7563b;
  font-size: 1.5rem;
  text-align: center;
  font-weight:  bold;
  margin-bottom: 1rem;
}
/* .newyear-Present_Sentence {
  text-align: left;
  font-size: 1rem;
}
.newyear-Present_Sentence span {
  color: #d7563b;
}
@media screen and (min-width: 560px) {
  .newyear-Present {
    background-color: transparent;
  }
  .newyear-Present_Inner {
    background-color: transparent;
  }
  .newyear-Present_Head {
    font-size: 2rem;
  }
  .newyear-Present_Sentence {
    text-align: center;
    font-size: 1.2rem;
  }
} */

.newyear-Present_Col_Item {
  /* border: 1px solid #efefef; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px 0px; */
  /* border-radius: 12px;
  overflow: hidden; */
  border: 4px double #d7563b;
}
.newyear-Present_Col_Item img {
  width: 100%;
}

.alt .newyear-Present_Col_Item {
  border: 0;
  text-align: center;
}
/* @media screen and (min-width: 768px) {
  .alt .newyear-Present_Col_Item:last-of-type {
    text-align: justify;
  }
} */

.newyear-Present_Content {
  padding: 1rem 0;
}

.newyear-Present_Name {
  line-height: 1.4;
  text-align: center;
  font-size: 1.2rem;
}
.newyear-Present_Name span {
  font-size: 2rem;
  /* color: #bc1b09; */
  font-weight: bold;
  color: #d7563b;
}

.newyear-Present_Desc {
  text-align: center;
  margin-top: 1rem;
}
.newyear-Present_Desc a {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  padding-right: 1rem;
  color: #fff;
  border: 1px solid #efefef;
  /* font-size: 1rem; */
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen  and (min-width:768px) {
  .newyear-Present_Desc a {
    font-size: 1.3rem;
  }
}

.newyear-Present_Desc img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 8px;
}
.newyear-Present_Desc a:not(:first-of-type) {
  margin-left: .5rem;
}
.newyear-Present_Desc a.shrine1 {
  background-color: #F73A43;
}
.newyear-Present_Desc a.shrine2 {
  background-color: #FF7936;
}
.newyear-Present_Desc a.shrine3 {
  background-color: #FECA39;
}
.newyear-Present_Desc a.shrine4 {
  background-color: #1051B9;
}
.newyear-Present_Desc a.shrine5 {
  background-color: #FD3B6F;
}
.newyear-Present_Desc a.shrine6 {
  background-color: #4DBB30;
}

.newyear-Present_Title {
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
}
.newyear-Present_Title span {
  background-color: #d7563b;
  color: #fff;
  padding: 4px 12px;
}
@media screen  and (min-width:768px) {
  .newyear-Present_Title {
    font-size: 1.2rem;
  }
}

.newyear-Present_Staff {
  display: flex;
  justify-content: space-between;
}
.newyear-Present_Staff_Item {
  width: 45%;
  border: 4px solid #d7563b;
  border-radius: 50%;
}
@media screen and (min-width: 550px) {
  .newyear-Present_Inner {
    padding: 3rem;
  }
  .newyear-Present_Head {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .newyear-Present_Col_Item:last-of-type {
    margin-top: 1.5rem;
  }
  .newyear-Present_Col.alt {
    display: flex;
    flex-direction: column-reverse;
  }
  .alt .newyear-Present_Col_Item:first-of-type {
    max-width: 80%;
    margin: 1.5rem auto 0;
  }
  .alt .newyear-Present_Col_Item:last-of-type {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .newyear-Present_Col {
    display: flex;
  }
  .newyear-Present_Col_Item {
    flex: 1;
  }
  .newyear-Present_Col_Item:last-of-type {
    margin-left: 1.5rem;
  }
  .newyear-Present_Col.alt {
    align-items: center;
  }
  .alt .newyear-Present_Col_Item:first-of-type {
    flex: none;
    width: 30%;
  }
  .alt .newyear-Present_Col_Item:last-of-type {
    flex: 1;
  }
}


.newyear-Set {
  margin: 3rem 0;
  border: 4px double #d7563b;
  padding: 1rem 1.5rem;
}
/* .newyear-Set_Shrine {
  margin-top: .5rem;
}
.newyear-Set_Shrine span {
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
}
.newyear-Set_Shrine span:not(:first-of-type) {
  margin-left: 8px;
}
.newyear-Set_Shrine span.iwashimizu {
  background-color: #F73A43;
}
.newyear-Set_Shrine span.nishinomiya {
  background-color: #FF7936;
}
.newyear-Set_Shrine span.sumiyoshi {
  background-color: #FFC21A;
}
.newyear-Set_Shrine span.atsuta {
  background-color: #FD3B6F;
}
.newyear-Set_Shrine span.hikawa {
  background-color: #1051B9;
} */
.newyear-Set_Shrine {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0;
}
.newyear-Set_Shrine_Item {
  text-align: center;
}
.newyear-Set_Shrine_Item:not(:first-of-type) {
  margin-left: 1.5rem;
}
.newyear-Set_Shrine_Item img {
  display: block;
  margin: 0 auto;
  width: 120px;
  border-radius: 50%;
}
@media screen and (min-width:550px) {
  .newyear-Set_Shrine_Item {
    font-size: 1rem;
  }
}

.newyear-Set_Col_Item {
  border: 2px solid #d7563b;
  line-height: 1;
  padding: 2rem;
}
.newyear-Set_Name {
  color: #d7563b;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.newyear-Set_Name span {
  font-size: 2rem;
  letter-spacing: 2px;
}
.newyear-Set_Name img {
  width: 80px;
  height: auto;
  margin-right: 1rem;
}
.newyear-Set_Desc {
  margin-top: 2rem;
}

.newyear-Set_Present {
  text-align: center;
  font-size: 1.2rem;
  color: #d7563b;
}
.newyear-Set_Present span {
  background-color: #d7563b;
  color: #fff;
  padding: 4px 12px;
}

@media screen and (min-width: 768px) {
  .newyear-Set {
    padding: 3rem;
  }
  .newyear-Set_Shrine span {
    font-size: 1.2rem;
  }
  .newyear-Set_Present {
    font-size: 1.7rem;
  }
}


.newyear-Shrine_Staff {
  margin-bottom: 2rem;
}
.newyear-Shrine_Staff_Head {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.newyear-Shrine_Staff_Col {
  display: flex;
  justify-content: center;
}
.newyear-Shrine_Staff_Col_Item:not(:first-of-type) {
  margin-left: 1rem;
}
.newyear-Shrine_Staff_Image {
  width: 80px;
  margin-bottom: .5rem;
}
.newyear-Shrine_Staff_Image img {
  border-radius: 50%;
}
.newyear-Shrine_Staff_Name {
  text-align: center;
}
.newyear-Shrine_Staff_Name span {
  display: block;
  font-size: .7em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .newyear-Shrine_Staff_Image {
    margin: 0;
    margin-right: .5rem;
  }
  .newyear-Shrine_Staff_Col_Item {
    display: flex;
    align-items: center;
  }
  .newyear-Shrine_Staff_Col_Item:not(:first-of-type) {
    margin: 0;
    margin-left: 3rem;
  }
  .newyear-Shrine_Staff_Name {
    font-size: 1.2rem;
  }
}


.newyear-Plan_Note {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 550px) {
  .newyear-Plan_Note {
    text-align: center;
  }
}

.newyear-Plan_Item {
  margin-top: 3rem;
}
@media screen and (max-width: 549px) {
  .newyear-Plan_Item:not(:first-of-type) {
    border-top: 1px solid #efefef;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 550px) {
  .newyear-Plan_Item {
    padding: 2rem 3rem;
    border: 1px solid #efefef;
  }
}

.newyear-Plan_Col_Item:last-of-type {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .newyear-Plan_Col_Item {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .newyear-Plan_Col {
    display: flex;
    align-items: center;
  }
  .newyear-Plan_Col_Item:first-of-type {
    width: 320px;
    margin-right: 30px;
  }
  .newyear-Plan_Col_Item:last-of-type {
    flex: 1;
  }
  .newyear-Plan_Col_Item img {
    display: block;
    width: 100%;
  }
}

.newyear-Plan_SubTitle {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #bc5537;
  line-height: 1.4;
}
.shrine1 .newyear-Plan_SubTitle {
  color: #F73A43;
}
.shrine2 .newyear-Plan_SubTitle {
  color: #FF7936;
}
.shrine3 .newyear-Plan_SubTitle {
  color: #FECA39;
}
.shrine4 .newyear-Plan_SubTitle {
  color: #1051B9;
}
.shrine5 .newyear-Plan_SubTitle {
  color: #FD3B6F;
}
.shrine6 .newyear-Plan_SubTitle {
  color: #4DBB30;
}
@media screen and (min-width: 550px) {
  .newyear-Plan_SubTitle {
    font-size: 1.2rem;
  }
}

.newyear-Plan_Title {
  font-size: 7vw;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: .5rem 0;
}
@media screen and (min-width: 550px) {
  .newyear-Plan_Title {
    font-size: 1.6rem;
  }
}

.newyear-Plan_Desc {
  margin-bottom: 1rem;
  font-size: 1rem;
}

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

/* @media screen and (max-width: 767px) {
  .newyear-Plan_Price_Col_Item:last-of-type {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .newyear-Plan_Price_Col {
    display: flex;
    justify-content: space-between;
  }
  .newyear-Plan_Price_Col_Item {
    width: 49%;
  }
} */

.newyear-Plan_Price_Col_Item {
  font-size: 1.8rem;
  /* font-weight: bold; */
}

.newyear-Plan_Price_Col_Item span {
  font-size: .5em;
}

.newyear-Plan_Price_Col_Item span:first-of-type {
  margin-right: .5rem;
}

/* .newyear-Plan_Price_Col_Item:first-of-type {
  color: #bc5537;
}

.newyear-Plan_Price_Col_Item:last-of-type {
  color: #72a59d;
} */

/* .newyear-Plan_Price_Note {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .newyear-Plan_Price_Note {
    text-align: left;
    font-size: .9em;
  }
}

.newyear-Plan_Price_Note a {
  color: #72a59d;
  text-decoration: underline;
}

.newyear-Plan_Price_Note a:hover {
  text-decoration: none;
} */

.newyear-Plan_Action_Button {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: inline-block;
  width: 100%;
  background-color: #bc5537;
  color: #fff;
  border-radius: 50px;
  padding: .5rem 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border: 2px solid #bc5537;
}

.newyear-Plan_Action {
  margin-top: 1rem;
}

.newyear-Plan_Action_Button:last-of-type {
  background-color: #72a59d;
  border-color: #72a59d;
}

.newyear-Plan_Action_Button:hover {
  color: #bc5537;
  background-color: transparent;
}

.newyear-Plan_Action_Button:last-of-type:hover {
  color: #72a59d;
}

.mo2021-Action {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 300;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #efefef;
  padding: .5rem 1rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mo2021-Action {
    padding: 1rem 0;
  }
}

.mo2021-Action a {
  text-decoration: none;
}

.mo2021-Action_Col {
  max-width: 1240px;
  margin: 0 auto;
}

.mo2021-Action_Col_Item:first-of-type {
  line-height: 1.5;
  font-size: .9em;
}

.mo2021-Action_Col_Item:first-of-type span {
  font-size: .5em;
}

.mo2021-Action_Col_Item:first-of-type a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #4D4D4D;
}

@media screen and (min-width: 768px) {
  .mo2021-Action_Col_Item:first-of-type a {
    font-size: 2.5rem;
  }
}

.mo2021-Action_Col_Item:last-of-type {
  font-size: 1rem;
  margin-left: 1rem;
}

.mo2021-Action_Col_Item:last-of-type a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: block;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  width: 320px;
  max-width: 100%;
  color: #fff;
  background-color: #bc5537;
  border: 2px solid #bc5537;
  padding: .3rem;
  /*font-size: 14.208px;*/
  margin: 4px auto 0;
  position: relative;
  box-shadow: 0 4px 0 #95432b;
  border-radius: 100px;
}

.mo2021-Action_Col_Item:last-of-type a:hover {
  box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (min-width: 768px) {
  .mo2021-Action_Col_Item:last-of-type a {
    margin-top: 0;
    padding: .6rem;
    font-size: 1.2rem;
  }
}

.mo2021-Action_Col_Item:last-of-type a:hover {
  opacity: .7;
}

.mo2021-Action_Col {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 549px) {
  .mo2021-Action_Col_Item:first-of-type {
    flex: 1;
    font-size: 0.7em;
  }
  .mo2021-Action_Col_Item:last-of-type {
    margin-left: .5rem;
  }
  .mo2021-Action_Col_Item:last-of-type a {
    margin: 0;
    width: auto;
    letter-spacing: 1px;
    padding: .2rem 2rem;
  }
}

.mo2021-Action_Toggle {
	position: absolute;
	right: 6px;
	top: -60px;
	width: 54px;
	height: 54px;
  line-height: 1;
	/* line-height: 60px; */
	border-radius: 50%;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mo2021-Action_Toggle i {
  font-size: 16px;
}
.mo2021-Action_Toggle span {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.newyear-Navi {
  background-image: url(img/newyear/shrine_back2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.newyear-Navi_List {
  padding: 1rem;
}
.newyear-Navi_List_Item {
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px 0px;
  position: relative;
  transition: .2s;
  background-color: #ffffff;
}
@media screen and (max-width:767px) {
  .newyear-Navi_List_Item:not(:first-of-type) {
    margin-top: .5rem;
  }
  .newyear-Navi_Col {
    display: flex;
    align-items: center;
  }
  .newyear-Navi_Col_Item:first-of-type {
    width: 72px;
  }
  .newyear-Navi_Col_Item:last-of-type {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }
  .newyear-Navi_Date {
    width: 100%;
    margin-bottom: 4px;
  }
  .newyear-Navi_Col_Item:last-of-type i {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .newyear-Navi_List {
    display: flex;
    padding: 1.5rem;
  }
  .newyear-Navi_List_Item {
    flex: 1;
  }
  .newyear-Navi_List_Item:hover {
    transform: translateY(4px);
  }
  .newyear-Navi_List_Item:not(:first-of-type) {
    margin-left: 1.5rem;
  }
  .newyear-Navi_Col_Item:last-of-type {
    padding: 1rem 0;
  }
}
.newyear-Navi_Anchor {
  color: #050a0c;
}

.shrine1 .newyear-Navi_Anchor {
  color: #F73A43;
  /* background-color: rgba(240, 131, 30, 0.5); */
}
.shrine2 .newyear-Navi_Anchor {
  color: #FF7936;
  /* background-color: rgba(154, 0, 0, 0.5); */
}
.shrine3 .newyear-Navi_Anchor {
  color: #FECA39;
  /* background-color: rgba(1, 104, 183, 0.5); */
}
.shrine4 .newyear-Navi_Anchor {
  color: #1051B9;
  /* background-color: rgba(122, 33, 117, 0.5); */
}
.shrine5 .newyear-Navi_Anchor {
  color: #FD3B6F;
  /* background-color: rgba(1, 116, 35, 0.5); */
}
.shrine6 .newyear-Navi_Anchor {
  color: #4DBB30;
  /* background-color: rgba(1, 116, 35, 0.5); */
}
.newyear-Navi_Date {
  font-size: 1.2rem;
}
.newyear-Navi_Name {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: .02em;
}
.newyear-Navi_Desc span {
  display: inline-block;
  color: #fff;
  padding: 0 1.5rem 2px;
  border-radius: 100px;
  font-size: 1rem;
  letter-spacing: 2px;
  /* margin-bottom: 4px; */
  margin-left: .5rem;
}
.shrine1 .newyear-Navi_Desc span {
  background-color: #F73A43;
}
.shrine2 .newyear-Navi_Desc span {
  background-color: #FF7936;
}
.shrine3 .newyear-Navi_Desc span {
  background-color: #FECA39;
}
.shrine4 .newyear-Navi_Desc span {
  background-color: #1051B9;
}
.shrine5 .newyear-Navi_Desc span {
  background-color: #FD3B6F;
}
.shrine6 .newyear-Navi_Desc span {
  background-color: #4DBB30;
}
@media screen and (min-width:768px) {
  .newyear-Navi_Name {
    font-weight: bold;
    font-size: 1.7rem;
  }
  .newyear-Navi_Desc span {
    margin-left: 0;
  }
}
.newyear-Navi_Video {
  max-width: 768px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}