﻿@charset "utf-8";#wintergift {width: 1260px;margin: 0 auto;}#wintergift a:hover {text-decoration: none;opacity: 0.7;}/**/#wintergift .top {display: flex;position: relative;background: #dd624e;}#wintergift .top .top_txt {padding: 30px;color: #fff;display: flex;flex-direction: column;justify-content: center;z-index: 1;}#wintergift .top .top_txt:before {content: "";position: absolute;top: 0;left: 0;width: 760px;height: 100%;background-color: #dd624e;background-image: radial-gradient(circle at 100% 150%, #dd624e 24%, #fff 24%, #fff 28%, #dd624e 28%, #dd624e 36%, #fff 36%, #fff 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #dd624e 24%, #fff 24%, #fff 28%, #dd624e 28%, #dd624e 36%, #fff 36%, #fff 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, #fff 10%, #dd624e 10%, #dd624e 23%, #fff 23%, #fff 30%, #dd624e 30%, #dd624e 43%, #fff 43%, #fff 50%, #dd624e 50%, #dd624e 63%, #fff 63%, #fff 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, #fff 5%, #dd624e 5%, #dd624e 15%, #fff 15%, #fff 20%, #dd624e 20%, #dd624e 29%, #fff 29%, #fff 34%, #dd624e 34%, #dd624e 44%, #fff 44%, #fff 49%, transparent 49%, transparent), radial-gradient(circle at 0 50%, #fff 5%, #dd624e 5%, #dd624e 15%, #fff 15%, #fff 20%, #dd624e 20%, #dd624e 29%, #fff 29%, #fff 34%, #dd624e 34%, #dd624e 44%, #fff 44%, #fff 49%, transparent 49%, transparent);background-size: 50px 25px;opacity: 0.2;z-index: -1;}#wintergift .top .top_txt h1 {font-weight: 900;font-size: 30px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);}#wintergift .top .top_txt p {text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);}#wintergift .top .top_img {flex-shrink: 0;}/**/#wintergift .section {margin: 100px 0;padding: 30px;background: #f3d3c9;}#wintergift .section .sec_txt {position: relative;margin-bottom: 30px;}#wintergift .section .sec_txt h2 {position: absolute;font-size: 50px;font-weight: 900;top: calc(-1em - 30px);left: 50%;transform: translateX(-50%);white-space: nowrap;}#wintergift .section .sec_txt p {text-align: center;width: 600px;margin: 0 auto;}#wintergift .section ul {display: flex;flex-wrap: wrap;row-gap: 16px;column-gap: 16px;}#wintergift .section ul li {display: flex;flex-direction: column;background: #fff;width: 24%;padding: 15px;border-radius: 10px;box-sizing: border-box;}#wintergift .section ul li ._txt {flex-grow: 1;}#wintergift .section ul li ._txt ._name {font-size: 20px;font-weight: bold;}#wintergift .section ul li ._btn a {background: #dd624e;display: block;padding: 10px;border-radius: 30px;text-align: center;color: #fff;font-weight: bold;margin-top: 10px;position: relative;}#wintergift .section ul li ._btn a.feature-page {background: #e00012;}#wintergift .section ul li ._btn a:after {content: "";position: absolute;top: 50%;right: 15px;transform: translateY(-50%);width: 0;height: 0;border-left: 8px solid #fff;border-top: 5px solid transparent;border-bottom: 5px solid transparent;}#wintergift .section ul li ._btn ._half {display: flex;flex-wrap: wrap;justify-content: space-between;}#wintergift .section ul li ._btn ._half a {width: 49%;box-sizing: border-box;}#wintergift .section a.feature-page-l {display: block;text-align: center;color: #fff;font-weight: bold;background: #e00012;padding: 10px;font-size: 20px;border-radius: 30px;margin-top: 30px;position: relative;}#wintergift .section a.feature-page-l:after {content: "";position: absolute;top: 50%;right: 15px;transform: translateY(-50%);width: 0;height: 0;border-left: 8px solid #fff;border-top: 5px solid transparent;border-bottom: 5px solid transparent;}#wintergift .section .sub_section {border-top: dotted 5px #fff;margin-top: 50px;}#wintergift .section .sub_section .sec_txt h3 {text-align: center;font-size: 30px;font-weight: 900;min-height: 60px;height: auto;margin: 30px 0 10px 0;position: relative;z-index: 1;text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);}#wintergift .section .sub_section .sec_txt h3::before {content: '';position: absolute;top: 25%;transform: translate(-50%, -50%) rotate(-30deg);z-index: -1;background-image: url(/img/genre/2/r5403_sub_dec.png);background-repeat: no-repeat;background-position: center;background-size: contain;width: 60px;height: 60px;opacity: 0.5;}/**/@media screen and (max-width: 768px) {#wintergift {width: 100%;}#wintergift .top {flex-direction: column-reverse;}#wintergift .top .top_img {z-index: 1;}#wintergift .section {margin: 70px 0;}#wintergift .section .sec_txt h2 {font-size: 35px;}#wintergift .section .sec_txt p {width: auto;}#wintergift .section ul {display: block;}#wintergift .section ul li {width: 100%;margin-bottom: 10px;}#wintergift .section a.feature-page-l {font-size: 1em;}#wintergift .top .top_txt:before {width: 100%;}}