/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
	========================================================================== */

*
{
    box-sizing: border-box;
}

::before,
::after
{
    box-sizing: inherit;
}

/* Document
			========================================================================== */

/**
		* 1. Correct the line height in all browsers.
		* 2. Prevent adjustments of font size after orientation changes in iOS.
		* 3. Remove gray overlay on links for iOS.
		*/

html
{
    line-height: 1; /* 1 */

    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
			========================================================================== */

/**
		* Remove the margin in all browsers.
		*/

body
{
    margin: 0;
}

/**
		* Render the `main` element consistently in IE.
		*/

main
{
    display: block;
}

/* Vertical rhythm
			========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl
{
    margin: 0;
}

/* Headings
			========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;

    margin: 0;
}

/* Lists (enumeration)
			========================================================================== */

ul,
ol
{
    margin: 0;
    padding: 0;

    list-style: none;
}

/* Lists (definition)
			========================================================================== */

dt
{
    /*font-weight: bold;*/
}

dd
{
    margin-left: 0;
}

/* Grouping content
			========================================================================== */

/**
		* 1. Add the correct box sizing in Firefox.
		* 2. Show the overflow in Edge and IE.
		*/

hr
{
    clear: both;
    overflow: visible; /* 2 */

    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    margin: 0;

    color: inherit;
    border: 0;
    border-top: 1px solid;
}

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

address
{
    font-style: inherit;
}

/* Text-level semantics
			========================================================================== */

/**
		* Remove the gray background on active links in IE 10.
		*/

a
{
    text-decoration: none;

    color: inherit;
    background-color: transparent;
}

/**
		* 1. Remove the bottom border in Chrome 57-
		* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
		*/

abbr[title]
{
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */

    border-bottom: none; /* 1 */
}

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

/**
		* Add the correct font size in all browsers.
		*/

small
{
    font-size: 80%;
}

/**
		* Prevent `sub` and `sup` elements from affecting the line height in
		* all browsers.
		*/

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

/* Embedded content
			========================================================================== */

/**
		* Remove the border on images inside links in IE 10.
		*/

img
{
    width: 100%;
    max-width: 100%;

    vertical-align: bottom;

    border-style: none;
}

embed,
object,
iframe
{
    vertical-align: bottom;

    border: 0;
}

/* Forms
			========================================================================== */

/**
		* Reset form fields to make them styleable
		* 1. Reset radio and checkbox to preserve their look in iOS.
		*/

button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;
    padding: 0;

    text-align: inherit;
    vertical-align: middle;

    color: inherit;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;

    -webkit-appearance: none;
            -moz-appearance: none;
         appearance: none;
}

[type='checkbox']
{
    /* 1 */
    -webkit-appearance: checkbox;
            -moz-appearance: checkbox;
         appearance: checkbox;
}

[type='radio']
{
    /* 1 */
    -webkit-appearance: radio;
            -moz-appearance: radio;
         appearance: radio;
}

/**
		* Show the overflow in IE.
		* 1. Show the overflow in Edge.
		*/

button,
input
{
    /* 1 */
    overflow: visible;
}

/**
		* Remove the inheritance of text transform in Edge, Firefox, and IE.
		* 1. Remove the inheritance of text transform in Firefox.
		*/

button,
select
{
    /* 1 */
    text-transform: none;
}

/**
		* Correct the inability to style clickable types in iOS and Safari.
		*/

button,
[type='button'],
[type='reset'],
[type='submit']
{
    cursor: pointer;

    -webkit-appearance: none;
            -moz-appearance: none;
         appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled]
{
    cursor: default;
}

/**
		* 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
{
    padding: 0;

    border-style: none;
}

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

/**
		* Remove padding
		*/

option
{
    padding: 0;
}

/**
		* Reset to invisible
		*/

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

/**
		* 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
{
    display: table; /* 1 */

    max-width: 100%; /* 1 */
    padding: 0; /* 3 */

    white-space: normal; /* 1 */

    color: inherit; /* 2 */
}

/**
		* Add the correct vertical alignment in Chrome, Firefox, and Opera.
		*/

progress
{
    vertical-align: baseline;
}

/**
		* Remove the default vertical scrollbar in IE 10+.
		*/

textarea
{
    overflow: auto;
}

/**
		* 1. Remove the padding in IE 10.
		*/

[type='checkbox'],
[type='radio']
{
    padding: 0; /* 1 */
}

/**
		* 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 outline style in Safari.
		*/

[type='search']
{
    outline-offset: -2px; /* 1 */
}

/**
		* Remove the inner padding in Chrome and Safari on macOS.
		*/

[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
		* 1. Correct the inability to style clickable types in iOS and Safari.
		* 2. Change font properties to `inherit` in Safari.
		*/

::-webkit-file-upload-button
{
    font: inherit; /* 2 */

    -webkit-appearance: button; /* 1 */
}

/**
		* Clickable labels
		*/

label[for]
{
    cursor: pointer;
}

/* Interactive
			========================================================================== */

/*
		* Add the correct display in Edge, IE 10+, and Firefox.
		*/

details
{
    display: block;
}

/*
		* Add the correct display in all browsers.
		*/

summary
{
    display: list-item;
}

/* Table
			========================================================================== */

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

caption
{
    text-align: left;
}

td,
th
{
    padding: 0;

    vertical-align: top;
}

th
{
    font-weight: bold;

    text-align: left;
}

/* Misc
			========================================================================== */

/**
		* Add the correct display in IE 10+.
		*/

template
{
    display: none;
}

/**
		* Add the correct display in IE 10.
		*/

[hidden]
{
    display: none;
}

.clear:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

/* base */

html
{
    font-size: 62.5%;

    overflow-x: hidden;
}

body
{
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.6rem;

    overflow-x: hidden;

    text-align: center;
    letter-spacing: .05em;

    color: #4b2e16;
}

/* link */

a
{
    transition: .2s;
}

/* display */

.sp-hidden
{
    display: block;
}

.pc-hidden
{
    display: none;
}

#wpadminbar
{
    display: none !important;
}

/* ie */

_:-ms-lang(x)::-ms-backdrop,
.ie-hidden,
.ie-hidden:before,
.ie-hidden:after
{
    display: none;
}

.ie-block
{
    display: none;
}

_:-ms-lang(x)::-ms-backdrop,
.ie-block
{
    display: block;
}

/* footer */

.p-contact
{
    position: relative;

    color: #fff;
}

.p-contact:before
{
    position: absolute;
    z-index: -1;
    top: -100px;
    left: -345px;

    display: inline-block;

    width: 394px;
    height: 140px;

    content: '';

    background: url(../images/pic-mountain-circle.svg) no-repeat;
}

.p-contact .box
{
    width: 48%;
    max-width: 570px;
    padding: 35px;

    border-radius: 15px;
}

.p-contact .box__img
{
    width: 80px;
    margin: 0 auto 25px;
}

.p-contact .box__detail .detail-title
{
    font-size: 3rem;

    margin-bottom: 20px;
}

.p-contact .box__detail .detail-txt
{
    line-height: 1.6;

    margin-bottom: 20px;
}

.p-contact .box__detail .detail-btn a
{
    font-size: 1.8rem;

    color: #d47d41;
}

.p-contact .box__detail .detail-btn a:hover
{
    color: #fff;
}

.p-contact__telephone
{
    background: url(../images/bk-decoline.svg) no-repeat #6aaa1b center;
    background-size: cover;
}

.p-contact__store
{
    background: url(../images/bk-decofish.svg) no-repeat #239fcc center;
    background-size: cover;
}

.l-footer
{
    position: relative;

    margin-top: 120px;
    padding-bottom: 70px;

    color: #fff;
    background: #6aaa1b;
}

.l-footer:before
{
    position: absolute;
    top: -56px;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 57px;

    content: '';

    background: url(../images/bk-wave.svg) repeat-x bottom;
}

.l-footer .inner
{
    width: 270px;
    margin: 0 auto;

    text-align: left;
}

.l-footer .inner .box
{
    margin-bottom: 35px;
    padding-bottom: 35px;

    border-bottom: 2px solid #fff;
}

.l-footer .inner address
{
    line-height: 1.6;
}

.l-footer .inner .line
{
    padding: 15px;

    border-radius: 15px;
    background: #fff;
}

.l-footer .inner .c-btn
{
    margin-bottom: 50px;
}

.l-footer .inner .c-btn a
{
    color: #d47d41;
}

.l-footer .inner .c-btn a:hover
{
    color: #fff;
}

.l-footer .inner .copyright
{
    text-align: center;
}

/* header */

.l-header
{
    position: relative;
    z-index: 9999; /*&.js-active{
        padding:10px 15px;
        &:before{
            top:-960px;
        }
        .p-logo{
            width: 180px;
        }
        .p-gnav{
            a{
                font-size: 1.6rem;
            }
        }
        .c-btn{
            a{
                padding: 10px 15px;
            }
        }
    }*/

    width: 100%;
    padding: 15px 30px; /*position: fixed;
    top: 0;
    left: 0;
    z-index: 999;*/
}

.l-header.c-flex
{
    display: flex;
}

.l-header .contact-hidden
{
    display: none;
}

.l-header:before
{
    position: absolute;
    z-index: -1;
    top: -940px;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 1030px;

    content: '';
    transition: .8s;

    background: url(../images/bk-gnav.svg) repeat-x bottom right;
    background-size: 1944px;
}

.l-header .p-logo
{
    width: 237px;

    transition: .5s;
}

.l-header .p-logo a:hover
{
    opacity: .6;
}

.l-header _:-ms-lang(x)::-ms-backdrop,
.l-header .p-logo
{
    position: absolute;
    top: 10px;
    left: 15px;
}

.l-header .p-gnav
{
    width: 910px;
}

.l-header .p-gnav .c-flex
{
    align-items: center;
    justify-content: flex-end;
}

.l-header .p-gnav .c-flex__li
{
    margin-left: 30px;
}

.l-header .p-gnav .c-flex__li:first-child
{
    margin-left: 0;
}

.l-header .p-gnav a
{
    font-size: 1.8rem;

    display: inline-block;

    color: #fff;
}

.l-header .p-gnav a:hover
{
    color: #ff6;
}

.l-header .p-gnav .c-btn
{
    width: auto;
    margin: inherit;
}

.l-header .p-gnav .c-btn.c-icon a:before
{
    margin: 0 7px -6px 0;
}

.l-header .p-gnav .c-btn.c-icon.store
{
    margin-left: 40px;
}

.l-header .p-gnav .c-btn.c-icon.tel
{
    margin-left: 20px;
}

.l-header .btn-menu
{
    position: relative;

    display: none;

    width: 40px;
    height: 22px;

    cursor: pointer;
}

.l-header .btn-menu span
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    transition: .2s;

    border-radius: 50px;
    background: #fff;
}

.l-header .btn-menu span:nth-child(1)
{
    top: 0;
}

.l-header .btn-menu span:nth-child(2)
{
    top: calc(50% - 1px);
}

.l-header .btn-menu span:nth-child(3)
{
    bottom: 0;
}

.l-header .btn-menu.js-active span
{
    background: #ff6;
}

.l-header .btn-menu.js-active span:nth-child(1)
{
    top: 10px;

    transform: rotate(35deg);
}

.l-header .btn-menu.js-active span:nth-child(2)
{
    top: calc(50% - 1px);

    opacity: 0;
}

.l-header .btn-menu.js-active span:nth-child(3)
{
    bottom: 10px;

    transform: rotate(-35deg);
}

.page-common.js-active
{
    overflow: hidden;
}

/* main */

.l-main.l-subpage
{
    padding-top: 90px;
}

/* btn */

.c-bk
{
    padding: 40px 30px;

    border-radius: 20px;
    background: #f1f1f1;
}

/* btn */

/* common */

.c-btn
{
    font-size: 1.6rem;

    width: 100%;
    max-width: 380px;
    margin: 0 auto;

    text-align: center;
}

.c-btn a
{
    display: block;

    padding: 15px 25px;
}

.c-btn.rds a
{
    border-radius: 100px;
}

.c-btn.border.wht a
{
    color: #fff;
    border: 2px solid #fff;
}

.c-btn.border.wht a:hover
{
    color: #393838;
    background: #fff;
}

.c-btn.border.blk a
{
    color: #393838;
    border: 2px solid #393838;
    background: #fff;
}

.c-btn.border.blk a:hover
{
    color: #fff;
    background: #393838;
}

.c-btn.border.grn a
{
    color: #6aaa1b;
    border: 2px solid #6aaa1b;
    background: #fff;
}

.c-btn.border.grn a:hover
{
    color: #fff;
    background: #6aaa1b;
}

.c-btn.border.pnk a
{
    color: #f18db2;
    border: 2px solid #f18db2;
    background: #fff;
}

.c-btn.border.pnk a:hover
{
    color: #fff;
    background: #f18db2;
}

.c-btn.border.ppl a
{
    color: #8b6ac5;
    border: 2px solid #8b6ac5;
    background: #fff;
}

.c-btn.border.ppl a:hover
{
    color: #fff;
    background: #8b6ac5;
}

.c-btn.border.blue a
{
    color: #239fcc;
    border: 2px solid #239fcc;
    background: #fff;
}

.c-btn.border.blue a:hover
{
    color: #fff;
    background: #239fcc;
}

.c-btn.brwn a
{
    color: #fff;
    border: 2px solid #4b2e16;
    background: #4b2e16;
}

.c-btn.brwn a:hover
{
    color: #4b2e16;
    background: #fff;
}

.c-btn.wht a
{
    border: 2px solid #fff;
    background: #fff;
}

.c-btn.wht a:hover
{
    background: rgba(255, 255, 255, .2);
}

.c-btn.grn a
{
    color: #fff;
    border: 2px solid #6aaa1b;
    background: #6aaa1b;
}

.c-btn.grn a:hover
{
    color: #6aaa1b;
    background: rgba(255, 255, 255, .2);
}

.c-btn.ppl a
{
    line-height: 1.4;

    color: #fff;
    border: 2px solid #8b6ac5;
    background: #8b6ac5;
}

.c-btn.ppl a:hover
{
    color: #8b6ac5;
    background: #fff;
}

.c-btn.pnk a
{
    line-height: 1.4;

    color: #fff;
    border: 2px solid #f18db2;
    background: #f18db2;
}

.c-btn.pnk a:hover
{
    color: #f18db2;
    background: #fff;
}

/* wrapbase */

.c-wrapbase
{
    width: 94%;
    margin: 0 auto;
}

.c-wrapbase.w1400
{
    max-width: 1400px;
}

.c-wrapbase.w1240
{
    max-width: 1240px;
}

.c-wrapbase.w1140
{
    max-width: 1140px;
}

.c-wrapbase.w1100
{
    max-width: 1100px;
}

.c-wrapbase.w1000
{
    max-width: 1000px;
}

.c-wrapbase.w900
{
    max-width: 900px;
}

.c-wrapbase.w850
{
    max-width: 850px;
}

.c-wrapbase.w700
{
    max-width: 700px;
}

.c-background
{
    position: relative;

    margin: 200px 0;
}

.c-background .deco-parts
{
    width: 100%;
}

.c-background .deco-parts::before,
.c-background .deco-parts:after
{
    position: absolute;

    width: 0;
    height: 0;

    content: '';

    border-style: solid;
}

.c-background .deco-parts.top:after,
.c-background .deco-parts.top:before
{
    top: -150px;
}

.c-background .deco-parts.top:after
{
    right: 0;
}

.c-background .deco-parts.top:before
{
    left: 0;
}

.c-background .deco-parts.bottom:after,
.c-background .deco-parts.bottom:before
{
    bottom: -150px;

    transform: rotate(-180deg);
}

.c-background .deco-parts.bottom:after
{
    left: 0;
}

.c-background .deco-parts.bottom:before
{
    right: 0;
}

.c-background.gry
{
    background: #e6e6e6;
}

.c-background.gry .deco-parts
{
    width: 100%;
}

.c-background.gry .deco-parts::before
{
    border-width: 150px 0 0 100vw;
    border-color: transparent transparent transparent rgba(0, 0, 0, .05);
}

.c-background.gry .deco-parts:after
{
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent rgba(0, 0, 0, .05) transparent;
}

.c-background.blk
{
    background: #393838;
}

.c-background.blk .deco-parts
{
    width: 100%;
}

.c-background.blk .deco-parts::before
{
    border-width: 150px 0 0 100vw;
    border-color: transparent transparent transparent rgba(0, 0, 0, .8);
}

.c-background.blk .deco-parts:after
{
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
}

.page-subpage .l-main
{
    padding-top: 150px;
}

.c-mountain
{
    padding: 200px 0 0;

    background: url(../images/bk-mountain-top.svg) repeat-x top center #f3f8ed;
}

.c-mountain:after
{
    display: inline-block;

    width: 1944px;
    height: 67px;
    margin-top: 100px;

    content: '';
    vertical-align: bottom;

    background: url(../images/bk-mountain-bottom.svg) repeat-x bottom center;
}

.c-link
{
    margin-bottom: 10em;
}

.c-link a
{
    font-size: 30px;
    font-weight: 600;
}

/* flex */

.c-flex
{
    display: flex;

    justify-content: space-between;
}

.c-flex.list-3,
.c-flex.list-4
{
    justify-content: flex-start;
    flex-wrap: wrap;
}

.c-flex.list-3 .c-flex__li
{
    width: calc((100% - (3%*2))/3);
    margin-right: 3%;
}

.c-flex.list-3 .c-flex__li:nth-child(3n)
{
    margin-right: 0;
}

.c-flex.list-4 .c-flex__li
{
    width: calc((100% - (3%*3))/4);
    margin-right: 3%;
}

.c-flex.list-4 .c-flex__li:nth-child(4n)
{
    margin-right: 0;
}

.c-flex.list-4 _:-ms-lang(x)::-ms-backdrop,
.c-flex.list-4 .c-flex__li
{
    width: calc((99% - (3%*3))/4);
}

/* font-family */

.f-rnd
{
    font-family: 'Kosugi Maru', sans-serif;

    letter-spacing: .02em;
}

.f-noto
{
    font-family: 'Noto Sans JP', sans-serif;

    letter-spacing: .02em;
}

.f-yu
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', sans-serif;

    letter-spacing: .02em;
}

.f-mincho
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;

    letter-spacing: .02em;
}

.f-eng
{
    font-family: 'Varela Round', sans-serif;
}

/* font-size */

.f-bigger
{
    font-size: 180%;

    letter-spacing: .12em;
}

.f-sml
{
    font-size: 80%;

    letter-spacing: .12em;
}

.f-14
{
    font-size: 1.4rem;
}

/* font decolation */

.f-marker
{
    background: linear-gradient(transparent 70%, #ff6 60%);
}

.f-wave
{
    display: inline-block;
}

.f-wave:after
{
    display: inline-block;

    width: 100%;
    height: 20px;

    content: '';

    background: url(../images/line-long.png) repeat-x;
}

/* font color */

.f-gry
{
    color: rgba(0, 0, 0, .6);
}

.c-icon > a:before
{
    display: inline-block;

    width: auto;
    height: auto;

    content: '';
    transition: .2s;
}

.c-icon > a:after
{
    display: inline-block;

    width: auto;
    height: auto;

    content: '';
    transition: .2s;
}

.c-icon.store a:before
{
    width: 24px;
    height: 24px;

    background: url(../images/icon-store.svg) no-repeat;
}

.c-icon.store a:hover::before
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(1532%2040)%22%20fill%3D%22%23e2e2e2%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22icon-store%22%20transform%3D%22translate(-1532%20-40)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20id%3D%22%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97_%E3%82%B9%E3%83%88%E3%82%A2%E3%81%AE%E7%84%A1%E6%96%99%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90_3%22%20data-name%3D%22%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97%E3%83%BB%E3%82%B9%E3%83%88%E3%82%A2%E3%81%AE%E7%84%A1%E6%96%99%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90%203%22%20transform%3D%22translate(1532%2037.166)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7500%22%20data-name%3D%22%E3%83%91%E3%82%B9%207500%22%20d%3D%22M117.993%2C275.246v-.015h0v-.008h-5.485v4.784h-.585v1.966h6.656v-1.966h-.585Zm-1.256%2C4.762h-2.974v-3.473h2.974Z%22%20transform%3D%22translate(-106.839%20-259.479)%22%20fill%3D%22%234B2E16%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7501%22%20data-name%3D%22%E3%83%91%E3%82%B9%207501%22%20d%3D%22M22.752%2C7.021%2C18.458%2C3.192l-.4-.358H5.2l-.4.358L.5%2C7.021%2C0%2C7.468V11.5a2.585%2C2.585%2C0%2C0%2C0%2C2.166%2C2.459V26.834h18.92c-.009-.01%2C0-7.665%2C0-12.873A2.582%2C2.582%2C0%2C0%2C0%2C23.253%2C11.5V7.468Zm-3.171%2C17.9H18.019V15.775h0v-.008H13.207V24.92H3.675V13.95a2.972%2C2.972%2C0%2C0%2C0%2C.676-.243%2C3.257%2C3.257%2C0%2C0%2C0%2C1.452.336%2C3.2%2C3.2%2C0%2C0%2C0%2C1.455-.336%2C3.328%2C3.328%2C0%2C0%2C0%2C2.914%2C0%2C3.32%2C3.32%2C0%2C0%2C0%2C2.91%2C0%2C3.327%2C3.327%2C0%2C0%2C0%2C2.914%2C0%2C3.209%2C3.209%2C0%2C0%2C0%2C1.459.336%2C3.256%2C3.256%2C0%2C0%2C0%2C1.452-.336%2C3.245%2C3.245%2C0%2C0%2C0%2C.676.246V24.92Zm-4.24-4.873a.47.47%2C0%2C0%2C1-.461.481h-.211a.482.482%2C0%2C0%2C1%2C0-.963h.211A.473.473%2C0%2C0%2C1%2C15.341%2C20.047ZM16%2C11.512a.041.041%2C0%2C0%2C1%2C.006-.01h0c0%2C.009%2C0%2C.017%2C0%2C.026S16%2C11.518%2C16%2C11.512Zm3.3.694a.871.871%2C0%2C0%2C1-.152-.163.344.344%2C0%2C0%2C0%2C.014-.079V9.259L16.081%2C4.345H14.154l1.852%2C4.914v1.156L16%2C11.5v0c0%2C.578-.654%2C1.049-1.459%2C1.049a1.549%2C1.549%2C0%2C0%2C1-1.334-.631V9.259l-.618-4.914H10.665l-.619%2C4.914V11.92a1.544%2C1.544%2C0%2C0%2C1-1.334.631%2C1.474%2C1.474%2C0%2C0%2C1-1.384-.742.761.761%2C0%2C0%2C1-.064-.3.093.093%2C0%2C0%2C1%2C0%2C.019c0-.008%2C0-.015%2C0-.024a.264.264%2C0%2C0%2C1-.007.05l0%2C.006v-2.3L8.59%2C5.689%2C9.1%2C4.353h0l0-.008H7.172L4.09%2C9.259v2.705a.585.585%2C0%2C0%2C0%2C.018.1%2C1.29%2C1.29%2C0%2C0%2C1-.433.31%2C1.612%2C1.612%2C0%2C0%2C1-.479.149%2C2.088%2C2.088%2C0%2C0%2C1-.307.022.51.51%2C0%2C0%2C1-.075%2C0c-.772-.026-1.384-.485-1.384-1.045V8.155L5.724%2C4.326H17.529l4.294%2C3.828V11.5c0%2C.56-.611%2C1.019-1.38%2C1.045a.51.51%2C0%2C0%2C1-.075%2C0%2C2.1%2C2.1%2C0%2C0%2C1-.311-.022%2C1.739%2C1.739%2C0%2C0%2C1-.475-.146A1.429%2C1.429%2C0%2C0%2C1%2C19.3%2C12.206Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%234B2E16%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.c-icon.tel a:before
{
    width: 24px;
    height: 24px;

    background: url(../images/icon-phone.svg) no-repeat;
}

.c-icon.tel a:hover:before
{
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(1508%2040)%22%20fill%3D%22%234B2E16%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22icon-phone%22%20transform%3D%22translate(-1508%20-40)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20id%3D%22%E3%83%AC%E3%83%88%E3%83%AD%E3%81%AA%E9%9B%BB%E8%A9%B1%E3%81%AE%E3%83%95%E3%83%AA%E3%83%BC%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%22%20transform%3D%22translate(1508%2040)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7454%22%20data-name%3D%22%E3%83%91%E3%82%B9%207454%22%20d%3D%22M2.792%2C10.028l3.069-.681a1.11%2C1.11%2C0%2C0%2C0%2C.87-1.12L6.691%2C7.068a1.11%2C1.11%2C0%2C0%2C1%2C.757-1.09%2C45.189%2C45.189%2C0%2C0%2C1%2C4.51-1.329%2C45.092%2C45.092%2C0%2C0%2C1%2C4.66-.623%2C1.109%2C1.109%2C0%2C0%2C1%2C1.136.686l.437%2C1.074a1.107%2C1.107%2C0%2C0%2C0%2C1.249.669l3.08-.628a1.109%2C1.109%2C0%2C0%2C0%2C.888-1.094L23.4%2C2.909C23.559%2C1.223%2C22.44.186%2C20.526.043a39.165%2C39.165%2C0%2C0%2C0-9.379.794%2C39.125%2C39.125%2C0%2C0%2C0-8.888%2C3.1C.568%2C4.842-.032%2C6.245.8%2C7.719L1.536%2C9.39A1.11%2C1.11%2C0%2C0%2C0%2C2.792%2C10.028Z%22%20fill%3D%22%234B2E16%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7455%22%20data-name%3D%22%E3%83%91%E3%82%B9%207455%22%20d%3D%22M12.8%2C18.913a1.944%2C1.944%2C0%2C1%2C0-1.375-.569A1.934%2C1.934%2C0%2C0%2C0%2C12.8%2C18.913Z%22%20fill%3D%22%234B2E16%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7456%22%20data-name%3D%22%E3%83%91%E3%82%B9%207456%22%20d%3D%22M22.836%2C16.242a20.3%2C20.3%2C0%2C0%2C1-2.712-2.963%2C13.514%2C13.514%2C0%2C0%2C1-2.3-6.086.382.382%2C0%2C0%2C0-.357-.247H15.425a.382.382%2C0%2C0%2C0-.382.382v1.48a.382.382%2C0%2C0%2C1-.382.382H10.937a.382.382%2C0%2C0%2C1-.382-.382V7.328a.382.382%2C0%2C0%2C0-.382-.382H8.126a.382.382%2C0%2C0%2C0-.357.247%2C13.53%2C13.53%2C0%2C0%2C1-2.314%2C6.116%2C20.175%2C20.175%2C0%2C0%2C1-2.69%2C2.932%2C2.8%2C2.8%2C0%2C0%2C0-.736%2C1.891v.4A5.47%2C5.47%2C0%2C0%2C0%2C7.5%2C24H18.1a5.47%2C5.47%2C0%2C0%2C0%2C5.47-5.47v-.4A2.8%2C2.8%2C0%2C0%2C0%2C22.836%2C16.242Zm-14.673.727a4.637%2C4.637%2C0%2C1%2C1%2C1.358%2C3.279A4.627%2C4.627%2C0%2C0%2C1%2C8.163%2C16.969Z%22%20fill%3D%22%234B2E16%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.c-icon.arw a:after
{
    width: 16px;
    height: 16px;
    margin: 0 0 -1px 7px;

    background: url(../images/icon-arw.svg) no-repeat;
}

.c-icon.arw a:hover:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

.c-icon.arw.grn a:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%236AAA1B%22%2F%3E%3C%2Fsvg%3E');
}

.c-icon.arw.grn a:hover:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

.c-icon.arw.pnk a:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23F18DB2%22%2F%3E%3C%2Fsvg%3E');
}

.c-icon.arw.pnk a:hover:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

.c-icon.arw.ppl a:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%238B6AC5%22%2F%3E%3C%2Fsvg%3E');
}

.c-icon.arw.ppl a:hover:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

.c-icon.arw.blue a:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23239FCC%22%2F%3E%3C%2Fsvg%3E');
}

.c-icon.arw.blue a:hover:after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

/* information */

.c-information
{
    margin-bottom: 120px;
    padding: 70px 50px;

    border: 2px solid #6aaa1b;
    border-radius: 20px;
}

.c-information__title
{
    font-size: 2.4rem;
    line-height: 1.8;

    margin-bottom: 30px;
}

/* pic */

.pic-fish
{
    position: relative;
}

.pic-fish:before
{
    position: absolute;
    z-index: 1;
    bottom: -120px;
    left: -100px;

    display: inline-block;

    width: 419px;
    height: 172px;

    content: '';

    background: url(../images/pic-fish.svg) no-repeat;
}

.pic-mountain
{
    position: relative;
}

.pic-mountain:before
{
    position: absolute;
    right: -300px;
    bottom: -240px;

    display: inline-block;

    width: 360px;
    height: 240px;

    content: '';

    background: url(../images/pic-mountain.svg) no-repeat;
    background-size: 100%;
}

.pic-bird
{
    position: relative;
}

.pic-bird:after
{
    display: inline-block;

    width: 195px;
    height: 131px;

    content: '';

    background: url(../images/pic-bird.svg) no-repeat;
    background-size: 100%;
}

.pic-sun
{
    position: relative;
}

.pic-sun:after
{
    display: inline-block;

    width: 114px;
    height: 185px;

    content: '';

    background: url(../images/pic-sun.svg) no-repeat;
    background-size: 100%;
}

.pic-ine
{
    position: relative;
}

.pic-ine:after
{
    display: inline-block;

    width: 125px;
    height: 134px;

    content: '';

    background: url(../images/pic-ine.svg) no-repeat;
    background-size: 100%;
}

.pic-point-tamanegi
{
    position: relative;

    margin-bottom: 300px;
}

.pic-point-tamanegi:after
{
    position: absolute;
    bottom: -180px;
    left: calc(50% - 34px);

    display: inline-block;

    width: 68px;
    height: 65px;

    content: '';

    background: url(../images/pic-tamanegi.png) no-repeat top;
    background-size: 100%;
}

.pic-point-present
{
    position: relative;

    margin-bottom: 300px;
}

.pic-point-present:after
{
    position: absolute;
    bottom: -180px;
    left: calc(50% - 26px);

    display: inline-block;

    width: 63px;
    height: 96px;

    content: '';

    background: url(../images/pic-present.png) no-repeat top;
    background-size: 100%;
}

.pic-point-rappa
{
    position: relative;

    margin-bottom: 300px;
}

.pic-point-rappa:after
{
    position: absolute;
    bottom: -180px;
    left: calc(50% - 43px);

    display: inline-block;

    width: 87px;
    height: 61px;

    content: '';

    background: url(../images/pic-rappa.png) no-repeat top;
    background-size: 100%;
}

.pic-point-kiku
{
    position: relative;

    margin-bottom: 300px;
}

.pic-point-kiku:after
{
    position: absolute;
    bottom: -180px;
    left: calc(50% - 31px);

    display: inline-block;

    width: 62px;
    height: 90px;

    content: '';

    background: url(../images/pic-kiku.png) no-repeat top;
    background-size: 100%;
}

.pic-point-hasu
{
    position: relative;

    margin-bottom: 300px;
}

.pic-point-hasu:after
{
    position: absolute;
    bottom: -180px;
    left: calc(50% - 49px);

    display: inline-block;

    width: 98px;
    height: 80px;

    content: '';

    background: url(../images/pic-hasu.png) no-repeat top;
    background-size: 100%;
}

/* title */

/* common */

.c-title
{
    font-size: 4rem;

    margin-bottom: 70px;

    text-align: center;

    color: #6aaa1b;
}

.c-title-global
{
    margin-bottom: 50px;
}

.c-title-global__title
{
    font-size: 4rem;

    margin-bottom: 50px;

    color: #6aaa1b;
}

.c-title-global__txt
{
    line-height: 1.8;
}

.c-title-border
{
    text-align: left;
}

.c-title-border span
{
    font-size: 3.4rem;
    line-height: 1.2;

    color: #fff;
    text-shadow: 1.5px 0 0 #4b2e16, 0 1.5px 0 #4b2e16, -1.5px 0 0 #4b2e16, 0 -1.5px 0 #4b2e16;
}

.c-title-uborder
{
    font-size: 3.4rem;
    line-height: 1.4;

    position: relative;
}

.c-title-uborder:after
{
    position: absolute;
    right: calc(50% - 10px);
    bottom: -25px;

    display: inline-block;

    width: 20px;
    height: 2px;

    content: '';

    background: #393838;
}

.p-feature .items
{
    position: relative;

    display: flex;

    align-items: flex-start;
}

.p-feature .items:last-child
{
    margin-bottom: 0;
}

.p-feature .items img
{
    position: relative;
    z-index: 2;

    width: 152px;
    margin-top: -30px;

    flex-shrink: 0;
}

.p-feature .items__txt
{
    line-height: 1.8;

    width: calc(100% - 162px);
    padding: 20px;

    background: #fff;
}

.p-feature .items:nth-child(even)
{
    margin-left: -20px;

    text-align: left;
}

.p-feature .items:nth-child(even) .items__txt
{
    margin-left: -10px;
    padding-left: 30px;

    order: 2;
}

.p-feature .items:nth-child(odd)
{
    margin-right: -20px;

    text-align: right;

    justify-content: flex-end;
}

.p-feature .items:nth-child(odd) .items__txt
{
    margin-right: -10px;
    padding-right: 30px;
}

.p-items
{
    margin-bottom: 100px;
}

.p-items__lists__li
{
    margin-bottom: 30px;
}

.p-items__lists__li a
{
    line-height: 1.6;

    display: block;
}

.p-items__lists__li a:hover
{
    opacity: .6;
}

.p-items__lists__li a:hover img
{
    transform: scale(1.1, 1.1);
}

.p-items__img
{
    overflow: hidden;

    margin-bottom: 15px;

    border-radius: 15px;
}

.p-items__img img
{
    transition: .2s;
    transform: scale(1, 1);
}

.p-items__detail .detail-title
{
    position: relative;

    margin-bottom: 7px;

    color: #239fcc;
}

.p-items__detail .detail-title:before,
.p-items__detail .detail-title:after
{
    position: absolute;
    top: 8px;

    display: inline-block;

    width: calc((100% - 130px)/2);
    height: 2px;

    content: '';

    background: #239fcc;
}

.p-items__detail .detail-title:before
{
    left: 0;
}

.p-items__detail .detail-title:after
{
    right: 0;
}

.p-items__detail .detail-title.born
{
    color: #f18db2;
}

.p-items__detail .detail-title.born:before,
.p-items__detail .detail-title.born:after
{
    background: #f18db2;
}

.p-items__detail .detail-title.houji
{
    color: #8b6ac5;
}

.p-items__detail .detail-title.houji:before,
.p-items__detail .detail-title.houji:after
{
    background: #8b6ac5;
}

.page-subpage .p-lead
{
    margin-bottom: 70px;
}

.page-subpage .p-lead__detail .detail-title
{
    font-size: 2.4rem;
    line-height: 1.6;

    margin-bottom: 40px;
}

.page-subpage .p-lead__detail .detail-txt
{
    line-height: 2;
}

.page-subpage .p-service
{
    padding: 50px 20px;

    background: #f3f8ed;
}

.page-subpage .p-service__detail
{
    line-height: 1.6;
}

.page-subpage .p-service__detail .detail-title
{
    font-size: 2.4rem;

    margin-bottom: 20px;
}

.page-subpage .p-service__detail .detail-txt
{
    margin-bottom: 40px;
}

.page-subpage .p-service__detail .icon__lists
{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
}

.page-subpage .p-service__detail .icon__lists__li
{
    line-height: 1.4;

    width: 103px;
    margin: 0 10px;
}

.page-subpage .p-service__detail .icon__lists__li img
{
    margin-bottom: 15px;
}

.page-awaji .p-popular
{
    position: relative;

    align-items: center;
}

.page-awaji .p-popular__txt
{
    line-height: 1.6;

    text-align: right;
}

.page-awaji .p-popular .box
{
    width: 90%;
    max-width: 1560px;
    margin-bottom: 100px;

    text-align: left;
}

.page-awaji .p-popular .box:last-child
{
    margin-bottom: 50px;
}

.page-awaji .p-popular .box__img
{
    position: relative;

    overflow: hidden;

    width: calc(100% - 450px);
    margin-left: -5%;

    text-align: right;

    border-radius: 30px;
}

.page-awaji .p-popular .box__img img
{
    position: absolute;
    top: 0;
    right: 0;

    width: 960px;
    max-width: inherit;
}

.page-awaji .p-popular .box__desc
{
    width: 450px;
}

.page-awaji .p-popular .box .desc__title
{
    font-size: 5rem;
    line-height: .6;

    position: relative;

    margin-bottom: 30px;
    padding-left: 130px;
}

.page-awaji .p-popular .box .desc__title span
{
    font-size: 1.6rem;
}

.page-awaji .p-popular .box .desc__title::before
{
    position: absolute;
    top: -6px;
    left: 0;

    display: inline-block;

    width: 103px;
    height: 85px;

    content: '';

    background-size: 100% !important;
}

.page-awaji .p-popular .box .desc__title::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 103px;
    height: 2px;

    content: '';

    border-radius: 50px;
    background: #4b2e16;
}

.page-awaji .p-popular .box .desc__season
{
    font-size: 2.6rem;

    margin-bottom: 30px;
    padding: 20px;

    text-align: center;

    background: #f1f1f1;
}

.page-awaji .p-popular .box .desc__detail .detail-title
{
    font-size: 2.2rem;
    line-height: 1.6;

    margin-bottom: 30px;
}

.page-awaji .p-popular .box .desc__detail .detail-txt
{
    line-height: 2;

    margin-bottom: 40px;
}

.page-awaji .p-popular .box .desc__detail .detail-btn
{
    font-size: 2.4rem;
    line-height: 1.2;

    margin: 0;
}

.page-awaji .p-popular .box:nth-child(odd)
{
    margin-left: 10%;
}

.page-awaji .p-popular .box:nth-child(odd) .box__img
{
    margin: 0 -5% 0 0;

    order: 2;
}

.page-awaji .p-popular .box:nth-child(odd) .box__desc
{
    order: 1;
}

.page-awaji .p-popular .box:nth-child(even) .desc__title
{
    padding-left: 105px;
}

.page-awaji .p-popular .box:nth-child(even) .desc__title:before,
.page-awaji .p-popular .box:nth-child(even) .desc__title:after
{
    width: 76px;
}

.page-awaji .p-popular .box:nth-child(2) .desc__title:before
{
    background: url(../images/num-1.svg) no-repeat top left;
}

.page-awaji .p-popular .box:nth-child(2) _:-ms-lang(x)::-ms-backdrop,
.page-awaji .p-popular .box:nth-child(2) .desc__title::before
{
    background: url(../images/num-1.png) no-repeat top left;
}

.page-awaji .p-popular .box:nth-child(2) .box__desc.pic-bird:after
{
    position: absolute;
    z-index: -1;
    right: -30px;
    bottom: 60px;
}

.page-awaji .p-popular .box:nth-child(3) .desc__title:before
{
    background: url(../images/num-2.svg) no-repeat top left;
}

.page-awaji .p-popular .box:nth-child(3) _:-ms-lang(x)::-ms-backdrop,
.page-awaji .p-popular .box:nth-child(3) .desc__title::before
{
    background: url(../images/num-2.png) no-repeat top left;
}

.page-awaji .p-popular .box:nth-child(3) .box__desc.pic-bird:after
{
    position: absolute;
    z-index: -1;
    right: -30px;
    bottom: 60px;
}

.page-awaji .p-popular .box:nth-child(4) .desc__title:before
{
    z-index: -1;

    background: url(../images/num-3.svg) no-repeat top left;
}

.page-awaji .p-popular .box:nth-child(4) _:-ms-lang(x)::-ms-backdrop,
.page-awaji .p-popular .box:nth-child(4) .desc__title::before
{
    background: url(../images/num-3.png) no-repeat top left;
}

.page-awaji .p-popular .box:nth-child(4) .box__desc.pic-sun:after
{
    position: absolute;
    z-index: -1;
    top: 60px;
    right: -120px;
}

.page-awaji .p-popular .box:nth-child(5) .desc__title:before
{
    z-index: -1;

    background: url(../images/num-4.svg) no-repeat top left;
}

.page-awaji .p-popular .box:nth-child(5) _:-ms-lang(x)::-ms-backdrop,
.page-awaji .p-popular .box:nth-child(5) .desc__title::before
{
    background: url(../images/num-4.png) no-repeat top left;
}

.page-awaji .p-popular .box:nth-child(5) .box__desc.pic-ine:after
{
    position: absolute;
    z-index: -1;
    right: -20px;
    bottom: 0;
}

.page-contact .p-form
{
    margin-bottom: 100px;
}

.page-contact .p-form .c-flex
{
    font-size: 2rem;

    text-align: left;

    flex-wrap: wrap;
}

.page-contact .p-form__heading
{
    width: 180px;
    margin-right: 30px;
    padding: 10px 0;
}

.page-contact .p-form__heading .req
{
    color: red;
}

.page-contact .p-form .check .p-form__heading
{
    padding: 0;
}

.page-contact .p-form__input
{
    position: relative;

    width: calc(100% - 210px);
    margin-bottom: 50px;
}

.page-contact .p-form__input input,
.page-contact .p-form__input textarea,
.page-contact .p-form__input select
{
    width: 100%;
    padding: 10px;

    color: #f1f1f1;
    color: #4b2e16;
    border: 1px solid #f1f1f1;
}

.page-contact .p-form__input textarea
{
    height: 100px;
}

.page-contact .p-form__input option
{
    padding: 7px;
}

.page-contact .p-form__input ::-moz-placeholder
{
    color: rgba(0, 0, 0, .4);
}

.page-contact .p-form__input :-ms-input-placeholder
{
    color: rgba(0, 0, 0, .4);
}

.page-contact .p-form__input ::-ms-input-placeholder
{
    color: rgba(0, 0, 0, .4);
}

.page-contact .p-form__input ::placeholder
{
    color: rgba(0, 0, 0, .4);
}

.page-contact .p-form__input.select-box
{
    position: relative;
}

.page-contact .p-form__input.select-box:after
{
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;

    display: inline-block;

    width: 40px;
    height: 100%;

    content: '';

    background: #6aaa1b;
}

.page-contact .p-form__input.select-box:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;

    display: inline-block;

    width: 40px;
    height: 100%;
    padding-top: 12px;

    content: '';
    content: '▼';
    text-align: center;

    color: #fff;
}

.page-contact .p-form__input .f-sml
{
    line-height: 1.6;

    display: block;

    padding-top: 10px;
}

.page-contact .p-form__input .formError
{
    position: absolute !important;
    top: 0 !important;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(238, 1, 1, .4);
}

.page-contact .p-form__input .formError:after
{
    font-size: 1.6rem;

    position: absolute;
    bottom: -30px;
    left: 0;

    content: '※必須項目です';

    color: #ee0101;
}

.page-contact .p-form__input .formError .formErrorContent
{
    display: none;
}

.page-contact .p-form .btn-submit
{
    position: relative;
}

.page-contact .p-form .btn-submit input
{
    font-size: 3rem;

    display: flex;

    width: 400px;
    margin: 0 auto;
    padding: 20px;

    cursor: pointer;
    transition: .2s;

    color: #6aaa1b;
    border: 2px solid #6aaa1b;
    border-radius: 50px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%236AAA1B%22%2F%3E%3C%2Fsvg%3E') no-repeat right 20px center;
    background-size: 30px !important;

    justify-content: center;
}

.page-contact .p-form .btn-submit input:hover
{
    color: #fff;
    background: #6aaa1b;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat right 20px center #6aaa1b;
    background-size: 30px;
}

.page-contact .p-form .btn-submit.back input
{
    color: #979797;
    border: 2px solid #979797;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23979797%22%2F%3E%3C%2Fsvg%3E') no-repeat right 20px center;
}

.page-contact .p-form .btn-submit.back input:hover
{
    color: #fff;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22icon-aw%22%20d%3D%22M24%2C16a8%2C8%2C0%2C1%2C1-8-8A8%2C8%2C0%2C0%2C1%2C24%2C16Zm-7.452%2C3.674L20.919%2C15.3a.771.771%2C0%2C0%2C0%2C0-1.094l-.548-.548a.771.771%2C0%2C0%2C0-1.094%2C0L16%2C16.939l-3.277-3.277a.771.771%2C0%2C0%2C0-1.094%2C0l-.548.548a.771.771%2C0%2C0%2C0%2C0%2C1.094l4.371%2C4.371A.775.775%2C0%2C0%2C0%2C16.548%2C19.674Z%22%20transform%3D%22translate(-8%2024)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat right 20px center #979797;
}

.page-contact .p-form .c-flex
{
    display: flex;
}

.page-contact .p-form .c-flex .btn-submit
{
    width: 48%;
}

.page-contact .p-form .c-flex .btn-submit input
{
    width: 100%;
}

.page-houji
{
    color: #393838;
}

.page-houji .c-title
{
    font-weight: bold;
    line-height: 1.4;

    color: #393838;
}

.page-houji .p-service
{
    background: #f1f1f1;
}

.page-houji .p-feature__inner
{
    flex-wrap: wrap;
}

.page-houji .p-feature__inner .box
{
    width: 48%;
    margin-bottom: 50px;
    padding: 110px 25px 60px;
}

.page-houji .p-feature__inner .box .c-title-uborder
{
    font-weight: bold;

    margin-bottom: 60px;
}

.page-houji .p-feature__inner .box .c-title-uborder::before
{
    position: absolute;
    top: -80px;
    left: calc(50% - 33px);

    display: inline-block;

    width: 66px;
    height: 66px;

    content: '';

    background-size: 100% !important;
}

.page-houji .p-feature__inner .box:nth-child(1)
{
    background: url(../images/houji-bk01.png) no-repeat bottom right #eee9f7;
}

.page-houji .p-feature__inner .box:nth-child(1) .c-title-uborder::before
{
    background: url(../images/num-houji-1.svg) no-repeat;
}

.page-houji .p-feature__inner .box:nth-child(2)
{
    background: url(../images/houji-bk02.png) no-repeat center right #eee9f7;
}

.page-houji .p-feature__inner .box:nth-child(2) .c-title-uborder::before
{
    background: url(../images/num-houji-2.svg) no-repeat;
}

.page-houji .p-feature__inner .box:nth-child(3)
{
    background: url(../images/houji-bk03.png) no-repeat left top #eee9f7;
}

.page-houji .p-feature__inner .box:nth-child(3) .c-title-uborder::before
{
    background: url(../images/num-houji-3.svg) no-repeat;
}

.page-houji .p-feature__inner .box:nth-child(4)
{
    background: url(../images/houji-bk04.png) no-repeat left bottom #eee9f7;
}

.page-houji .p-feature__inner .box:nth-child(4) .c-title-uborder::before
{
    background: url(../images/num-houji-4.svg) no-repeat;
}

.page-houji .p-feature__inner .box .items img
{
    width: 30%;
    margin-top: -10px;
    margin-left: 0;
}

.page-index .p-mainvisual
{
    margin: -20px 0 100px 0;
    padding: 60px 0 0;

    background: #6aaa1b;
}

.page-index .p-mainvisual:after
{
    display: inline-block;

    width: 100%;
    height: 86px;
    margin: 150px 0 -1px;

    content: '';
    vertical-align: bottom;

    background: url(../images/bk-mv-wave.svg) no-repeat bottom;
}

.page-index .p-mainvisual__txt
{
    font-size: 4rem;
    line-height: 1.6;

    position: relative;
    z-index: 2;
    z-index: 4;

    text-align: left;
    white-space: nowrap;
    letter-spacing: .2em;
    -ms-writing-mode: tb-rl;

    color: #fff;
    text-shadow: 2px 0 0 #6aaa1b, 0 2px 0 #6aaa1b, -2px 0 0 #6aaa1b, 0 -2px 0 #6aaa1b;

        -ms-writing-mode: tb-rl;

            writing-mode: vertical-rl;
}

.page-index .p-mainvisual__box
{
    position: absolute;
    top: 120px;
    left: calc(50% - 627px);

    width: 100%;
    max-width: 1000px;
    margin-left: 10vw;
}

.page-index .p-mainvisual__box #js-svg
{
    width: 0;
    height: 0; /*@include pst_tl;*/
}

.page-index .p-mainvisual__box #mv-image
{
    position: relative;
    z-index: 2;

    width: 1000px;
    max-width: 1000px;

    -webkit-clip-path: url(#mv-clip);

            clip-path: url(#mv-clip);
}

.page-index .p-mainvisual__box .ie-mv
{
    display: none;
}

.page-index .p-mainvisual__box:before
{
    position: absolute;
    z-index: 3;
    bottom: -100px;
    left: calc(50% - 600px);

    display: inline-block;

    width: 1254px;
    height: 759px;

    content: '';
    transition: .2s;

    background: url(../images/mv-pic.png) no-repeat bottom left;
    background-size: 100%;
}

.page-index .p-mainvisual__box:after
{
    position: absolute;
    z-index: 1;
    top: -15px;
    left: -15px;

    display: inline-block;

    width: 1030px;
    height: 697px;

    content: '';

    background: url(../images/mv-bk.svg) no-repeat top left;
    background-size: 100%;
}

.page-index .p-mainvisual .ie-mv
{
    position: absolute;
    top: 120px;
    left: calc(50% - 627px);

    width: 100%;
    max-width: 1254px;
    margin-left: 10vw;
}

.page-index .p-service
{
    padding-bottom: 100px;
}

.page-index .p-service .c-flex
{
    justify-content: space-between;
}

.page-index .p-service .box__img
{
    width: 248px;
    margin: 0 auto 35px;

    -webkit-animation-name: index-service;

            animation-name: index-service;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: steps(1, start);
            animation-timing-function: steps(1, start);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    background-repeat: no-repeat !important;
    background-size: 744px !important;
}

.page-index .p-service .box__img .path
{
    overflow: hidden;

    -webkit-clip-path: url(#clip01);

            clip-path: url(#clip01);
}

.page-index .p-service .box__img .path img
{
    height: 248px;

    transition: .2s;
}

.page-index .p-service .box__img.awaji-gift
{
    background-image: url(../images/t-bkgift01-anime.svg);
}

.page-index .p-service .box__img.born-gift
{
    background: url(../images/t-bkgift02-anime.svg) no-repeat center top;
}

.page-index .p-service .box__img.funeral-gift
{
    background: url(../images/t-bkgift03-anime.svg) no-repeat center top;
}

.page-index .p-service .box a
{
    display: block;
}

.page-index .p-service .box a:hover img
{
    transition: .2s;
    transform: scale(1.2, 1.2);
}

.page-index .p-service .box__detail .detail-title
{
    font-size: 3rem;

    margin-bottom: 20px;

    color: #6aaa1b;
}

.page-index .p-service .box__detail .detail-txt
{
    line-height: 1.6;
}

.page-index .p-about
{
    margin-bottom: 80px;
}

.page-index .p-about .c-title:after
{
    position: absolute;
    top: -120px;
    right: 100px;
}

.page-index .p-about__txt
{
    line-height: 1.8;
}

.page-index .p-about .c-flex
{
    margin-bottom: 65px;
}

.page-index .p-about .box__img
{
    overflow: hidden;

    width: 214px;
    margin: 0 auto 25px;
}

.page-index .p-about .box__img img
{
    width: auto;
    max-width: inherit;

    -webkit-animation-name: index-about;

            animation-name: index-about;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: steps(1, start);
            animation-timing-function: steps(1, start);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.page-index .p-about .box__detail .detail-title
{
    font-size: 2.4rem;

    margin-bottom: 25px;
}

.page-index .p-about .box__detail .detail-txt
{
    line-height: 1.6;
}

.page-index .p-about .box:nth-child(2)
{
    margin-top: 60px;
}

.page-store .p-lead
{
    position: relative;

    margin-bottom: 0;
    padding-bottom: 70px;
}

.page-store .p-lead:before
{
    position: absolute;
    z-index: -1;
    bottom: 15%;
    left: 7%;

    display: inline-block;

    width: 137px;
    height: 151px;

    content: '';

    background: url(../images/pic-fukuro.png) no-repeat;
    background-size: 100%;
}

.page-store .p-lead:after
{
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 0;

    display: inline-block;

    width: 234px;
    height: 331px;

    content: '';

    background: url(../images/store-parson.png) no-repeat;
    background-size: 100%;
}

.page-store .p-storeinfo__box
{
    margin-bottom: 50px;
}

.page-store .p-storeinfo__box .box__txt
{
    width: 390px;

    text-align: left;
}

.page-store .p-storeinfo__box .box__txt .title
{
    font-size: 2rem;

    margin-bottom: 25px;
}

.page-store .p-storeinfo__box .box__txt td,
.page-store .p-storeinfo__box .box__txt th
{
    line-height: 1.6;

    padding: 10px 0;
}

.page-store .p-storeinfo__box .box__txt th
{
    width: 88px;
    padding-right: 20px;
}

.page-store .p-storeinfo__box .box__img
{
    position: relative;

    width: 50%;
}

.page-store .p-storeinfo__box .box__img::before
{
    position: absolute;
    bottom: 0;
    left: -80px;

    display: inline-block;

    width: 126px;
    height: 126px;

    content: '';
    transition: .2s;

    background: url(../images/store-maruyoshi.svg) no-repeat;
    background-size: 100%;
}

.page-store .p-storeinfo .gmap
{
    position: relative;

    overflow: hidden;
    overflow: hidden;

    height: 0;
    padding-bottom: 56.25%;

    border-radius: 20px;
}

.page-store .p-storeinfo .gmap iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.page-telephone .p-lead
{
    position: relative;

    margin-bottom: 0;
    padding-bottom: 70px;
}

.page-telephone .p-lead:before
{
    position: absolute;
    z-index: -1;
    bottom: 20%;
    left: 10%;

    display: inline-block;

    width: 129px;
    height: 146px;

    content: '';

    background: url(../images/pic-book.png) no-repeat;
    background-size: 100%;
}

.page-telephone .p-lead:after
{
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 0;

    display: inline-block;

    width: 290px;
    height: 331px;

    content: '';

    background: url(../images/tel-parson.png) no-repeat;
    background-size: 100%;
}

.page-telephone .p-req__txt
{
    line-height: 1.6;

    margin-bottom: 50px;
}

.page-telephone .p-req .c-flex
{
    justify-content: center;
}

.page-telephone .p-req .c-flex .box
{
    max-width: 230px;
    margin-bottom: 50px;

    text-align: center;
}

.page-telephone .p-req .c-flex .box .box-title
{
    line-height: 1.6;

    position: relative;

    display: inline-block;
}

.page-telephone .p-req .c-flex .box .box-title:after,
.page-telephone .p-req .c-flex .box .box-title:before
{
    position: absolute;
    top: 22px;

    display: inline-block;

    width: 50px;
    height: 2px;

    content: '';
}

.page-telephone .p-req .c-flex .box .box-title:before
{
    left: -55px;

    transform: rotate(-120deg);
}

.page-telephone .p-req .c-flex .box .box-title:after
{
    right: -55px;

    transform: rotate(120deg);
}

.page-telephone .p-req .c-flex .box:nth-child(1)
{
    color: #6aaa1b;
}

.page-telephone .p-req .c-flex .box:nth-child(1) .box-title:after,
.page-telephone .p-req .c-flex .box:nth-child(1) .box-title:before
{
    background: #6aaa1b;
}

.page-telephone .p-req .c-flex .box:nth-child(2)
{
    color: #f18db2;
}

.page-telephone .p-req .c-flex .box:nth-child(2) .box-title:after,
.page-telephone .p-req .c-flex .box:nth-child(2) .box-title:before
{
    background: #f18db2;
}

.page-telephone .p-req .c-flex .box:nth-child(3)
{
    color: #239fcc;
}

.page-telephone .p-req .c-flex .box:nth-child(3) .box-title:after,
.page-telephone .p-req .c-flex .box:nth-child(3) .box-title:before
{
    background: #239fcc;
}

.page-telephone .p-req .c-flex .box .box-img
{
    width: 49px;
    margin: 15px auto;
}

.page-telephone .p-step
{
    margin-bottom: 70px;
}

.page-telephone .p-step .box
{
    margin-top: 120px;
}

.page-telephone .p-step .box .box-img
{
    width: 198px;
    margin: 0 auto 30px;
}

.page-telephone .p-step .box .box-txt
{
    line-height: 1.6;
}

.page-telephone .p-step .box .box-txt > a
{
    text-decoration: underline;
}

.page-telephone .p-step .box .c-flex__li
{
    position: relative;
}

.page-telephone .p-step .box .c-flex__li:after
{
    position: absolute;
    z-index: -1;
    top: -62px;
    right: -138px;

    display: inline-block;

    width: 250px;
    height: 10px;

    content: '';

    background: url(../images/line-dot.svg) repeat-x;
}

.page-telephone .p-step .box .c-flex__li:last-child:after
{
    display: none;
}

.page-telephone .p-step .box .c-flex__li:before
{
    position: absolute;
    top: -90px;
    left: calc(50% - 31px);

    display: inline-block;

    width: 62px;
    height: 62px;

    content: '';
}

.page-telephone .p-step .box .c-flex__li:nth-child(1):before
{
    background: url(../images/num-step-1.svg);
}

.page-telephone .p-step .box .c-flex__li:nth-child(2):before
{
    background: url(../images/num-step-2.svg);
}

.page-telephone .p-step .box .c-flex__li:nth-child(3):before
{
    background: url(../images/num-step-3.svg);
}

.page-telephone .p-step .box .c-btn
{
    margin: 10px auto;
}

.page-telephone .p-step .box .c-btn a
{
    border-radius: 10px;
}

.page-uchiiwai .p-feature .c-title-border
{
    position: relative;

    display: inline-block;

    margin-bottom: 40px;
    padding-left: 100px;
}

.page-uchiiwai .p-feature .c-title-border:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 74px;
    height: 94px;

    content: '';

    background-size: 100% !important;
}

.page-uchiiwai .p-feature .feature01
{
    text-align: center;
}

.page-uchiiwai .p-feature .feature01 .c-title-border
{
    margin-bottom: 80px;
}

.page-uchiiwai .p-feature .feature01 .c-title-border:before
{
    top: -35px;

    background: url(../images/tokuten-1.svg) no-repeat;
}

.page-uchiiwai .p-feature .feature02 .c-title-border:before
{
    top: -24px;

    background: url(../images/tokuten-2.svg) no-repeat;
}

.page-uchiiwai .p-feature .feature03 .c-title-border:before
{
    top: -24px;

    background: url(../images/tokuten-3.svg) no-repeat;
}

.page-uchiiwai .p-feature__inner
{
    position: relative;

    padding: 80px 0 50px;

    text-align: left;

    border-radius: 30px;
    background: #e8f5fa;
}

.page-uchiiwai .p-feature__inner:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: inline-block;

    width: 48px;
    height: 48px;

    content: '';

    background: url(../images/circle-bottom.svg) no-repeat;
}

.page-uchiiwai .p-feature .feature01
{
    margin-bottom: 50px;
}

.page-uchiiwai .p-feature .feature01__txt
{
    line-height: 1.4;

    margin: 30px;

    text-align: right;
}

.page-uchiiwai .p-feature .feature01__box
{
    width: calc(100% / 3);
    margin-right: 0;
    padding: 0 20px;

    border-right: 1px dashed #4b2e16;
}

.page-uchiiwai .p-feature .feature01__box:last-child
{
    border: none;
}

.page-uchiiwai .p-feature .feature01__box__title
{
    font-size: 2.2rem;

    position: relative;

    margin-bottom: 50px;
    padding: 15px 0;

    border-top: 1px solid #4b2e16;
    border-bottom: 1px solid #4b2e16;
}

.page-uchiiwai .p-feature .feature01__box__title:before
{
    position: absolute;
    top: -30px;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 22px;

    content: '';

    background: url(../images/uchiiwai-present.png) no-repeat center top;
}

.page-uchiiwai .p-feature .feature01__box .items
{
    margin-bottom: 50px;
}

.page-uchiiwai .p-feature .feature01__box .items.present01,
.page-uchiiwai .p-feature .feature01__box .items.present03
{
    margin-bottom: 20px;
}

.page-uchiiwai .p-feature .feature01__box .items.present02 .items__txt
{
    width: 80%;
}

.page-uchiiwai .p-feature .feature01__box .items.present02 img
{
    width: 21%;
    max-width: 77px;
    margin-top: -30px;
}

.page-uchiiwai .p-feature .feature02,
.page-uchiiwai .p-feature .feature03
{
    width: 48%;
    padding-right: 30px;
    padding-left: 30px;
}

.page-uchiiwai .p-feature .feature02 .box__img
{
    margin-bottom: 15px;
}

.page-uchiiwai .p-feature .feature02 .box__txt
{
    line-height: 1.8;

    padding: 15px;

    background: #fff;
}

.page-uchiiwai .p-feature .feature03 .items
{
    margin-bottom: 50px;
}

@media screen and (min-width: 769px)
{
    .page-houji .p-lead__detail .detail-title,
    .page-houji .p-service__detail .detail-title
    {
        font-weight: bold;
    }
}

@media screen and (min-width: 1091px)
{
    .l-header .p-gnav
    {
        display: block !important;
    }
}

@media screen and (max-width: 1254px)
{
    .page-index .p-mainvisual .ie-mv
    {
        left: 0;
    }
}

@media screen and (max-width: 1240px)
{
    .l-header
    {
        padding: 15px;

        align-items: center;
    }

    .l-header .p-gnav
    {
        width: calc(100% - 300px);
    }

    .l-header .p-gnav .c-flex__li
    {
        margin-left: 10px;
    }

    .l-header .p-gnav a
    {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .l-header .p-gnav .c-btn.c-icon.store
    {
        margin-left: 20px;
    }

    .c-btn a
    {
        padding: 15px;
    }
}

@media screen and (max-width: 1210px)
{
    .p-feature .items img
    {
        width: 42%;
    }

    .p-feature .items__txt
    {
        width: auto;
    }

    .p-feature .items:nth-child(even) .items__txt
    {
        margin-left: 0;
        padding: 15px;
    }

    .p-feature .items:nth-child(odd) .items__txt
    {
        margin-right: 0;
        padding: 15px;

        text-align: left;
    }
}

@media screen and (max-width: 1110px)
{
    .c-title-border span
    {
        font-size: 2.6vw;
    }

    .c-title-uborder
    {
        font-size: 2.6vw;
    }

    .page-store .p-storeinfo__box .box__img::before
    {
        top: 20px;
        bottom: auto;
        left: -40px;

        width: 20%;
    }
}

@media screen and (max-width: 1090px)
{
    .l-header:before
    {
        top: -960px;
    }

    .l-header
    {
        padding: 10px 15px;
    }

    .l-header.js-active2:before
    {
        top: 0;
    }

    .l-header .p-logo
    {
        width: 180px;
    }

    .l-header .p-gnav
    {
        display: none;
    }

    .l-header .p-gnav
    {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;

        width: 100vw;
        height: calc(100vh - 95px);
        padding-top: 75px;
        padding-bottom: 50px;
    }

    .l-header .p-gnav .c-flex
    {
        width: 100%;
        max-width: 350px;
        margin: 100px auto 0;

        flex-wrap: wrap;
    }

    .l-header .p-gnav .c-flex .contact-hidden
    {
        display: block;
    }

    .l-header .p-gnav .c-flex__li
    {
        width: 100%;
        margin: 0 0 30px !important;

        text-align: center;
    }

    .l-header .p-gnav .c-flex__li a
    {
        font-size: 2rem;

        display: block;
    }

    .l-header .btn-menu
    {
        display: block;
    }

    .page-index .p-mainvisual:after
    {
        padding-top: 20%;

        background-size: 100%;
    }

    .page-index .p-mainvisual__txt
    {
        font-size: 4vw;
    }

    .page-index .p-mainvisual__box
    {
        left: calc(50% - 500px);

        margin-left: 0;
    }

    .page-index .p-mainvisual__box:before
    {
        left: calc(50% - 500px);

        width: 1100px;
    }

    .page-index .p-mainvisual__box:after
    {
        top: -2%;
        left: 0;

        width: 1030px;
        height: 100%;
    }
}

@media screen and (max-width: 1000px)
{
    .page-store .p-lead:after
    {
        width: 180px;
        height: 254px;
    }

    .page-telephone .p-lead:after
    {
        width: 211px;
        height: 254px;
    }

    .page-uchiiwai .p-feature .feature01__box__title
    {
        font-size: 2vw;
    }
}

@media screen and (max-width: 768px)
{
    body
    {
        font-size: 1.4rem;
    }

    .sp-hidden
    {
        display: none;
    }

    .pc-hidden
    {
        display: block;
    }

    .p-contact .box
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .p-contact .box__detail .detail-title
    {
        font-size: 5.3vw;
    }

    .l-header .p-gnav .c-flex
    {
        margin-top: 35px;
    }

    .page-subpage .l-main
    {
        padding-top: 90px;
    }

    .c-flex
    {
        display: block;
    }

    .c-flex.list-3,
    .c-flex.list-4
    {
        display: flex;
    }

    .c-flex.list-3 .c-flex__li
    {
        width: calc((100% - (3%))/2);
    }

    .c-flex.list-3 .c-flex__li:nth-child(3n)
    {
        margin-right: 3%;
    }

    .c-flex.list-3 .c-flex__li:nth-child(2n)
    {
        margin-right: 0;
    }

    .c-flex.list-4 .c-flex__li
    {
        width: calc((100% - (3%))/2);
    }

    .c-flex.list-4 .c-flex__li:nth-child(4n)
    {
        margin-right: 3%;
    }

    .c-flex.list-4 .c-flex__li:nth-child(2n)
    {
        margin-right: 0;
    }

    .c-flex.list-4 _:-ms-lang(x)::-ms-backdrop,
    .c-flex.list-4 .c-flex__li
    {
        width: calc((99% - (3%))/2);
    }

    .f-14
    {
        font-size: 1rem;
    }

    .f-wave:after
    {
        margin-top: 5%;

        background-size: 202px;
    }

    .c-information
    {
        padding: 50px 3%;
    }

    .c-information__title
    {
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .pic-fish:before
    {
        display: none;
    }

    .pic-mountain:before
    {
        right: -90px;

        width: 180px;
    }

    .pic-bird:after
    {
        right: 0;

        width: 120px;
    }

    .pic-sun:after
    {
        width: 80px;
    }

    .pic-point-tamanegi:after
    {
        width: 40px;
    }

    .pic-point-present:after
    {
        left: calc(50% - 20px);

        width: 40px;
        height: 62px;
    }

    .pic-point-rappa:after
    {
        left: calc(50% - 33px);

        width: 50px;
    }

    .pic-point-kiku:after
    {
        left: calc(50% - 33px);

        width: 50px;
    }

    .pic-point-hasu:after
    {
        left: calc(50% - 33px);

        width: 50px;
    }

    .c-title
    {
        font-size: 6.5vw;

        margin-bottom: 40px;
    }

    .c-title-global__title
    {
        font-size: 6.5vw;

        margin-bottom: 40px;
    }

    .c-title-border span
    {
        font-size: 6vw;
        line-height: 1.4;
    }

    .c-title-uborder
    {
        font-size: 5.5vw;
    }

    .p-feature .items
    {
        justify-content: space-between !important;
    }

    .p-feature .items img
    {
        width: 152px;
    }

    .p-feature .items__txt
    {
        width: calc(100% - 152px);
    }

    .p-feature .items:nth-child(even)
    {
        margin-left: 0;
    }

    .p-feature .items:nth-child(odd)
    {
        margin-right: 0;

        text-align: left;
    }

    .page-subpage .p-lead__detail .detail-title
    {
        font-size: 5vw;
    }

    .page-subpage .p-service
    {
        padding: 40px 15px;
    }

    .page-subpage .p-service__detail .detail-title
    {
        font-size: 5vw;
    }

    .page-subpage .p-service__detail .icon__lists__li
    {
        font-size: 1.2rem;

        width: 20%;
        margin: 0 7px;
    }

    .page-subpage .p-service__detail .icon__lists__li img
    {
        margin-bottom: 10px;
    }

    .page-awaji .p-popular .box
    {
        margin: 0 auto 70px;
    }

    .page-awaji .p-popular .box__img
    {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .page-awaji .p-popular .box__img img
    {
        position: static;

        width: 100%;
    }

    .page-awaji .p-popular .box__desc
    {
        width: 100%;
    }

    .page-awaji .p-popular .box .desc__title
    {
        font-size: 7vw;
        line-height: 1;

        padding-left: 90px;
    }

    .page-awaji .p-popular .box .desc__title span
    {
        font-size: 1rem;
    }

    .page-awaji .p-popular .box .desc__title::before
    {
        top: 0;

        width: 70px;
    }

    .page-awaji .p-popular .box .desc__title::after
    {
        width: 70px;
    }

    .page-awaji .p-popular .box .desc__season
    {
        font-size: 1.6rem;
    }

    .page-awaji .p-popular .box .desc__detail .detail-title
    {
        font-size: 1.8rem;
    }

    .page-awaji .p-popular .box .desc__detail .detail-btn
    {
        font-size: 1.8rem;
    }

    .page-awaji .p-popular .box:nth-child(odd)
    {
        margin-left: auto;
    }

    .page-awaji .p-popular .box:nth-child(odd) .box__img
    {
        margin: 0 0 30px 0;
    }

    .page-awaji .p-popular .box:nth-child(even) .desc__title
    {
        padding-left: 80px;
    }

    .page-awaji .p-popular .box:nth-child(even) .desc__title:before,
    .page-awaji .p-popular .box:nth-child(even) .desc__title:after
    {
        width: 55px;
    }

    .page-awaji .p-popular .box:nth-child(4) .box__desc.pic-sun:after
    {
        top: 0;
        right: 0;
        left: auto;
    }

    .page-contact .p-form .c-flex
    {
        font-size: 1.8rem;
    }

    .page-contact .p-form__input
    {
        width: 100%;
    }

    .page-contact .p-form .btn-submit input
    {
        font-size: 2rem;

        width: 100%;

        background-size: 20px !important;
    }

    .page-houji .p-feature__inner .box
    {
        width: 100%;
    }

    .page-houji .p-feature__inner .box .c-title-uborder::before
    {
        top: -65px;
        left: calc(50% - 25px);

        width: 50px;
        height: 50px;
    }

    .page-houji .p-feature__inner .box .items img
    {
        width: 120px;
    }

    .page-houji .p-feature__inner .box .items__txt
    {
        width: calc(100% - 140px);
    }

    .page-index .p-mainvisual:after
    {
        margin-top: 0;
        padding-top: 0;
    }

    .page-index .p-mainvisual__inner
    {
        position: relative;

        display: flex;
        overflow: hidden;

        width: 100%;

        justify-content: center;
    }

    .page-index .p-mainvisual__txt
    {
        font-size: 6vw;

        padding-bottom: 50px;
    }

    .page-index .p-mainvisual__box
    {
        top: auto;
        bottom: 0;
        left: 0;

        max-width: 100%;
        padding-bottom: 15px;
    }

    .page-index .p-mainvisual__box #mv-image-sp
    {
        position: relative;
        z-index: 2;

        margin-top: -50px;
        margin-left: 0;

        -webkit-filter: drop-shadow(5px 10px 0 #fff);

                filter: drop-shadow(5px 10px 0 #fff);
    }

    .page-index .p-mainvisual__box:before
    {
        bottom: 0;
        left: calc(50% - 220px);

        width: 500px;
    }

    .page-index .p-mainvisual__box:after
    {
        top: -60px;
        left: 0;

        width: 100%;

        background: url(../images/mv-bk-sp.svg) no-repeat top left;
        background-size: 100% !important;
    }

    .page-index .p-mainvisual .ie-mv
    {
        display: none;
    }

    .page-index .p-service .c-flex
    {
        display: block;
    }

    .page-index .p-service .box
    {
        width: 100%;
        margin-bottom: 50px;
    }

    .page-index .p-service .box__detail .detail-title
    {
        font-size: 5vw;
    }

    .page-index .p-about__txt
    {
        margin-bottom: 30px;
    }

    .page-index .p-about .c-flex
    {
        display: block;
    }

    .page-index .p-about .box
    {
        width: 100%;
    }

    .page-index .p-about .box__img
    {
        width: 160px;
    }

    .page-index .p-about .box__img img
    {
        width: 320px;

        -webkit-animation-name: index-about-sp;

                animation-name: index-about-sp;
    }

    .page-index .p-about .box__detail .detail-title
    {
        font-size: 5.3vw;
        line-height: 1.4;

        margin-bottom: 15px;
    }

    .page-index .p-about .box:nth-child(2)
    {
        margin: 50px 0;
    }

    .page-store .p-lead
    {
        padding-bottom: 176px;
    }

    .page-store .p-lead:before
    {
        bottom: 5%;

        width: 80px;
        height: 83px;
    }

    .page-store .p-lead:after
    {
        width: 112px;
        height: 158px;
    }

    .page-store .p-storeinfo__box .box__txt
    {
        width: 290px;
        margin: 0 auto 50px;
    }

    .page-store .p-storeinfo__box .box__txt td,
    .page-store .p-storeinfo__box .box__txt th
    {
        padding: 2% 0;
    }

    .page-store .p-storeinfo__box .box__img
    {
        width: 100%;
    }

    .page-store .p-storeinfo__box .box__img::before
    {
        top: -20px;
        left: 0;
    }

    .page-telephone .p-lead
    {
        padding-bottom: 176px;
    }

    .page-telephone .p-lead:before
    {
        bottom: 5%;

        width: 80px;
        height: 91px;
    }

    .page-telephone .p-lead:after
    {
        width: 131px;
        height: 158px;
    }

    .page-telephone .p-req .c-flex .box
    {
        width: 100%;
    }

    .page-telephone .p-req .c-flex .box .box-title
    {
        font-size: 1.6rem;
    }

    .page-telephone .p-req .c-flex .box .box-img
    {
        margin: 10px auto;
    }

    .page-telephone .p-step .box .c-flex__li
    {
        width: 100%;
        margin-bottom: 120px;
    }

    .page-telephone .p-step .box .c-flex__li:after
    {
        display: none;
    }

    .page-telephone .p-step .box .c-flex__li:before
    {
        top: -80px;
    }

    .page-uchiiwai .p-feature .c-title-border
    {
        padding-left: 90px;
    }

    .page-uchiiwai .p-feature .feature01
    {
        text-align: left;
    }

    .page-uchiiwai .p-feature .feature01 .c-title-border:before
    {
        top: -18px;
    }

    .page-uchiiwai .p-feature .feature02 .c-title-border:before
    {
        top: -18px;
    }

    .page-uchiiwai .p-feature .feature03 .c-title-border:before
    {
        top: -18px;
    }

    .page-uchiiwai .p-feature__inner > .c-flex
    {
        display: block;
    }

    .page-uchiiwai .p-feature__inner
    {
        padding: 60px 15px;
    }

    .page-uchiiwai .p-feature .feature01__txt
    {
        margin: 0;

        text-align: left;
    }

    .page-uchiiwai .p-feature .feature01 > .c-flex
    {
        display: block;
    }

    .page-uchiiwai .p-feature .feature01__box
    {
        width: 100%;
        margin-bottom: 80px;
        padding: 0;

        border: none;
    }

    .page-uchiiwai .p-feature .feature01__box:last-child
    {
        margin-bottom: 0;
    }

    .page-uchiiwai .p-feature .feature01__box__title
    {
        font-size: 5vw;

        text-align: center;
    }

    .page-uchiiwai .p-feature .feature01__box .items.present02 img
    {
        width: 18%;
        margin-top: -60px;
    }

    .page-uchiiwai .p-feature .feature02,
    .page-uchiiwai .p-feature .feature03
    {
        width: 100%;
        margin-bottom: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@-webkit-keyframes index-about
{
    from
    {
        margin-left: 0;
    }

    50%
    {
        margin-left: -214px;
    }

    to
    {
        margin-left: 0;
    }
}

@keyframes index-about
{
    from
    {
        margin-left: 0;
    }

    50%
    {
        margin-left: -214px;
    }

    to
    {
        margin-left: 0;
    }
}

@-webkit-keyframes index-about-sp
{
    from
    {
        margin-left: 0;
    }

    50%
    {
        margin-left: -160px;
    }

    to
    {
        margin-left: 0;
    }
}

@keyframes index-about-sp
{
    from
    {
        margin-left: 0;
    }

    50%
    {
        margin-left: -160px;
    }

    to
    {
        margin-left: 0;
    }
}

@-webkit-keyframes index-service
{
    from
    {
        background-position: 0 0;
    }

    25%
    {
        background-position: -248px 0;
    }

    50%
    {
        background-position: -496px -0;
    }

    75%
    {
        background-position: -248px 0;
    }

    100%
    {
        background-position: 0 0;
    }
}

@keyframes index-service
{
    from
    {
        background-position: 0 0;
    }

    25%
    {
        background-position: -248px 0;
    }

    50%
    {
        background-position: -496px -0;
    }

    75%
    {
        background-position: -248px 0;
    }

    100%
    {
        background-position: 0 0;
    }
}
