@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* Tools */
/*
  var : 共通変数
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px?991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px?
*/
/* media quary */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.m0 {
    margin: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.pd-none {
    padding: 0 !important;
}

/*  hide anchor */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.show {
    display: block;
}

.hide {
    display: none;
}

/*  box layout */
/*----------------------------------------------------------------------------------------------------------------------------------------*/


:root {
    font-size: 62.5%;
}






/*********************
  Media Query Classes
**********************/


@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

/*******************
  Utility Classes
*******************/
.hide {
    display: none !important;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center,
.center-align {
    text-align: center;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.no-select,
input[type=range],
input[type=range] + .thumb {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.circle {
    border-radius: 50%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-padding {
    padding: 0 !important;
}

span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #B73044;
    border-radius: 2px;
}

span.badge.new:after {
    content: " new";
}

span.badge[data-badge-caption]::after {
    content: " "attr(data-badge-caption);
}

nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px;
    -webkit-font-smoothing: auto;
}

.collection-item span.badge {
    margin-top: calc(0.75rem - 11px);
}

.collapsible span.badge {
    margin-left: auto;
}

.sidenav span.badge {
    margin-top: calc(24px - 11px);
}

table span.badge {
    display: inline-block;
    float: none;
    margin-left: auto;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

.col .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.section.no-pad {
    padding: 0;
}

.section.no-pad-bot {
    padding-bottom: 0;
}

.section.no-pad-top {
    padding-top: 0;
}



.btn,
.btn-large,
.btn-small,
.btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
}

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
    font-size: 14px;
    outline: 0;
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
    background-color: #8f2535;
}

.btn,
.btn-large,
.btn-small {
    text-decoration: none;
    color: #fff;
    background-color: #B73044;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #ca364c;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #B73044;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating:hover {
    background-color: #B73044;
}

.btn-floating:before {
    border-radius: 0;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0;
}

.btn-floating.btn-large.halfway-fab {
    bottom: -28px;
}

.btn-floating.btn-large i {
    line-height: 56px;
}

.btn-floating.btn-small {
    width: 32.4px;
    height: 32.4px;
}

.btn-floating.btn-small.halfway-fab {
    bottom: -16.2px;
}

.btn-floating.btn-small i {
    line-height: 32.4px;
}

.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px;
}

.btn-floating.halfway-fab.left {
    right: auto;
    left: 24px;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

button.btn-floating {
    border: none;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}

.fixed-action-btn.active ul {
    visibility: visible;
}

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
    padding: 0 0 0 15px;
}

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    /*width 100% only goes to width of button container */
    width: 500px;
}

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
    display: inline-block;
    margin: 7.5px 15px 0 0;
}

.fixed-action-btn.direction-right {
    padding: 0 15px 0 0;
}

.fixed-action-btn.direction-right ul {
    text-align: left;
    direction: rtl;
    left: 64px;
    right: auto;
}

.fixed-action-btn.direction-right ul li {
    margin: 7.5px 0 0 15px;
}

.fixed-action-btn.direction-bottom {
    padding: 0 0 15px 0;
}

.fixed-action-btn.direction-bottom ul {
    top: 64px;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.fixed-action-btn.direction-bottom ul li {
    margin: 15px 0 0 0;
}

.fixed-action-btn.toolbar {
    padding: 0;
    height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
    opacity: 0;
}

.fixed-action-btn.toolbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.fixed-action-btn.toolbar ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    -webkit-transition: none;
    transition: none;
}

.fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
    line-height: inherit;
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
}

.fixed-action-btn ul li {
    margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #B73044;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.btn-flat:focus,
.btn-flat:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default;
}

.btn-large {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 28px;
}

.btn-large i {
    font-size: 1.6rem;
}

.btn-small {
    height: 32.4px;
    line-height: 32.4px;
    font-size: 13px;
}

.btn-small i {
    font-size: 1.2rem;
}

.btn-block {
    display: block;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none;
}

.waves-effect img {
    position: relative;
    z-index: -1;
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-block {
    display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
    z-index: -1;
}

.collapsible {
    border-top: 1px solid #ccc;
    margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.collapsible-header:before,
.collapsible-header:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 18px;
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #ccc;
}

.collapsible-header:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.active .collapsible-header:before,
.active .collapsible-header:after {
    background: #c30d23;
}

.active .collapsible-header:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
    padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
    line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px;
}

.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.collapsible.popout > li {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout > li.active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0;
}

.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
}

.materialboxed:hover:not(.active) {
    opacity: .8;
}

.materialboxed.active {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity;
}

.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased;
}

select:focus {
    outline: 1px solid #fbc5cb;
}

button:focus {
    outline: none;
    background-color: #c7344a;
}

label {
    font-size: 0.8rem;
    color: #ccc;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
    color: white;
}

::-ms-input-placeholder {
    color: white;
}

::-webkit-input-placeholder {
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

::placeholder {
    color: white;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    background-color: #F6F8F9;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    height: auto;
    width: 100%;
    font-size: 15px;
    margin: 0 0 4px 0;
    padding: 0.8em 0.8em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #c30d23;
    -webkit-box-shadow: 0 1px 0 0 #c30d23;
    box-shadow: 0 1px 0 0 #c30d23;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #c30d23;
}

input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
    color: #c30d23;
}

input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
    color: #f00;
}

input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
    width: 100%;
}

/* Validation Sass Placeholders */
input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
    border-bottom: 1px solid #c30d23;
    -webkit-box-shadow: 0 1px 0 0 #c30d23;
    box-shadow: 0 1px 0 0 #c30d23;
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
    border-bottom: 1px solid #f00;
    -webkit-box-shadow: 0 1px 0 0 #f00;
    box-shadow: 0 1px 0 0 #f00;
    background-color: #FDF0EF;
}

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error],
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after,
.select-wrapper.valid ~ .helper-text:after {
    content: attr(data-success);
    color: #c30d23;
}

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after,
.select-wrapper.invalid ~ .helper-text:after {
    content: attr(data-error);
    color: #f00;
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after,
.select-wrapper + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
    margin-bottom: 1rem;
}

.input-field.col label {
    left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem);
}

.input-field > label {
    color: #999;
    position: absolute;
    top: 0.2em;
    left: 1em;
    font-size: 1.5rem;
    line-height: 1;
    cursor: text;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

.input-field > label:not(.label-icon).active {
    left: 0;
    -webkit-transform: translateY(-18px) scale(0.8);
    transform: translateY(-18px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input-field .helper-text {
    position: relative;
    min-height: 1.4em;
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.input-field .prefix {
    position: absolute;
    width: auto;
    font-size: 1.8rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: auto-1.8rem/2;
}

.input-field .prefix.active {
    color: #c30d23;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
    margin-left: 3rem;
}

/* Search Field */
.input-field input[type=search] {
    display: block;
    line-height: inherit;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
}

.nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-field input[type=search]:focus:not(.browser-default) {
    background-color: #F6F8F9;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
    color: #444;
}

.input-field input[type=search] + .label-icon {
    -webkit-transform: none;
    transform: none;
    left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 1.8rem;
    -webkit-transition: .3s color;
    transition: .3s color;
}

/* Textarea */
textarea {
    width: 100%;
    height: auto;
    background-color: transparent;
}

textarea.materialize-textarea {
    line-height: normal;
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 .8rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hiddendiv {
    visibility: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* future version of deprecated 'word-wrap' */
    padding-top: 1.2rem;
    /* prevents text jump on Enter keypress */
    position: absolute;
    top: 0;
    z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
    color: #444;
}

.autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
}

/* Character Counter */
.character-counter {
    min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
    border: 2px solid #979797;
}

[type="radio"]:not(:checked) + span:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
    border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border: 2px solid #c30d23;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: #c30d23;
}

[type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
    border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
    color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
    border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
    background-color: rgba(0, 0, 0, 0.42);
    border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"] {
    /* checkbox aspect */
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #979797;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #c30d23;
    border-bottom: 2px solid #c30d23;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #c30d23;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #979797;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #F6F8F9;
    border-bottom: 2px solid #F6F8F9;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #B73044;
    background-color: #B73044;
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
    border-radius: 2px;
    border-color: #979797;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
    border-radius: 2px;
    background-color: #B73044;
    border-color: #B73044;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
    border-color: transparent;
    background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
    background-color: #949494;
    border-color: #949494;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #de717e;
}

.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
    left: 18px;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #c30d23;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever:before,
.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, -webkit-transform .1s ease;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
    background-color: rgba(195, 13, 35, 0.15);
}

.switch label .lever:after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(195, 13, 35, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #949494;
}

/* Select Field
   ========================================================================== */
select {
    display: none;
}

select.browser-default {
    display: block;
}

select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: auto;
}

.select-label {
    position: absolute;
}

.select-wrapper {
    position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
    width: 100%;
    pointer-events: none;
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    height: auto;
    line-height: auto;
    width: 100%;
    font-size: 15px;
    margin: 0 0 4px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #c30d23;
}

.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
    position: absolute;
    top: -26px;
    font-size: 0.8rem;
}

select:disabled {
    color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
    color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
    fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.42);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-wrapper i {
    color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.select-dropdown.dropdown-content li:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0, 0, 0, 0.03);
}

.select-dropdown.dropdown-content li:focus {
    background-color: rgba(0, 0, 0, 0.08);
}

.prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.prefix ~ label {
    margin-left: 3rem;
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right;
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
    position: relative;
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}

.file-field input.file-path {
    width: 100%;
}

.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
    float: left;
    height: auto;
    line-height: auto;
}

.file-field span {
    cursor: pointer;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-field input[type=file]::-webkit-file-upload-button {
    display: none;
}

/* Range
   ========================================================================== */
.range-field {
    position: relative;
}

input[type=range],
input[type=range] + .thumb {
    cursor: pointer;
}

input[type=range] {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range] + .thumb {
    position: absolute;
    top: 10px;
    left: 0;
    border: none;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #c30d23;
    margin-left: 7px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #c30d23;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
    color: #F6F8F9;
    margin-left: -1px;
    margin-top: 8px;
    font-size: 10px;
}

input[type=range] {
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #c30d23;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    -webkit-appearance: none;
    background-color: #c30d23;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
}

input[type=range].focused:focus:not(.active)::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 10px rgba(195, 13, 35, 0.26);
    box-shadow: 0 0 0 10px rgba(195, 13, 35, 0.26);
}

input[type=range] {
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
    height: 3px;
    background: #c2c0c2;
    border: none;
}

input[type=range]::-moz-focus-inner {
    border: 0;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #c30d23;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    margin-top: -5px;
}

input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px;
}

input[type=range].focused:focus:not(.active)::-moz-range-thumb {
    box-shadow: 0 0 0 10px rgba(195, 13, 35, 0.26);
}

input[type=range]::-ms-track {
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #777;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #c30d23;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

input[type=range].focused:focus:not(.active)::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(195, 13, 35, 0.26);
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px;
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #B73044;
}

.spinner-blue,
.spinner-blue-only {
    border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
    border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
    border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
    border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    /* 0.5 * ARCSIZE */
    25% {
        -webkit-transform: rotate(270deg);
    }

    /* 1   * ARCSIZE */
    37.5% {
        -webkit-transform: rotate(405deg);
    }

    /* 1.5 * ARCSIZE */
    50% {
        -webkit-transform: rotate(540deg);
    }

    /* 2   * ARCSIZE */
    62.5% {
        -webkit-transform: rotate(675deg);
    }

    /* 2.5 * ARCSIZE */
    75% {
        -webkit-transform: rotate(810deg);
    }

    /* 3   * ARCSIZE */
    87.5% {
        -webkit-transform: rotate(945deg);
    }

    /* 3.5 * ARCSIZE */
    to {
        -webkit-transform: rotate(1080deg);
    }

    /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    /* 0.5 * ARCSIZE */
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    /* 1   * ARCSIZE */
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    /* 1.5 * ARCSIZE */
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    /* 2   * ARCSIZE */
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    /* 2.5 * ARCSIZE */
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    /* 3   * ARCSIZE */
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    /* 3.5 * ARCSIZE */
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }

    /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

#spinnerContainer.cooldown {
    /* duration: SHRINK_TIME */
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.carousel.carousel-slider {
    top: 0;
    left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
    font-size: 15px;
}

.carousel .carousel-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel .carousel-item > img {
    width: 100%;
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
    background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none;
}

/* Layout */
.l-body {
    overflow: hidden;
    width: 100%;
}

.l-body--mypage {
    background: #F8F8F8;
}

body.page-fixed .l-body {
    padding-top: 49px;
}

html.noscroll,
html.noscroll body {
    overflow: hidden;
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.l-footer {
    position: relative;
}

.l-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.l-wrapper.-w1191 {
    max-width: 1191px;
}

.l-wrapper.-w1180 {
    max-width: 1180px;
}

.l-wrapper.-w820 {
    max-width: 870px;
}

.l-wrapper.-full {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.l-full {
    margin: 0 -200%;
    padding: 0 200%;
}

.row.l-w100p {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.l-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.l-content__main {
    max-width: 700px;
    margin-bottom: 40px;
}

.l-content__sub {
    width: 341px;
}

.l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-flex-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-flex {
    list-style: none;
}

.l-flex.-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-flex.-col2 .l-flex__item {
    width: calc(50% - 15px);
}

.l-flex.-col3,
.l-flex.-col6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-flex.-col3 .l-flex__item,
.l-flex.-col6 .l-flex__item {
    width: calc(33.3% - 25px);
}

.l-flex.-col6 .l-flex__item {
    width: calc(100%/6 - 25px);
}

.l-flex-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-flex-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.l-flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.l-flex-sb-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-flex-sb-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.l-flex-c-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-flex-s-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-flex-column-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.l-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-column__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.l-column__main > p:first-child {
    margin-top: -0.4em;
}

.l-column__main + .l-column__sub {
    padding-left: 40px;
}

.l-column__sub + .l-column__main {
    padding-left: 40px;
}

/*
	縦方向に積み上げて以下の順番で左右に並べる
	1 | 2
	3 | 2
	左列に1、3、右列に2が大きく並ぶ
 */
.l-column2-dir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 800px;
}

.l-center-ma {
    margin-right: auto;
    margin-left: auto;
}

.l-center {
    text-align: center;
}

.l-left {
    text-align: left;
}

.l-right {
    text-align: right;
}

.l-top {
    vertical-align: top !important;
}

.l-middle {
    vertical-align: middle !important;
}

.l-bottom {
    vertical-align: bottom !important;
}



.fl-left {
    float: left;
    margin-right: 20px;
}

.fl-right {
    float: right;
    margin-left: 20px;
}

.l-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 100vh;
    background: #ECEFF1;
}

.l-single__inner {
    width: 100%;
    max-width: 600px;
}

.l-single .header {
    position: relative;
    display: block;
    background: transparent;
}

.l-single .footer {
    margin: 0;
    padding: 0 0 100px;
    text-align: center;
    color: #999;
}

.l-single__main {
    padding: 0;
}

.l-single__main__inner {
    padding: 36px 90px;
    background: #fff;
    border-radius: 4px;
}

.l-single__main__title {
    margin: 0 0 0.8em;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.2;
}

.l-single__footer {
    margin: 1em 0;
    font-size: 1.3rem;
    text-align: center;
}

/* Module */
.header {
    position: relative;
    width: 100%;
}
.header .header__head h1{
    color: #eee;
    position: absolute;
    bottom:0%;
    font-size: 1.2rem;
    line-height: 150%;
    position: absolute;
    width: 90%;
    margin: 10px 5%;
}

.header .header__head{
    font-family: a-otf-ryumin-pr6n, serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}
.header .act_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
}

.header .header__head .header__logo {
    margin-top: 54px;
    margin-left: 80px;
}

.header .header__head .header__logo img {
    max-width: 589px;
    width: 100%;
    height: auto;
}

.header .header__head .header__nav-wrap {
    margin-top: 97px;
    margin-right: 60px;
}

.header .header__head .header__nav-wrap .header__nav-link {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .header__head .header__nav-wrap .header__nav-link.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header__head .header__nav-wrap .header__nav-link .online-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: 383px;
    height: 61px;
    border: 1px solid #fff;
    font-size: 2.6rem;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header .header__head .header__nav-wrap .header__nav-link .online-link span {
    position: relative;
    padding-left: 58px;
    line-height: 1;
    letter-spacing: 4px;
}

.header .header__head .header__nav-wrap .header__nav-link .online-link span:before {
    position: absolute;
    content: '';
    width: 36px;
    height: 40px;
    background-image: url("../../assets/img/icon-cart.svg");
    background-size: cover;
    top: -5px;
    left: 0;
}

.header .header__head .header__nav-wrap .header__nav-link .online-link:hover {
    background-color: #6d1612;
    border: 1px solid #6d1612;
}

.header .header__page-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 302px;
    background-image: url("../../assets/img/index/header_page_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 10000;
}

.header .header__page-nav .l-wrapper {
    width: 100%;
    height: 100%;
    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;
}

.header .header__page-nav .l-wrapper .page-nav__title {
    font-size: 4.8rem;
    line-height: calc(60/48);
    color: #fff;
    letter-spacing: 0.5em;
    white-space: nowrap;
}

.header .header__page-nav .l-wrapper .page-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header__page-nav .l-wrapper .page-nav__list .page-nav__list-items:not(:first-child) {
    margin-left: 20px;
}

.header .header__page-nav .l-wrapper .page-nav__list .page-nav__list-items a {
    display: block;
}

.header .header__page-nav .l-wrapper .page-nav__list .page-nav__list-items a img {
    max-width: 174px;
    height: auto;
}

.header .header__main img {
    width: 100%;
    height: auto;
}

.gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gnav .gnav__items {
    position: relative;
    padding: 0 26px;
    line-height: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

.gnav .gnav__items a {
    font-size: 2.4rem;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0.14em;
}

.gnav .gnav__items a:hover {
    color: #6d1612;
    font-weight: bold;
}

.gnav .gnav__items:last-child {
    padding: 0 0 0 26px;
}

.gnav .gnav__items:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background-color: #fff;
}

.gnav .gnav__items:last-child:after {
    display: none;
}

.footer-nav {
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 62px;
    padding-bottom: 71px;
}

.footer-nav .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
    color: #9da1a7;
    font-weight: bold;
    line-height: 1;
}

.footer-nav .footer-nav__list .footer-nav__items {
    color: #9da1a7;
    -webkit-transition: 1s;
    transition: 1s;
}

.footer-nav .footer-nav__list .footer-nav__items:hover {
    color: #fff;
}

.footer {
    width: 100%;
    height: 576px;
    background-image: url("../../assets/img/footer/footer__bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .footer__logo {
    margin: 0 auto;
    width: 400px;
    height: auto;
}

.footer .footer__logo img {
    width: 100%;
}

.text.-green {
    color: #84C204;
    border-color: #84C204;
}

.text.-blue {
    color: #0B70C9;
    border-color: #0B70C9;
}

.text.-gray {
    color: #BBBBBB;
    border-color: #BBBBBB;
}

.text.-red {
    color: #b7282e;
    border-color: #E00C3A;
}

.text.-pink {
    color: #FF5B5B;
    border-color: #FF5B5B;
}

.text.-orange {
    color: #FF8C01;
    border-color: #FF8C01;
}

.text.-underline {
    padding-bottom: 0.1em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.text.-bold {
    font-weight: 600 !important;
}

.text.-normal {
    font-weight: normal !important;
}

.text.-nowrap {
    white-space: nowrap !important;
}

.text.-large {
    font-size: 2rem !important;
}

.text.-small {
    font-size: 1.3rem !important;
}

.text.-medium {
    font-size: 1.6rem !important;
}

.text-xxlarger {
    font-size: 1.6em;
}

.text-xlarger {
    font-size: 1.4em;
}

.text-larger {
    font-size: 1.2em;
}

.text-smaller {
    font-size: 0.8em;
}

.fz10 {
    font-size: 1.0rem;
}

.fz11 {
    font-size: 1.1rem;
}

.fz12 {
    font-size: 1.2rem;
}

.fz13 {
    font-size: 1.3rem;
}

.fz14 {
    font-size: 1.4rem;
}

.fz15 {
    font-size: 1.5rem;
}

.fz16 {
    font-size: 1.6rem;
}

.fz17 {
    font-size: 1.7rem;
}

.fz18 {
    font-size: 1.8rem;
}

.fz19 {
    font-size: 1.9rem;
}

.fz20 {
    font-size: 2.0rem;
}

.lh1 {
    line-height: 1;
}

.lh1-1 {
    line-height: 1.1;
}

.lh1-2 {
    line-height: 1.2;
}

.lh1-3 {
    line-height: 1.3;
}

.lh1-4 {
    line-height: 1.4;
}

.lh1-5 {
    line-height: 1.5;
}

.lh1-6 {
    line-height: 1.6;
}

.lh1-7 {
    line-height: 1.7;
}

.lh1-8 {
    line-height: 1.8;
}

.lh1-9 {
    line-height: 1.9;
}

.lh2 {
    line-height: 2;
}

.box,
.boxType2,
.boxNote,
.boxNotice {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 1.5em 2em;
    border: 1px solid #c30d23;
}

.box p,
.boxType2 p,
.boxNote p,
.boxNotice p {
    margin-bottom: 1em;
}

.box > *:first-child,
.boxType2 > *:first-child,
.boxNote > *:first-child,
.boxNotice > *:first-child {
    margin-top: 0;
}

.box > *:last-child,
.boxType2 > *:last-child,
.boxNote > *:last-child,
.boxNotice > *:last-child {
    margin-bottom: 0;
}

.boxType2 {
    border: none;
    background-color: #F6F8F9;
}

.boxNote {
    border: none;
    background: #f5f5f5;
}

.boxNotice {
    border: none;
    background: #fff680;
}

.boxBorder {
    border: solid 1px #ccc;
}

.boxBorderTop {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: solid 1px #ccc;
}

a.button {
    background-color: #1ae29c;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 39px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-box-shadow: 0 2px 8px 0 #1ae29c;
    box-shadow: 0 2px 8px 0 #1ae29c;
    max-width: 315px;
    height: 60px;
    font-size: 1.8rem;
    padding-top: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px transparent;
    line-height: 1;
}

a.button:hover {
    background-color: #fff;
    color: #1ae29c;
    -webkit-box-shadow: 0 2px 6px 0 rgba(26, 226, 156, 0.4);
    box-shadow: 0 2px 6px 0 rgba(26, 226, 156, 0.4);
}

a.button-small {
    max-width: 150px;
    margin-top: 47px;
    font-size: 1.3rem;
    height: 40px;
    padding-top: 12px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(255, 4, 4, 0.3);
    box-shadow: 0 2px 6px 0 rgba(255, 4, 4, 0.3);
    position: relative;
    background-color: #fff;
    color: #f1464a;
    border: solid 1px #f1464a;
    display: block;
    font-weight: bold;
    border-radius: 39px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1;
}

a.button-small:after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    margin-left: 1em;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    border-right: solid 2px #f1464a;
    border-top: solid 2px #f1464a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

a.button-small:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgba(255, 4, 4, 0.6);
    box-shadow: 0 4px 12px 0 rgba(255, 4, 4, 0.6);
}

a.btn:link,
a.btn-large:link,
a.btn-small:link,
a.btn:visited,
a.btn-large:visited,
a.btn-small:visited {
    color: #fff;
}

a.btn:hover,
a.btn-large:hover,
a.btn-small:hover {
    text-decoration: none;
}

.btn i,
.btn-large i,
.btn-small i {
    font-size: 1.5rem;
    margin-right: 4px;
}

.btn.-big,
.-big.btn-large,
.-big.btn-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 196px;
    min-height: 94px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

.btn.-big .small,
.-big.btn-large .small,
.-big.btn-small .small {
    font-size: 1.4rem;
}

.btn.-big strong,
.-big.btn-large strong,
.-big.btn-small strong {
    font-size: 2.2rem;
}

.btn.-long,
.-long.btn-large,
.-long.btn-small {
    width: 570px;
}

.btn.-w100p,
.-w100p.btn-large,
.-w100p.btn-small {
    width: 100%;
}

.btn.-shadowoff,
.-shadowoff.btn-large,
.-shadowoff.btn-small {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
}

.btn.-round,
.-round.btn-large,
.-round.btn-small {
    height: auto;
    padding: 0.5em 2em;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 100em;
}

.btn.-blue,
.-blue.btn-large,
.-blue.btn-small {
    background-color: #c30d23 !important;
}

.btn.-white,
.-white.btn-large,
.-white.btn-small {
    color: #333 !important;
    background-color: #fff !important;
}

.btn.-googleplus,
.-googleplus.btn-large,
.-googleplus.btn-small {
    background-color: #DB4437 !important;
}

.btn.-googleplus:hover,
.-googleplus.btn-large:hover,
.-googleplus.btn-small:hover {
    background-color: #e36c62 !important;
}

.btn.-amazon,
.-amazon.btn-large,
.-amazon.btn-small {
    background-color: #FF9900 !important;
}

.btn.-amazon:hover,
.-amazon.btn-large:hover,
.-amazon.btn-small:hover {
    background-color: #ffad33 !important;
}

.btn.-facebook,
.-facebook.btn-large,
.-facebook.btn-small {
    background-color: #3B5998 !important;
}

.btn.-facebook:hover,
.-facebook.btn-large:hover,
.-facebook.btn-small:hover {
    background-color: #4c70ba !important;
}

.btn.-submit,
.-submit.btn-large,
.-submit.btn-small {
    padding: 0.55em 2em 0.5em;
    font-size: 1.7rem;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

.btn.-submit i,
.-submit.btn-large i,
.-submit.btn-small i {
    position: relative;
    left: 0;
    top: 1px;
    margin-top: 0;
    margin-right: 0.2em;
    font-size: 2rem;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

.btn.-submit:hover,
.-submit.btn-large:hover,
.-submit.btn-small:hover {
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    border-color: #c30d23;
}

.btn.-submit:hover i,
.-submit.btn-large:hover i,
.-submit.btn-small:hover i {
    left: 0.2em;
}

.form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin: 20px 0 15px;
    border-bottom: 1px dotted #fff;
}

.form-box.-last-part {
    margin: 20px 0 35px;
}

.form-box.-other-type {
    border-bottom: none;
    padding-bottom: 0;
}

.form-box.-bottom-large {
    margin-bottom: 40px;
}

.form-box .form-box__title {
    width: 308px;
    text-align: right;
    vertical-align: middle;
    padding: 0 86px 0 0;
}

.form-box .form-box__title.-textarea {
    vertical-align: top;
}

.form-box .form-box__title label {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

.form-box .form-box__title.-must-mark label {
    position: relative;
}

.form-box .form-box__title.-must-mark label:after {
    position: absolute;
    content: "必須";
    top: 0;
    right: -60px;
    width: 42px;
    height: 17px;
    padding-top: 2px;
    color: #c30d23;
    text-align: center;
    border-radius: 8px;
    line-height: 1;
    font-size: 1.1rem;
    background-color: yellow;
}

.form-box .form-box__contents {
    width: calc(740px - 308px);
}

.form-box .form-box__contents .address {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.form-box .form-box__contents .td-text {
    color: #fff;
}

.form-box .form-box__contents .addressInput {
    display: inline-block;
    width: 15%;
    margin: 0 10px 15px;
}

.form-box .form-box__contents label.text {
    margin-right: 18px;
    font-size: 1.3rem;
    color: #fff;
}

textarea {
    background-color: #fff;
    min-height: 116px;
}

input[type=text]:not(.browser-default) {
    margin: 0;
}

input[type]:focus,
textarea:focus {
    background-color: #FFFDE7;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: static;
    opacity: 1;
    margin-right: 5px;
    pointer-events: auto;
}

.submit-contents button {
    width: 244px;
    height: 42px;
    padding: 0;
}

.submit-contents input {
    width: 244px;
    padding: 11px 0;
    line-height: 1;
    font-size: 20px;
    color: #c30d23;
    font-weight: bold;
}

.bg-red {
    background: #E00C3A;
}

.bg-gray {
    background: #888888;
}

.bg-lightgray {
    background: #f5f5f5;
}

.table.-type1 {
    border-bottom: 1px solid #B73044;
}

.table.-type1 th,
.table.-type1 td {
    border-top: 1px solid #B73044;
    border-bottom: none;
    border-right: 0;
    border-left: 0;
    vertical-align: top;
    line-height: 1.88;
    background: transparent;
}

.table.-type1 th {
    padding-left: 2em;
    text-align: right;
    white-space: nowrap;
}

.table.-type1 td {
    text-align: left;
    padding-left: 2em;
}

.table.-type2 {
    border-bottom: 1px solid #ccc;
}

.table.-type2 th,
.table.-type2 td {
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-right: 0;
    border-left: 0;
    vertical-align: top;
    line-height: 1.88;
    background: transparent;
}

.table.-type2 th {
    white-space: nowrap;
}

.table.-type2 thead th,
.table.-type2 thead td {
    border-top: none;
}

.table.-type2 thead th {
    width: 80px;
    color: #666;
}

.table.-type2 thead th:nth-child(2) {
    width: 45%;
    background-color: #ECEFF1;
}

.table.-type2 thead th:nth-child(3) {
    width: 45%;
    background-color: #DBE0E3;
}

.table.-type2 tbody div div {
    width: 47%;
}

.table.-type3 {
    font-size: 1.6rem;
}

.table.-type3 th {
    width: 50%;
    border: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.table.-type3 th.col1 {
    background-color: #666;
}

.table.-type3 th.col2 {
    background-color: #c30d23;
}

.table.-type3 td {
    padding: 1em;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
}

.table.-type3 td.col1 {
    background-color: #F6F8F9;
}

.table.-type3 td.col2 {
    font-weight: bold;
    background-color: #fff;
}

.table.-type3 tr:nth-child(even) td.col1 {
    background-color: #ECEFF1;
}

.table.-type3 tr:nth-child(even) td.col2 {
    background-color: #D8F4F8;
}

.table.-price thead tr {
    border: none;
}

.table.-price thead th {
    color: #333;
    font-weight: normal;
    font-size: 2rem;
    border: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    vertical-align: top;
}

.table.-price tbody tr {
    border: none;
}

.table.-price tbody th,
.table.-price tbody td {
    width: 33%;
    padding: 1em;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
}

.table.-price tbody th {
    font-weight: normal;
    background-color: #F0F3F5;
}

.table.-price tbody td {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.table.-price tbody .col1 {
    background-color: rgba(255, 202, 40, 0.3);
}

.table.-price tbody .col2 {
    background-color: #D8F4F8;
}

.table.-price tbody tr:nth-child(even) th {
    background-color: #fff;
}

.table.-price tbody tr:nth-child(even) .col1 {
    background-color: #fff;
}

.table.-price tbody tr:nth-child(even) .col2 {
    background-color: #F7FDFE;
}

.table.-price tbody .fa-circle {
    font-size: 26px;
    color: #c30d23;
}

.table.-price thead .col1 {
    border: 3px solid #6d1612;
    border-bottom: none;
}

.table.-price tbody .col1 {
    border: 3px solid #6d1612;
    border-width: 0 3px;
}

.table.-price tbody tr:last-child .col1 {
    border-bottom-width: 3px;
}

.table.-price .plan {
    padding: 15px 15px 20px;
    vertical-align: top;
}

.table.-price .plan__title {
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
}

.table.-price .plan__price {
    margin-bottom: 2px;
    font-size: 2rem;
    font-weight: bold;
    color: #c30d23;
}

.table.-price .plan__price strong {
    font-size: 1.5em;
}

.table.-price .plan__price .small {
    font-size: 0.75em;
}

.table.-price .notice {
    display: block;
    padding-top: 0.2em;
    text-align: center;
    font-size: 1.3rem;
    font-weight: normal;
}

a.arrow:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    content: "\f0da";
    position: relative;
    margin-right: 0.2em;
    font-size: 1em;
}

.mouse-ul:hover {
    text-decoration: underline;
}

/*
  var : 共通変数
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px?991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px?
*/
.list,
.list.-arrow,
.list.-arrow2,
.list.-circle,
.list.-check,
.list.-link {
    padding-left: 0;
    list-style: none;
}

.list > li,
.list.-arrow > li,
.list.-arrow2 > li,
.list.-circle > li,
.list.-check > li,
.list.-link > li {
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 1.8rem;
    line-height: 1.44;
}

.list > li:before,
.list.-arrow > li:before,
.list.-arrow2 > li:before,
.list.-circle > li:before,
.list.-check > li:before,
.list.-link > li:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    content: "\f111";
    position: absolute;
    left: 0.4rem;
    top: 0.4em;
    color: #78909C;
    font-size: 10px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.list.-none,
.list.-iconFa,
.list.-circleGreen {
    padding-left: 0;
}

.list.-none > li,
.list.-iconFa > li,
.list.-circleGreen > li {
    padding-left: 0;
}

.list.-none > li:before,
.list.-iconFa > li:before,
.list.-circleGreen > li:before {
    content: none;
}

.list.-number li {
    position: relative;
    padding-left: 2.5em;
}

.list.-alpha li {
    position: relative;
    padding-left: 2.5em;
}

.list.-indent li {
    position: relative;
    margin-left: 1.5em;
}

.-arrow.list,
.list.-arrow2,
.list.-circle,
.list.-check,
.list.-link {
    margin-left: 0.1em;
}

.-arrow.list li,
.list.-arrow2 li,
.list.-circle li,
.list.-check li,
.list.-link li {
    padding-left: 1em;
}

.-arrow.list li:before,
.list.-arrow2 li:before,
.list.-circle li:before,
.list.-check li:before,
.list.-link li:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    content: "\f054";
    top: 0.4em;
    left: 2px;
    line-height: 1;
    color: #ddd;
    font-size: 1.2rem;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.-arrow.-down.list li:before,
.-down.list.-arrow2 li:before,
.-down.list.-circle li:before,
.-down.list.-check li:before,
.-down.list.-link li:before {
    content: "\f0d7";
}

.-arrow2.list li {
    padding-left: 1em;
}

.-arrow2.list li:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    content: "\f0da";
    top: 0.3em;
    left: 4px;
    line-height: 1;
    color: #78909C;
    font-size: 1.4rem;
}

.-arrow2.-down.list li:before {
    content: "\f0d7";
}

.list.-arrow3 li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}

.list.-arrow3 li:nth-child(odd) {
    background-color: #F6F8F9;
}

.list.-arrow3 li:before {
    content: none;
}

.list.-arrow3 li a {
    display: block;
    padding: 0.6em 1em 0.6em 0.4em;
    color: #333;
}

.list.-arrow3 li a:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    content: "\f0da";
    top: 0.3em;
    left: 4px;
    margin-right: 0.5em;
    line-height: 1;
    color: #78909C;
    font-size: 1.4rem;
}

.list.-arrow3 li a:hover {
    background-color: rgba(195, 13, 35, 0.3);
    text-decoration: none;
}

.list.-arrow3 li a:hover:before {
    color: #c30d23;
}

.-circle.list li:before {
    content: "\f111";
    top: 0.2em;
    left: 0.7em;
    color: #78909C;
}

.-check.list li:before {
    content: "\f00c";
    top: 0.2em;
    left: 0.7em;
    color: #B73044;
}

.-link.list li:before {
    color: #B73044;
}

.-link.list a:link {
    color: #B73044;
}

.list.-type2 {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #c30d23;
}

.list.-type2 > li {
    font-size: 1.8rem;
    font-weight: bold;
    list-style: none;
    color: #c30d23;
}

.list.-type2 > li:before {
    content: none;
}

.list.-iconFa > li,
.list.-circleGreen > li {
    padding-left: 1.4em;
    line-height: 1.6;
}

.list.-iconFa > li i.far,
.list.-circleGreen > li i.far,
.list.-iconFa > li i.fas,
.list.-circleGreen > li i.fas,
.list.-iconFa > li i.fab,
.list.-circleGreen > li i.fab {
    position: absolute;
    left: 0;
    top: 0.3em;
}

.list.-circleGreen {
    margin: 0;
}

.list.-circleGreen > li {
    padding-left: 1em;
    line-height: 1.6;
}

.list.-circleGreen > li i.far,
.list.-circleGreen > li i.fas,
.list.-circleGreen > li i.fab {
    position: absolute;
    left: 0;
    top: 0.6em;
    color: #B73044;
    font-size: 0.8em;
}

.list.-inline li {
    display: inline-block;
}

.listSns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
}

.listSns__item {
    margin-right: 20px;
}

.listSns__item.-facebook {
    margin-top: -9px;
}

.accordion-button {
    margin-bottom: 8px;
    cursor: pointer;
    display: inline-block;
}

.accordion-button:hover {
    text-decoration: underline;
}

.accordion-button img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 10px 0 8px;
}

.accordion-button.active img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.accordion-content {
    display: none;
}

.label-title {
    display: block;
    width: 100%;
    padding: 7px 12px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: 2px solid #fff;
}

.burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 48px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.burger:focus {
    outline: none;
    background: transparent;
}

.burger .burger__text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 9px;
    font-family: Helvetica;
    font-size: 1rem;
    color: #37474F;
}

.burger .x,
.burger .y,
.burger .z {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 14px;
    margin: 0;
    height: 1px;
    width: 20px;
    background: #37474F;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.burger .x {
    top: 12px;
}

.burger .y {
    top: 17px;
}

.burger .z {
    top: 22px;
}

.burger .collapse {
    top: 18px;
    -webkit-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
}

.burger .rotate30 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

.burger .rotate150 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

.burger .rotate45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.burger .rotate135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.burger .navbar {
    height: 73px;
    background: #385e97;
}

.widget {
    margin-bottom: 40px;
}

.widget .widget__title {
    margin-bottom: 13px;
    color: #e40c34;
    font-size: 2.2rem;
    line-height: 1.2;
}

.widget .widget__list {
    padding-left: 40px;
    margin-bottom: 10px;
}

.widget .widget__list li {
    margin-bottom: 5px;
    list-style: disc;
}

.widget .widget__list li a {
    color: #555;
}

.widget .widget__list.-no-space {
    padding-left: 0;
    margin-top: 40px;
}

.widget .widget__list .categories {
    list-style: none;
    margin-bottom: 13px;
    color: #e40c34;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: bold;
}

.widget .widget__list .categories ul {
    margin-top: 12px;
    padding-left: 40px;
}

.widget .widget__list .categories ul li.cat-item {
    margin-bottom: 5px;
    font-size: 1.5rem;
    color: #585858;
    line-height: 2.6rem;
    font-weight: normal;
}

.paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.paging__box .paging {
    margin: 0;
}

.paging .paging__item {
    text-align: center;
    margin: 2px;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 600;
}

.paging .paging__item:before {
    content: none;
}

.paging .paging__item a,
.paging .paging__item span {
    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: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #37474F;
    background: #F6F8F9;
}

.paging .paging__item a:hover {
    background: #6d1612;
    text-decoration: none;
}

.paging .paging__item span.current {
    color: #fff;
    background: #e6002d;
}

.paging__box {
    margin-top: 40px;
    text-align: center;
}

.paging__box .wp-pagenavi a,
.paging__box .wp-pagenavi span {
    border: none;
    padding: 3px 7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.paging__box .wp-pagenavi a.page:hover {
    background: #e6002d;
    color: #fff;
}

.bannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.bannerList__item {
    margin: 0 10px 20px;
    width: 150px;
    text-align: center;
}

.bannerList__item a {
    display: inline-block;
}

.bannerList__item img {
    width: 100%;
    max-width: 100%;
}

.case {
    width: calc(33.3% - 34px);
    margin: 0 17px 60px;
}

.case-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px 0;
}

.case__link {
    display: block;
}

.case__link:link {
    color: #01579B;
}

.case__link:visited {
    color: #01579B;
}

.case__link:hover {
    color: #01579B;
    text-decoration: underline;
}

.case__link:active {
    color: #B73044;
}

.case__img {
    width: 100%;
    margin-bottom: 18px;
}

.case__img img {
    width: 100%;
    max-width: 100%;
}

.case__copy {
    margin: 0 0 1em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
}

.case__title {
    margin: 0 0 1.5em;
    font-size: 1.4rem;
    line-height: 1.4;
}

.case__text {
    font-size: 1.4rem;
}

.li-to-crop::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.9) * 1em);
}

.li-to-crop::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.9) * 1em);
}

.lih {
    font-size: 3rem;
    line-height: calc(42/30);
}

.lih::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - calc(42/30)) * 1em);
}

.lih::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - calc(42/30)) * 1em);
}

.lip {
    font-size: 1.6rem;
    line-height: calc(26/16);
}

.lip::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - calc(26/16)) * 1em);
}

.lip::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - calc(26/16)) * 1em);
}

.main-visual {
    background-color: #e6002d;
}

.main-visual .main-visual__head-sec .l-wrapper {
    position: relative;
    padding-bottom: 279px;
}

.main-visual .main-visual__head-sec .main-visual__item01 {
    max-width: 359px;
    margin: 0 auto;
    padding-top: 10px;
}

.main-visual .main-visual__head-sec .main-visual__item01 img {
    width: 100%;
    height: auto;
}

.main-visual .main-visual__head-sec .main-visual__title {
    margin-top: 55px;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
}

.main-visual .main-visual__head-sec .main-visual__text {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 2.1rem;
    letter-spacing: 1.02px;
    text-align: center;
}

.main-visual .main-visual__head-sec .main-visual__contact {
    margin-bottom: 10px;
    line-height: 1.5em;
    margin-top: 18px;
    color: #fff;
    font-size: 2.5rem;
    padding: 0;
}

.main-visual .main-visual__head-sec .main-visual__bg {
    position: absolute;
    width: 100%;
    top: 350px;
    left: 0;
    z-index: 1000;
}

.main-visual .main-visual__bottom-sec {
    position: relative;
}

.main-visual .main-visual__bottom-sec img {
    width: 100%;
}

.main-visual .main-visual__bottom-sec .main-visual__bottom-text {
    position: absolute;
    width: 652px;
    height: auto;
    left: 50%;
    bottom: 31%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-weight: bold;
    text-align: center;
    line-height: 4.9rem;
    color: #fff;
    font-size: 3.1rem;
    z-index: 1000;
    margin-top: 1px;
    word-wrap: break-word;
}

.slick-slider {
    z-index: 1001;
}

.side-slide {
    height: 100%;
}

.flow-slide .slick-slide {
    padding: 5px;
    height: 387px;
}

.flow-slide .slick-slide img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-prev,
.slick-next {
    z-index: 10002;
    width: 30px;
    height: 30px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.slick-active .inner-box__main {
    -webkit-animation: slideFromRight 1.7s ease 0s 1 normal;
    animation: slideFromRight 1.7s ease 0s 1 normal;
}

@-webkit-keyframes slideFromRight {

    0%,
    75% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slideFromRight {

    0%,
    75% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.slide-dots {
    text-align: center;
}

.slide-dots li {
    display: inline-block;
    margin: 0 15px;
}

.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}

.slide-dots li button:before {
    content: '☆';
    font-size: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-dots li.slick-active button:before {
    content: '★';
}

#container {
    width: 100%;
    margin: 0 auto;
    /*中央寄せ*/
    position: relative;
}

#container .item {
    margin: 10px;
    width: 140px;
    padding: 8px;
    border: 1px solid #eee;
}

#container .item.x2 {
    width: 320px;
}

#container .item.x3 {
    width: 500px;
}

#container .item img {
    width: 100%;
}

.grid {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

.grid .grid-item {
    margin: 10px;
    padding: 10px;
}

.grid .grid-item img {
    width: 100%;
}

.grid .grid-item.order1 {
    width: 140px;
}

.grid .grid-item.order2 {
    width: 320px;
}

.grid .grid-item.order3 {
    width: 140px;
}

.hum-wrap {
    display: none;
}

.open {
    /*
  .gnav {
    display: block;
  }
  */
}

.open .hum-wrap .hum .is-open {
    display: none;
}

.open .hum-wrap .hum .is-close {
    display: block;
}

.loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 100001;
}

.loader-bg .loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 100002;
}

.loader-bg .loader img {
    width: 80px;
    height: 80px;
}

.animation.fadeInDown {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animation-slow.fadeInDown {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animation-deep-slow.fadeInDown {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.page-news {
    padding-top: 82px;
    padding-bottom: 103px;
    background-color: #c30d23;
}

.page-news .page-news__title {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.page-news .page-news__inner {
    width: 720px;
    margin: 0 auto;
}

.page-news .page-news__inner .page-news__contents {
    margin-top: 15px;
}

.page-news .page-news__inner .page-news__contents p {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #fff;
    font-weight: bold;
}

.page-news .page-news__inner .page-news__contents p img {
    margin: 30px auto 30px;
    display: block;
}

.page-news .page-news__inner .page-news__list {
    margin-top: 70px;
}

.page-news .page-news__inner .page-news__list .page-news__list-items {
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 65px;
    padding-right: 65px;
    border-top: 1px solid #fff;
}

.page-news .page-news__inner .page-news__list .page-news__list-items .page-news__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-news .page-news__inner .page-news__list .page-news__list-items .page-news__meta .page-news__date {
    margin-right: 18px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

.page-news .page-news__inner .page-news__list .page-news__list-items .page-news__meta .page-news__category {
    padding: 3px 15px;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}

.page-news .page-news__inner .page-news__list .page-news__list-items .page-news__sub-title {
    margin-top: 10px;
    font-size: 2rem;
    line-height: 1.25;
}

.page-news .page-news__inner .page-news__list .page-news__list-items .page-news__sub-title a {
    color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.page-news .page-news__inner .page-news__list .page-news__list-items .page-news__sub-title a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.page-news .page-news__inner .page-news__list .page-news__list-items p {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #fff;
    font-weight: bold;
}

.page-news .page-news__inner .page-news__list .page-news__list-items:last-child {
    border-bottom: 1px solid #fff;
}

.sec-bg:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 248px;
    background-image: url("../../assets/img/index/bg_layer.png");
}

.sec-title {
    position: relative;
    padding-top: 32px;
    margin-left: 15px;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 0.3em;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sec-title span {
    margin-bottom: 32px;
    color: #570000;
    line-height: 1;
}

.sec-title:before {
    position: absolute;
    content: "";
    top: -246px;
    right: -11px;
    width: 160px;
    height: 674px;
    background-image: url("../../assets/img/index/sec_title_bg01.png");
}

.sec-title02 {
    position: relative;
    padding-top: 32px;
    margin-left: 15px;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 0.3em;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sec-title02 span {
    color: #570000;
    line-height: 1;
}

.sec-title02:before {
    position: absolute;
    content: "";
    top: -246px;
    right: -11px;
    width: 160px;
    height: 674px;
    background-image: url("../../assets/img/index/sec_title_bg02.png");
}

.sec-text01 {
    margin-top: 100px;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    line-height: 75px;
    white-space: nowrap;
}

.sec-text01.-ajiwai {
    margin-top: 80px;
    padding-right: 30px;
    line-height: 48px;
}

.sec-text01.-warabi,
.sec-text01.-creative-candy,
.sec-text01.-sec-green-tea,
.sec-text01.-normal {
    margin-top: 40px;
    line-height: 95px;
}

.sec-text01.-warabi,
.sec-text01.-normal {
    margin-top: 103px;
}

.sec-text01.-creative-candy,
.sec-text01.-sec-green-tea {
    margin-top: 100px;
}

.sec-tag {
    position: absolute;
    top: 13px;
    right: 163px;
    width: 300px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    font-family: a-otf-ryumin-pr6n, serif;
    color: #fff;
    background-color: #6d1612;
}

.sec-tag.pc-hidden {
    display: none !important;
}

a.sec-btn {
    position: absolute;
    top: 810px;
    right: 161px;
    width: 301px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 12px;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    font-family: a-otf-ryumin-pr6n, serif;
    line-height: 1;
    background-color: #b09761;
    color: #fff;
    z-index: 100;
    -webkit-transition: 1s;
    transition: 1s;
}

a.sec-btn.pc-hidden {
    display: none;
}

.sec-bg-zen {
    position: absolute;
    display: block;
    top: -65px;
    right: -415px;
    width: 441px;
    height: auto;
    z-index: 100;
}

a.sec-btn:hover {
    background-color: #6d1612;
}

.inner-box {
    top: -107px;
    width: 100%;
    height: 538px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 3%;
    padding-left: 3%;
}

.inner-box .inner-box__main {
    max-width: 570px;
    margin-top: 28px;
}

.inner-box .inner-box__main .inner-box__title {
    text-align: right;
    line-height: 1;
}

.inner-box .inner-box__main .inner-box__title .sec-green-tea_goukaku-title {
    height: 42px;
    width: auto;
    margin-left: auto;
}

.inner-box .inner-box__main .inner-box__title .-cool-warabi {
    height: 42px;
    width: auto;
    margin-left: auto;
}

.inner-box .inner-box__main .inner-box__title .sec-creative-candy_okomerask-title {
    height: 42px;
    width: auto;
    margin-left: auto;
}

.inner-box .inner-box__main .inner-box__tag {
    margin-top: 50px;
    margin-right: 90px;
    text-align: right;
}

.inner-box .inner-box__main .inner-box__tag span {
    display: inline-block;
    padding: 8px;
    text-align: center;
    line-height: 1;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    background-color: #6d1612;
}

.inner-box .inner-box__main .inner-box__tag.-stop span {
    background-color: #000;
}

.inner-box .inner-box__main .inner-box__tag img {
    width: calc(150px /2);
}

.inner-box .inner-box__main .inner-box__text {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: calc(32/16);
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}

.inner-box .inner-box__main .inner-box__btn {
    display: block;
    margin: 40px auto 0;
    padding: 13px 0;
    width: 190px;
    height: 42px;
    line-height: 1;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    color: #af9058;
    background-color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
}

.inner-box .inner-box__main .inner-box__btn.-light-margin {
    margin-top: 20px;
}

.inner-box .inner-box__main .inner-box__btn:hover {
    background-color: #6d1612;
    color: #fff;
}

.inner-box .inner-box__sub {
    max-width: 500px;
    height: 457px;
}

.inner-box.-creative-candy,
.inner-box.-warabi,
.inner-box.-green-tea {
    top: -85px;
}

.inner-box.-creative-candy .inner-box__main,
.inner-box.-warabi .inner-box__main,
.inner-box.-green-tea .inner-box__main {
	margin-top: 10px;
	width: 80%;
	padding-left: 2rem;
}


.rnk-box {
    top: -107px;
    width: 100%;
    height: 538px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 3%;
    padding-left: 3%;
}

.rnk-box .rnk-box__main {
    max-width: 570px;
    margin-top: 28px;
}

.rnkr-box .rnk-box__main .rnk-box__title {
    text-align: right;
    line-height: 1;
}

.rnk .rnk__main .rnk-box__title .rnking-title {
    height: 42px;
    width: auto;
    margin-left: auto;
}

.rnk-box .rnk-box__main .rnk-box__title .rnking {
    height: 42px;
    width: auto;
    margin-left: auto;
}

.rnk-box .rnk-box__main .rnk-box__title .rnking-title {
    height: 42px;
    width: auto;
    margin-left: auto;
}

.rnk-box .rnkr-box__main .rnk-box__tag {
    margin-top: 50px;
    margin-right: 90px;
    text-align: right;
}

.rnk-box .rnk__main .rnk-box__tag span {
    display: inline-block;
    padding: 8px;
    text-align: center;
    line-height: 1;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    background-color: #6d1612;
}

.rnk-box .rnk-box__main .rnk-box__tag.-stop span {
    background-color: #000;
}

.rnk-box .rnk-box__main .rnk-box__tag img {
    width: calc(150px /2);
}

.rnk-box .rnk-box__main .rnk-box__text {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: calc(32/16);
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}

.rnk-box .rnk-box__main .rnk-box__btn {
    display: block;
    margin: 40px auto 0;
    padding: 13px 0;
    width: 190px;
    height: 42px;
    line-height: 1;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    color: #af9058;
    background-color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
}

.rnk-box .rnk-box__main .rnk-box__btn.-light-margin {
    margin-top: 20px;
}

.rnk-box .rnk-box__main .rnk-box__btn:hover {
    background-color: #6d1612;
    color: #fff;
}

.rnk-box .rnk-box__sub {
    max-width: 500px;
    height: 457px;
}

.rnk-box.rnking {
    top: -85px;
}

.rnk-box.rnking__main {
	margin-top: 10px;
	width: 80%;
	padding-left: 2rem;
	}

.sec-ajiwai-set {
    position: relative;
    height: 1181px;
    padding-top: 288px;
    padding-bottom: 43px;
    border-bottom: 2px solid #b09761;
}

.sec-ajiwai-set .l-wrapper {
    position: relative;
}

.sec-ajiwai-set .l-wrapper .sec-ajiwai-set__wrap {
    position: absolute;
    width: 100%;
    max-height: 724px;
    top: 0;
    left: 0;
    margin-left: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 1000;
}

.sec-ajiwai-set .l-wrapper .sec-ajiwai-set__wrap .sec-ajiwai-set__text {
    text-shadow: 1px 3px 1px #fff, 3px 5px 1px #fff, 1px 5px 1px #fff, 3px 3px 1px #fff, 0 0 10px #fff;
}

.sec-ajiwai-set .l-wrapper .sec-ajiwai-set__tag {
    position: absolute;
    top: 13px;
    right: 163px;
    width: 300px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    font-family: a-otf-ryumin-pr6n, serif;
    color: #fff;
    background-color: #6d1612;
}

.sec-ajiwai-set .l-wrapper .sec-ajiwai-set__btn {
    position: absolute;
    display: block;
    top: calc(245px + 806px);
    right: 174px;
    width: 301px;
    height: auto;
    z-index: 1000;
}

.sec-ajiwai-set .l-wrapper .sec-ajiwai-set__btn img {
    width: 100%;
    height: auto;
}

.sec-ajiwai-set .l-wrapper .sec-ajiwai-set__copy {
    position: absolute;
    display: block;
    top: 597px;
    right: -13px;
    width: 578px;
    height: auto;
    z-index: 500;
}

.sec-ajiwai-set .l-wrapper .sec-ajiwai-set__bg-main {
    position: absolute;
    top: 0;
    left: -385px;
    width: 1045px;
    height: auto;
    z-index: 500;
}

.sec-ajiwai-set .l-wrapper .sec-ajiwai-set__bg-zen {
    position: absolute;
    display: block;
    top: -65px;
    right: -415px;
    width: 441px;
    height: auto;
    z-index: 100;
}




/* linup
   ========================================================================== */

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

	justify-content: center;

}


.sec-linup .sec-linup__main {
    position: relative;
    height: 1169px;
    padding-top: 320px;
}

.sec-linupi .sec-linup__main .l-wrapper {
    position: relative;
}

.sec-linupi .sec-linup__main .l-wrapper .sec-linup__wrap {
    position: absolute;
    width: 100%;
    max-height: 724px;
    top: 0;
    left: 0;
    margin-left: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 1000;
}

.sec-linup .sec-linup__main .l-wrapper .sec-linup__copy {
    position: absolute;
    display: block;
    top: 600px;
    right: 0;
    width: 336px;
    height: 149px;
    z-index: 500;
}

.sec-linup .sec-linup__main .l-wrapper .sec-linup__bg-zen {
    position: absolute;
    display: block;
    top: -65px;
    right: -415px;
    width: 441px;
    height: auto;
    z-index: 100;
}

.sec-linup .sec-linup__main .l-wrapper .sec-linup__bg-main {
    position: absolute;
    display: block;
    top: 118px;
    left: -373px;
    width: 939px;
    height: 612px;
    z-index: 100;
}


/* linup   ========================================================================== */





.sec-warabi .sec-warabi__main {
    position: relative;
    height: 1169px;
    padding-top: 320px;
}

.sec-warabi .sec-warabi__main .l-wrapper {
    position: relative;
}

.sec-warabi .sec-warabi__main .l-wrapper .sec-warabi__wrap {
    position: absolute;
    width: 100%;
    max-height: 724px;
    top: 0;
    left: 0;
    margin-left: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 1000;
}

.sec-warabi .sec-warabi__main .l-wrapper .sec-warabi__copy {
    position: absolute;
    display: block;
    top: 600px;
    right: 0;
    width: 336px;
    height: 149px;
    z-index: 500;
}

.sec-warabi .sec-warabi__main .l-wrapper .sec-warabi__bg-zen {
    position: absolute;
    display: block;
    top: -65px;
    right: -415px;
    width: 441px;
    height: auto;
    z-index: 100;
}

.sec-warabi .sec-warabi__main .l-wrapper .sec-warabi__bg-main {
    position: absolute;
    display: block;
    top: 118px;
    left: -373px;
    width: 939px;
    height: 612px;
    z-index: 100;
}

.sec-warabi .sec-warabi__slide-area {
    width: 100%;
    height: 431px;
    background-color: #b09761;
}

.sec-warabi .sec-warabi__slide-area .l-wrapper.-bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.sec-warabi .sec-warabi__slide-area .l-wrapper.-bg .side-slide-wrap {
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-warabi .sec-warabi__slide-area .l-wrapper.-bg:after {
    position: absolute;
    content: "";
    top: 130px;
    right: 0;
    width: 323px;
    height: 243px;
    background-size: cover;
    background-image: url("../../assets/img/index/silde-bg.png");
}

.sec-creative-candy .sec-creative-candy__main {
    position: relative;
    height: 1089px;
    padding-top: 246px;
}

.sec-creative-candy .sec-creative-candy__main .l-wrapper {
    position: relative;
}

.sec-creative-candy .sec-creative-candy__main .l-wrapper .sec-creative-candy__wrap {
    position: absolute;
    width: 100%;
    max-height: 724px;
    top: 0;
    left: 0;
    margin-left: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 1000;
}

.sec-creative-candy .sec-creative-candy__main .l-wrapper .sec-creative-candy__copy {
    position: absolute;
    display: block;
    top: 603px;
    right: -11px;
    width: 443px;
    height: 140px;
    z-index: 500;
}

.sec-creative-candy .sec-creative-candy__main .l-wrapper .sec-creative-candy__bg-zen {
    position: absolute;
    display: block;
    top: -67px;
    right: -401px;
    width: 441px;
    height: auto;
    z-index: 100;
}

.sec-creative-candy .sec-creative-candy__main .l-wrapper .sec-creative-candy__bg-main {
    position: absolute;
    display: block;
    top: -76px;
    left: -391px;
    width: 933px;
    height: auto;
    z-index: 100;
}

.sec-creative-candy .sec-creative-candy__slide-area {
    width: 100%;
    height: 431px;
    background-color: #b09761;
}

.sec-creative-candy .sec-creative-candy__slide-area .l-wrapper.-bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.sec-creative-candy .sec-creative-candy__slide-area .l-wrapper.-bg .side-slide-wrap {
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-creative-candy .sec-creative-candy__slide-area .l-wrapper.-bg:after {
    position: absolute;
    content: "";
    top: 130px;
    right: 0;
    width: 323px;
    height: 243px;
    background-size: cover;
    background-image: url("../../assets/img/index/silde-bg.png");
}

.sec-green-tea .sec-green-tea__main {
    position: relative;
    height: 1043px;
    padding-top: 244px;
}

.sec-green-tea .sec-green-tea__main .l-wrapper {
    position: relative;
}

.sec-green-tea .sec-green-tea__main .l-wrapper .sec-green-tea__wrap {
    position: absolute;
    width: 100%;
    max-height: 724px;
    top: 0;
    left: 0;
    margin-left: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 1000;
}

.sec-green-tea .sec-green-tea__main .l-wrapper .sec-green-tea__copy {
    position: absolute;
    display: block;
    top: 562px;
    right: 0;
    width: 229px;
    height: 150px;
    z-index: 500;
}

.sec-green-tea .sec-green-tea__main .l-wrapper .sec-green-tea__bg-zen {
    position: absolute;
    display: block;
    top: -67px;
    right: -401px;
    width: 441px;
    height: auto;
    z-index: 100;
}

.sec-green-tea .sec-green-tea__main .l-wrapper .sec-green-tea__bg-main {
    position: absolute;
    display: block;
    top: -108px;
    left: -391px;
    width: 1008px;
    height: 936px;
    z-index: 100;
}

.sec-green-tea .sec-green-tea__slide-area {
    width: 100%;
    height: 429px;
    background-color: #b09761;
}

.sec-green-tea .sec-green-tea__slide-area .l-wrapper.-bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.sec-green-tea .sec-green-tea__slide-area .l-wrapper.-bg .side-slide-wrap {
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-green-tea .sec-green-tea__slide-area .l-wrapper.-bg:after {
    position: absolute;
    content: "";
    top: 130px;
    right: 0;
    width: 323px;
    height: 243px;
    background-size: cover;
    background-image: url("../../assets/img/index/silde-bg.png");
}

.sec-about .sec-about__head {
    position: relative;
}

.sec-about .sec-about__head .sec-about__title {
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    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: 198px;
    font-size: 4.8rem;
    color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.sec-about .sec-about__head .sec-about__title-bg {
    position: absolute;
    z-index: 500;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 198px;
    background-image: url("../../assets/img/index/sec-about/sec-about_title_bg.png");
    background-size: cover;
    opacity: 0.93;
}

.sec-about .sec-about__head img {
    width: 100%;
    height: auto;
}

.sec-about .sec-about__bottom {
    width: 100%;
    background-image: url("../../assets/img/index/sec-about/sec-about_about_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding-top: 64px;
    padding-bottom: 64px;
}

.sec-about .sec-about__bottom .sec-about__bottom-text p {
    text-align: center;
    margin-top: 29px;
    color: #fff;
}

.sec-about .sec-about__bottom .sec-about__bottom-text p:first-child {
    margin-top: 0;
}

.sec-tea-cafe .sec-tea-cafe__main {
    position: relative;
    height: 1008px;
    padding-top: 240px;
}

.sec-tea-cafe .sec-tea-cafe__main .l-wrapper {
    position: relative;
}

.sec-tea-cafe .sec-tea-cafe__main .l-wrapper .sec-tea-cafe__wrap {
    position: absolute;
    width: 100%;
    max-height: 724px;
    top: 0;
    left: 0;
    margin-left: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 1000;
}

.sec-tea-cafe .sec-tea-cafe__main .l-wrapper .sec-tea-cafe__copy {
    position: absolute;
    display: block;
    top: 480px;
    right: 0;
    width: 263px;
    height: 187px;
    z-index: 500;
}

.sec-tea-cafe .sec-tea-cafe__main .l-wrapper .sec-tea-cafe__bg-zen {
    position: absolute;
    display: block;
    top: -67px;
    right: -401px;
    width: 441px;
    height: auto;
    z-index: 100;
}

.sec-tea-cafe .sec-tea-cafe__main .l-wrapper .sec-tea-cafe__bg-main {
    position: absolute;
    display: block;
    top: 120px;
    left: -326px;
    width: 650px;
    height: 1151px;
    z-index: 1050;
}

.sec-tea-cafe .sec-tea-cafe__slide {
    padding-top: 12px;
}

.sec-tea-cafe .sec-tea-cafe__slide .sec-tea-cafe__slide-box {
    width: 100%;
    height: 377px;
}

.sec-tea-cafe .sec-tea-cafe__btn-area {
    margin-top: 52px;
}

.sec-tea-cafe .sec-tea-cafe__btn-area .sec-tea-cafe__btn {
    margin: 0 auto;
    display: block;
    padding: 15px 0;
    width: 420px;
    font-family: a-otf-ryumin-pr6n, serif;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #b09761;
    font-style: normal;
    font-weight: 300;
    -webkit-transition: 1s;
    transition: 1s;
}

.sec-tea-cafe .sec-tea-cafe__btn-area .sec-tea-cafe__btn:hover {
    background-color: #6d1612;
}

.sec-arale .sec-arale__main {
    position: relative;
    height: 952px;
    padding-top: 150px;
}

.sec-arale .sec-arale__main .l-wrapper {
    position: relative;
}

.sec-arale .sec-arale__main .l-wrapper .sec-arale__wrap {
    position: absolute;
    width: 100%;
    max-height: 724px;
    top: 0;
    left: 0;
    margin-left: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 1000;
}

.sec-arale .sec-arale__main .l-wrapper .sec-arale__copy {
    position: absolute;
    display: block;
    top: 502px;
    right: 22px;
    width: 579px;
    height: auto;
    z-index: 500;
}

.sec-arale .sec-arale__main .l-wrapper .sec-arale__bg-zen {
    position: absolute;
    display: block;
    top: -67px;
    right: -401px;
    width: 441px;
    height: auto;
    z-index: 100;
}

.sec-arale .sec-arale__main .l-wrapper .sec-arale__bg-main {
    position: absolute;
    display: block;
    top: 195px;
    left: -99px;
    width: 596px;
    height: auto;
    z-index: 100;
}

.sec-arale .sec-arale__bottom {
    width: 100%;
    background-image: url("../../assets/img/index/sec-arale/sec-arale__bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 72px;
    padding-bottom: 90px;
}

.sec-arale .sec-arale__bottom li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sec-arale .sec-arale__bottom li img {
    width: 100%;
}

.sec-arale .sec-arale__bottom .sec-arale__grid01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid01-items {
    max-width: 267.5px;
    height: auto;
    margin-right: 20px;
}

.sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid02-items {
    max-width: 359px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px;
}

.sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid03-items {
    max-width: 453px;
    height: auto;
}

.sec-arale .sec-arale__bottom .sec-arale__grid02 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec-arale .sec-arale__bottom .sec-arale__grid02 .sec-arale__grid04-items {
    max-width: 447px;
    height: auto;
    margin-right: 20px;
}

.sec-arale .sec-arale__bottom .sec-arale__grid02 .sec-arale__grid05-items {
    max-width: 647px;
    height: auto;
}

.sec-arale .sec-arale__bottom .sec-arale__btn-wrap {
    margin-top: 40px;
}

.sec-arale .sec-arale__bottom .sec-arale__btn-wrap .sec-arale__btn {
    display: block;
    width: 420px;
    padding: 13px 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    background-color: #b09761;
    color: #fff;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
    -webkit-transition: 1s;
    transition: 1s;
}

.sec-arale .sec-arale__bottom .sec-arale__btn-wrap .sec-arale__btn:hover {
    background-color: #c30d23;
}

@media screen and (max-width: 767.98px) {
    .forPC {
        display: none !important;
    }

    .forPC2 {
        display: none !important;
    }

    .forSP {
        display: block !important;
    }

    .forSP2 {
        display: inline-block !important;
    }

    .-forPC {
        display: none !important;
    }

    .spmb0 {
        margin-bottom: 0 !important;
    }

    .spmt0 {
        margin-top: 0 !important;
    }

    .sp-hidden {
        display: none;
    }

    .pc-hidden {
        display: block;
    }

    .icon-arrow-right {
        width: 8px;
        height: 13px;
    }



    .l-wrapper.-w1191 {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .l-wrapper.-w1180 {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .l-wrapper.-w820 {
        max-width: none;
    }

    .l-wrapper.-full {
        max-width: none;
    }

    .l-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .l-content__main {
        width: 100%;
    }

    .l-content__sub {
        width: 90%;
        margin: 0 auto;
        padding-top: 40px;
        border-top: 1px solid #ddd;
    }

    .l-flex-sb--sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-flex.-col2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .l-flex.-col2 .l-flex__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .l-flex.-col3,
    .l-flex.-col6 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .l-flex.-col3 .l-flex__item,
    .l-flex.-col6 .l-flex__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .l-flex.-col6 .l-flex__item {
        width: calc(100%/3 - 25px);
        margin-bottom: 30px;
    }

    .l-flex-sb--sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-flex-c--sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .l-column__main + .l-column__sub {
        padding-left: 0;
    }

    .l-column__sub + .l-column__main {
        padding-left: 0;
    }

    .l-column__sub {
        text-align: center;
    }

    .l-column__sub img {
        max-width: 100%;
    }

    .fl-left--pc {
        display: block;
        float: none;
    }

    .fl-left--sp {
        float: left;
        margin-right: 20px;
    }

    .fl-right--pc {
        display: block;
        float: none;
    }

    .fl-right--sp {
        float: right;
        margin-left: 20px;
    }

    .l-single {
        display: block;
        background: #fff;
    }

    .l-single__inner {
        width: 100%;
        max-width: none;
    }

    .l-single .header .l-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .l-single__main {
        padding-top: 0;
    }

    .l-single__main__inner {
        margin: 0 auto;
        padding: 18px 15px;
        max-width: 500px;
        border-radius: 0;
    }

    .l-single__main__title {
        margin: 0 0 1.4em;
        font-size: 2rem;
        line-height: 1.4;
    }

    .header .header__head .header__nav-wrap .header__nav-link .online-link {
        margin: 0 auto;
    }

    .header .header__page-nav .l-wrapper .page-nav__list .page-nav__list-items:not(:first-child) {
        margin-left: 0;
    }

    .header .header__page-nav .l-wrapper .page-nav__list .page-nav__list-items {
        width: 50%;
        margin-top: 20px;
        text-align: center;
        padding-left: 2%;
        padding-right: 2%;
    }

    .header .header__page-nav .l-wrapper .page-nav__list .page-nav__list-items a img {
        max-width: 100%;
        width: 100%;
    }

    .header .header__main img {
        min-height: 400px;
        height: 50vh;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gnav {
        display: none;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-color: rgba(176, 151, 97, 0.85);
    }

    .gnav .gnav__items a {
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    .gnav .gnav__items:first-child {
        padding-top: 70px;
    }

    .footer .footer__logo {
        max-width: 400px;
    }

    a.button {
        font-size: 1.6rem;
    }

    a.button-small {
        margin-top: 12px;
    }

    .form-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none;
    }

    .form-box .form-box__title {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .form-box .form-box__contents {
        width: 100%;
    }

    .form-box .form-box__contents .address {
        margin-bottom: 5px;
    }

    .submit-contents button {
        width: 100%;
        height: 42px;
        border-radius: 0;
        -webkit-appearance: none;
        background-color: #fff;
        color: #c30d23;
    }

    .submit-contents button.gap {
        margin-top: 10px;
    }

    .submit-contents input {
        padding: 0;
    }

    .table.-type1 th,
    .table.-type1 td {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
        line-height: 1.38;
    }

    .table.-type1 th {
        padding-left: 0;
        text-align: left;
        font-size: 1.2rem;
    }

    .table.-type1 td {
        padding-left: 1em;
        font-size: 1.3rem;
    }

    .table.-type2 tbody div div {
        width: 100%;
    }

    .table.-type2 th,
    .table.-type2 td {
        padding: 12px 0;
        font-size: 1.3rem;
    }

    .table.-type2 td {
        padding-left: 16px;
    }

    .table.-price {
        min-width: 550px;
    }

    .table.-price tbody th,
    .table.-price tbody td {
        padding: 0.8em;
        font-size: 1.4rem;
    }

    .table.-price tbody th {
        width: 120px;
    }

    .table.-price .plan {
        padding: 10px;
    }

    .table.-price .plan__title {
        font-size: 1.6rem;
    }

    .table.-price .plan__price {
        font-size: 1.6rem;
    }

    .tableWrapScroll {
        width: 100%;
        overflow-x: auto;
    }

    .list > li,
    .list.-arrow > li,
    .list.-arrow2 > li,
    .list.-circle > li,
    .list.-check > li,
    .list.-link > li {
        padding-left: 2.5rem;
    }

    .list > li:before,
    .list.-arrow > li:before,
    .list.-arrow2 > li:before,
    .list.-circle > li:before,
    .list.-check > li:before,
    .list.-link > li:before {
        left: 0.85rem;
        top: 0.25em;
    }

    .-arrow.list li:before,
    .list.-arrow2 li:before,
    .list.-circle li:before,
    .list.-check li:before,
    .list.-link li:before {
        left: 0.9em;
        font-size: 1.3rem;
    }

    .-arrow2.list li:before {
        left: 0.9em;
        font-size: 1.3rem;
    }

    .list.-arrow3 li a:before {
        left: 0.9em;
        font-size: 1.3rem;
    }

    .-check.list li:before {
        left: 0.6em;
    }

    .sec .l-wrapper {
        padding-left: 11%;
        padding-right: 11%;
    }

    .paging {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .paging .paging__item {
        margin: 4px;
        font-size: 1.3rem;
    }

    .bannerList__item {
        width: calc(50% - 20px);
    }

    .main-visual .main-visual__head-sec .main-visual__title {
        margin-top: 30px;
        font-size: 1.8rem;
    }

    .main-visual .main-visual__head-sec .main-visual__text {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .main-visual .main-visual__bottom-sec img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .slick-prev {
        left: -2%;
    }

    .slick-next {
        right: -2%;
    }

    .slick-active .inner-box__main {
        -webkit-animation: none;
        animation: none;
    }

    .hum-wrap {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 70px;
        height: 70px;
        z-index: 100000;
    }

    .hum-wrap .hum {
        width: 70px;
        height: 70px;
        background: #b09761;
        position: relative;
        border: none;
        z-index: 100000;
    }

    .hum-wrap .hum .menu-line {
        position: absolute;
        background: #FFF;
        width: 32px;
        height: 4px;
        border-radius: 2px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: .4s;
        transition: .4s;
        z-index: 100000;
    }

    .hum-wrap .hum .menu-line:nth-child(1) {
        top: 15px;
    }

    .hum-wrap .hum .menu-line:nth-child(2) {
        top: 24px;
    }

    .hum-wrap .hum .menu-line:nth-child(3) {
        top: 33px;
    }

    .hum-wrap .hum .txt {
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        bottom: 12px;
        margin: auto;
        line-height: 1;
        font-size: 13px;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    }

    .hum-wrap .hum .is-open {
        display: block;
    }

    .hum-wrap .hum .is-close {
        display: none;
    }

    .hum-wrap .hum.active .menu-line:nth-child(1) {
        top: 24px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hum-wrap .hum.active .menu-line:nth-child(2) {
        left: 15px;
        opacity: 0;
    }

    .hum-wrap .hum.active .menu-line:nth-child(3) {
        top: 24px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animation-deep-slow.fadeInDown {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        visibility: visible !important;
    }

    .page-news .page-news__inner {
        width: 100%;
    }

    .page-news .page-news__inner .page-news__list .page-news__list-items {
        padding-left: 0;
        padding-right: 0;
    }

    .sec-title span {
        margin-bottom: 0;
    }

    .sec-title {
        font-size: 3.6rem;
        padding-top: 0;
        margin-left: 0;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.3;
    }

    .sec-title span {
        line-height: 1.3;
    }

    .sec-title:before {
        display: none;
    }

    .sec-title02 {
        font-size: 3.6rem;
        padding-top: 0;
        margin-left: 0;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.3;
    }

    .sec-title02 span {
        line-height: 1.3;
    }

    .sec-title02:before {
        display: none;
    }

    .sec-text01 {
        margin-top: 40px;
        font-size: 1.6rem;
        line-height: 1.6;
        white-space: normal;
    }

    .sec-text01.-ajiwai {
        padding-right: 3%;
        line-height: 2;
    }

    .sec-text01.-warabi,
    .sec-text01.-creative-candy,
    .sec-text01.-sec-green-tea,
    .sec-text01.-normal {
        line-height: 2;
    }

    .sec-text01.-warabi,
    .sec-text01.-normal {
        margin-top: 40px;
    }

    .sec-text01.-creative-candy,
    .sec-text01.-sec-green-tea {
        margin-top: 40px;
    }

    .sec-tag {
        right: auto;
        top: 70px;
        left: 0;
        font-size: 1.6rem;
        margin-left: 3%;
        width: 250px;
        height: 34px;
    }

    .sec-tag.pc-hidden {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        top: 125px;
    }

    a.sec-btn {
        margin-left: 3%;
        right: auto;
        left: 0;
        z-index: 1001;
    }

    a.sec-btn.pc-hidden {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-top: 30px;
    }

    a.sec-btn.sp-hidden {
        display: none;
    }

    .sec-bg-zen {
        right: -37%;
    }

    .inner-box {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .inner-box .inner-box__main .inner-box__title {
        margin: 0;
    }

    .inner-box .inner-box__main .inner-box__title .sec-green-tea_goukaku-title {
        margin: 0;
    }

    .inner-box .inner-box__main .inner-box__title .-cool-warabi {
        margin: 0;
    }

    .inner-box .inner-box__main .inner-box__title .sec-creative-candy_okomerask-title {
        margin: 0;
    }

    .inner-box .inner-box__main .inner-box__tag {
        margin-right: 0;
        text-align: left;
    }

    .inner-box .inner-box__main .inner-box__text {
        text-align: left;
        margin-top: 15px;
        font-size: 1.4rem;
        padding-left: 10px;
    }

    .inner-box .inner-box__main .inner-box__text2 {
        text-align: left;
        margin-top: 15px;
        font-size: 1.4rem;
        padding-left: 10px;
	color:#000;
    }

.kdmr   {  
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
} 



    .inner-box .inner-box__main .inner-box__btn {
        margin-top: 15px;
    }

    .inner-box .inner-box__sub {
        width: 100%;
        margin-top: 40px;
        padding: 0 15px;
        height: auto;
    }

    .sec-ajiwai-set {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .sec-ajiwai-set .l-wrapper {
        height: 100%;
    }

    .sec-ajiwai-set .l-wrapper .sec-ajiwai-set__wrap {
        position: relative;
        -webkit-writing-mode: initial;
        writing-mode: initial;
        -ms-writing-mode: initial;
        padding-left: 3%;
        padding-right: 3%;
    }

    .sec-ajiwai-set .l-wrapper .sec-ajiwai-set__wrap .sec-ajiwai-set__text {
        text-shadow: none;
    }

    .sec-ajiwai-set .l-wrapper .sec-ajiwai-set__copy {
        display: none;
    }

    .sec-ajiwai-set .l-wrapper .sec-ajiwai-set__bg-main {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
    }

    .sec-ajiwai-set .l-wrapper .sec-ajiwai-set__bg-zen {
        right: 0;
    }

    .sec-warabi .sec-warabi__main {
        height: 900px;
        padding-top: 100px;
        padding-bottom: 0;
    }

    .sec-warabi .sec-warabi__main .l-wrapper {
        height: 100%;
    }

    .sec-warabi .sec-warabi__main .l-wrapper .sec-warabi__wrap {
        -webkit-writing-mode: initial;
        writing-mode: initial;
        -ms-writing-mode: initial;
        padding-left: 3%;
        padding-right: 3%;
    }

    .sec-warabi .sec-warabi__main .l-wrapper .sec-warabi__copy {
        display: none;
    }

    .sec-warabi .sec-warabi__main .l-wrapper .sec-warabi__bg-main {
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        left: 0;
    }

    .sec-warabi .sec-warabi__slide-area {
        height: auto;
    }

    .sec-warabi .sec-warabi__slide-area .l-wrapper.-bg .side-slide-wrap {
        position: static;
        padding: 40px 0;
    }

    .sec-creative-candy .sec-creative-candy__main {
        padding-top: 100px;
        height: 1000px;
    }

    .sec-creative-candy .sec-creative-candy__main .l-wrapper {
        height: 100%;
    }

    .sec-creative-candy .sec-creative-candy__main .l-wrapper .sec-creative-candy__wrap {
        -webkit-writing-mode: initial;
        writing-mode: initial;
        -ms-writing-mode: initial;
        padding-left: 3%;
        padding-right: 3%;
    }

    .sec-creative-candy .sec-creative-candy__main .l-wrapper .sec-creative-candy__copy {
        display: none;
    }

    .sec-creative-candy .sec-creative-candy__main .l-wrapper .sec-creative-candy__bg-main {
        top: auto;
        left: 10%;
        bottom: 0;
        width: 80%;
        height: auto;
    }

    .sec-creative-candy .sec-creative-candy__slide-area {
        height: auto;
    }

    .sec-creative-candy .sec-creative-candy__slide-area .l-wrapper.-bg .side-slide-wrap {
        position: static;
        padding: 40px 0;
    }

    .sec-green-tea .sec-green-tea__main {
        padding-top: 100px;
        height: 1000px;
    }

    .sec-green-tea .sec-green-tea__main .l-wrapper {
        height: 100%;
    }

    .sec-green-tea .sec-green-tea__main .l-wrapper .sec-green-tea__wrap {
        -webkit-writing-mode: initial;
        writing-mode: initial;
        -ms-writing-mode: initial;
        padding-left: 3%;
        padding-right: 3%;
    }

    .sec-green-tea .sec-green-tea__main .l-wrapper .sec-green-tea__copy {
        display: none;
    }

    .sec-green-tea .sec-green-tea__main .l-wrapper .sec-green-tea__bg-main {
        width: 100%;
        height: auto;
        top: auto;
        left: 0;
        bottom: 100px;
    }

    .sec-green-tea .sec-green-tea__slide-area {
        height: auto;
    }

    .sec-green-tea .sec-green-tea__slide-area .l-wrapper.-bg .side-slide-wrap {
        position: static;
        padding: 40px 0;
    }

    .sec-about .sec-about__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .sec-about .sec-about__head .sec-about__title {
        position: static;
        height: 120px;
        font-size: 2.6rem;
        background-image: url("../../assets/img/index/sec-about/sec-about_title_bg.png");
        background-size: cover;
    }

    .sec-about .sec-about__head .sec-about__title-bg {
        display: none;
        height: 120px;
    }

    .sec-about .sec-about__bottom {
        background-attachment: scroll;
        background-image: url("../../assets/img/index/sec-about/sec-about_about_bg-sp.jpg");
    }

    .sec-about .sec-about__bottom .sec-about__bottom-text p {
        text-align: left;
    }

    .sec-tea-cafe .sec-tea-cafe__main {
        padding-top: 100px;
        height: 950px;
    }

    .sec-tea-cafe .sec-tea-cafe__main .l-wrapper {
        height: 100%;
    }

    .sec-tea-cafe .sec-tea-cafe__main .l-wrapper .sec-tea-cafe__wrap {
        -webkit-writing-mode: initial;
        writing-mode: initial;
        -ms-writing-mode: initial;
        padding-left: 3%;
        padding-right: 3%;
    }

    .sec-tea-cafe .sec-tea-cafe__main .l-wrapper .sec-tea-cafe__copy {
        display: none;
    }

    .sec-tea-cafe .sec-tea-cafe__main .l-wrapper .sec-tea-cafe__bg-zen {
        right: -37%;
    }

    .sec-tea-cafe .sec-tea-cafe__main .l-wrapper .sec-tea-cafe__bg-main {
        top: auto;
        left: 20%;
        bottom: 0;
        width: 60%;
        height: auto;
    }

    .sec-tea-cafe .sec-tea-cafe__slide {
        padding-top: 0;
    }

    .sec-tea-cafe .sec-tea-cafe__slide .sec-tea-cafe__slide-box {
        height: auto;
    }

    .sec-tea-cafe .sec-tea-cafe__btn-area {
        margin-top: 14px;
    }

    .sec-tea-cafe .sec-tea-cafe__btn-area .sec-tea-cafe__btn {
        width: 80%;
        max-width: 420px;
    }

    .sec-arale .sec-arale__main {
        padding-top: 100px;
        height: 652px;
    }

    .sec-arale .sec-arale__main .l-wrapper {
        height: 100%;
    }

    .sec-arale .sec-arale__main .l-wrapper .sec-arale__wrap {
        -webkit-writing-mode: initial;
        writing-mode: initial;
        -ms-writing-mode: initial;
        padding-left: 3%;
        padding-right: 3%;
    }

    .sec-arale .sec-arale__main .l-wrapper .sec-arale__copy {
        display: none;
    }

    .sec-arale .sec-arale__main .l-wrapper .sec-arale__bg-zen {
        right: -32%;
    }

    .sec-arale .sec-arale__main .l-wrapper .sec-arale__bg-main {
        top: auto;
        left: 20%;
        bottom: 0;
        width: 60%;
        height: auto;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid02-items .gut {
        margin-top: 4vw;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid02 .sec-arale__grid05-items {
        max-width: 100%;
        margin-top: 4vw;
    }

    .sec-arale .sec-arale__bottom .sec-arale__btn-wrap .sec-arale__btn {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .forPC {
        display: block !important;
    }

    .forPC2 {
        display: inline-block !important;
    }

    .forSP {
        display: none !important;
    }

    .forSP2 {
        display: none !important;
    }

    .-forSP {
        display: block !important;
    }

    .l-flex-sb--pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-flex-sb--pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-flex-c--pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-column.-reverse .l-column__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .l-column.-reverse .l-column__sub {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .l-column.-reverse .l-column__sub + .l-column__main,
    .l-column.-reverse .l-column__main + .l-column__sub {
        padding-left: 0;
        padding-right: 20px;
    }

    .l-column2-dir__item.-item01,
    .l-column2-dir__item.-item03 {
        width: calc(100% - 461px - 30px);
    }

    .l-column2-dir__item.-item01 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .l-column2-dir__item.-item02 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 461px;
        padding-left: 57px;
    }

    .l-column2-dir__item.-item03 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .fl-left--pc {
        float: left;
        margin-right: 20px;
    }

    .fl-left--sp {
        display: block;
        float: none;
        margin-right: 0;
    }

    .fl-right--pc {
        float: right;
        margin-left: 20px;
    }

    .fl-right--sp {
        display: block;
        float: none;
        margin-left: 0;
    }

    .l-single .header .l-wrapper {
        display: block;
        padding: 36px 0;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .l-single .header__main {
        width: 100%;
        text-align: center;
    }

    .l-single .header__logo {
        width: auto;
        height: auto;
    }

    .l-single .header__logo a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: auto;
    }

    .l-single .header__logo a img {
        width: 132px;
    }
}

@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    .pagination {
        width: 100%;
    }

    .pagination li.prev,
    .pagination li.next {
        width: 10%;
    }

    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
    }

    .hide-on-med-and-down {
        display: none !important;
    }

    .show-on-medium-and-down {
        display: block !important;
    }

    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        /* sort out borders */
    }

    table.responsive-table td:empty:before {
        content: '\00a0';
    }

    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }

    table.responsive-table th {
        text-align: left;
    }

    table.responsive-table thead {
        display: block;
        float: left;
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }

    table.responsive-table thead tr th::before {
        content: "\00a0";
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    table.responsive-table th {
        display: block;
        text-align: right;
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    table.responsive-table tr {
        border-bottom: none;
        padding: 0 10px;
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }

    .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}

@media only screen and (max-width: 576px) {

    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none !important;
    }

    .show-on-small {
        display: block !important;
    }

    .center-on-small-only {
        text-align: center;
    }

    .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}



@media only screen and (min-width: 577px) {
    .hide-on-med-and-up {
        display: none !important;
    }

    .show-on-medium-and-up {
        display: block !important;
    }

    .container {
        width: 85%;
    }

    .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.offset-m1 {
        margin-left: 8.33333%;
    }

    .row .col.pull-m1 {
        right: 8.33333%;
    }

    .row .col.push-m1 {
        left: 8.33333%;
    }

    .row .col.offset-m2 {
        margin-left: 16.66667%;
    }

    .row .col.pull-m2 {
        right: 16.66667%;
    }

    .row .col.push-m2 {
        left: 16.66667%;
    }

    .row .col.offset-m3 {
        margin-left: 25%;
    }

    .row .col.pull-m3 {
        right: 25%;
    }

    .row .col.push-m3 {
        left: 25%;
    }

    .row .col.offset-m4 {
        margin-left: 33.33333%;
    }

    .row .col.pull-m4 {
        right: 33.33333%;
    }

    .row .col.push-m4 {
        left: 33.33333%;
    }

    .row .col.offset-m5 {
        margin-left: 41.66667%;
    }

    .row .col.pull-m5 {
        right: 41.66667%;
    }

    .row .col.push-m5 {
        left: 41.66667%;
    }

    .row .col.offset-m6 {
        margin-left: 50%;
    }

    .row .col.pull-m6 {
        right: 50%;
    }

    .row .col.push-m6 {
        left: 50%;
    }

    .row .col.offset-m7 {
        margin-left: 58.33333%;
    }

    .row .col.pull-m7 {
        right: 58.33333%;
    }

    .row .col.push-m7 {
        left: 58.33333%;
    }

    .row .col.offset-m8 {
        margin-left: 66.66667%;
    }

    .row .col.pull-m8 {
        right: 66.66667%;
    }

    .row .col.push-m8 {
        left: 66.66667%;
    }

    .row .col.offset-m9 {
        margin-left: 75%;
    }

    .row .col.pull-m9 {
        right: 75%;
    }

    .row .col.push-m9 {
        left: 75%;
    }

    .row .col.offset-m10 {
        margin-left: 83.33333%;
    }

    .row .col.pull-m10 {
        right: 83.33333%;
    }

    .row .col.push-m10 {
        left: 83.33333%;
    }

    .row .col.offset-m11 {
        margin-left: 91.66667%;
    }

    .row .col.pull-m11 {
        right: 91.66667%;
    }

    .row .col.push-m11 {
        left: 91.66667%;
    }

    .row .col.offset-m12 {
        margin-left: 100%;
    }

    .row .col.pull-m12 {
        right: 100%;
    }

    .row .col.push-m12 {
        left: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }

    .show-on-medium {
        display: block !important;
    }
    
    
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }

    .show-on-large {
        display: block !important;
    }

    .container {
        width: 70%;
    }

    .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.offset-l1 {
        margin-left: 8.33333%;
    }

    .row .col.pull-l1 {
        right: 8.33333%;
    }

    .row .col.push-l1 {
        left: 8.33333%;
    }

    .row .col.offset-l2 {
        margin-left: 16.66667%;
    }

    .row .col.pull-l2 {
        right: 16.66667%;
    }

    .row .col.push-l2 {
        left: 16.66667%;
    }

    .row .col.offset-l3 {
        margin-left: 25%;
    }

    .row .col.pull-l3 {
        right: 25%;
    }

    .row .col.push-l3 {
        left: 25%;
    }

    .row .col.offset-l4 {
        margin-left: 33.33333%;
    }

    .row .col.pull-l4 {
        right: 33.33333%;
    }

    .row .col.push-l4 {
        left: 33.33333%;
    }

    .row .col.offset-l5 {
        margin-left: 41.66667%;
    }

    .row .col.pull-l5 {
        right: 41.66667%;
    }

    .row .col.push-l5 {
        left: 41.66667%;
    }

    .row .col.offset-l6 {
        margin-left: 50%;
    }

    .row .col.pull-l6 {
        right: 50%;
    }

    .row .col.push-l6 {
        left: 50%;
    }

    .row .col.offset-l7 {
        margin-left: 58.33333%;
    }

    .row .col.pull-l7 {
        right: 58.33333%;
    }

    .row .col.push-l7 {
        left: 58.33333%;
    }

    .row .col.offset-l8 {
        margin-left: 66.66667%;
    }

    .row .col.pull-l8 {
        right: 66.66667%;
    }

    .row .col.push-l8 {
        left: 66.66667%;
    }

    .row .col.offset-l9 {
        margin-left: 75%;
    }

    .row .col.pull-l9 {
        right: 75%;
    }

    .row .col.push-l9 {
        left: 75%;
    }

    .row .col.offset-l10 {
        margin-left: 83.33333%;
    }

    .row .col.pull-l10 {
        right: 83.33333%;
    }

    .row .col.push-l10 {
        left: 83.33333%;
    }

    .row .col.offset-l11 {
        margin-left: 91.66667%;
    }

    .row .col.pull-l11 {
        right: 91.66667%;
    }

    .row .col.push-l11 {
        left: 91.66667%;
    }

    .row .col.offset-l12 {
        margin-left: 100%;
    }

    .row .col.pull-l12 {
        right: 100%;
    }

    .row .col.push-l12 {
        left: 100%;
    }
}

@media only screen and (min-width: 1201px) {
    .hide-on-extra-large-only {
        display: none !important;
    }

    .show-on-extra-large {
        display: block !important;
    }

    .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.offset-xl1 {
        margin-left: 8.33333%;
    }

    .row .col.pull-xl1 {
        right: 8.33333%;
    }

    .row .col.push-xl1 {
        left: 8.33333%;
    }

    .row .col.offset-xl2 {
        margin-left: 16.66667%;
    }

    .row .col.pull-xl2 {
        right: 16.66667%;
    }

    .row .col.push-xl2 {
        left: 16.66667%;
    }

    .row .col.offset-xl3 {
        margin-left: 25%;
    }

    .row .col.pull-xl3 {
        right: 25%;
    }

    .row .col.push-xl3 {
        left: 25%;
    }

    .row .col.offset-xl4 {
        margin-left: 33.33333%;
    }

    .row .col.pull-xl4 {
        right: 33.33333%;
    }

    .row .col.push-xl4 {
        left: 33.33333%;
    }

    .row .col.offset-xl5 {
        margin-left: 41.66667%;
    }

    .row .col.pull-xl5 {
        right: 41.66667%;
    }

    .row .col.push-xl5 {
        left: 41.66667%;
    }

    .row .col.offset-xl6 {
        margin-left: 50%;
    }

    .row .col.pull-xl6 {
        right: 50%;
    }

    .row .col.push-xl6 {
        left: 50%;
    }

    .row .col.offset-xl7 {
        margin-left: 58.33333%;
    }

    .row .col.pull-xl7 {
        right: 58.33333%;
    }

    .row .col.push-xl7 {
        left: 58.33333%;
    }

    .row .col.offset-xl8 {
        margin-left: 66.66667%;
    }

    .row .col.pull-xl8 {
        right: 66.66667%;
    }

    .row .col.push-xl8 {
        left: 66.66667%;
    }

    .row .col.offset-xl9 {
        margin-left: 75%;
    }

    .row .col.pull-xl9 {
        right: 75%;
    }

    .row .col.push-xl9 {
        left: 75%;
    }

    .row .col.offset-xl10 {
        margin-left: 83.33333%;
    }

    .row .col.pull-xl10 {
        right: 83.33333%;
    }

    .row .col.push-xl10 {
        left: 83.33333%;
    }

    .row .col.offset-xl11 {
        margin-left: 91.66667%;
    }

    .row .col.pull-xl11 {
        right: 91.66667%;
    }

    .row .col.push-xl11 {
        left: 91.66667%;
    }

    .row .col.offset-xl12 {
        margin-left: 100%;
    }

    .row .col.pull-xl12 {
        right: 100%;
    }

    .row .col.push-xl12 {
        left: 100%;
    }
}

@media screen and (max-width: 1079.98px) {
    .header .header__head h1{
        color: #eee;
        position: absolute;
        bottom:-30%;
        font-size: 1.2rem;
        line-height: 150%;
        position: absolute;
        width: 90%;
        margin: 10px 5%;
    }
    
    .l-wrapper {
        max-width: none;
        padding-left: 3%;
        padding-right: 3%;
    }

    .l-content__main {
        margin-right: 20px;
    }

    .l-single__main {
        padding-top: 0;
    }

    .bannerList__item {
        width: calc(33.3% - 20px);
    }

    .case {
        width: calc(50% - 34px);
    }

    .main-visual .main-visual__head-sec .l-wrapper {
        padding-bottom: 24%;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 676px;
        margin: 0 auto;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid01-items {
        max-width: 45%;
        margin-right: 0;
        padding-right: 2vw;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid02-items {
        max-width: 50%;
        margin-right: 0;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid03-items {
        max-width: 100%;
        margin-top: 4vw;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid02 {
        max-width: 676px;
        margin: 2vw auto 0;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid02 .sec-arale__grid04-items {
        margin-right: 2vw;
    }
}

@media screen and (max-width: 959.98px) {
    .l-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .l-content__sub {
        width: 100%;
    }
}

@media screen and (max-width: 1079.98px) and (max-width: 959.98px) {
    .l-content__main {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1079.98px) and (max-width: 959.98px) and (max-width: 767.98px) {
    .l-content__main {
        margin-right: 0;
    }
}

@media screen and (max-width: 1349.98px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .header .header__head h1{
        color: #eee;
        position: absolute;
        bottom:-30%;
        font-size: 1.2rem;
        line-height: 150%;
        position: absolute;
        width: 90%;
        margin: 10px 5%;
    }

    .header .header__head .header__logo {
        width: 25%;
        margin-left: 5%;
    }

    .header .header__head .header__logo img {
        max-width: 100%;
    }

    .header .header__head .header__nav-wrap {
        width: 60%;
        margin-top: 54px;
        margin-right: 5%;
    }

    .header .header__page-nav {
        position: static;
        height: auto;
        padding: 40px 0;
    }

    .gnav .gnav__items:after {
        height: 16px;
    }
}

@media screen and (max-width: 1119.98px) {
    .header .act_head {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .header .header__page-nav .l-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .header__page-nav .l-wrapper .page-nav__title {
        font-size: 3rem;
        width: 100%;
        text-align: center;
    }

    .header .header__page-nav .l-wrapper .page-nav__list {
        margin-top: 40px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1119.98px) and (max-width: 767.98px) {
    .header .act_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header .header__page-nav .l-wrapper .page-nav__list {
        margin-top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1349.98px) and (max-width: 767.98px) {
    .header .header__head .header__logo {
        width: 45%;
        height: 70px;
        margin-top: 0;
        padding-top: 20px;
    }

    .header .header__head .header__logo img {
        display: block;
    }

    .header .header__head .header__nav-wrap {
        position: fixed;
        width: 100%;
        margin-top: 0;
    }

    .gnav .gnav__items:after {
        display: none;
    }
}

@media screen and (max-width: 1599.98px) {
    .header .header__head .header__nav-wrap .header__nav-link {
        margin-top: 25px;
    }
    
    .header .header__head h1{
        color: #eee;
        position: absolute;
        bottom:-40%;
        font-size: 1.2rem;
        line-height: 150%;
        position: absolute;
        width: 90%;
        margin: 10px 5%;
    }

    .header .header__head .header__nav-wrap .header__nav-link .online-link {
        width: 300px;
        height: 40px;
        font-size: 1.6rem;
    }

    .header .header__head .header__nav-wrap .header__nav-link .online-link span {
        padding-left: 30px;
    }

    .header .header__head .header__nav-wrap .header__nav-link .online-link span:before {
        width: 18px;
        height: 20px;
        top: -2px;
    }

    .gnav .gnav__items {
        padding: 0 16px;
    }

    .gnav .gnav__items a {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1599.98px) and (max-width: 767.98px) {
    .header .header__head .header__nav-wrap .header__nav-link {
        display: none;
        background-color: rgba(176, 151, 97, 0.85);
        margin-top: 0;
        padding: 45px 0;
        height: 100vh;
    }
}

@media screen and (max-width: 1599.98px) and (max-width: 1349.98px) {
    .gnav .gnav__items {
        padding: 0 13px;
    }

    .gnav .gnav__items a {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 575.98px) {
    .case {
        width: 100%;
    }
    
    .header .header__head h1{
        color: #eee;
        position: absolute;
        bottom:-80px;
        font-size: 1.2rem;
        line-height: 150%;
        position: absolute;
        width: 70%;
        margin: 10px 5%;
    }
    
}

@media screen and (max-width: 1079.98px) and (max-width: 767.98px) {
    .main-visual .main-visual__head-sec .l-wrapper {
        padding-bottom: 30%;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid01 {
        width: 80%;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid01-items {
        max-width: 100%;
        padding-right: 0;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid01 .sec-arale__grid02-items {
        max-width: 100%;
        margin-top: 4vw;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid02 {
        width: 80%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 4vw auto 0;
    }

    .sec-arale .sec-arale__bottom .sec-arale__grid02 .sec-arale__grid04-items {
        max-width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 599.98px) {
    .main-visual .main-visual__head-sec .main-visual__bg {
        top: 75%;
    }
}

@media screen and (max-width: 599.98px) and (max-width: 449.98px) {
    .main-visual .main-visual__head-sec .main-visual__bg {
        top: 80%;
    }
}

@media screen and (max-width: 1260px) {
    .main-visual .main-visual__bottom-sec .main-visual__bottom-text {
        bottom: 15%;
    }
}

@media screen and (max-width: 1260px) and (max-width: 767.98px) {
    .main-visual .main-visual__bottom-sec .main-visual__bottom-text {
        width: 90%;
        bottom: 10%;
        font-size: 2rem;
        line-height: 1.7;
    }
}

@media screen and (max-width: 1260px) and (max-width: 767.98px) and (max-width: 449.98px) {
    .main-visual .main-visual__bottom-sec .main-visual__bottom-text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 449.98px) {
    .flow-slide .slick-slide {
        height: 200px;
    }
}

@media screen and (max-width: 767.98px) and (max-width: 449.98px) {
    .sec-title {
        font-size: 3rem;
    }

    .sec-title02 {
        font-size: 3rem;
    }

    .sec-tag.pc-hidden {
        top: 90px;
    }
}

@media screen and (max-width: 767.98px) and (max-width: 599.98px) {
    .sec-warabi .sec-warabi__main {
        height: 800px;
    }

    .sec-creative-candy .sec-creative-candy__main {
        height: 850px;
    }

    .sec-green-tea .sec-green-tea__main {
        height: 920px;
    }

    .sec-tea-cafe .sec-tea-cafe__main {
        height: 900px;
    }
}

@media screen and (max-width: 767.98px) and (max-width: 599.98px) and (max-width: 449.98px) {
    .sec-warabi .sec-warabi__main {
        height: 700px;
    }

    .sec-creative-candy .sec-creative-candy__main {
        height: 650px;
    }

    .sec-green-tea .sec-green-tea__main {
        height: 850px;
    }

    .sec-tea-cafe .sec-tea-cafe__main {
        height: 820px;
    }
}

.chosei1{
	width: 100%;
	margin: 0 auto;

}
@media screen and (min-width: 992.1px) {
    .chosei1 {
width:1220px;
margin:0 auto;
    }
}

@media screen and (max-width:575.98px) {
    .chosei1 {
	width: 100%;

    }
.bottom_sp{
	margin-bottom:2rem;

    }
}

.rank-border {
  display: inline-block;
  max-width: 300px;
  text-align: left;
  border: 1px solid #a27e1e;
  font-size: 24px;
  background-color: #a27e1e;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
	color:#fff;

}

.pb-3{
	padding-bottom: 3rem;
}

.t12{
	font-size: 12px;
}

.t14{
	font-size: 14px;
}

.t16{
	font-size: 16px;
}

.t18{
	font-size: 18px;
}

.t20{
	font-size: 20px;
}

.t24{
	font-size: 24px;
}

.t36{
	font-size: 36px;
}


.lh10{
	line-height: 1.0rem;
}

.lh12{
	line-height: 1.2rem;
}

.lh13{
	line-height: 1.3rem;
}

.lh14{
	line-height: 1.4rem;
}

.lh15{
	line-height: 1.5rem;
}

.lh16{
	line-height: 1.6rem;
}


.lh18{
	line-height: 1.8rem;
}

.lh20{
	line-height: 2.0rem;
}

.clr1{
	color:#801048;
	
}

.cb10{
	margin:0rem 0 1.0rem 0;
	text-align: center;
}

.cb15{
	margin:0rem 0 1.5rem 0;
	text-align: center;
}
.cb20{
	margin:0rem 0 2.0rem 0;
	text-align: center;
}



