@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html {
  scroll-behavior: smooth;
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

select#lang {
    padding: 10px;
    margin: 0 20px;
    width: 85%;
}

/**　ここまでリセット **/

/**　ここからトップ **/

html {
    font-size: 62.5%;
}
body{
    font-family: "Noto Sans JP", YakuHanJP, 游ゴシック, "Yu Gothic", YuGothic, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 2rem;
    background: #f8f9e5;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a{color: #000;}
section img{display: block;}
header {
    z-index: 1;
    position: relative;
    background: #ffffff;
    padding: 5px 15px;
}
#swedenhouse-campaign_wrapper {
    display: grid;
    z-index: 1;
    position: relative;
    grid-template-areas: "left main right";
    grid-template-columns: 1fr 37.5rem 1fr;
    grid-template-rows: 1fr;
    max-width: 144rem;
    margin: 0 auto;
}

.side-menu-container {
    grid-area: left;
    padding: 30px 0;
    position: sticky;
    top: 0;
    height: 100vh;
    box-sizing: border-box;
}

.side-logo {
    padding: 10px 20px 30px;
    text-align: left;
}

.side-logo img {
    max-width: 60%;
    height: auto;
}

.side-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.side-menu-list li {
    width: 50%;
}

.side-menu-list li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 25px;
    padding-left: 8px;
    transition: background-color 0.2s;
    border-left: 2px solid;
}

.side-menu-list li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #71a061;
}

@media screen and (max-width: 48em) {
    .side-menu-container {
        display: none;
    }
}
.campaign_item,.txt_top_big,.swedenhouse-campaign_howto_apply{
    padding: 0 2.75rem;
}
.txt_red{color: #e91815;}
main {
  max-width: 100%;      /* 念のため確認 */
  overflow: hidden;     /* はみ出し防止（必要に応じて） */
}
.s_ttl {
  display: flex;              /* 横並び */
  align-items: center;        /* 垂直中央揃え（任意） */
  justify-content: center;    /* 中央寄せ（必要に応じて） */
  flex-wrap: nowrap;          /* 折り返ししない */
  max-width: 100%;
  box-sizing: border-box;
}

.s_ttl img {
  max-width: 100%;            /* 親要素に収める */
  height: auto;
  display: inline-block;      /* 横並びに戻す */
}
.__logo-left {
  width: 62%;
  max-width: 70%;
  height: auto;
  display: block;
  object-fit: contain;
}

a.__logo-right {
  width: 38%;
  max-width: 30%;
  height: auto;
  display: block;
  object-fit: contain;
}
.green-bg {
    background: #71a061;
    padding: 50px 0;
}
.swedenhouse-campaign {
    grid-area: main;
    background-position: top center;
    background-size: contain;
    -webkit-box-shadow: 0 1rem 2.5rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1rem 2.5rem 0 rgb(0 0 0 / 20%);
}
.period_ttl {
    padding: 2rem 0rem 1rem;
}
.d1-wrap {
    position: relative;
}
.d1-btn {
    position: absolute;
    width: 300px;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.d1c-wrap {
    background-image: url('/img/d-1c.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 280px;
}
.d1c-wrap a {
    display: block;
}
.d1c-wrap img {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.d1c-wrap a:first-child img {
    padding: 30px 30px 0;
}
.d1c-wrap a:last-child img {
    padding: 10px 30px 30px;
}
.txt_top {
    margin: 0 2.75rem 2.5rem;
    padding-bottom: 1.8rem;
    text-align: center;
    color: #1967b2;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2.6rem;
    border-bottom: 2px dashed;
    letter-spacing: 0.03em;
}
.txt_top_big {
    padding-bottom: 2rem;
    text-align: center;
    color: #1967b2;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.6rem;
    letter-spacing: 0.04em;
}
.txt_top_big span{
    display: block;
    font-size: 1.6rem;
}
.item_ttl {
    width: 8rem;
    margin: 1.8rem auto;
}
.item_box img {
    margin-bottom: 2.5rem;
}
.swedenhouse-campaign_howto_apply h2,.swedenhouse-campaign_summary h2,.swedenhouse-campaign_form h2{
    padding: 1.5rem 2rem;
    margin: 5rem 0 2rem;
    font-size: 2.2rem;
    color: #023e69;
    border-bottom: 2px solid;
    text-align: left;
    letter-spacing: 0.4rem;
}
section.swedenhouse-campaign_form h2 {
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    padding-left: 0;
}
.swedenhouse-campaign_attention{
    background: #f8f9e5;
    padding: 2rem;
    margin-top: 5rem;
}
.swedenhouse-campaign_summary,.swedenhouse-campaign_form,
.swedenhouse-campaign_privacy-policy,
.swedenhouse-campaign_confirmation_2,
.swedenhouse-campaign_apply{
    margin: 2.75rem;
    margin-top: 5rem;
}

.swedenhouse-campaign_summary .txt {
    font-size: 1.2rem;
    line-height: 170%;
    margin: 0 2rem 1rem;
    padding-bottom: 1rem;
    text-align: justify;
}
.swedenhouse-campaign_privacy-policy .txt{
    font-size: 1.2rem;
    line-height: 170%;
}
.swedenhouse-campaign_form .txt,
.swedenhouse-campaign_confirmation .txt,
.swedenhouse-campaign_confirmation_2 .txt{
    font-size: 1.3rem;
}
.swedenhouse-campaign_privacy-policy .txt,
.swedenhouse-campaign_form .txt,
.swedenhouse-campaign_confirmation_2 .txt,
.p_img,.swedenhouse-campaign_apply .txt{padding-bottom: 2rem;}
section.swedenhouse-campaign_form {
    background: #f2f7e9;
    padding: 30px;
    margin: 0;
}
.swedenhouse-campaign_form div{
        margin-bottom: 10px;
}
.p0{padding-top: 0 !important;}
.m20{margin-top: 2rem !important;}
p.txt_green {
    color: #023e69;
    font-size: 1.7rem !important;
    font-weight: bold;
    padding: 0 !important;
}
section.swedenhouse-campaign_howto_apply img {
    margin-bottom: 1rem;
}
.receipt_sub img {
    margin-bottom: 0.5rem !important;
}
.receipt_sub p {
    font-size: 1.4rem;
    font-weight: bold;
}
.swedenhouse-campaign_attention h3 {
    font-size: 1.8rem;
}
.swedenhouse-campaign_confirmation {
    padding: 1rem 5rem;
}
p.txt {
    font-size: 1.6rem;
    margin: 1rem 0;
    line-height: 2.4rem;
}
span.swedenhouse-campaign_attention_box {
    display: block;
    border: solid 1px #000;
    font-size: 1.3rem;
    padding: 1rem;
    margin-bottom: 1rem;
}
.receipt_box {
    display: flex;
    flex-wrap: wrap;
}
.receipt_sub {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: center;
}
.p2 {
    padding: 0 2rem !important;
}

#swedenhouse-campaign_wrapper::before {
    grid-area: left;
    background: #f8f9e5;
}
#swedenhouse-campaign_wrapper::after {
    grid-area: right;
    background: #f8f9e5;
}
#swedenhouse-campaign_wrapper::before, #swedenhouse-campaign_wrapper::after {
    display: block;
    z-index: -1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    content: "";
}

.swedenhouse-campaign_confirmation_2 h2,.swedenhouse-campaign_apply h2{
    background: #e91815;
    padding: 1.5rem 2rem;
    margin: 5rem 0 2rem;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem;
}
p.small_txt {
    color: #5b5b5b;
    margin-top: 1rem;
    font-size: 1.2rem;
}
p.txt_thanks {
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.3rem;
}
/**　塚 **/
.tuka {
    width: 1.28rem;
    height: 1.28rem;
    margin-bottom: 0.4rem;
    display: inline-block;
}
.tuka_small {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.35rem;
    display: inline-block;
    opacity: 0.7;
}
/**　フォーム用 **/
input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-size: 17px;
}
p.f_mail {
    font-size: 15px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 3rem 0;
    margin: 0 2rem;
}
input#submitButton1 {
    width: 100%;
}
input[type="image"] {
    width: 100%;
}
#re_img {
    padding: 0 2rem;
}
.regi{text-align: center;}
.regi img {
    margin: 5rem auto 
    2rem;
}
#errMsg {
    margin: 1rem 2rem;
    display: block;
    font-weight: bold;
    color: #e91814;
    font-size: 1.3rem;
}
#errMsg label{
    background: #ffe7e7;
    border-radius: 0.5rem;
    padding: 1rem;
    display: block;
    margin-top: 1rem;
}
.shadow {
    width: 65%;
    margin: 0 auto;
    margin-bottom: -100px;
    margin-top: 20px;
}
.form_s{margin-top: 20px;margin-bottom: -15px;}

.oronaminc-txt {
    background: #F9BD00;
    color: #000;
    padding: 0 5px;
}
.midori-txt {
    background: #00A23E;
    color: #fff;
    padding: 0 5px;
}
.buy-txt {
    background: #E91815;
    color: #fff;
    padding: 0 5px;
    line-height: 190%;
}
.info-day {
    background: #E91815;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 1rem;
    font-size: 12px;
    margin-bottom: 20px;
}
input#imgfile {
    padding-top: 20px;
}

/**　ここからSP **/
@media screen and (max-width: 48em){
html {
    font-size: 2.66667vw;
}
#swedenhouse-campaign_wrapper {
    display: block;
    height:initial;
}
}

.form-block {
  max-width: 900px;
  margin: 0 auto;
}

.form-label {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  color: #003366;
  margin-bottom: 10px;
}

.required {
  color: #003366;
}

.form-sub-label {
  font-weight: bold;
  font-size: 1.8rem;
  color: #003366;
  margin-bottom: 8px;
  display: block;
}

.form-select select {
  width: 100%;
  font-size: 2rem;
  padding: 20px;
  border-radius: 15px;
  border: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px;
  color: #0075e0;
}

.form-select {
  position: relative;
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1 1 300px; /* 横並びかつ300px以下にならない */
}

.form-sub-label {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #003366;
  margin-bottom: 8px;
}

.form-select {
  position: relative;
}

.form-select select {
  width: 100%;
  font-size: 2rem;
  padding: 20px;
  border-radius: 15px;
  border: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px;
  color: #0075e0;
}

.cta-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 375px;
  z-index: 9999;
  container-type: unset;
}
@media screen and (max-width: 768px) {
  .cta-box {
    max-width: none;
  }
}
.cta-left {
  display: block;
  width: 100%;
}
.cta-left a {
  display: block;
  width: 100%;
}
.cta-left a img {
  display: block;
  width: 100%;
  height: auto;
}
.cta-button {
    margin: 0 auto 120px;
    background: #e73610 !important;
    width: 80%;
    display: block;
    border-radius: 50px;
    text-align: center;
    border: solid #fff 5px;
}
.cta-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta-right img {
  width: 57px;
  height: auto;
}

.sendButton {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
  text-align: center;
}
input[type="radio"] {
  transform: scale(1.5); /* ラジオボタンを1.5倍に拡大 */
  margin-right: 8px;
}

label {
  font-size: 1.5rem; /* ラベル文字を大きく */
  display: inline-flex;
  align-items: center;
}
.d1-wrap {
    background: #fff;
}

/* カルーセル */
.carousel-container {
    -ms-scroll-snap-x: 800px;
    margin: 20px auto;
}

.main-image-area {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #eee;
}

.carousel-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #000000;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 10px;
    z-index: 10;
    border-radius: 50%;
    line-height: 1;
    transition: background 0.3s;
}

.arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.thumbnail-area {
    display: flex;
    justify-content: space-between;
}

.thumbnail {
    width: calc(25% - 0.5px);
    height: 43px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s, border-color 0.3s;
}

.thumbnail:hover {
    opacity: 0.8;
}

.thumbnail.active {
    opacity: 1;
    border-color: #007bff;
}
button.image-submit-button {
    border: none;
    background: none;
}
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 16px;
  align-items: flex-start;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #4a7c59;
  cursor: pointer;
}