@keyframes blur {
    0% {
        filter: blur(7px);
    }
    100% {
        filter: blur(0);
    }
}
@keyframes line {
    0% {
        stroke-dashoffset: 1500px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes animation02 {
    0% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}
@keyframes animation03 {
    0% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}
@keyframes animation04 {
    0% {
        opacity: 0;
        left: 18px;
    }
    100% {
        opacity: 1;
        left: 58px;
    }
}
@keyframes animation05 {
    0% {
        opacity: 0;
        left: -40px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
@keyframes animation06 {
    0% {
        opacity: 0;
        left: 761px;
    }
    100% {
        opacity: 1;
        left: 721px;
    }
}
@keyframes animation07 {
    0% {
        opacity: 0;
        top: 40px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@keyframes animation08 {
    0% {
        opacity: 0;
        right: -40px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
@keyframes animation09 {
    0% {
        -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
@keyframes animation10 {
    0% {
        margin-left: 70%;
    }
    100% {
        margin-left: 50%;
    }
}
@keyframes animation11 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animation12 {
    0% {
        opacity: 0;
        left: 652px;
    }
    100% {
        opacity: 1;
        left: 612px;
    }
}
@keyframes animation13 {
    0% {
        opacity: 0;
        left: 707px;
    }
    100% {
        opacity: 1;
        left: 667px;
    }
}
@keyframes animation14 {
    0% {
        opacity: 0;
        left: -40px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
@keyframes animation54 {
    0% {
        opacity: 0;
        left: -40px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
@keyframes animation55 {
    0% {
        opacity: 0;
        left: 744px;
    }
    100% {
        opacity: 1;
        left: 704px;
    }
}
@keyframes animation56 {
    0% {
        opacity: 0;
        left: 826px;
    }
    100% {
        opacity: 1;
        left: 786px;
    }
}
@keyframes animation57 {
    0% {
        opacity: 0;
        left: 144px;
    }
    100% {
        opacity: 1;
        left: 184px;
    }
}
@keyframes animation58 {
    0% {
        opacity: 0;
        right: 146px;
    }
    100% {
        opacity: 1;
        right: 186px;
    }
}
.sp-only,
.tb-only {
    display: none !important;
}
.hover:hover {
    opacity: 0.7;
}
.drawer-menu {
    display: none;
    position: fixed;
    top: 56px;
    right: 0;
    padding: 40px 54px 60px 66px;
    background: #fff;
    z-index: 2;
    font-size: 1.3rem;
}
.drawer-menu.open {
    display: block;
}
.drawer-menu .drawer-inner {
    width: 736px;
}
.drawer-menu .drawer-header {
    margin-bottom: 26px;
}
.drawer-menu .drawer-header .header {
    display: inline-block;
}
.drawer-menu .drawer-header .header ul li {
    display: inline-block;
    margin-right: 12px;
}
.drawer-menu .drawer-header .header ul li.shop a {
    display: inline-block;
    width: 172px;
    height: 41px;
    background: url(../images/pc/header-menu01.png) no-repeat;
}
.drawer-menu .drawer-header .header ul li.online a {
    display: inline-block;
    width: 172px;
    height: 41px;
    background: url(../images/pc/header-menu02.png) no-repeat;
}
.drawer-menu .drawer-header .search {
    width: 368px;
    height: 41px;
    display: inline-block;
    vertical-align: top;
}
.drawer-menu .drawer-header .search form {
    width: 100%;
    height: 100%;
    background: url(../images/pc/header-search.png) no-repeat;
}
.drawer-menu .drawer-header .search input[type="text"] {
    padding: 0 0 0 14px;
    line-height: 41px;
    border: none;
    background: transparent;
    width: 327px;
}
.drawer-menu .drawer-header .search input[type="submit"] {
    border: none;
    width: 39px;
    height: 37px;
    background: url(../images/pc/btn-search.png) no-repeat;
}
.drawer-menu .category-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}
.drawer-menu .category-wrapper:last-child {
    margin-right: 0;
}
.drawer-menu .category-wrapper .category-title {
    margin-bottom: 12px;
    font-weight: bold;
}
.drawer-menu .category-wrapper ul li {
    margin-left: 1em;
    margin-bottom: 10px;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 26px;
    z-index: 2;
}
header .header-menu {
    font-size: 1.4rem;
    float: right;
}
header .header-menu li {
    display: inline-block;
    margin-left: 12px;
    font-weight: bold;
}
header .header-menu li.active a {
    color: #e2c380;
    border-bottom: 1px solid #e2c380;
}
.section01 {
    position: relative;
    height: calc(100vh - 56px);
    overflow: hidden;
    background-color: #d14c2b;
    margin-top: 56px;
}
.section01 .title {
    width: 182px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: url(../images/pc/bg-intro.png) repeat-x;
    position: relative;
    height: 100%;
}
.section01 .logo {
    height: calc(50vh - 56px);
    max-height: 342px;
}
.section01 .menu {
    position: absolute;
    left: 32px;
    bottom: 56px;
}
.section01 .menu li {
    display: inline-block;
    margin-right: 5px;
}
.section01 .menu li:last-child {
    margin-right: 0;
}
.section01 .video-area {
    display: inline-block;
    width: calc(100% - 182px);
    overflow: hidden;
    float: right;
}
.section01 video {
    width: 100%;
}
.section01 .scroll {
    position: absolute;
    right: 26px;
    bottom: 0;
    font-size: 1rem;
}
.section01 .scroll a {
    color: #fff;
}
.section01 .scroll a:after {
    content: "";
    display: block;
    background: url(../images/pc/scroll.gif) no-repeat;
    background-size: 1px 89px;
    width: 1px;
    height: 89px;
    margin: 12px 0 0 4px;
    border: none;
}
.section01 .scroll span {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
}
.section02 {
    text-align: center;
    background: #d14c2b;
    margin-top: -56px;
}
.section02 img {
    vertical-align: top;
}
.section03 {
    height: 411px;
    margin-top: 38px;
    margin-bottom: 119px;
}
.section03 .animation-wrapper {
    position: relative;
    width: 992px;
    margin: 0 auto;
}
.section03 #animation01 {
    position: absolute;
    left: calc(50% - 35px);
}
.section03 #title01 {
    content: '';
    position: absolute;
    background: url(../images/pc/title01.png) no-repeat 50% 16px;
    width: 70px;
    height: 411px;
    filter: blur(7px);
}
.section03 .animation02 {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    position: absolute;
    top: 154px;
    left: 0;
}
.section03 .animation02 .cls-10 {
    fill: none;
    stroke: #f5e8e4;
    stroke-width: 1px;
    fill-rule: evenodd;
}
.section03 .animation02 .cls-11 {
    font-size: 10px;
    text-anchor: end;
    font-family: 'Noto Serif Japanese', serif;
}
.section03 .animation02.animation {
    animation: animation03 1s ease-in 1s forwards;
}
.section03 .animation03 {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    position: absolute;
    top: 154px;
    left: 530px;
}
.section03 .animation04 {
    opacity: 0;
    position: absolute;
    top: 110px;
    left: 58px;
}
.section03 .animation04.animation {
    animation: animation04 1s ease-out 2s forwards;
}
.section03 .animation05 {
    opacity: 0;
    position: absolute;
    top: 224px;
    left: 0;
}
.section03 .animation05.animation {
    animation: animation05 1s ease-out 2s forwards;
}
.section03 .animation06 {
    opacity: 0;
    position: absolute;
    top: 164px;
    left: 721px;
}
.section03 .animation06.animation {
    animation: animation06 1s ease-out 2s forwards;
}
.section04 {
    position: relative;
    background: url(../images/pc/bg-about.png) repeat-x 0 318px;
    padding-bottom: 112px;
}
.section04 .eye {
    text-align: center;
    margin-bottom: 96px;
}
.section04 .title {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -15px;
}
.section04 .left {
    position: absolute;
    top: 318px;
    left: 0;
    background: url(../images/pc/bg-left.png) no-repeat;
    width: 110px;
    height: 110px;
}
.section04 .right {
    position: absolute;
    top: 318px;
    right: 0;
    background: url(../images/pc/bg-right.png) no-repeat;
    width: 110px;
    height: 110px;
}
.section04 svg {
    position: absolute;
    top: 563px;
    left: 70%;
}
.section04 .description {
    display: inline-block;
    width: 44.7%;
    font-size: 1.4rem;
    line-height: 2.5em;
    margin-right: 176px;
}
.section04 .description p {
    margin-left: 12px;
}
.section04 .text1 {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: 100%;
    height: 234px;
    margin-bottom: 28px;
}
.section04 .text2 {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: 100%;
    height: 234px;
}
.section04 .item {
    display: inline-block;
    vertical-align: top;
}
.section05 {
    background: #f5f5f5;
    padding-bottom: 126px;
}
.section05 .photo-box01 {
    position: relative;
    width: 992px;
    margin: 0 auto;
    margin-bottom: 66px;
}
.section05 .photo-box01 .photo {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    width: 440px;
    height: 440px;
    background-image: url(../images/pc/photo01.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 56px;
    margin-right: 130px;
}
.section05 .photo-box01 .description {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    display: inline-block;
    height: 292px;
    vertical-align: bottom;
    font-size: 1.4rem;
    line-height: 2.5em;
}
.section05 .photo-box01 .description p {
    margin-left: 12px;
}
.section05 .photo-box01 .number {
    position: absolute;
    top: 56px;
    left: 397px;
    opacity: 0;
}
.section05 .photo-box01 .number.animation {
    animation: animation07 1s ease-out 0s forwards;
}
.section05 .photo-box01 .title-line01 {
    position: absolute;
    top: 448px;
    left: 392px;
}
.section05 .photo-box01 .animation07 {
    position: absolute;
    opacity: 0;
    top: 56px;
    right: -40px;
}
.section05 .photo-box01 .animation07.animation {
    animation: animation08 1s ease-out 1.5s forwards;
}
.section05 .photo-box01 .cls-17 {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    fill-rule: evenodd;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}
.section05 .photo-box01 .cls-17.animation {
    animation: line 5s ease-out 2s forwards;
}
.section05 .photo-box02 {
    position: relative;
    width: 992px;
    margin: 0 auto;
    margin-bottom: 66px;
}
.section05 .photo-box02 .photo {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    width: 440px;
    height: 440px;
    background-image: url(../images/pc/photo02.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 56px;
}
.section05 .photo-box02 .description {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    display: inline-block;
    height: 295px;
    width: 418px;
    vertical-align: bottom;
    font-size: 1.4rem;
    line-height: 2.5em;
    margin-right: 130px;
}
.section05 .photo-box02 .description p {
    margin-left: 12px;
}
.section05 .photo-box02 .number {
    position: absolute;
    top: 56px;
    left: 442px;
    opacity: 0;
}
.section05 .photo-box02 .number.animation {
    animation: animation07 1s ease-out 0s forwards;
}
.section05 .photo-box02 .title-line02 {
    position: absolute;
    top: 448px;
    left: 475px;
}
.section05 .photo-box02 .animation08 {
    position: absolute;
    opacity: 0;
    top: 56px;
    left: -40px;
}
.section05 .photo-box02 .animation08.animation {
    animation: animation05 1s ease-out 1.5s forwards;
}
.section05 .photo-box02 .cls-18.animation {
    animation: line 5s ease-out 2s forwards;
}
.section05 .photo-box03 {
    position: relative;
    width: 992px;
    margin: 0 auto;
}
.section05 .photo-box03 .photo {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    width: 440px;
    height: 440px;
    background-image: url(../images/pc/photo03.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 56px;
    margin-right: 130px;
}
.section05 .photo-box03 .description {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    display: inline-block;
    height: 296px;
    vertical-align: bottom;
    font-size: 1.4rem;
    line-height: 2.5em;
}
.section05 .photo-box03 .number {
    position: absolute;
    top: 56px;
    left: 370px;
    opacity: 0;
}
.section05 .photo-box03 .number.animation {
    animation: animation07 1s ease-out 0s forwards;
}
.section05 .photo-box03 .title-line03 {
    position: absolute;
    top: 448px;
    left: 392px;
}
.section05 .photo-box03 .animation09 {
    position: absolute;
    opacity: 0;
    top: 56px;
    right: -40px;
}
.section05 .photo-box03 .animation09.animation {
    animation: animation08 1s ease-out 1.5s forwards;
}
.section05 .photo-box03 .cls-19.animation {
    animation: line 5s ease-out 2s forwards;
}
.section06 {
    margin-bottom: 118px;
}
.section06 .component {
    position: relative;
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    height: 487px;
}
.section06 .component.animation {
    animation: animation09 1s ease-in-out 1s forwards;
}
.section06 .component.animation .shadow {
    animation: animation11 1s ease-in-out 2s forwards;
}
.section06 .component.animation .title {
    animation: animation11 1s ease-in-out 2s forwards;
}
.section06 .bridge {
    overflow: hidden;
    background: #f5f5f5;
}
.section06 .bridge.animation .bridge-content {
    animation: animation10 1s ease-in-out 0.5s forwards;
}
.section06 .bridge-content {
    margin-left: 70%;
    height: 123px;
    width: 1579px;
    background: url('../images/pc/bridge.png') no-repeat;
}
.section06 .photo {
    background-image: url(../images/pc/component.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
}
.section06 .shadow {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/pc/bg-shadow.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.section06 .title {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/pc/component-title.png);
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section07 {
    padding-bottom: 230px;
}
.section07 .material-main {
    position: relative;
    width: 992px;
    margin: 0 auto;
}
.section07 .material-main .photo {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    width: 380px;
    height: 541px;
    background-image: url(../images/pc/material-main.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
.section07 .material-main .description {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    display: inline-block;
    width: 392px;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 2.3em;
    margin-top: 21px;
    margin-right: 218px;
}
.section07 .material-main .description .text1 {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: 100%;
    height: 230px;
    margin-bottom: 24px;
}
.section07 .material-main .description .text2 {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: 100%;
    height: 239px;
}
.section07 .material-main .number {
    position: absolute;
    top: 40px;
    left: 436px;
    opacity: 0;
}
.section07 .material-main .number.animation {
    animation: animation07 1s ease-out 0s forwards;
}
.section07 .material-main .line {
    position: absolute;
    top: 490px;
    left: 538px;
}
.section07 .material-main .animation10 {
    position: absolute;
    opacity: 0;
    top: 500px;
    left: -40px;
}
.section07 .material-main .animation10.animation {
    animation: animation05 1s ease-out 1.5s forwards;
}
.section07 .material-main .line.animation path {
    animation: line 5s ease-out 2s forwards;
}
.section08 {
    background: #f3f3f2;
    padding-bottom: 160px;
}
.section08 .material-text {
    transform: translateY(-68px);
    text-align: center;
    margin-left: -120px;
    margin-bottom: 50px;
}
.section08 .material01 {
    position: relative;
    width: 992px;
    margin: 0 auto;
}
.section08 .material01 .photo {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    width: 240px;
    height: 342px;
    background-image: url(../images/pc/material01.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-right: 160px;
}
.section08 .material01 .description {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    display: inline-block;
    height: 230px;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 2.5em;
    margin-top: 19px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.section08 .material01 .number {
    position: absolute;
    top: 40px;
    left: 280px;
    opacity: 0;
}
.section08 .material01 .number.animation {
    animation: animation07 1s ease-out 0s forwards;
}
.section08 .material01 .line {
    position: absolute;
    top: 295px;
    left: 191px;
}
.section08 .material01 .animation11 {
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 612px;
}
.section08 .material01 .animation11.animation {
    animation: animation12 1s ease-out 1.5s forwards;
}
.section08 .material01 .line.animation path {
    animation: line 5s ease-out 2s forwards;
}
.section08 .material02 {
    position: relative;
    width: 992px;
    margin: 0 auto;
    margin-top: -29px;
}
.section08 .material02 .photo {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    width: 240px;
    height: 342px;
    background-image: url(../images/pc/material02.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
.section08 .material02 .description {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    display: inline-block;
    width: 580px;
    height: 230px;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 2.5em;
    margin-top: 19px;
    margin-right: 170px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.section08 .material02 .number {
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 618px;
}
.section08 .material02 .number.animation {
    animation: animation07 1s ease-out 0s forwards;
}
.section08 .material02 .line {
    position: absolute;
    top: 295px;
    left: 677px;
}
.section08 .material02 .animation12 {
    position: absolute;
    opacity: 0;
    top: 155px;
    left: 108px;
}
.section08 .material02 .animation12.animation {
    animation: animation14 1s ease-out 1.5s forwards;
}
.section08 .material02 .line.animation path {
    animation: line 5s ease-out 2s forwards;
}
.section08 .material03 {
    position: relative;
    width: 992px;
    margin: 0 auto;
    margin-top: -29px;
}
.section08 .material03 .photo {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    width: 240px;
    height: 342px;
    background-image: url(../images/pc/material03.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-right: 160px;
}
.section08 .material03 .description {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    display: inline-block;
    height: 230px;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 2.5em;
    margin-top: 19px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.section08 .material03 .number {
    position: absolute;
    top: 40px;
    left: 280px;
    opacity: 0;
}
.section08 .material03 .number.animation {
    animation: animation07 1s ease-out 0s forwards;
}
.section08 .material03 .line {
    position: absolute;
    top: 295px;
    left: 191px;
}
.section08 .material03 .animation13 {
    position: absolute;
    opacity: 0;
    top: 150px;
    left: 707px;
}
.section08 .material03 .animation13.animation {
    animation: animation13 1s ease-out 1.5s forwards;
}
.section08 .material03 .line.animation path {
    animation: line 5s ease-out 2s forwards;
}
.section08 .material04 {
    position: relative;
    width: 992px;
    margin: 0 auto;
    margin-top: -29px;
}
.section08 .material04 .photo {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    width: 240px;
    height: 342px;
    background-image: url(../images/pc/material04.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
.section08 .material04 .description {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    display: inline-block;
    width: 546px;
    height: 230px;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 2.5em;
    margin-top: 19px;
    margin-right: 206px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.section08 .material04 .number {
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 581px;
}
.section08 .material04 .number.animation {
    animation: animation07 1s ease-out 0s forwards;
}
.section08 .material04 .line {
    position: absolute;
    top: 295px;
    left: 677px;
}
.section08 .material04 .animation14 {
    position: absolute;
    opacity: 0;
    top: 155px;
    left: -40px;
}
.section08 .material04 .animation14.animation {
    animation: animation14 1s ease-out 1.5s forwards;
}
.section08 .material04 .line.animation path {
    animation: line 5s ease-out 2s forwards;
}
.section09 {
    padding-top: 50px;
}
.section09 .flow {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    margin: 0 auto;
    width: 992px;
    height: 314px;
    background: url(../images/pc/flow.png) no-repeat;
}
.section10 {
    text-align: center;
    background: #d14c2b;
}
.section10 img {
    vertical-align: top;
}
.section11 {
    height: 244px;
    margin-top: 38px;
    margin-bottom: 75px;
}
.section11 #title15 {
    content: '';
    position: absolute;
    background: url(../images/pc/title15.png) no-repeat 50% 16px;
    width: 70px;
    height: 244px;
    filter: blur(7px);
}
.section11 .animation-wrapper {
    position: relative;
    width: 992px;
    margin: 0 auto;
}
.section11 #animation15 {
    position: absolute;
    left: calc(50% - 35px);
}
.section11 .animation52 {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    position: absolute;
    top: 70px;
    left: 0;
}
.section11 .animation52 .cls-60 {
    fill: none;
    stroke: #f5e8e4;
    stroke-width: 1px;
    fill-rule: evenodd;
}
.section11 .animation52 .cls-61 {
    font-size: 10px;
    text-anchor: end;
    font-family: 'Noto Serif Japanese', serif;
}
.section11 .animation52.animation {
    animation: animation03 1s ease-in 1s forwards;
}
.section11 .animation53 {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    position: absolute;
    top: 70px;
    left: 530px;
}
.section11 .animation54 {
    opacity: 0;
    position: absolute;
    top: 81px;
    left: -40px;
}
.section11 .animation54.animation {
    animation: animation54 1s ease-out 2s forwards;
}
.section11 .animation55 {
    opacity: 0;
    position: absolute;
    top: 28px;
    left: 704px;
}
.section11 .animation55.animation {
    animation: animation55 1s ease-out 2s forwards;
}
.section11 .animation56 {
    opacity: 0;
    position: absolute;
    top: 142px;
    left: 786px;
}
.section11 .animation56.animation {
    animation: animation56 1s ease-out 2s forwards;
}
.section12 {
    position: relative;
    background: #f5f4f4;
    padding-top: 95px;
    padding-bottom: 304px;
}
.section12:after {
    content: "";
    width: 896px;
    height: 135px;
    margin: 0 auto;
    background: url(../images/pc/bg-jinja.png) no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 448px);
}
.section12 .left {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pc/bg-left.png) no-repeat;
    width: 110px;
    height: 110px;
}
.section12 .right {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/pc/bg-right.png) no-repeat;
    width: 110px;
    height: 110px;
}
.section12 .cloud01 {
    opacity: 0;
    position: absolute;
    top: 75px;
    left: 184px;
    z-index: 2;
}
.section12 .cloud01.animation {
    animation: animation57 1s ease-in-out 2s forwards;
}
.section12 .cloud02 {
    opacity: 0;
    position: absolute;
    top: 510px;
    right: 186px;
    z-index: 2;
}
.section12 .cloud02.animation {
    animation: animation58 1s ease-in-out 2s forwards;
}
.section12 .item {
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    text-align: center;
    margin-bottom: 40px;
}
.section12 .item.animation {
    animation: animation09 1s ease-in-out 1s forwards;
}
.section12 .item01 {
    display: inline-block;
    margin-right: 42px;
}
.section12 .item02 {
    display: inline-block;
}
.section12 .shop {
    margin-bottom: 20px;
    text-align: center;
}
.section12 .shop a {
    display: inline-block;
    background: url(../images/pc/btn-shop.png) no-repeat;
    width: 286px;
    height: 57px;
    margin-left: 28px;
}
.section12 .show {
    text-align: center;
}
.section12 .show a {
    font-size: 1.3rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #c3c2c2;
}
footer {
    padding-bottom: 80px;
}
footer .footer-title01 {
    text-align: center;
    padding: 80px 0 30px 0;
}
footer .footer-title01:after {
    content: '';
    display: inline-block;
    background: url(../images/pc/footer-link1.png);
    width: 215px;
    height: 37px;
}
footer .footer-menu01 {
    text-align: center;
    margin-bottom: 50px;
}
footer .footer-menu01 li {
    display: inline-block;
    margin-right: 24px;
}
footer .footer-menu01 li:last-child {
    margin-right: 0;
}
footer .footer-menu02 {
    text-align: center;
    margin-bottom: 40px;
}
footer .footer-menu02 li {
    display: inline-block;
}
footer .footer-menu02 li:after {
    content: '>';
    display: inline-block;
    padding: 0 8px;
}
footer .footer-menu02 li:last-child:after {
    content: '';
    padding: 0;
}
footer .footer-menu03 {
    text-align: center;
    margin-bottom: 16px;
}
footer .footer-menu03 li {
    display: inline-block;
    margin-right: 20px;
}
footer .footer-menu03 li:last-child {
    margin-right: 0;
}
footer .copyright {
    color: #7f7f7f;
    text-align: center;
    font-size: 1rem;
}
.global-menu {
    display: none;
}



