@charset "Shift_JIS";
/* �����R�[�h Shift_JIS */

/* util
-----------------------------------------------------------*/
.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-155 {
    margin-bottom: 155px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.mb-165 {
    margin-bottom: 165px !important;
}

.mb-170 {
    margin-bottom: 170px !important;
}

.mb-170 {
    margin-bottom: 170px !important;
}

.mb-1em {
    margin-bottom: 1em !important;
}

.w-fit_m-auto {
    width: fit-content;
    margin: auto;
}

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

.text-indent {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

.btn-hover {
    *zoom: 1;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-hover:hover {
    opacity: .8;
}

#pagetop {
    cursor: pointer;
}

.text-color-white {
    color: #fff;
}

.common_text {
    font-size: 25px;
    color: #fff;
    line-height: calc(48/25);
    text-align: center;
}


/* article
-----------------------------------------------------------*/
.main_wrapper {
    background-color: #F3EED2;
}

.article img {
    width: 100%;
    height: auto;
}

.article :is(img, iframe) {
    vertical-align: top;
}

.article *,
.article *:before,
.article *:after {
    box-sizing: border-box;
}

.contents {
    width: 980px;
    background-color: #F3EED2;
    margin: 0 auto;
    line-height: 1.5;
    color: #000000;
}

/* mv
-----------------------------------------------------------*/
.mv {
    background-image: url(./img/flag.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-bottom: 70px;
}

.release_date {
    margin-top: -32px;
}

/* geo_original
-----------------------------------------------------------*/
.geo_original {
    width: 930px;
    margin: 100px auto 0 0;
    background-color: #fff;
    padding-bottom: 20px;
}

.geo_original_item {
    position: relative;
}

.geo_original_img>img {
    margin-top: -120px;
}

.geo_original_text {
    position: absolute;
    top: 45px;
    left: 420px;
    width: 460px;
}

.geo_original_item_title {
    font-size: 24px;
    font-weight: bold;
}

.geo_original_item_title::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-image: repeating-linear-gradient(to right, #1669BD 0px, #1669BD 9px, transparent 9px, transparent 18px);
    margin-top: 20px;
}

.geo_original_item_subtitle {
    font-size: 20px;
    font-weight: bold;
}

.geo_original_item_notes {
    font-size: 14px;
    padding: 0 calc(50px + 1em);
}

/* product
-----------------------------------------------------------*/
.product {
    position: relative;
}

.product_title {
    position: relative;
    z-index: 1;
}

.product_wrapper {
    background-color: #FFF;
    width: 800px;
    margin: -30px auto 0;
    padding: 60px 40px 40px;
}

.product_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 40px;
    margin: 0 auto;
}

.product_item+.product_item::before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-image: repeating-linear-gradient(to right, #1669BD 0px, #1669BD 9px, transparent 9px, transparent 18px);
    margin-bottom: 40px;
}

.product_item+.product_item {
    margin-top: 40px;
}

.product_image {
    width: 300px;
}

.product_info {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.product_info_label {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    background-color: #E4000F;
    padding: 20px 24px;
}

.product_info_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product_price {
    color: #FF1500;
    display: flex;
    justify-content: center;
}

.product_price_type {
    color: #FF1500;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: calc(49/28);
}

.product_price_num {
    font-size: 95px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
}

.product_price_yen {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-left: 10px;
    width: 45px;
}

.product_price_yen .tax {
    letter-spacing: -0.02em;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.product_price_yen .yen {
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 45px;
    width: 100%;
}

.product_notes {
    margin-top: 40px;
    font-size: 14px;
}

/* movie
-----------------------------------------------------------*/
.movie {
    height: 705px;
    background-image: url(./img/movie_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.movie_wrapper {
    width: 880px;
    margin: 0 auto;
}

.movie_wrapper iframe {
    aspect-ratio: 560 / 315;
    width: 880px;
    height: auto;
}

/* farm
-----------------------------------------------------------*/
.farm {
    background-image: url(./img/farm_bg.png), linear-gradient(to bottom, transparent 20px, #21874F 20px);
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 85px;
    padding-bottom: 50px;
}

.farm_lead {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.farm_lead_label {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    background-color: #FFF;
    color: #55C58D;
    padding: 12px 20px;
    border-radius: 20px;
}

.farm_contents {
    width: 880px;
    margin: 0 auto;
}

.farm_contents_list>li:not(:last-child) {
    margin-bottom: 60px;
}

.farm_contents_list>li:first-child {
    margin-bottom: 40px;
}

.farm_contents_list li>h3 {
    margin-bottom: 30px;
}

.farm_contents_box {
    font-size: 38px;
    font-weight: bold;
    line-height: calc(42/38);
    position: relative;
    display: grid;
    align-items: end;
    grid-template-columns: 1fr 520px;
    grid-template-areas: "farm_contents_character farm_contents_img";
}

.farm_contents_text_small {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.farm_contents_character {
    grid-area: farm_contents_character;
    position: relative;
}

.farm_contents_img {
    grid-area: farm_contents_img;
    position: relative;
}

.farm_character {
    width: 238px;
    align-self: self-start;
}

.bazaar_character {
    width: 362px;
    position: relative;
    right: -70px;
    bottom: 30px;
}

.wind_character1 {
    width: 458px;
    position: absolute;
    left: -100px;
    bottom: -40px;
}

.wind_character2 {
    width: 339px;
    position: absolute;
    right: -50px;
    top: -216px;
}

.farm_contents_text {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: bold;
    text-shadow: 4px 4px #00753D;
}

.farm_contents_list>li:nth-child(even) .farm_contents_box {
    grid-template-columns: 520px 1fr;
    grid-template-areas: "farm_contents_img farm_contents_character";
}

.farm_contents_list>li:nth-child(even) .farm_contents_text {
    position: absolute;
    right: 0;
    left: initial;
    bottom: 0;
}

/* characters
-----------------------------------------------------------*/
.characters {
    background-image: url(./img/characters_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 80px 0 0;
}

.main_character_list {
    width: 880px;
    margin: 0 auto;
}

.main_character_list>li {
    display: grid;
    gap: 0 30px;
    align-items: center;
    grid-template-columns: 1fr 520px;
    grid-template-areas: "main_character_text main_character_img";
}

.main_character_list>li:nth-child(even) {
    grid-template-columns: 520px 1fr;
    grid-template-areas: "main_character_img main_character_text";
}

.main_character_list>li:not(:last-child) {
    margin-bottom: 30px;
}

.main_character_text {
    grid-area: main_character_text;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.main_character_img {
    grid-area: main_character_img;
}

.soyokaze_town {
    width: 880px;
    margin: 0 auto;
}

.characters_subtitle {
    font-size: 30px;
    font-weight: bold;
    background-color: #DD5555;
    color: #FFF;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100vmax;
    border-radius: calc(infinity * 1px);
    padding: 18px 55px;
}

.soyokaze_town_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px calc(52 / 3 * 1px);
    margin-bottom: 50px;
}

.soyokaze_town_list>li {
    width: 207px;
}

.children {
    padding: 40px;
    padding-bottom: 50px;
    background-color: #E8DEBB;
}

.characters_lead {
    font-size: 34px;
    font-weight: bold;
    color: #7E6147;
    text-align: center;
}

.cv {
    background-image: url(./img/cv_baran.png), linear-gradient(to bottom, transparent 40px, #33C17D 40px);
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 180px 40px 40px;
    margin-top: -130px;
}

.link_wrapper {
    padding-bottom: 80px;
}

.link_wrapper .notes {
    font-size: 12px;
    text-align: center;
}


/* article_footer
-----------------------------------------------------------*/
.article_footer {
    text-align: center;
    padding: 0 0 110px;
    font-size: 12px;
}

.article_footer>p:first-child {
    margin-bottom: 1em;
}

.article_footer img {
    vertical-align: middle;
    width: auto;
    width: fit-content;
}