.elementor-7301 .elementor-element.elementor-element-e0c8fad{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9afcaaf *//* =========================*/
/*   全体画像*/
/*========================= */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;

  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;

  color: #f7e9ef;

  background:
    linear-gradient(
      180deg,
      rgba(18, 10, 20, 0.55),
      rgba(28, 12, 26, 0.62)
    ),
    url("https://tm-meguri.com/wp-content/uploads/2026/05/ChatGPT-Image-2026%E5%B9%B45%E6%9C%8819%E6%97%A5-13_34_31.png")
    center center / cover no-repeat fixed;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}





/* =========================
   結婚状況選択
========================= */

.marriage-status-section{
  width:100%;
  padding:70px 20px;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  background:transparent;
}

.marriage-status-inner{
  width:100%;
  max-width:920px;
  margin:0 auto;
  padding:56px 34px 60px;
  text-align:center;
  box-sizing:border-box;

  background:linear-gradient(
    135deg,
    rgba(25,35,58,0.64),
    rgba(45,58,82,0.48),
    rgba(20,28,50,0.58)
  );

  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);

  border:1px solid rgba(255,255,255,0.36);
  border-radius:18px;

  box-shadow:
    0 18px 50px rgba(0,0,0,0.28),
    inset 0 0 40px rgba(255,255,255,0.08);

  color:#fff;
}

.marriage-lead p{
  margin:0 0 56px;
  font-size:22px;
  line-height:1.9;
  font-weight:700;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
}

.pink{
  color:#ff5b9c;
  font-weight:900;
}

/* 内側の2重背景 */

.marriage-choice-frame{
  width:100%;
  max-width:720px;
  margin:0 auto;
  padding:34px 28px 44px;
  box-sizing:border-box;

  background:linear-gradient(
    135deg,
    rgba(255,255,255,0.18),
    rgba(220,235,245,0.14),
    rgba(255,255,255,0.16)
  );

  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);

  border:1px solid rgba(255,255,255,0.30);
  border-radius:18px;

  box-shadow:
    inset 0 0 28px rgba(255,255,255,0.10),
    0 10px 28px rgba(0,0,0,0.12);
}

.marriage-title{
  display:inline-block;
  position:relative;
  margin:0 0 34px;
  padding:0 8px 8px;

  font-size:23px;
  line-height:1.5;
  font-weight:800;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
  z-index:1;
}

.marriage-title::after{
  content:"";
  position:absolute;
  left:-8px;
  right:-8px;
  bottom:4px;
  height:10px;

  background:#f06f2c;

  border-radius:
    45% 55% 48% 52% /
    60% 35% 65% 40%;

  z-index:-1;
}

.marriage-sub{
  margin:0 0 34px;
  font-size:21px;
  line-height:1.7;
  font-weight:700;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
}

.marriage-buttons{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  max-width:520px;
  margin:0 auto;
}

.marriage-buttons a{
  display:flex;
  justify-content:center;
  align-items:center;

  min-height:66px;
  padding:10px 16px;
  box-sizing:border-box;

  text-decoration:none;
  color:#111;

  font-size:21px;
  line-height:1.4;
  font-weight:700;

  border-radius:16px;

  background:linear-gradient(

      135deg,
  #d7a8b8 0%,
  #e4c0b0 52%,
  #e9d07d 100%

  );

  border:1px solid rgba(255,255,255,0.55);

  box-shadow:
    0 6px 16px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.55);

  transition:.25s ease;
}

.marriage-buttons a:hover{
  transform:translateY(-3px);
}

/* =========================
   スマホ
========================= */

@media(max-width:768px){

  .marriage-status-section{
    padding:40px 12px;
  }

  .marriage-status-inner{
    padding:34px 16px 42px;
    border-radius:18px;
  }

  .marriage-lead p{
    margin-bottom:36px;
    font-size:15px;
    line-height:1.85;
  }

  .marriage-choice-frame{
    padding:26px 14px 30px;
    border-radius:16px;
  }

  .marriage-title{
    font-size:20px;
    margin-bottom:26px;
  }

  .marriage-title::after{
    height:8px;
    bottom:5px;
  }

  .marriage-sub{
    font-size:15px;
    margin-bottom:24px;
  }

  .marriage-buttons{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    max-width:330px;
  }

  .marriage-buttons a{
    min-height:52px;
    padding:8px 10px;
    font-size:16px;
    border-radius:14px;
  }

}


/* =========================
   スマホ
========================= */

@media(max-width:768px){

  .marriage-status-section{
    padding:30px 10px;
  }

  .marriage-status-inner{
    padding:30px 14px 36px;
    border-radius:16px;
  }

  .marriage-lead p{
    margin-bottom:32px;
    font-size:14px;
    line-height:1.8;
  }

  .marriage-choice-frame{
    width:100%;
    padding:22px 12px 26px;
    border-radius:14px;
  }

  .marriage-title{
    font-size:18px;
    line-height:1.5;
    margin-bottom:22px;
  }

  .marriage-title::after{
    height:8px;
    bottom:4px;
  }

  .marriage-sub{
    font-size:14px;
    line-height:1.7;
    margin-bottom:22px;
  }

  .marriage-buttons{
    max-width:100%;
    gap:10px;
  }

  .marriage-buttons a{

    min-height:54px;

    padding:8px 6px;

    font-size:15px;

    border-radius:14px;

    white-space:nowrap;
  }

}



/* =========================
   結婚したい
========================= */

.marriage-result-section{
  width:100%;
  padding:70px 20px;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  background:transparent;
}

.marriage-result-inner{
  width:100%;
  max-width:900px;
  margin:0 auto;
  padding:52px 34px 60px;
  text-align:center;
  box-sizing:border-box;
  color:#fff;

  background:linear-gradient(
    135deg,
    rgba(25,35,58,0.64),
    rgba(45,58,82,0.48),
    rgba(20,28,50,0.58)
  );

  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);

  border:1px solid rgba(255,255,255,0.36);
  border-radius:18px;

  box-shadow:
    0 18px 50px rgba(0,0,0,0.28),
    inset 0 0 40px rgba(255,255,255,0.08);
}

.marriage-result-lead p{
  margin:0 0 36px;
  font-size:17px;
  line-height:1.9;
  font-weight:700;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
}

.marriage-result-lead.small p{
  margin:38px 0 28px;
  font-size:15px;
}

.pink{
  color:#ff6fa8;
  font-weight:900;
}

.marriage-frame{
  width:100%;
  max-width:680px;
  min-height:380px;
  margin:34px auto;
  padding:34px 28px;
  box-sizing:border-box;
  position:relative;

  background:linear-gradient(
    135deg,
    rgba(255,255,255,0.16),
    rgba(225,238,245,0.12),
    rgba(255,255,255,0.14)
  );

  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);

  border:1px solid rgba(255,255,255,0.40);
  border-radius:18px;

  box-shadow:
    inset 0 0 28px rgba(255,255,255,0.10),
    0 10px 28px rgba(0,0,0,0.14);
}

.marriage-frame::before{
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid rgba(255,255,255,0.32);
  border-radius:14px;
  pointer-events:none;
}

.marriage-frame h3{
  position:relative;
  z-index:1;
  margin:0 0 24px;
  font-size:17px;
  line-height:1.6;
  color:#fff;
  font-weight:900;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
}

.main-frame{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.between-text{
  margin:26px 0 12px;
  font-size:16px;
  font-weight:800;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
}

.spacer{
  height:60px;
}

.spacer.small{
  height:34px;
}

/* 楕円パーツ：形は全部同じ */
.blob-orange,
.blob-gold,
.blob-blue{
  position:relative;
  z-index:1;
  width:300px;
  height:48px;
  margin:12px auto 0;

  border-radius:
    48% 52% 45% 55% /
    60% 38% 62% 40%;

  box-shadow:
    inset 0 2px 6px rgba(255,255,255,.25),
    0 2px 8px rgba(0,0,0,.08);
}

.blob-orange{
  background:#f4a06f;
}

.blob-gold{
  background:#e8bd72;
}

.blob-blue{
  background:#9fd0df;
}

.brush-under{
  position:relative;
  display:inline-block;
  padding:0 8px 7px;
  color:#fff !important;
  z-index:1;
}

.brush-under::after{
  content:"";
  position:absolute;
  left:-8px;
  right:-8px;
  bottom:3px;
  height:8px;
  z-index:-1;
  border-radius:45% 55% 48% 52% / 60% 35% 65% 40%;
}

.brush-pink::after{ background:#e9a0c8; }
.brush-blue::after{ background:#9fd0df; }
.brush-yellow::after{ background:#e4d37a; }
.brush-red::after{ background:#e88080; }
.brush-mint::after{ background:#a8d8c8; }
.brush-orange::after{ background:#f4a06f; }

.graph-frame{
  max-width:760px;
  min-height:auto;
  padding:34px 24px 38px;
}

.graph-area,
.ten-graph-area{
  position:relative;
  z-index:1;
  width:100%;
  margin:20px auto 0;
  overflow:visible;
}

.line-graph,
.ten-line-graph{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:150px;
  z-index:3;
  overflow:visible;
}

.line-graph polyline,
.ten-line-graph polyline{
  fill:none;
  stroke:#b98cff;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.line-graph circle,
.ten-line-graph circle{
  fill:#b98cff;
}

.month-panels{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:5px;
  padding-top:110px;
}

.month-panels div,
.ten-year-panels div{
  min-height:150px;
  padding:6px 3px;
  border-radius:12px;

  background:rgba(205,225,255,0.54);
  border:1px solid rgba(255,255,255,0.72);

  box-shadow:
    inset 0 0 16px rgba(255,255,255,0.22),
    0 4px 12px rgba(0,0,0,0.08);

  transition:.25s ease;
  cursor:pointer;
}

.month-panels div:nth-child(even),
.ten-year-panels div:nth-child(even){
  background:rgba(235,205,255,0.48);
}

.month-panels div:hover,
.month-panels div:focus,
.month-panels div:active,
.ten-year-panels div:hover,
.ten-year-panels div:focus,
.ten-year-panels div:active{
  transform:scale(1.12);
  z-index:10;
}

.month-panels span,
.ten-year-panels span{
  display:block;
  margin:0 auto 8px;
  padding:4px 5px;
  border-radius:999px;

  background:rgba(255,255,255,0.9);
  color:#385caa;

  font-size:11px;
  font-weight:900;
}

.month-panels p,
.ten-year-panels p{
  writing-mode:vertical-rl;
  margin:0 auto;
  font-size:10px;
  line-height:1.35;
  color:#1f2b4a;
  font-weight:700;
}

.ten-year-panels{
  display:grid;
  grid-template-columns:repeat(10,1fr);
  gap:6px;
  padding-top:110px;
}

.marriage-mini-buttons{
  width:100%;
  max-width:620px;
  margin:28px auto 0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.marriage-mini-buttons a{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:50px;
  padding:10px 14px;
  border-radius:10px;
  text-decoration:none;
  color:#1f2b4a;
  font-size:14px;
  font-weight:800;
  background:linear-gradient(135deg,#c9f4d2,#9fb9ff);
}

.marriage-mini-buttons a:nth-child(2){
    background:linear-gradient(135deg,#e3eeff,#fad0c4);
}

.marriage-mini-buttons a:nth-child(3){
    background:linear-gradient(135deg,#96e6a1,#e3eeff);
}

.marriage-mini-buttons a:nth-child(4){
  background:linear-gradient(135deg,#f4a2a8,#f0dc86);
    background:linear-gradient(135deg,#fbc2eb,#c3cfe2);
}


.middle-text{
  width:100%;
  max-width:760px;
  margin:40px auto 0;
  text-align:center;
  position:relative;
  z-index:1;
}

.middle-text p{
  margin:0;
  font-size:15px;
  line-height:1.9;
  font-weight:700;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
}

.hl{
  font-weight:900;
  font-size:1.08em;
}

.blue{ color:#73d5ff; }
.red{ color:#ff7b88; }
.pink{ color:#ff6fa8; }
.orange{ color:#ffb36b; }

.result-button-area{
  width:100%;
  max-width:620px;
  margin:34px auto 0;
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:18px;
  position:relative;
  z-index:1;
}

.result-btn{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  width:280px;
  min-height:110px;
  padding:18px 16px;
  box-sizing:border-box;

  text-align:center;
  text-decoration:none;
  color:#fff;

  border-radius:18px;
  border:1px solid rgba(255,255,255,0.48);

  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);

  box-shadow:
    inset 0 0 22px rgba(255,255,255,0.12),
    0 8px 22px rgba(0,0,0,0.18);
}

.result-btn strong{
  display:block;
  margin-bottom:8px;
  font-size:15px;
  line-height:1.45;
  font-weight:900;
}

.result-btn span{
  display:block;
  font-size:10.5px;
  line-height:1.6;
  font-weight:700;
}

.blue-btn{
  background:rgba(120,150,255,0.34);
}

.green-btn{
  background:rgba(130,210,150,0.34);
}



/* =========================
   結婚したいスマホ
========================= */

@media(max-width:768px){

  .marriage-result-section{
    padding:34px 10px;
  }

  .marriage-result-inner{
    padding:30px 12px 38px;
    border-radius:16px;
  }

  .marriage-result-lead p{
    font-size:12px;
    line-height:1.8;
    margin-bottom:26px;
  }

  .marriage-result-lead.small p{
    font-size:11px;
    line-height:1.75;
    margin:30px 0 24px;
  }

  .marriage-frame{
    min-height:300px;
    padding:26px 12px;
    margin:26px auto;
    border-radius:16px;
  }

  .marriage-frame::before{
    inset:6px;
    border-radius:12px;
  }

  .marriage-frame h3{
    font-size:12px;
    line-height:1.6;
    margin-bottom:18px;
  }

  .between-text{
    font-size:12px;
    line-height:1.7;
  }

  .spacer{
    height:42px;
  }

  .spacer.small{
    height:26px;
  }

  .blob-orange,
  .blob-gold,
  .blob-blue{
    width:210px;
    height:34px;
    margin:10px auto 0;

    border-radius:
      48% 52% 45% 55% /
      60% 38% 62% 40%;
  }

  .graph-frame{
    padding:26px 8px 28px;
  }

  .line-graph,
  .ten-line-graph{
    height:120px;
  }

  .month-panels{
    gap:3px;
    padding-top:90px;
  }

  .month-panels div{
    min-height:116px;
    padding:4px 2px;
    border-radius:9px;
  }

  .month-panels span{
    font-size:8px;
    padding:3px 4px;
    margin-bottom:4px;
  }

  .month-panels p{
    font-size:7px;
    line-height:1.25;
  }

  .ten-year-panels{
    grid-template-columns:repeat(5,1fr);
    gap:5px;
    padding-top:90px;
  }

  .ten-year-panels div{
    min-height:110px;
    padding:5px 2px;
    border-radius:9px;
  }

  .ten-year-panels span{
    font-size:8px;
    margin-bottom:5px;
  }

  .ten-year-panels p{
    writing-mode:horizontal-tb;
    font-size:7.5px;
    line-height:1.3;
    text-align:center;
  }

  .marriage-mini-buttons{
    grid-template-columns:repeat(2,1fr);
    gap:8px;
    max-width:330px;
  }

  .marriage-mini-buttons a{
    min-height:44px;
    font-size:11px;
    padding:8px 6px;
    border-radius:9px;
  }

}



@media(max-width:768px){

  .middle-text{
    margin:34px auto 0;
  }

  .middle-text p{
    font-size:12px;
    line-height:1.8;
  }

  .result-button-area{
    flex-direction:column;
    align-items:center;
    gap:14px;
    margin-top:28px;
  }

  .result-btn{
    width:88%;
    max-width:320px;
    min-height:96px;
    padding:16px 14px;
  }

  .result-btn strong{
    font-size:14px;
  }

  .result-btn span{
    font-size:10px;
  }

}



/* =========================*/
/*   結婚している*/
/*========================= */

.marriage-married-section{
  width:100%;
  padding:70px 20px;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  background:transparent;
  color:#fff;
}

.marriage-married-inner{
  width:100%;
  max-width:900px;
  margin:0 auto;
  padding:38px 42px 52px;
  text-align:center;
  box-sizing:border-box;

  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;

  color:#fff;

  background:linear-gradient(
    135deg,
    rgba(25,35,58,0.64),
    rgba(45,58,82,0.48),
    rgba(20,28,50,0.58)
  );

  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);

  border:1px solid rgba(255,255,255,0.36);
  border-radius:18px;

  box-shadow:
    0 18px 50px rgba(0,0,0,0.28),
    inset 0 0 40px rgba(255,255,255,0.08);
}

.marriage-married-lead p,
.between-text{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.9;
  font-weight:700;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
}

.marriage-married-lead.small p{
  margin:34px 0 22px;
  font-size:15px;
}

.married-frame{
  position:relative;
  width:100%;
  max-width:680px;
  min-height:360px;
  margin:34px auto;
  padding:38px 44px;
  box-sizing:border-box;
  text-align:center;

  background:linear-gradient(
    135deg,
    rgba(18,30,55,0.42),
    rgba(44,58,84,0.30),
    rgba(15,24,45,0.44)
  );

  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);

  border:1px solid rgba(255,255,255,0.52);
  border-radius:18px;

  box-shadow:
    inset 0 0 30px rgba(255,255,255,0.08),
    0 10px 28px rgba(0,0,0,0.18);
}

.married-frame::before{
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid rgba(255,255,255,0.42);
  border-radius:14px;
  pointer-events:none;
}

.married-frame h3,
.married-frame p,
.married-frame div,
.married-frame span{
  position:relative;
  z-index:1;
}

.married-frame h3{
  margin:0 0 26px;
  font-size:17px;
  line-height:1.7;
  font-weight:900;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,0.35);
}

.bottom-title{
  margin-top:90px !important;
}

.spacer{
  height:54px;
}

.oval-gradient{
  width:300px;
  height:72px;
  margin:18px auto 0;

  border-radius:
    48% 52% 45% 55% /
    60% 38% 62% 40%;

  box-shadow:
    inset 0 2px 8px rgba(255,255,255,.22),
    0 4px 12px rgba(0,0,0,.10);
}

.oval-purple{
  background:linear-gradient(135deg,#d4a0d0,#e7b6da,#c9a2d8);
}

.oval-rose{
  background:linear-gradient(135deg,#e98e84,#d8747e,#efaaa0);
}

.brush-under{
  position:relative;
  display:inline-block;
  padding:0 8px 8px;
  color:#fff !important;
  font-weight:900;
  z-index:1;
}

.brush-under::after{
  content:"";
  position:absolute;
  left:-10px;
  right:-10px;
  bottom:4px;
  height:10px;
  z-index:-1;

  border-radius:
    45% 55% 48% 52% /
    60% 35% 65% 40%;

  filter:blur(.2px);
}

.brush-pink::after{ background:#dca7bd; }
.brush-yellow::after{ background:#e4ce7f; }
.brush-blue::after{ background:#a8b8d8; }
.brush-mint::after{ background:#8ed2c4; }
.brush-orange::after{ background:#e9a98c; }
.brush-red::after{ background:#e88080; }

.graph-frame{
  max-width:760px;
  min-height:auto;
  padding:34px 28px 40px;
}

.chart-title{
  margin:0 0 24px !important;
}

.chart-title.second{
  margin-top:64px !important;
}

.year-roadmap-panels{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:7px;
  margin-top:18px;
}

.year-roadmap-panels div{
  min-height:150px;
  padding:8px 4px;
  border-radius:14px;

  background:linear-gradient(180deg,#f4c9d8,#ead7f1);
  border:1px solid rgba(255,255,255,.8);

  box-shadow:
    inset 0 0 14px rgba(255,255,255,.38),
    0 4px 12px rgba(0,0,0,.06);

  transition:.25s ease;
  cursor:pointer;
}

.year-roadmap-panels div:nth-child(even){
  background:linear-gradient(180deg,#ded2f0,#f4d8e8);
}

.year-roadmap-panels div:hover,
.year-roadmap-panels div:focus,
.year-roadmap-panels div:active{
  transform:scale(1.12);
  z-index:10;
}

.year-roadmap-panels span{
  display:block;
  margin:0 auto 8px;
  padding:4px 6px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:#57416f;
  font-size:12px;
  font-weight:900;
  text-shadow:none;
}

.year-roadmap-panels p{
  writing-mode:vertical-rl;
  margin:0 auto;
  font-size:10px;
  line-height:1.45;
  color:#2d2640;
  text-shadow:none;
}

.ten-year-graph-area{
  position:relative;
  width:100%;
  margin:20px auto 0;
  overflow:visible;
}

.ten-line-graph{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:160px;
  z-index:4;
  overflow:visible;
}

.ten-line-graph polyline{
  fill:none;
  stroke:#8c63b8;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ten-line-graph circle{
  fill:#8c63b8;
}

.ten-year-panels{
  display:grid;
  grid-template-columns:repeat(10,1fr);
  gap:8px;
  padding-top:120px;
}

.ten-year-panels div{
  min-height:150px;
  padding:8px 4px;
  border-radius:14px;

  background:linear-gradient(180deg,#e5c7ef,#d7c9ee);
  border:1px solid rgba(255,255,255,.82);

  box-shadow:
    inset 0 0 14px rgba(255,255,255,.42),
    0 4px 12px rgba(0,0,0,.07);

  cursor:pointer;
  transition:.25s ease;
  transform-origin:center bottom;
}

.ten-year-panels div:nth-child(even){
  background:linear-gradient(180deg,#f0c8dd,#d7c8ef);
}

.ten-year-panels div:hover,
.ten-year-panels div:focus,
.ten-year-panels div:active{
  transform:scale(1.14);
  z-index:20;
}

.ten-year-panels span{
  display:block;
  margin-bottom:8px;
  font-size:11px;
  font-weight:900;
  color:#3a2c55;
  text-shadow:none;
}

.ten-year-panels p{
  writing-mode:vertical-rl;
  margin:0 auto;
  font-size:11px;
  line-height:1.4;
  color:#3a2c55;
  text-shadow:none;
}

.married-mini-buttons{
  width:100%;
  max-width:620px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.married-mini-buttons a{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:52px;
  padding:10px 16px;
  border-radius:12px;
  text-decoration:none;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-shadow:0 0 8px rgba(0,0,0,0.28);

  /*background:linear-gradient(135deg,#df78df,#ff668b);*/
    background:linear-gradient(135deg,#fcb69f,#cfd9df);
  border:1px solid rgba(255,255,255,.75);
}

.married-mini-buttons a:nth-child(2){
  background:linear-gradient(135deg,#e59ae8,#ff6f91);
  background:linear-gradient(135deg,#f6d365,#a8edea);
}

.married-mini-buttons a:nth-child(3){
  background:linear-gradient(135deg,#e075d8,#f75f9b);
  background:linear-gradient(135deg,#A0C4FF,#F6EAC2);}

.married-mini-buttons a:nth-child(4){
  background:linear-gradient(135deg,#d86ad0,#ef5f91);
    background:linear-gradient(135deg,#FCEFEF,#FFAFBD);
}



.marriage-buttons{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  max-width:520px;
  margin:0 auto;
}

.marriage-buttons a{
  display:flex;
  justify-content:center;
  align-items:center;

  min-height:66px;
  padding:10px 16px;
  box-sizing:border-box;

  text-decoration:none;
  color:#111;

  font-size:21px;
  line-height:1.4;
  font-weight:700;

  border-radius:16px;

  background:linear-gradient(

      135deg,
  #d7a8b8 0%,
  #e4c0b0 52%,
  #e9d07d 100%

  );

  border:1px solid rgba(255,255,255,0.55);

  box-shadow:
    0 6px 16px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.55);

  transition:.25s ease;
}

.marriage-buttons a:hover{
  transform:translateY(-3px);
}




/* =========================*/
/*   結婚しているスマホ*/
/*========================= */


@media(max-width:768px){

  .marriage-married-section{
    padding:34px 10px 52px;
  }

  .marriage-married-inner{
    max-width:100%;
    padding:26px 12px 34px;
    border-radius:18px;
  }

  .marriage-married-lead p,
  .between-text{
    font-size:13px;
    line-height:1.85;
  }

  .marriage-married-lead.small p{
    font-size:12px;
    line-height:1.75;
  }

  .married-frame{
    min-height:320px;
    margin:26px auto;
    padding:30px 14px;
    border-radius:18px;
  }

  .married-frame::before{
    inset:6px;
    border-radius:14px;
  }

  .married-frame h3{
    font-size:14px;
    line-height:1.7;
    margin-bottom:18px;
  }

  .bottom-title{
    margin-top:70px !important;
  }

  .spacer{
    height:40px;
  }

  .oval-gradient{
    width:220px;
    height:54px;
  }

  .brush-under{
    padding:0 6px 7px;
  }

  .brush-under::after{
    left:-7px;
    right:-7px;
    bottom:4px;
    height:8px;
  }

  .graph-frame{
    padding:28px 10px 30px;
  }

  .year-roadmap-panels{
    grid-template-columns:repeat(4,1fr);
    gap:6px;
  }

  .year-roadmap-panels div{
    min-height:118px;
    padding:6px 4px;
    border-radius:11px;
  }

  .year-roadmap-panels span{
    font-size:10px;
    padding:3px 5px;
  }

  .year-roadmap-panels p{
    writing-mode:horizontal-tb;
    font-size:8.5px;
    line-height:1.35;
    text-align:center;
  }

  .ten-line-graph{
    height:120px;
  }

  .ten-line-graph polyline{
    stroke-width:3;
  }

  .ten-year-panels{
    grid-template-columns:repeat(5,1fr);
    gap:6px;
    padding-top:88px;
  }

  .ten-year-panels div{
    min-height:118px;
    padding:6px 3px;
    border-radius:11px;
  }

  .ten-year-panels span{
    font-size:8.5px;
    margin-bottom:6px;
  }

  .ten-year-panels p{
    writing-mode:horizontal-tb;
    font-size:8px;
    line-height:1.3;
    text-align:center;
  }

  .married-mini-buttons{
    max-width:340px;
    grid-template-columns:repeat(2,1fr);
    gap:9px;
  }

  .married-mini-buttons a{
    min-height:48px;
    padding:8px 7px;
    font-size:11px;
  }

}



 .marriage-mini-buttons{
    grid-template-columns:repeat(2,1fr);
    gap:8px;
    max-width:330px;
  }

  .marriage-mini-buttons a{
    min-height:44px;
    font-size:11px;
    padding:8px 6px;
    border-radius:9px;
  }

}/* End custom CSS */