@charset "UTF-8";
/* CSS Information
============================================
File: App.min.scss
Site: ゆんたんざアーカイブ
Page: Common
Output: app.min.css *圧縮ファイル app.css同期
============================================= */
/* Scss Import File
========================================== */
/* CSS Information
============================================
File: _f-normalize.scss
Site: ゆんたんざアーカイブ
CSS: foundation
Output: app.css
============================================= */
/* Normalize */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-break: strict;
    -webkit-line-break: strict;
    word-break: break-strict;
    -webkit-word-break: break-strict;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline-width: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 400;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

a {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "“" "”" "‘" "’";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

/* CSS Information
============================================
File: _f-setting.scss
Site: ゆんたんざアーカイブ
SCSS: foundation
Output: app.css
============================================= */
/* CSS Information
============================================
File: _f-base.scss
Site: ゆんたんざアーカイブ
SCSS: foundation
Output: app.css
============================================= */
/* Site Base
====================================== */
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
    color: #121212;
    background: url("/res/image/common/bg_paper.jpg") 0 0/cover repeat;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.font-mincho {
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
}

a {
    outline: none;
    word-wrap: break-word;
    color: #121212;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
a:link {
    color: #121212;
}
a:hover {
    color: #376a33;
}
a:visited {
    color: #121212;
}
a:active {
    color: #121212;
}
a:focus {
    color: #121212;
    outline: none;
}

input,
select,
textarea,
button {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select {
    cursor: pointer;
}

label {
    cursor: pointer;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 1.3rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
    font-size: 1.3rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
    font-size: 1.3rem;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #999;
    font-size: 1.3rem;
}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-size: 1.3rem;
}

img {
    width: 100%;
    font-size: 0;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

menu {
    list-style: none;
}

.c-anchor-point {
    position: relative;
    z-index: -1;
    margin-bottom: 0 !important;
}

@media (min-width: 25em) {
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 1.4rem;
    }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: 1.4rem;
    }
}
@media (min-width: 64em) {
    body {
        font-size: 1.6rem;
    }
    input,
    select,
    textarea,
    button {
        font-size: 1.6rem;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 1.6rem;
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 1.6rem;
    }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 1.6rem;
    }
    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        font-size: 1.6rem;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: 1.6rem;
    }
}
@media (hover: hover) {
    a :hover {
        opacity: 0.95;
    }
    .is-hover-move {
        position: relative;
        bottom: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .is-hover-move:hover {
        bottom: 0.3rem;
    }
}
/* CSS Information
============================================
File: _l-header.scss
Site: ゆんたんざアーカイブ
SCSS: layout
Output: app.css
============================================= */
/* Header (Defult)
============================================ */
.l-header {
    position: relative;
    width: 100%;
    background: url("/res/image/common/bg_header.jpg") 0 0/100% auto repeat-y;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.l-header__wrap {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.l-header__logo {
    display: block;
    width: 70%;
    height: 6rem;
}
.l-header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #376a33;
    padding: 0 3rem;
}
.l-header__logo-img {
    width: 100%;
    max-width: 28rem;
}
.l-header__menu {
    display: none;
}
.l-header__menu-unit:not(:last-child) {
    margin-bottom: 1rem;
}
.l-header__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: #fff;
    border: solid 0.1rem #ddd;
    border-radius: 0.5rem;
    padding: 1.1rem 1.5rem;
    font-size: 1.4rem;
}
.l-header__menu-link:after {
    content: "";
    width: 0.8rem;
    height: 1rem;
    background: url("/res/image/common/icon_arrow_r_gray.svg") center/100% auto no-repeat;
    margin-left: 1rem;
}
.l-header__btn {
    display: block;
    width: 6rem;
    height: 6rem;
}
.l-header__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}
.l-header__btn-img {
    width: 3rem;
}
@media (min-width: 30em) {
    .l-header__logo {
        width: 50%;
    }
}
@media (min-width: 48em) {
    .l-header__wrap {
        display: block;
        -webkit-box-pack: baseline;
            -ms-flex-pack: baseline;
                justify-content: baseline;
    }
    .l-header__logo {
        width: 100%;
    }
    .l-header__menu {
        display: block;
    }
    .l-header__inner {
        padding: 3rem;
    }
    .l-header__btn {
        display: none;
    }
}
@media (min-width: 87.5em) {
    .l-header__logo {
        height: 9rem;
    }
    .l-header__menu-link {
        font-size: 1.6rem;
    }
}
@media (hover: hover) {
    .l-header__menu-link:hover {
        color: #fff;
        background-color: #376a33;
        border-color: #376a33;
    }
}

/* CSS Information
============================================
File: _l-content.scss
Site: ゆんたんざアーカイブ
SCSS: layout
Output: app.css
============================================= */
/* Main Content Base
============================================ */
.l-content {
    width: 100%;
    max-width: 200rem;
    margin: 0 auto;
    background-color: #f9f9f9;
}
.l-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.l-content__header {
    width: 100%;
}
.l-content__inner {
    width: 100%;
}
.l-content__main {
    width: 100%;
    padding: 1.5rem;
}
.l-content__main-wrap {
    border: solid 0.1rem #ddd;
    background-color: #fff;
    padding: 1.5rem;
}
.l-content__flowing-images {
    width: 100%;
}
@media (min-width: 48em) {
    .l-content__wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .l-content__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 25rem;
    }
    .l-content__inner {
        width: calc(100% - 25rem);
    }
    .l-content__flowing-images {
        overflow: hidden;
    }
}
@media (min-width: 80em) {
    .l-content__main {
        padding: 3rem;
    }
    .l-content__main-wrap {
        padding: 3rem;
    }
}
@media (min-width: 100em) {
    .l-content__header {
        width: 20%;
    }
    .l-content__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 80%;
    }
    .l-content__main {
        width: 76%;
    }
    .l-content__flowing-images {
        width: 24%;
        border-left: solid 0.1rem #ddd;
    }
}

/* CSS Information
============================================
File: _l-footer.scss
Site: ゆんたんざアーカイブ
SCSS: layout
Output: app.css
============================================= */
/* Footer
============================================ */
.l-footer {
    width: 100%;
    background: url("/res/image/common/bg_paper.jpg") 0 0/cover repeat;
}
.l-footer__wrap {
    padding: 3rem 1.5rem;
}
.l-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem;
}
.l-footer__menu-unit {
    padding: 0.5rem;
}
.l-footer__menu-link {
    text-decoration: underline;
}
.l-footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
}
.l-footer__copyright span {
    padding: 0 0.2rem;
}
@media (min-width: 64em) {
    .l-footer__wrap {
        padding: 6rem 1.5rem;
    }
    .l-footer__menu {
        margin-bottom: 3rem;
    }
    .l-footer__copyright {
        font-size: 1.6rem;
    }
}
@media (hover: hover) {
    .l-footer__menu-link:hover {
        text-decoration: none;
        color: #376a33;
    }
}

/* CSS Information
============================================
File: _l-modal-common.scss
Site: ゆんたんざアーカイブ
SCSS: layout
Output: app.css
============================================= */
/* Modal Base
============================================ */
.remodal-overlay {
    background: white;
}

.remodal-wrapper {
    padding: 0;
    background: url("/res/image/common/bg_header.jpg") 0 0/100% auto repeat-y;
}

/* Modal Menu
============================================ */
.l-modal-menu {
    width: 100%;
    height: auto;
    vertical-align: top !important;
}
.l-modal-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 6rem;
}
.l-modal-menu__logo {
    display: block;
    width: 70%;
    height: 6rem;
}
.l-modal-menu__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #376a33;
    padding: 0 3rem;
}
.l-modal-menu__logo-img {
    width: 100%;
    max-width: 28rem;
}
.l-modal-menu__btn {
    display: block;
    width: 6rem;
    height: 6rem;
}
.l-modal-menu__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}
.l-modal-menu__btn-img {
    width: 3rem;
}
.l-modal-menu__wrap {
    padding: 1.5rem;
}
.l-modal-menu__list {
    width: 100%;
    text-align: left;
}
.l-modal-menu__unit:not(:last-child) {
    margin-bottom: 1rem;
}
.l-modal-menu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: #fff;
    border: solid 0.1rem #ddd;
    border-radius: 0.5rem;
    padding: 1.1rem 1.5rem;
    font-size: 1.4rem;
}
.l-modal-menu__link:after {
    content: "";
    width: 0.8rem;
    height: 1rem;
    background: url("/res/image/common/icon_arrow_r_gray.svg") center/100% auto no-repeat;
    margin-left: 1rem;
}
@media (min-width: 48em) {
    .l-modal-menu {
        display: none;
    }
}

/* CSS Information
============================================
File: _c-parts.scss
Site: ゆんたんざアーカイブ
SCSS: component
Output: app.css
============================================= */
/* サイト共通パーツ
========================================== */
.c-parts-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.c-parts-title:before {
    content: "";
    width: 1.1rem;
    height: 1.7rem;
    background: url("/res/image/common/icon_pin.svg") center/100% auto no-repeat;
    margin-right: 1rem;
    padding-top: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.c-parts-title.is-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 48em) {
    .c-parts-title {
        font-size: 2.2rem;
    }
}
@media (min-width: 80em) {
    .c-parts-title {
        font-size: 2.6rem;
    }
}

/* アンケートボタン（固定）
============================================ */
.c-question-btn {
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    z-index: 3;
}
.c-question-btn__wrap {
    position: relative;
}
.c-question-btn__link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fc0;
    color: #121212 !important;
    padding: 1rem 2rem;
    border: solid 0.2rem #121212;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0px 3px 6px -6px #121212;
            box-shadow: 0px 3px 6px -6px #121212;
}
.c-question-btn__link:before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url("/res/image/common/icon_question.svg") center/contain no-repeat;
    margin-right: 0.5rem;
}
.c-question-btn__close {
    cursor: pointer;
}
.c-question-btn__close:after {
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 4;
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("/res/image/common/icon_close.svg") center/2rem auto no-repeat #121212;
    border-radius: 50%;
}

/* CSS Information
============================================
File: p-gallery.scss
Site: ゆんたんざアーカイブ
SCSS: project
Output: app.css
============================================= */
/* カルーセル
========================================== */
.p-gallery-carousel {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.p-gallery-carousel__inner {
    visibility: hidden;
}
.p-gallery-carousel__inner.initialized {
    visibility: visible;
}
.p-gallery-carousel__cont {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.p-gallery-carousel .slick-list {
    margin: 0 -0.5rem;
}
.p-gallery-carousel .slick-slide {
    margin: 0 0.5rem;
}
.p-gallery-carousel__unit {
    position: relative;
    width: 100%;
    height: 100%;
}
.p-gallery-carousel__unit-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    cursor: pointer;
}
.p-gallery-carousel__unit-figure {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.p-gallery-carousel__unit-figure:before {
    display: block;
    content: "";
    padding-top: 100%;
}
.p-gallery-carousel__unit-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;"; /*IE*/
}
.p-gallery-carousel__zoom-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
    display: block;
    width: 3rem;
    height: 3rem;
    background: url("/res/image/common/icon_zoom.svg") center/cover no-repeat;
}
.p-gallery-carousel__unit-link:hover .p-gallery-carousel__zoom-btn {
    display: none;
}
.p-gallery-carousel__unit-title {
    font-weight: 700;
}
.p-gallery-carousel__arrows-inner .slick-prev {
    left: 0;
    width: 3rem;
    height: 3rem;
}
.p-gallery-carousel__arrows-inner .slick-prev:before {
    display: block;
    content: "" !important;
    width: 3rem;
    height: 3rem;
    background: url("/res/image/common/icon_arrow_left.svg") center/100% auto no-repeat !important;
}
.p-gallery-carousel__arrows-inner .slick-next {
    right: 0;
    width: 3rem;
    height: 3rem;
}
.p-gallery-carousel__arrows-inner .slick-next:before {
    display: block;
    content: "" !important;
    width: 3rem;
    height: 3rem;
    background: url("/res/image/common/icon_arrow_right.svg") center/100% auto no-repeat !important;
}
@media (min-width: 87.5em) {
    .p-gallery-carousel__arrows-inner .slick-prev {
        left: -1.5rem;
    }
    .p-gallery-carousel__arrows-inner .slick-next {
        right: -1.5rem;
    }
}
@media (hover: hover) {
    .p-gallery-carousel .slick-prev:hover:before {
        background: url("/res/image/common/icon_arrow_l_green.svg") center/100% auto no-repeat !important;
    }
    .p-gallery-carousel .slick-next:hover:before {
        background: url("/res/image/common/icon_arrow_r_green.svg") center/100% auto no-repeat !important;
    }
}

/* CSS Information
============================================
File: p-flowing-images.scss
Site: ゆんたんざアーカイブ
SCSS: project
Output: app.css
============================================= */
/* 縦アニメーションギャラリー管理
========================================== */
.p-flowing-images.is-loop-horizon {
    display: block;
}
.p-flowing-images.is-loop-vertical {
    display: none;
}
.p-flowing-images__unit {
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.p-flowing-images__unit-link {
    display: block;
    opacity: 0.3;
}
.p-flowing-images__unit-figure {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.p-flowing-images__unit-figure:before {
    display: block;
    content: "";
    padding-top: 100%;
}
.p-flowing-images__unit-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;"; /*IE*/
}
@media (min-width: 100em) {
    .p-flowing-images.is-loop-horizon {
        display: none;
    }
    .p-flowing-images.is-loop-vertical {
        display: block;
    }
    .p-flowing-images__unit {
        max-width: 22rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .p-flowing-images__unit-figure {
        position: relative;
    }
    .p-flowing-images__unit-figure:before {
        display: none;
    }
    .p-flowing-images__unit-img {
        position: static;
        height: auto;
    }
}
@media (hover: hover) {
    .p-flowing-images__unit-link:hover {
        opacity: 1;
    }
}
@media (pointer: coarse) {
    .p-flowing-images__unit-link {
        opacity: 1;
    }
}

/* CSS Information
============================================
File: _p-search.scss
Site: ゆんたんざアーカイブ
SCSS: project
Output: app.css
============================================= */
/* 検索エリア共通
============================================ */
.p-search {
    width: 100%;
}
.p-search__wrap {
    width: 100%;
}
.p-search__inner {
    position: relative;
    width: 100%;
}

/* 検索ボックス ヘッダー管理
============================================ */
.p-search-header {
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
}
.p-search-header__block {
    position: relative;
}
.p-search-header__block:not(:last-child) {
    margin-bottom: 2rem;
}
.p-search-header__block-wrap.is-word-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-search-header__block-wrap.is-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* 検索ボックス 絞り込み管理
============================================ */
.p-search-terms {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    border: solid 0.2rem #ddd;
    padding: 1.5rem;
    display: none;
}
.p-search-terms.show {
    display: block;
}
.p-search-terms__unit {
    padding-bottom: 1.5rem;
    border-bottom: dashed 0.1rem #ccc;
    margin-bottom: 1.5rem;
}
.p-search-terms__unit:last-child {
    padding: 0;
    border: none;
    margin: 0;
}
.p-search-terms__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.p-search-terms__title.is-switch {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: auto;
    margin-bottom: 0;
    padding-right: 3rem;
    cursor: pointer;
}
.p-search-terms__title.is-switch:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("/res/image/common/icon_acd_plus.svg") center/contain no-repeat;
}
.p-search-terms__title.is-switch.clicked {
    margin-bottom: 1rem;
}
.p-search-terms__title.is-switch.clicked:after {
    background: url("/res/image/common/icon_acd_minus.svg") center/contain no-repeat;
}
.p-search-terms__inner {
    display: block;
}
.p-search-terms__inner.is-switch {
    display: none;
}
.p-search-terms__inner.is-switch.show {
    display: block;
}
.p-search-terms__block-wrap.is-word-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.p-search-terms__block-wrap.is-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-search-terms__clm-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-search-terms__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-search-terms__list-unit {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.p-search-terms__list-label {
    position: relative;
    display: block;
}
.p-search-terms__list-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.p-search-terms__list-input:checked + .p-search-terms__list-text {
    border-color: #ddd !important;
    background: #d0e9ce !important;
}
.p-search-terms__list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 1rem;
    border: solid 0.1rem #aaa;
    border-radius: 0.4rem;
    text-align: center;
    color: #000;
}
@media (min-width: 48em) {
    .p-search-terms {
        padding: 3rem;
    }
    .p-search-terms__unit {
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
    }
    .p-search-terms__title {
        margin-bottom: 2rem;
    }
    .p-search-terms__title.is-switch {
        margin-bottom: 0;
    }
    .p-search-terms__title.is-switch.clicked {
        margin-bottom: 2rem;
    }
    .p-search-terms__list-unit {
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .p-search-terms__list-text {
        padding: 1rem 1.5rem;
    }
}

/* 検索ボックス formパーツ各種
============================================ */
.p-search-input-text {
    width: 100%;
    height: 5rem;
    border: solid 0.1rem #ddd;
    padding: 1rem;
    font-weight: 400;
}
.p-search-input-text:focus {
    background-color: #d0e9ce;
}
.p-search-input-text + ul {
    position: absolute;
    top: 8.5rem;
    left: 0;
    z-index: 11 !important;
    width: 100%;
    border: solid 2px #ddd;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px -6px #000000;
            box-shadow: 0px 3px 6px -6px #000000;
}
.p-search-input-text + ul li {
    width: 100%;
    padding: 1rem 1.5rem;
    font-weight: 400;
}
.p-search-input-text + ul li:not(:last-child) {
    border-bottom: dashed 1px #ccc;
}
.p-search-input-text.is-boxin + ul {
    left: 50%;
    top: 10.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
}
@media (min-width: 48em) {
    .p-search-input-text.is-boxin + ul {
        top: 11.5rem;
    }
}
@media (min-width: 64em) {
    .p-search-input-text + ul {
        top: 9rem;
    }
    .p-search-input-text.is-boxin + ul {
        top: 12rem;
    }
}
@media (hover: hover) {
    .p-search-input-text + ul li:hover {
        background-color: #d0e9ce;
        cursor: pointer;
    }
}

.p-search-input-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-search-input-radio:before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("/res/image/common/icon_input_radio_off.svg") center/100% auto no-repeat;
    margin-right: 0.5rem;
}
.p-search-input-radio:checked:before {
    background: url("/res/image/common/icon_input_radio_on.svg") center/100% auto no-repeat;
}

.p-search-input-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-search-input-checkbox:before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("/res/image/common/icon_input_checkbox_off.svg") center/100% auto no-repeat;
    margin-right: 0.5rem;
}
.p-search-input-checkbox:checked:before {
    background: url("/res/image/common/icon_input_checkbox_on.svg") center/100% auto no-repeat;
}

.p-search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 6rem;
    padding: 0.5rem;
}
.p-search-btn__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    border-radius: 0.4rem;
    color: #121212;
    font-weight: 600;
}
.p-search-btn__text:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.6rem;
}
.p-search-btn__text--terms {
    background-color: #f19c24;
}
.p-search-btn__text--terms:before {
    background: url("/res/image/common/icon_terms.svg") center/100% auto no-repeat;
}
.p-search-btn__text--reset {
    background-color: #ccc;
}
.p-search-btn__text--reset:before {
    background: url("/res/image/common/icon_clear.svg") center/100% auto no-repeat;
}
.p-search-btn__text--submit {
    background-color: #85c0e0;
}
.p-search-btn__text--submit:before {
    background: url("/res/image/common/icon_search.svg") center/100% auto no-repeat;
}
@media (min-width: 23.4375em) {
    .p-search-btn.is-terms {
        width: 50%;
    }
    .p-search-btn.is-reset {
        width: 50%;
    }
    .p-search-btn.is-submit {
        width: 100%;
    }
}
@media (min-width: 31.25em) {
    .p-search-btn {
        display: inline-block;
    }
    .p-search-btn.is-terms {
        width: auto;
    }
    .p-search-btn.is-reset {
        width: auto;
    }
    .p-search-btn.is-submit {
        width: auto;
    }
}

.p-search-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
}

.p-search-item {
    display: block;
    margin-bottom: 0.5rem;
}

.p-search-help {
    display: block;
    margin-top: 0.5rem;
    color: #777;
    font-size: 1.2rem;
}
@media (min-width: 64em) {
    .p-search-help {
        font-size: 1.4rem;
    }
}

/* CSS Information
============================================
File: _p-breadcrumbs.scss
Site: ゆんたんざアーカイブ
SCSS: project
Output: app.css
============================================= */
/* パンクず
============================================ */
.p-breadcrumbs {
    width: 100%;
    max-width: 136rem;
    margin: 0 auto 2rem;
}
.p-breadcrumbs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.p-breadcrumbs__home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.5rem;
    margin-right: 0.5rem;
}
.p-breadcrumbs__home:after {
    position: relative;
    top: 0.2rem;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: url("/res/image/common/icon_arrow_r_gray.svg") center/contain no-repeat;
    margin: 0 0.5rem;
}
.p-breadcrumbs__home-link {
    display: block;
    width: 100%;
    text-align: center;
}
.p-breadcrumbs__home-img {
    vertical-align: middle;
    width: 1.7rem;
}
.p-breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 4rem);
}
.p-breadcrumbs__list-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-breadcrumbs__list-unit:after {
    position: relative;
    top: 0.2rem;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: url("/res/image/common/icon_arrow_r_gray.svg") center/contain no-repeat;
    margin: 0 0.7rem;
}
.p-breadcrumbs__list-unit:last-child:after {
    display: none;
}
.p-breadcrumbs__list-link {
    font-size: 1rem;
    text-decoration: underline;
    white-space: nowrap;
}
.p-breadcrumbs__list-img {
    width: 1.5rem;
    vertical-align: middle;
}
@media (min-width: 48em) {
    .p-breadcrumbs {
        margin: 0 auto 3rem;
    }
    .p-breadcrumbs__list-link {
        font-size: 1.2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-breadcrumbs__list-link {
        font-size: 1.4rem;
    }
}
@media (hover: hover) {
    .p-breadcrumbs__list-link:hover {
        text-decoration: none;
        color: #376a33;
    }
    .p-breadcrumbs__home-link:hover {
        -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(42%) saturate(557%) hue-rotate(68deg) brightness(101%) contrast(92%);
                filter: brightness(0) saturate(100%) invert(31%) sepia(42%) saturate(557%) hue-rotate(68deg) brightness(101%) contrast(92%);
    }
}

/* CSS Information
============================================
File: _p-list-pager.scss
Site: ゆんたんざアーカイブ
SCSS: project
Output: app.css
============================================= */
/* ページャー（共通）
====================================== */
.p-list-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2rem;
}
.p-list-pager__number {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-list-pager__number-unit {
    height: 4.4rem;
    margin: 0 3px;
}
.p-list-pager__number-link {
    display: block;
    width: 100%;
    min-width: 4.4rem;
    height: 100%;
    text-align: center;
    padding: 0 1rem;
    font-weight: 700;
    line-height: 4rem;
    border: solid 1px #121212;
    color: #121212 !important;
    text-decoration: none !important;
}
.p-list-pager__number-link.is-current {
    color: #fff !important;
    border-color: #376a33;
    background-color: #376a33;
}
.p-list-pager__number-link.is-dot {
    border: none;
    background: none;
    pointer-events: none;
}
.p-list-pager__select {
    position: relative;
    width: auto;
    height: 4.4rem;
    text-align: center;
    color: #121212;
    border: solid 1px #121212;
}
.p-list-pager__select:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: -1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 0.7rem;
    height: 1rem;
    background: url("/res/image/common/pager_icon_arrow_sort.svg") center/contain no-repeat;
}
.p-list-pager__select-inner {
    width: 100%;
    height: 100%;
    padding: 0 3rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 4rem;
    background-color: transparent;
}
.p-list-pager__btn {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    text-align: center;
}
.p-list-pager__btn--prev {
    width: 100%;
    max-width: 8.8rem;
    margin-right: 1rem;
}
.p-list-pager__btn--next {
    width: 100%;
    max-width: 8.8rem;
    margin-left: 1rem;
}
.p-list-pager__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    line-height: 4rem;
    color: #121212 !important;
    border: solid 1px #121212;
    text-decoration: none !important;
}
.p-list-pager__btn-link:before {
    margin-right: 1rem;
}
.p-list-pager__btn-link:after {
    margin-left: 1rem;
}
.p-list-pager__btn--prev .p-list-pager__btn-link:before {
    content: "";
    width: 0.7rem;
    height: 1rem;
    background: url("/res/image/common/pager_icon_arrow_left.svg") center/contain no-repeat;
}
.p-list-pager__btn--next .p-list-pager__btn-link:after {
    content: "";
    width: 0.7rem;
    height: 1rem;
    background: url("/res/image/common/pager_icon_arrow_right.svg") center/contain no-repeat;
}
@media (min-width: 37.5em) {
    .p-list-pager__select {
        display: none;
    }
    .p-list-pager__number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 48em) {
    .p-list-pager {
        padding-top: 4rem;
    }
    .p-list-pager__number-unit {
        margin: 0 5px;
    }
}
@media (hover: hover) {
    .p-list-pager__number-link:hover {
        color: #fff !important;
        border-color: #376a33;
        background-color: #376a33;
    }
    .p-list-pager__btn-link:hover {
        color: #fff !important;
        border-color: #376a33;
        background-color: #376a33;
    }
    .p-list-pager__btn--prev .p-list-pager__btn-link:hover:before, .p-list-pager__btn--next .p-list-pager__btn-link:hover:after {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
    }
}
/*# sourceMappingURL=app.min.css.map */