@charset "utf-8";

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
    text-decoration: none;
    color: inherit;
}
a img {
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
a:hover img {
	opacity: 0.8;
}
input, button, select, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    resize: vertical;
}
select::-ms-expand {
    display: none;
}
input[type='submit'], input[type='button'], select, button {
    cursor: pointer;
}
::-webkit-input-placeholder {
    color:#bbb;
}
:-ms-input-placeholder {
    color:#bbb;
}
::placeholder{
    color:#bbb;
}
.align-center {
    text-align: center;
}





html {
    -webkit-text-size-adjust: 100%;
}
body {
	color: #231815;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	min-width: 320px;
    padding-top: 46px;
}
.wrapper {
	/*width: 1000px;*/
    width: 100%;
    max-width: 1096px;
	margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
    padding-right: 18px; padding-right: 4.8vw;
    padding-left: 18px; padding-left: 4.8vw;
}
.bold {
	font-weight: bold;
}
.serif {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.orange {
    color: #e84715;
}

@media screen and (min-width: 375px)
{
    body {
        padding-top: 12.5vw;
    }
}

@media screen and (min-width: 480px)
{
    body {
        padding-top: 60px;
    }
    .wrapper {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (min-width: 768px)
{
    body {
        padding-top: 0;
    }
    .wrapper {
        padding-right: 32px; padding-right: 4.166vw;
        padding-left: 32px; padding-left: 4.166vw;
    }
}

@media screen and (min-width: 1048px)
{
    .wrapper {
        padding-right: 48px;
        padding-left: 48px;
    }
}





/* ヘッダ */

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#header-primary-container {
    background-color: #e84715;
    position: relative;
    z-index: 2;
}
#header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding: 0 12px; padding: 0 3.75vw;
}

#header-logo-group {
    display: flex;
    align-items: center;
}
#header-logo {
    width: 170px; width: 45.333vw;
}
#header-logo a {
    display: block;
}
#header-info {
    padding-left: 8px; padding-left: 2.5vw;
}
#header-info span {
    display: block;
}
#header-info-txt-01 {
    width: 110px; width: 29.166vw;
    min-width: 110px;
    max-width: 140px;
}
#header-info-txt-02 {
    width: 75px; width: 20vw;
    min-width: 75px;
    max-width: 96px;
    margin-top: 2px; margin-top: 0.625vw;
}
#header-submenu {
    display: none;
}

#sp-nav-toggle {
    width: 20px; width: 6.25vw;
    height: 20px; height: 6.25vw;
    max-width: 30px;
    max-height: 30px;
    position: relative;
}
#sp-nav-toggle::before,
#sp-nav-toggle::after {
    content: "";
}
#sp-nav-toggle span,
#sp-nav-toggle::before,
#sp-nav-toggle::after {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}
#sp-nav-toggle::before {
    top: -12px; top: -3.75vw;
}
#sp-nav-toggle::after {
    bottom: -12px; bottom: -3.75vw;
}
.nav-open #sp-nav-toggle span {
    opacity: 0;
}
.nav-open #sp-nav-toggle::before {
    top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-open #sp-nav-toggle::after {
    bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 375px)
{
    #header-main {
        height: 46px; height: 12.5vw;
        min-height: 46px;
        max-height: 60px;
    }
}

@media screen and (min-width: 480px)
{
    #header-main {
        height: 60px;
        max-height: 100px;
        padding-right: 18px;
        padding-left: 18px;
    }
    
    #header-logo {
        width: 218px;
    }
    #header-info {
        padding-left: 12px;
    }
    #header-info-txt-01 {
        width: 140px;
    }
    #header-info-txt-02 {
        width: 96px;
        margin-top: 3px;
    }
    
    #sp-nav-toggle {
        width: 30px;
        height: 30px;
    }
    #sp-nav-toggle span,
    #sp-nav-toggle::before,
    #sp-nav-toggle::after {
        width: 100%;
        height: 2px;
    }
    #sp-nav-toggle::before {
        top: -18px;
    }
    #sp-nav-toggle::after {
        bottom: -18px;
    }
}

@media screen and (min-width: 768px)
{
    #header {
        position: relative;
    }
    #header-main {
        height: 74px; height: 9.5419vw;
        max-height: 100px;
        max-width: 1048px;
        padding-right: 18px; padding-right: 2.29vw;
        padding-left: 18px; padding-left: 2.29vw;
    }
    #header-logo-group {
        display: flex;
        align-items: center;
    }
    #header-logo {
        width: 264px; width: 34.3511vw;
        max-width: 360px;
    }
    #header-info {
        display: flex;
        align-items: center;
        padding-left: 12px; padding-left: 1.6vw;
    }
    #header-info-txt-01 {
        width: 185px; width: 24.0885vw;
        max-width: 280px;
    }
    #header-info-txt-02 {
        width: 122px; width: 15.8854vw;/* width: 14.0625vw;*/
        max-width: 192px;
        margin: 0 0 0 12px; margin-left: 1.6vw;
    }
    #header-submenu {
        display: flex;
        padding-left: 12px; padding-left: 1.6vw;
opacity: 0;
pointer-events: none;
    }
    #header-submenu.active {
        opacity: 1;
        pointer-events: all;
    }
    #header-submenu li {
        margin-left: 8px;
    }
    #header-submenu li a {
        display: block;
        border: solid 1px #fff;
        border-radius: 4px;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        font-weight: 500;
        -webkit-transition: color .2s, background-color .2s;
        transition: color .2s, background-color .2s;
        /*
        min-width: 74px; min-width: 9.7328vw;
        font-size: 10px; font-size: 1.3358vw;
        line-height: 13px; line-height: 1.7171vw;
        padding: 3px; padding: 0.38167vw;
        */
        /*
        min-width: 102px;
        font-size: 14px;
        line-height: 18px;
        padding: 4px;
        */
        min-width: 92px;
        font-size: 12px;
        line-height: 16px;
        padding: 3px;

    }
    #header-submenu li a:hover {
        background-color: #fff;
        color: #e84715;
    }
    
    #sp-nav-toggle {
        display: none;
    }
}

@media screen and (min-width: 1048px)
{
    #header-main {
        padding-right: 24px;
        padding-left: 24px;
    }
    #header-logo {
        width: 360px;
    }
    #header-info {
        padding-left: 16px;
    }
    #header-info-txt-01 {
        width: 280px;
    }
    #header-info-txt-02 {
        width: 192px;
        margin-left: 16px;
    }
    #header-submenu {
        padding-left: 16px;
    }
    #header-submenu li a {
        min-width: 102px;
        font-size: 14px;
        line-height: 18px;
        padding: 4px;
    }
}





.gnav {
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;

}
.gnav > ul {
    background-color: #fff;
    z-index: 2;
}
.gnav > ul > li {
    background-color: #fff;
    border: solid 1px #000;
    border-width: 0 0 1px 0;
    /*
    overflow: hidden;
    height: 53px;
    -webkit-transition: height .2s;
    transition: height .2s;
    */
}
.gnav > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 14px 0 14px 56px;
    position: relative;
}
.gnav > ul > li > a .icon {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: solid 4px #000;
    position: absolute;
    left: 12px;
    top: 8px;
    -webkit-transition: .1s;
    transition: .1s;
}
.gnav > ul > li > a .icon::before,
.gnav > ul > li > a .icon::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .1s;
    transition: .1s;
}
.gnav > ul > li > a .icon::before {
    width: 22px;
    height: 22px;
    border: solid 2px #000;
}
.gnav > ul > li > a .icon::after {
    width: 12px;
    height: 12px;
    border: solid 3px #e84715;
}

.gnav > ul > li > a.submenu-opener::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: solid 1px #000;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 19px;
    right: 16px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    /*
    -webkit-transition: .2s;
    transition: .2s;
    */
}
.gnav > ul > li.submenu-open a.submenu-opener::before {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gnav .submenu {
    width: 100%;
    background-color: #fff;
    display: none;
}
/*.gnav > ul > li.submenu-open {
    height: 258px;
}*/
.gnav .submenu-open .submenu {
    display: block;
}

.gnav .submenu li {
    border: solid 1px #000;
    border-width: 1px 0 0 0;
    background-color: #fff;
}
.gnav .submenu li > a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 8px 0 8px 66px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gnav .submenu li > a br {
    display: none;
}
.gnav .submenu > li > a .icon {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: solid 3px #000;
    position: absolute;
    top: 7px;
    left: 30px;
    -webkit-transition: .1s;
    transition: .1s;
}
.gnav .submenu > li > a .icon::before,
.gnav .submenu > li > a .icon::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .1s;
    transition: .1s;
}
.gnav .submenu > li > a .icon::before {
    width: 16px;
    height: 16px;
    border: solid 1px #000;
}
.gnav .submenu > li > a .icon::after {
    width: 10px;
    height: 10px;
    border: solid 3px #e84715;
}
.gnav .submenu > li:nth-child(1) > a .icon::after {
    border-color: #708a1e;
}
.gnav .submenu > li:nth-child(2) > a .icon::after {
    border-color: #ec6d3d;
}
.gnav .submenu > li:nth-child(3) > a .icon::after {
    border-color: #0f5779;
}
.gnav .submenu > li:nth-child(4) > a .icon::after {
    border-color: #f7b400;
}
.gnav .submenu > li:nth-child(5) > a .icon::after {
    border-color: #ff0000;
}

#header-navigation {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
}
.nav-open #header-navigation {
    pointer-events: all;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 1;
}

@media screen and (min-width: 768px)
{
    .gnav {
        max-width: 1048px;
        padding-right: 18px; padding-right: 2.29vw;
        padding-left: 18px; padding-left: 2.29vw;
    }
    .gnav > ul {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 20px 0;
        padding: 15px 0; padding: 2vw 0;
    }
    .gnav > ul::before {
        content: "";
        display: block;
        width: 100%;
        height: 15px; height: 2vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }
    .gnav > ul > li {
        flex-basis: 34%;
        border-width: 0 1px 0 0;
    }
    .gnav > ul > li:first-of-type {
        border-left-width: 1px;
    }
    .gnav > ul > li > a {
        text-align: center;
        padding: 4px 12px 0 12px;
        font-size: 14px;
    }
    .gnav > ul > li > a.disabled {
        pointer-events: none;
    }
    .gnav > ul > li > a .icon {
        width: 48px;
        height: 48px;
        border-width: 5px;
        position: relative;
        left: auto;
        top: auto;
        margin: -4px auto -2px auto;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .gnav > ul > li > a .icon::before {
        width: 30px;
        height: 30px;
        border-width: 2px;
    }
    .gnav > ul > li > a .icon::after {
        width: 18px;
        height: 18px;
        border-width: 5px;
    }
    .gnav > ul > li > a:hover .icon {
        border-width: 1px;
    }
    .gnav > ul > li > a:hover .icon::before {
        border-width: 8px;
        width: 38px;
        height: 38px;
    }
    .gnav > ul > li > a:hover .icon::after {
        border-width: 7px;
        width: 14px;
        height: 14px;
    }

    /*.gnav > ul > li > a.submenu-opener {
        cursor: default;
    }*/
    .gnav > ul > li > a.submenu-opener::before {
        display: none;
    }
    .gnav .submenu {
        display: flex;
        justify-content: space-between;
        padding-top: 15px; padding-top: 2vw;
        padding-bottom: 15px; padding-bottom: 2vw;
        position: absolute;
        left: 0;
        bottom: 15px; bottom: 2vw;
        z-index: -1;
        -webkit-transition: transform .4s;
        transition: transform .4s;
    }
    .gnav .submenu-open .submenu {
        display: flex;
    }
    .gnav > ul > li:hover .submenu,
    .gnav > ul > li .submenu:hover {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    .gnav .submenu li {
        flex-basis: 26%;
        border-width: 0 1px 0 0;
    }
    /*.gnav .submenu > li:first-of-type {
        border-width: 0 1px 0 1px;
    }*/
    .gnav .submenu > li:last-of-type {
        border-width: 0 0 0 0;
    }
    .gnav .submenu li > a {
        white-space: normal;
        text-align: center;
        padding: 0.572vw 1.145vw 0.1908vw 1.145vw;
        font-size: 10px; font-size: 1.335vw;
        line-height: 1.57;
    }
    .gnav .submenu li > a br {
        display: block;
    }

    .gnav .submenu > li > a .icon {
        width: 32px;
        height: 32px;
        border-width: 3px;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto 4px auto;
    }
    .gnav .submenu > li > a .icon::before {
        width: 20px;
        height: 20px;
        border-width: 1px;
    }
    .gnav .submenu > li > a .icon::after {
        width: 12px;
        height: 12px;
        border-width: 3px;
    }

    .gnav .submenu > li > a:hover .icon {
        border-width: 1px;
    }
    .gnav .submenu > li > a:hover .icon::before {
        border-width: 4px;
        width: 24px;
        height: 24px;
    }
    .gnav .submenu > li > a:hover .icon::after {
        border-width: 5px;
        width: 10px;
        height: 10px;
    }

    #header-navigation {
        pointer-events: all;
        position: relative;
        bottom: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    #header-navigation .sp-only {
        display: none;
    }
}

@media screen and (min-width: 1048px)
{
    .gnav {
        padding-right: 24px;
        padding-left: 24px;
    }

    .gnav > ul {
        padding: 20px 0;
    }
    .gnav > ul::before {
        height: 20px;
    }
    .gnav > ul > li > a {
        font-size: 16px;
        padding: 4px 12px 0 12px;
    }
    .gnav > ul > li > a .icon {
        margin: 0 auto 4px auto;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .gnav .submenu {
        padding-top: 20px;
        padding-bottom: 20px;
        bottom: 20px;
    }
    .gnav .submenu li > a {
        font-size: 14px;
        line-height: 22px;
        padding: 6px 12px 2px 12px;
    }
}





#chochin-animation-bg {
    display: none;
}

@media screen and (min-width: 768px)
{
    #chochin-animation-bg {
        display: block;
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 50px; height: 6.4885vw;
        max-height: 68px;
        background: url(../img/common/chochin.svg) repeat-x center;
        pointer-events: none;
    }
    body.home #chochin-animation-bg {
        bottom: -35px; bottom: -4.58vw;
    }
    body.lower #chochin-animation-bg {
        top: 52px; top: 6.77vw;
    }
}

@media screen and (min-width: 1048px)
{
    #chochin-animation-bg {
        height: 68px;
    }
    body.home #chochin-animation-bg {
        bottom: -48px;
    }
    body.lower #chochin-animation-bg {
        top: 70px;
    }
}





#alert {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 5px 0 5px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#alert-inner {
    display: table;
    -webkit-animation: tickerAnimation 10s linear 0.5s infinite normal both running;
    animation: tickerAnimation 10s linear 0.5s infinite normal both running;
}
#alert:hover #alert-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
#alert .alert-inner-row {
    display: table-cell;
}
#alert .alert-inner-rowgroup {
    display: table-cell;
}
.alert-inner-rowgroup-col {
    display: table-cell;
    white-space: nowrap;
    padding-left: 16px;
    font-size: 15px;
    line-height: 27px;
}

@-webkit-keyframes tickerAnimation {
    0% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-50%, 0);
    }
}

@keyframes tickerAnimation {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

@media screen and (min-width: 768px)
{
    #alert {
        padding: 11px 0 11px 0; padding: 1.4vw 0 1.4vw 0;
    }
    .alert-inner-rowgroup-col {
        font-size: 16px; font-size: 2.1vw;
        line-height: 25px; line-height: 1.5715;
        padding-left: 18px; padding-left: 2.4vw;
    }
}

@media screen and (min-width: 1000px)
{
    #alert {
        padding: 13px 0 14px 0;
    }
    .alert-inner-rowgroup-col {
        font-size: 21px;
        line-height: 33px;
        padding-left: 24px;
    }
}





#main {
    padding: 64px 18px; padding: 17.066vw 4.8vw;
    background-color: #e84715;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#main .section {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-shadow:  -1px 1px 3px 0 rgba(0,0,0,0.6);
}
#main .section+.section {
    margin-top: 64px;
}
/*.content-title {
    width: 33px; width: 8.8vw;
    max-width: 42px;
    position: absolute;
    top: 0px;
    left: -9px; left: -2.4vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}*/
#main .section-inner {
    padding: 25px; padding: 6.4vw;
}
#main a {
    color: #c8491f;
    text-decoration: underline;
}

.lower #main {
    font-size: 14px;
}
.lower-page-title {
    position: relative;
    z-index: 3;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

@media screen and (min-width: 480px)
{
    #main {
        padding: 80px 24px;
    }
    /*.content-title {
        left: -12px;
    }*/
}

@media screen and (min-width: 768px)
{
    #main {
        padding: 100px 32px;
        padding-right: 4.166vw;
        padding-left: 4.166vw;
    }
    #main .section+.section {
        margin-top: 100px;
    }
    /*.content-title {
        width: 66px;
        max-width: 66px;
        top: -18px;
        left: -33px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }*/
    #main .section-inner {
        padding: 56px 70px; padding: 7.299vw 9.124vw;
    }
    .lower-page-title {
        font-size: 24px; font-size: 3.284vw;
        margin-bottom: 24px; margin-bottom: 3.284vw;
    }
}

@media screen and (min-width: 1096px)
{
    #main {
        padding-right: 48px;
        padding-left: 48px;
    }
    #main .section-inner {
        padding: 80px 100px;
    }
    .lower #main {
        font-size: 16px;
    }
    .lower-page-title {
        font-size: 36px;
        margin-bottom: 36px;
    }
}





.section-row+.section-row {
    padding-top: 24px;
}
.common-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: calc(-6.4vw - 12px);
    margin-bottom: 24px;
    position: relative;
}
.common-section-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}
.content-title,
.common-section-title {
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.content-title {
    position: absolute;
    top: -18px;
    left: -12px;
}
.content-title span,
.common-section-title span {
    display: block;
    padding: 8px 12px;
}
.content-title::before,
.content-title::after,
.content-title span::before,
.content-title span::after,
.common-section-title::before,
.common-section-title::after,
.common-section-title span::before,
.common-section-title span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 6px;
    position: absolute;
    z-index: 1;
}
.content-title::before,
.common-section-title::before {
    top: 0;
    left: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-color: #000;
}
.content-title::after,
.common-section-title::after {
    bottom: 0;
    left: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-color: #000;
}
.content-title span::before,
.common-section-title span::before {
    top: 0;
    right: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-color: #000;
}
.content-title span::after,
.common-section-title span::after {
    bottom: 0;
    right: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-color: #000;
}
.content-title span img,
.common-section-title span img {
    height: 18px;
}

@media screen and (min-width: 768px)
{
    .section-row+.section-row {
        padding-top: 5.8394vw;
    }
    .common-section-header {
        margin-left: calc(-9.124vw - 2.684vw);
        margin-bottom: 5.8394vw;
    }
    .content-title {
        top: -3.19343vw;
        left: -2.684vw;
    }
    .content-title span,
    .common-section-title span {
        padding: 1.4598vw 2.1857vw;
    }
    .content-title::before,
    .content-title::after,
    .content-title span::before,
    .content-title span::after,
    .common-section-title::before,
    .common-section-title::after,
    .common-section-title span::before,
    .common-section-title span::after {
        border-width: 1.0948vw;
    }
    .content-title::before,
    .common-section-title::before {
        border-bottom-width: 0;
        border-left-width: 0;
    }
    .content-title::after,
    .common-section-title::after {
        border-bottom-width: 0;
        border-right-width: 0;
    }
    .content-title span::before,
    .common-section-title span::before {
        border-top-width: 0;
        border-left-width: 0;
    }
    .content-title span::after,
    .common-section-title span::after {
        border-top-width: 0;
        border-right-width: 0;
    }
    .content-title span img,
    .common-section-title span img {
        height: 2.9197vw;
        height: 3.2846vw;
    }
}

@media screen and (min-width: 1096px)
{
    .section-row+.section-row {
        padding-top: 64px;
    }
    .common-section-header {
        margin-left: -132px;
        margin-bottom: 64px;
    }
    .content-title {
        top: -35px;
        left: -32px;
    }
    .content-title span,
    .common-section-title span {
        padding: 16px 24px;
    }
    .content-title::before,
    .content-title::after,
    .content-title span::before,
    .content-title span::after,
    .common-section-title::before,
    .common-section-title::after,
    .common-section-title span::before,
    .common-section-title span::after {
        border-width: 12px;
    }
    .content-title::before,
    .common-section-title::before {
        border-bottom-width: 0;
        border-left-width: 0;
    }
    .content-title::after,
    .common-section-title::after {
        border-bottom-width: 0;
        border-right-width: 0;
    }
    .content-title span::before,
    .common-section-title span::before {
        border-top-width: 0;
        border-left-width: 0;
    }
    .content-title span::after,
    .common-section-title span::after {
        border-top-width: 0;
        border-right-width: 0;
    }
    .content-title span img,
    .common-section-title span img {
        height: 36px;
    }
}





#main-bg-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.bg-element {
    display: none;
}

@media screen and (min-width: 768px)
{
    .bg-element {
        display: block;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    #bg-element-01 {
        width: 254px; width: 33.1428vw;
        left: -658px; left: -85.714vw;
        top: 132px; top: 17.142vw;
    }
    #bg-element-02 {
        width: 172px; width: 22.4285vw;
        right: -620px; right: -80.714vw;
        bottom: 0;
    }
    #bg-element-03 {
        width: 188px; width: 24.571vw;
        right: -696px; right: -90.571vw;
        top: -54.857px; top: -7.142vw;
    }
    #bg-element-04 {
        width: 112px; width: 15.928vw;
        left: -532px; left: -69.285vw;
        top: -36px; top: -4.714vw;
    }
    #bg-element-05 {
        width: 54px; width: 7vw;
        left: -614px; left: -80vw;
        top: 72px; top: 9.428vw;
    }
    #bg-element-06 {
        width: 114px; width: 14.857vw;
        right: -614px; right: -80vw;
        top: 258px; top: 33.714vw;
    }
    #bg-element-07 {
        width: 50px; width: 6.571vw;
        right: -538px; right: -70vw;
        top: 362px; top: 47.142vw;
    }
}

@media screen and (min-width: 1400px)
{
    #bg-element-01 {
        width: 464px;
        left: -1200px;
        top: 240px;
    }
    #bg-element-02 {
        width: 314px;
        right: -1130px;
        bottom: 0;
    }
    #bg-element-03 {
        width: 344px;
        right: -1268px;
        top: -100px;
    }
    #bg-element-04 {
        width: 223px;
        left: -970px;
        top: -66px;
    }
    #bg-element-05 {
        width: 98px;
        left: -1120px;
        top: 132px;
    }
    #bg-element-06 {
        width: 208px;
        right: -1120px;
        top: 472px;
    }
    #bg-element-07 {
        width: 92px;
        right: -980px;
        top: 660px;
    }
}





#sponsorship {
    background: url(../img/common/sponsorship-bg.png);
    background-position: top center;
    border: solid 1px #000;
    border-width: 1px 0 1px 0;
    position: relative;
    padding: 0 24px;
    z-index: 2;
}
#sponsorship-title-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
/*#sponsorship .content-title {
    top: -72px;
    top: 0;
}*/
#sponsorship-list {
    max-width: 1232px;
    padding: 50px 0; padding: 13.333vw 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 98px); grid-template-columns: repeat(auto-fit, 26.133vw);
    grid-gap: 12px; grid-gap: 3.2vw;
    justify-content: center;
}
#sponsorship-list li {
    max-width: 182px;
}
#sponsorship-list li a {
    display: block;
    background-color: #fff;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
    -webkit-transition: .2s;
    transition: .2s;
}
#sponsorship-list li a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#sponsorship-empty {
    text-align: center;
    font-weight: 700;
    padding-top: 64px; padding-top: 17.066vw;
    padding-bottom: 64px; padding-bottom: 17.066vw;
}
#sponsorship-empty-txt-01 {
    font-size: 32px; font-size: 8.533vw;
    line-height: 36px; line-height: 9.6vw;
}
#sponsorship-empty-txt-02 {
    font-size: 14px; font-size: 3.733vw;
    line-height: 18px; line-height: 4.8vw;
}

@media screen and (min-width: 480px)
{
    #sponsorship-empty {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    #sponsorship-empty-txt-01 {
        font-size: 42px;
        line-height: 46px;
    }
    #sponsorship-empty-txt-02 {
        font-size: 18px;
        line-height: 23px;
    }
}

@media screen and (min-width: 698px)
{
    #sponsorship-list {
        grid-template-columns: repeat(auto-fit, 182px);
    }
}

@media screen and (min-width: 768px)
{
    #sponsorship {
        padding-right: 32px; padding-right: 4.166vw;
        padding-left: 32px; padding-left: 4.166vw;
    }
    /*#sponsorship .content-title {
        top: -72px;
    }*/

    #sponsorship-list {
        padding: 116px 0;
        grid-gap: 15px; grid-gap: 2vw;
        grid-template-columns: repeat(auto-fit, 182px);
    }

    #sponsorship-empty {
        padding-top: 112px; padding-top: 14.694vw;
        padding-bottom: 112px; padding-bottom: 14.694vw;
    }
    #sponsorship-empty-txt-01 {
        font-size: 52px; font-size: 6.8702vw;
        line-height: 58px; line-height: 7.6335vw;
    }
    #sponsorship-empty-txt-02 {
        font-size: 18px; font-size: 2.29vw;
        line-height: 24px; line-height: 3.0534vw;
    }
    #sponsorship-empty a:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 1000px)
{
    #sponsorship-list {
        grid-gap: 20px;
    }
}

@media screen and (min-width: 1048px)
{
    #sponsorship-empty {
        padding-top: 154px;
        padding-bottom: 154px;
    }
    #sponsorship-empty-txt-01 {
        font-size: 72px;
        line-height: 80px;
    }
    #sponsorship-empty-txt-02 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1096px)
{
    #sponsorship {
        padding-right: 48px;
        padding-left: 48px;
    }
}





#footer {
    position: relative;
    z-index: 3;
}
#footer-primary {
    background-color: #e84715;
    color: #fff;
    padding: 24px 0; padding: 6.4vw 0;
}
#footer-primary .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer-primary-left {
    order: 3;
    padding-top: 16px;
}
#footer-contact-info {
    padding: 10px 0 0 0;
}
#footer-contact-info-btn-container {
    display: flex;
}
#footer-contact-info-btn {
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding-left: 43px;
    background: url(../img/common/mail-icon.svg) left no-repeat;
    background-size: 38px;
    margin-bottom: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#footer-contact-info-btn:hover {
    text-decoration: underline;
}

#footer-contact-qanda-btn {
    font-size: 12px;
    line-height: 15px;
    margin: 2px 0 6px 0;
}
#footer-contact-qanda-btn a:hover {
    text-decoration: underline;
}

#footer-contact-info-notes {
    font-size: 10px;
    line-height: 14px;
}
#footer-contact-info-notes li {
    position: relative;
    padding-left: 1em;
}
#footer-contact-info-notes li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 4px;
}
#privacy-modal-btn-container {
    display: flex;
    padding-top: 7px;
}
#privacy-modal-btn {
    display: block;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 14px;
    border: solid 1px #fff;
    border-radius: 10px;
    -webkit-transition: .2s;
    transition: .2s;
}
#privacy-modal-btn:hover {
    background-color: #fff;
    color: #c8491f;
}

#footer-navigation {
    display: none;
}

#footer-logo {
    width: 142px; width: 37.866vw;
    max-width: 284px;
    margin: 0 auto;
    order: 1;
}

#footer-primary-right {
    order: 2;
    width: 100%;
}

#addition-flyer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; gap: 5.333vw;
    margin-top: 28px; margin-top: 7.466vw;
}
#addition-flyer li {
    width: 143px; width: 38.133vw;
    max-width: 183px;
}
#addition-flyer li a {
    display: block;
    text-align: center;
}
#addition-flyer li a img {
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.6);
}
#addition-flyer li a span {
    display: block;
    font-size: 12px; font-size: 3.2vw;
    margin-top: 6px; margin-top: 1.6vw;
}
#addition-flyer li a:hover {
    text-decoration: underline;
}

#back-to-top {
    position: absolute;
    top: -6px; top: -1.6vw;
    right: 4.8vw;
}
#back-to-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px; width: 15.466vw;
    max-width: 106px;
    height: 58px; height: 15.466vw;
    max-height: 106px;
    border: solid 1px #fff;
    border-radius: 5px; border-radius: 1.333vw;
    background-color: #e84715;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
#back-to-top a:hover {
    opacity: 0.8;
}
#back-to-top a img {
    width: 22px; width: 5.866vw;
    max-width: 44px;
}
#back-to-top a:hover img {
    opacity: 1;
}

@media screen and (min-width: 480px)
{
    #addition-flyer {
        gap: 26px;
        margin-top: 36px;
    }
    #addition-flyer li a span {
        font-size: 16px;
        margin-top: 8px;
    }
    #back-to-top {
        right: 24px;
    }
}

@media screen and (min-width: 640px)
{
}

@media screen and (min-width: 768px)
{
    #footer-primary {
        padding: 42px 0;
    }
    #footer-primary .wrapper {
        align-items: flex-start;
    }

    #footer-primary-left {
        padding: 0 24px 0 0;
        order: 1;
        flex-basis: 33%;
        max-width: 33%;
    }
    #footer-primary .wrapper {
        flex-direction: row;
    }
    #footer-navigation {
        display: block;
        flex-basis: 34%;
        font-size: 14px;
        line-height: 24px;
    }
    #footer-navigation-main {
        padding: 12px 0;
    }
    #footer-navigation-sub {
        padding: 12px 0;
    }
    #footer-navigation-main li a,
    #footer-navigation-main li > span,
    #footer-navigation-sub li a {
        position: relative;
        display: block;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #footer-navigation-main li a:hover,
    #footer-navigation-sub li a:hover {
        text-decoration: underline;
    }
    #footer-navigation-main li a::before,
    #footer-navigation-main li span::before,
    #footer-navigation-sub li a::before,
    #footer-navigation-main > li > a::after,
    #footer-navigation-main > li > span::after,
    #footer-navigation-sub > li > a::after {
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    #footer-navigation-main li a::before,
    #footer-navigation-main li span::before,
    #footer-navigation-sub li a::before {
        width: 8px;
        height: 8px;
        background-color: #fff;
        left: 4px;
    }
    #footer-navigation-main > li > a::after,
    #footer-navigation-main > li > span::after,
    #footer-navigation-sub > li > a::after {
        width: 14px;
        height: 14px;
        border: solid 1px #fff;
        left: 1px;
    }
    #footer-navigation-main .child {
        padding-left: 26px;
    }
    #footer-navigation-main .child li a {
        padding-left: 18px;
    }

    #footer-logo {
        width: auto;
        align-self: center;
        flex-basis: 284px; flex-basis: 28.4vw;
        min-width: 28.4vw;
        max-width: 33%;
        order: 2;
    }

    #footer-primary-right {
        order: 3;
        flex-basis: 33%;
        max-width: 33%;
        align-self: flex-end;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }

    /*
    #addition-flyer {
        align-self: flex-start;
        margin-top: 0;
    }
    #addition-flyer-img {
        width: 15.0vw;
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.6);
    }
    #addition-flyer-txt {
        font-size: 1.6vw;
        line-height: 1.4;
        margin-bottom: -0.333em;
        padding-left: 2.0vw;
        white-space: nowrap;
    }
    #addition-flyer-txt::before {
        border-width: 0.7vw 1.21vw 0.7vw 0;
    }
    */
    #addition-flyer {
        gap: 20px; gap: 2vw;
        margin-top: 0;
    }
    #addition-flyer li {
        width: 143px; width: 14.3vw;
        max-width: 143px;
    }
    #addition-flyer li a span {
        font-size: 14px; font-size: 1.4vw;
        margin-top: 8px; margin-top: 0.8vw;
    }

    #back-to-top {
        position: relative;
        top: 0;
        right: 0;
    }
    #back-to-top a {
        width: 106px;
        height: 106px;
        border: solid 2px #fff;
        border-radius: 10px;
    }
    #back-to-top a img {
        width: 44px;
    }
}

@media screen and (min-width: 1000px)
{
    #footer-logo {
        flex-basis: 284px;
        min-width: 284px;
    }
    #addition-flyer {
        gap: 20px;
    }
    #addition-flyer li {
        width: 143px;
    }
    #addition-flyer li a span {
        font-size: 14px;
        margin-top: 8px;
    }
}





#footer-primary {
    position: relative;
    overflow: hidden;
}
#footer-primary .wrapper {
    position: relative;
    z-index: 2;
}

#footer-secondary {
    padding-top: 24px; padding-top: 6.4vw;
}
#footer-secondary-content-01 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-secondary-content-01 a,
#footer-secondary-content-01 span {
    display: block;
}
#footer-secondary-content-01-01 {
    width: 68px; width: 18.2291vw;
    max-width: 140px;
}
#footer-secondary-content-01-02 {
    width: 26px; width: 6.933vw;
    max-width: 52px;
    height: 26px; height: 6.933vw;
    max-height: 52px;
    margin: 0 14px 0 18px; margin: 0 3.6458vw 0 4.9479vw;
    position: relative;
}
#footer-secondary-content-01-02::before,
#footer-secondary-content-01-02::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#footer-secondary-content-01-02::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#footer-secondary-content-01-02::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#footer-secondary-content-01-03 {
    width: 136px; width: 36.1979vw;
    max-width: 278px;
}

#footer-secondary-content-02 {
    width: 118px; width: 31.466vw;
    max-width: 236px;
    margin: 21px auto 8px auto; margin: 5.6vw auto 2.133vw auto;
}
#footer-secondary-content-03 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 14px 0; padding: 3.733vw 0;
}
#footer-secondary-content-03 li {
    padding: 2px 8px;
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;
}

@media screen and (min-width: 768px)
{
    #footer-secondary {
        padding-top: 36px;
    }
    #footer-secondary-content-01-01 {
        width: 140px;
    }
    #footer-secondary-content-01-02 {
        width: 52px;
        height: 52px;
        margin: 0 28px 0 38px;
    }
    #footer-secondary-content-01-03 {
        width: 278px;
    }
    #footer-secondary-content-02 {
        width: 236px;
        margin-top: 32px;
        margin-bottom: 22px;

    }
    #footer-secondary-content-03 {
        padding: 12px 0;
    }
    #footer-secondary-content-03 li {
        padding: 3px 10px;
        font-size: 11px;
        line-height: 17px;
    }
}





#sp-footer-nav-container {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #e84715;
}
#sp-footer-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 1px;
    min-height: 86px;
}
#sp-footer-nav > li {
    position: relative;
    flex-basis: 25%;
    font-size: 10px;
    line-height: 1.2;
    color: #fff;
}
#sp-footer-nav > li+li::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 12px);
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#sp-footer-nav > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    height: 100%;
    padding: 14px 12px 8px 12px;
    color: inherit;
}
#sp-footer-nav > li > a .icon {
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    width: 36px;
    height: 36px;
    border: solid 4px #000;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
#sp-footer-nav > li > a .icon::before,
#sp-footer-nav > li > a .icon::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#sp-footer-nav > li > a .icon::before {
    width: 22px;
    height: 22px;
    border: solid 2px #000;
}
#sp-footer-nav > li > a .icon::after {
    width: 12px;
    height: 12px;
    border: solid 3px #e84715;
}
#sp-footer-nav > li > a span {
    flex-grow: 2;
    text-align: center;
    display: flex;
    align-items: center;
}
#footer {
    padding-bottom: 86px;
}

@media screen and (min-width: 768px)
{
    #sp-footer-nav-container {
        display: none;
    }
    #footer {
        padding-bottom: 0;
    }
}





#copyright {
    background-color: #4d4d4d;
    color: #fff;
}
#copyright small {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
}





#modal-container {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
#modal-outer {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modal {
    max-width: 1000px;
    max-height: 100%;
    background-color: #fff;
    position: relative;
    overflow: auto;
}
#modal-close-btn {
    display: block;
    width: 16px; width: 4.266vw;
    height: 16px; height: 4.266vw;

    position: absolute;
    top: 12px;
    right: 12px;
}
#modal-close-btn::before,
#modal-close-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#modal-close-btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#modal-close-btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-content {
    display: none;
}
#modal .modal-content {
    display: block;
}

@media screen and (min-width: 768px)
{
    #modal-outer {
        padding: 48px;
    }
    #modal-close-btn {
        width: 32px;
        height: 32px;
        top: 12px;
        right: 12px;
    }
}





#modal-privacy-policy {
    padding: 32px;
    max-width: 480px;
    font-size: 14px;
    line-height: 1.5;
}
#modal-privacy-policy a {
    color: #c8491f;
    text-decoration: underline;
}

@media screen and (min-width: 768px)
{
    #modal-privacy-policy {
        padding: 48px;
        font-size: 16px;
    }
}





.fw,
.op {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#main .fw.animation {
    -webkit-animation: fw-animation-01 5s ease 0s 1 normal both;
    animation: fw-animation-01 5s ease 0s 1 normal both;
}

#main .op.animation {
    -webkit-animation: op-animation-01 5s ease 0s 1 normal both;
    animation: op-animation-01 5s ease 0s 1 normal both;
}

#footer .fw.animation {
    -webkit-animation: fw-animation-02 5s ease 0s 1 normal both;
    animation: fw-animation-02 5s ease 0s 1 normal both;
}

@-webkit-keyframes fw-animation-01 {
    0% {
        opacity: 1.0;
    }
    20% {
        -webkit-transform: translate(0, 0);
    }
    40% {
        opacity: 1.0;
        -webkit-transform: translate(0, 0);
    }
    60% {
        opacity: 0;
        -webkit-transform: scale(.95);
    }
    100% { 
        opacity: 0;
        -webkit-transform: scale(.95);
    }
}

@keyframes fw-animation-01 {
    0% {
        opacity: 1.0;
    }
    20% {
        transform: translate(0, 0);
    }
    40% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    60% {
        opacity: 0;
        transform: scale(.95);
    }
    100% { 
        opacity: 0;
        transform: scale(.95);
    }
}

@-webkit-keyframes fw-animation-02 {
    0% {
        opacity: 0.6;
    }
    20% {
        -webkit-transform: translate(0, 0);
    }
    40% {
        opacity: 0.6;
        -webkit-transform: translate(0, 0);
    }
    60% {
        opacity: 0;
        -webkit-transform: scale(.95);
    }
    100% { 
        opacity: 0;
        -webkit-transform: scale(.95);
    }
}

@keyframes fw-animation-02 {
    0% {
        opacity: 0.6;
    }
    20% {
        transform: translate(0, 0);
    }
    40% {
        opacity: 0.6;
        transform: translate(0, 0);
    }
    60% {
        opacity: 0;
        transform: scale(.95);
    }
    100% { 
        opacity: 0;
        transform: scale(.95);
    }
}

@keyframes op-animation-01 {
    0% {
        opacity: 0;
        transform: scale(.95);
    }
    20% {
        opacity: 1.0;
        transform: scale(1);
    }
    40% {
        opacity: 1.0;
        transform: scale(1);
    }
    60% {
        opacity: 0;
        transform: scale(.95);
    }
    100% { 
        opacity: 0;
        transform: scale(.95);
    }
}

@-webkit-keyframes op-animation-01 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
    }
    20% {
        opacity: 1.0;
        -webkit-transform: scale(1);
    }
    40% {
        opacity: 1.0;
        -webkit-transform: scale(1);
    }
    60% {
        opacity: 0;
        -webkit-transform: scale(.95);
    }
    100% { 
        opacity: 0;
        -webkit-transform: scale(.95);
    }
}
