@charset "UTF-8";
/* A Modern CSS Reset */
/* CSS Document */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.6;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  margin: 0;
}

h2, h3, h4, h5, h6 {
  margin: 0;
}

dl, dt, dd, dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol, ul, ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

p, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

ol, ul, nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-display: swap;
  font-family: myNotoSansJP;
  font-weight: 400;
  src: url(/outside/synchroweather/campaign/font/NotoSansJP-Regular.otf) format("woff2");
}
:root {
  --bs-font-sans-serif: "Noto Sans JP","myNotoSansJP",sans-serif ;
}

body, input, textarea {
  font-family: "Noto Sans JP", myNotoSansJP, sans-serif;
}

h2 {
  text-align: center;
}

.tac {
  text-align: center;
}

.section_inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .section_inner {
    padding: 0 2.667vw;
  }
}
/*============================
header
============================*/
.l-sw-header {
  position: fixed;
  z-index: 1024;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
}

@media print, screen and (min-width: 769px) {
  .l-sw-header {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-header {
    top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-header.is-hide {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
  }
}
@media screen and (max-width: 768px) {
  .l-sw-header.is-hide {
    -webkit-transform: translateY(-41px);
            transform: translateY(-41px);
  }
}
.l-sw-header::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  content: "";
}

.l-sw-header .-sw-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .l-sw-header .-sw-header-inner {
    min-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-header .-sw-header-inner {
    z-index: 9;
    min-height: 41px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-header .c-sw-header-dunlopLogo {
    padding: 0 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-header .c-sw-header-dunlopLogo {
    padding: 0 10px 2px;
  }
}
.l-sw-header .c-sw-header-nav-icon {
  position: absolute;
  z-index: 9;
  top: 7px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 769px) {
  .l-sw-header .c-sw-header-nav-icon {
    display: none;
  }
}
.l-sw-header .c-sw-header-nav-icon > span {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
}

.l-sw-header .c-sw-header-nav-icon > span:nth-child(1) {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.l-sw-header .c-sw-header-nav-icon > span:nth-child(2) {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition-delay: 0s, 0.1s;
          transition-delay: 0s, 0.1s;
}

html.is-menu .l-sw-header .c-sw-header-nav-icon > span:nth-child(1) {
  -webkit-transform: rotate(-30deg) translateY(0);
          transform: rotate(-30deg) translateY(0);
}

html.is-menu .l-sw-header .c-sw-header-nav-icon > span:nth-child(2) {
  -webkit-transform: rotate(30deg) translateY(0);
          transform: rotate(30deg) translateY(0);
}

.l-sw-nav {
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav {
    top: 41px;
  }
}
@media screen and (max-width: 768px) {
  html:not(.is-menu) .l-sw-nav {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .-sw-nav-inner {
    width: 100vw;
    background-color: #000;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.625s;
            transition-duration: 0.625s;
  }
}
@media screen and (max-width: 768px) {
  html:not(.is-menu) .l-sw-nav .-sw-nav-inner {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
@media screen and (max-width: 768px) {
  html.is-menu .l-sw-nav .-sw-nav-inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-container {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(100dvh - 41px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-item:not(:first-of-type) {
    margin-left: min(3.57vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.l-sw-nav .c-sw-nav-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-item-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-sw-nav .c-sw-nav-item-link .u-small {
  line-height: 1;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-item-link .u-small {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-item-link .u-small {
    font-size: 13px;
  }
}
.l-sw-nav .c-sw-nav-item-link .u-strong {
  border-bottom-color: rgba(255, 255, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  -webkit-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 0.125s;
          transition-duration: 0.125s;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-item-link .u-strong {
    font-size: min(1.07vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-item-link .u-strong {
    font-size: 19px;
  }
}
.l-sw-nav .c-sw-nav-item-link.u-current .u-strong {
  border-bottom-color: #ff0;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-item-link:hover .u-strong {
    border-bottom-color: #ff0;
  }
}
.l-sw-nav .c-sw-nav-copyright {
  font-weight: 300;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-copyright {
    text-align: right;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-copyright {
    text-align: center;
    font-size: 0.625rem;
  }
}
.l-sw-nav .c-sw-nav-copyright small {
  font-size: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1258px) {
  .l-sw-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-sw-header .-sw-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-sw-nav {
    position: relative;
    width: 100%;
    background-color: #000;
  }
  .l-sw-nav .c-sw-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html.is-menu {
  overflow-y: hidden;
}

/*============================
footer
============================*/
.l-sw-footer {
  text-align: center;
  background-color: #fff;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .l-sw-footer {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-footer {
    padding: 0 0 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-footer .c-sw-footer-dunlopLogo {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-footer .c-sw-footer-dunlopLogo {
    padding: 120px 0;
  }
  .l-sw-footer .c-sw-footer-dunlopLogo img {
    width: 100%;
    max-width: 358.51px;
    height: auto;
  }
}
.l-sw-footer .c-sw-footer-copyright {
  font-weight: 300;
}

@media print, screen and (min-width: 769px) {
  .l-sw-footer .c-sw-footer-copyright {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-footer .c-sw-footer-copyright {
    font-size: 0.75rem;
  }
}
.l-sw-footer .c-sw-footer-copyright small {
  font-size: 100%;
}

.l-sw-modal {
  position: relative;
}

main {
  background: #E6EAEB;
}
@media screen and (min-width: 769px) {
  main {
    font-size: 0.817vw;
  }
}
@media (min-width: 1224px) {
  main {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  main {
    font-size: 2.667vw;
  }
}

/*============================
#mv
============================*/
#mv {
  overflow: hidden;
  background: url(/images/special/synchroweather/campaign/2025/mv_bg.jpg) no-repeat center/cover;
  padding: 2.5em 0 2em;
}
@media screen and (max-width: 768px) {
  #mv {
    padding: 7vw 0 11.7vw;
    background: url(/images/special/synchroweather/campaign/2025/mv_bg_sp.jpg) no-repeat center/cover;
  }
}
#mv .mv_inner {
  width: 122.4em;
  margin: 0 auto;
  max-width: 96%;
}
@media screen and (max-width: 768px) {
  #mv .mv_inner {
    max-width: 100%;
  }
}
#mv .mv_ttl {
  max-width: 52.451%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mv .mv_ttl {
    max-width: 90.667vw;
  }
}
@media screen and (min-width: 769px) {
  #mv .mv_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.8em;
  }
  #mv .mv_box .mv_item {
    width: 32.68%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_box {
    width: 90.667vw;
    margin: 4.5vw auto 0;
  }
  #mv .mv_box .slick-dots {
    margin-top: 4vw;
  }
  #mv .mv_box .slick-arrow.slick-prev {
    left: -3vw;
  }
  #mv .mv_box .slick-arrow.slick-next {
    right: -3vw;
  }
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 4vw);
  background: url("/images/special/synchroweather/campaign/2025/arrow_slider.png") no-repeat center/contain;
  width: 11.2vw;
  height: 14.133vw;
  z-index: 1;
  border: none;
  color: rgba(255, 255, 255, 0);
  text-indent: -999vw;
  padding: 0;
  margin: 0;
}
.slick-arrow.slick-next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.slick-dots {
  text-align: center;
  position: absolute;
  line-height: 1;
  font-size: 0;
  left: 0;
  right: 0;
  top: 100%;
}
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  display: block;
  padding: 0;
  margin: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
}

/*============================
#tabBox
============================*/
.c-red {
  color: #FF2700;
}

.tabBox-content {
  display: none;
}

.tabBox-content.active {
  display: block;
}

.tabBox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF500;
}
.tabBox-control .tabBox-link {
  width: 33.3333%;
  background: #FFF500;
  text-decoration: none;
  text-align: center;
  height: 3.81em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 2.1em;
  line-height: 1.4;
  color: #000000;
}
.tabBox-control .tabBox-link strong {
  margin-right: 0.3em;
  font-weight: bold;
}
.tabBox-control .tabBox-link > span {
  position: relative;
}
.tabBox-control .tabBox-link > span:before {
  content: "";
  background: url("/images/special/synchroweather/campaign/2025/arrow_black.png") no-repeat center/contain;
  width: 1.286em;
  height: 1.286em;
  display: inline-block;
  vertical-align: -0.286em;
  margin-right: 0.238em;
}
.tabBox-control .tabBox-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .tabBox-control .tabBox-link {
    height: 12vw;
    font-size: 2.933vw;
    font-weight: 400;
  }
  .tabBox-control .tabBox-link strong {
    font-size: 3.733vw;
  }
  .tabBox-control .tabBox-link > span:before {
    width: 4.8vw;
    height: 4.8vw;
    background-image: url("/images/special/synchroweather/campaign/2025/arrow_black_sp.png");
  }
  .tabBox-control .tabBox-link:hover {
    opacity: 1;
  }
}
.tabBox-control .tabBox-link.active {
  color: #fff;
  background: #000;
  height: 4.143em;
  margin-top: -0.333em;
}
.tabBox-control .tabBox-link.active > span::before {
  background-image: url("/images/special/synchroweather/campaign/2025/arrow_white.png");
}
@media screen and (max-width: 768px) {
  .tabBox-control .tabBox-link.active {
    height: 13.333vw;
    margin-top: -1.333vw;
    padding-top: 1.333vw;
  }
  .tabBox-control .tabBox-link.active > span::before {
    background-image: url("/images/special/synchroweather/campaign/2025/arrow_white_sp.png");
  }
}

/*============================
#campaign
============================*/
#campaign {
  background-color: #F0F0F0;
}
@media screen and (min-width: 769px) {
  #campaign .bkl {
    background: url("/images/special/synchroweather/campaign/2025/campaign_bg.jpg") no-repeat center top;
  }
}

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.campaign_ttl {
  font-size: 3.2em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 7px 0;
  color: #B5883D;
}
.campaign_ttl:before, .campaign_ttl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  width: 17.125em;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#B5883D), color-stop(#D5AD85), to(#B5883D));
  background: linear-gradient(to right, #B5883D, #D5AD85, #B5883D);
  background-color: #B5883D;
}
.campaign_ttl:before {
  top: 0;
}
.campaign_ttl:after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .campaign_ttl {
    font-size: 4.533vw;
    padding: 1.5vw 0;
  }
  .campaign_ttl:before, .campaign_ttl:after {
    height: 0.8vw;
    width: 66.667vw;
  }
}

/*============================
overview
============================*/
.overview_block {
  text-align: center;
  padding: 6em 0 7em;
  background: url("/images/special/synchroweather/campaign/2025/overview_bg.jpg") no-repeat center/cover;
  min-height: 75em;
}
@media screen and (max-width: 768px) {
  .overview_block {
    background: url("/images/special/synchroweather/campaign/2025/overview_bg_sp.jpg") no-repeat center/cover;
    padding: 10.667vw 0 16vw;
    min-height: 204.267vw;
  }
}

.overview_ttl {
  font-size: 3.4em;
  line-height: 1.5;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 1.176em;
}
@media screen and (max-width: 768px) {
  .overview_ttl {
    font-size: 5.867vw;
    border-width: 1px;
    margin-bottom: 6.133vw;
    padding: 0.8vw 0;
  }
}

.overview_box {
  position: relative;
}
.overview_box.box01 {
  margin: 4.4em -1.5em 5.7em 0.1em;
}
@media screen and (max-width: 768px) {
  .overview_box.box01 {
    margin: 6vw 0 9vw 0;
  }
}
.overview_box.box02 {
  margin: 4.4em 0 3.7em -1.5em;
}
@media screen and (max-width: 768px) {
  .overview_box.box02 {
    margin: 6vw 0 6vw 0;
  }
}
.overview_box.box03 {
  margin: 4.4em -1.7em 5.8em -1.7em;
}
@media screen and (max-width: 768px) {
  .overview_box.box03 {
    margin: 3.5vw 0 6.2vw 0;
  }
}

.overview_time {
  text-align: left;
}
.overview_time .title {
  border-radius: 5em;
  font-size: 2.3em;
  line-height: 1.6;
  background: #fff;
  padding: 0.348em 1.652em 0.391em;
  display: inline-block;
  text-align: center;
}
.overview_time .text {
  color: #fff;
  font-size: 2.6em;
  line-height: 1.333;
  letter-spacing: 0.17em;
  text-align: left;
  display: inline-block;
  margin-left: 0.769em;
}
@media screen and (max-width: 768px) {
  .overview_time {
    display: inline-block;
  }
  .overview_time .title {
    font-size: 4.8vw;
    width: 66.667vw;
    padding: 1.3vw 4vw 1.7vw;
    margin: 0 auto 4vw;
  }
  .overview_time .text {
    font-size: 4.8vw;
    margin-left: 0;
    display: block;
  }
}

/*============================
how to
============================*/
.howto_block {
  padding: 7.5em 0 0;
}
@media screen and (max-width: 768px) {
  .howto_block {
    padding-top: 9vw;
  }
}
.howto_block .note_list {
  margin-top: 0.5em;
  margin-bottom: 0.929em;
  font-size: 1.4em;
  text-align: center;
}
.howto_block .note_list span {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .howto_block .note_list {
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 3.2vw;
  }
}

.step_list {
  margin-top: 5.2em;
}
@media screen and (min-width: 769px) {
  .step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .step_list.column_col2 .step_item {
    width: 48.8%;
  }
  .step_list.column_col3 .step_item {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .step_list {
    margin-top: 8vw;
  }
}
.step_list .step_item {
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding: 3.6em 2em 2.5em;
  margin-bottom: 4.1em;
}
@media screen and (max-width: 768px) {
  .step_list .step_item {
    padding: 9vw 4.5vw 7vw;
    margin-bottom: 9.7vw;
  }
}
.step_list .step_item .number {
  position: absolute;
  left: 0;
  right: 0;
  top: -3.6em;
  text-align: center;
  width: 5em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .step_list .step_item .number {
    width: 9.867vw;
    top: -6vw;
  }
  .step_list .step_item .number.no4 {
    top: -8vw;
    right: 3%;
  }
}
.step_list .step_item .title {
  font-size: 2.1em;
  line-height: 1.095;
  text-align: center;
  margin-bottom: 0.952em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .step_list .step_item .title {
    font-size: 4.267vw;
    margin-bottom: 4.5vw;
  }
}
.step_list .step_item .description {
  font-size: 1.6em;
  line-height: 1.563;
}
@media screen and (max-width: 768px) {
  .step_list .step_item .description {
    font-size: 3.733vw;
  }
}
.step_list .step_item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step_list .step_item .box .description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-left: 0.75em;
}
@media screen and (max-width: 768px) {
  .step_list .step_item .box .description {
    margin-left: 3vw;
  }
}
.step_list .step_item .note {
  font-size: 1.2em;
  margin-top: 1.25em;
  line-height: 1.417;
}
.step_list .step_item .note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .step_list .step_item .note {
    font-size: 3.2vw;
    margin-top: 6vw;
  }
}
.step_list .ico01 {
  width: 5em;
}
@media screen and (max-width: 768px) {
  .step_list .ico01 {
    width: 10.667vw;
  }
}
.step_list .ico02 {
  width: 6.3em;
}
@media screen and (max-width: 768px) {
  .step_list .ico02 {
    width: 13.6vw;
  }
}
.step_list .ico03 {
  width: 7em;
}
@media screen and (max-width: 768px) {
  .step_list .ico03 {
    width: 18.667vw;
  }
}
.step_list .ico04 {
  width: 6.2em;
}
@media screen and (max-width: 768px) {
  .step_list .ico04 {
    width: 13.867vw;
  }
}
.step_list .ico05 {
  width: 5.9em;
}
@media screen and (max-width: 768px) {
  .step_list .ico05 {
    width: 14.133vw;
  }
}
.step_list .ico_x {
  width: 4.6em;
}
@media screen and (max-width: 768px) {
  .step_list .ico_x {
    width: 12.267vw;
  }
}
.step_list .ico_ig {
  width: 4.6em;
}
@media screen and (max-width: 768px) {
  .step_list .ico_ig {
    width: 12.267vw;
  }
}
.step_list .ico06 {
  width: 12.7em;
}
@media screen and (max-width: 768px) {
  .step_list .ico06 {
    width: 25.867vw;
  }
}
.step_list .campaign_btn {
  width: 25.7em;
  margin: 0 auto;
}
.step_list .campaign_btn a {
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .step_list .campaign_btn {
    width: 80vw;
  }
  .step_list .campaign_btn a {
    font-size: 4.8vw;
  }
}
.step_list .highlight {
  background: #FFF500;
}
@media screen and (min-width: 769px) {
  .step_list.list01 .step_item:nth-child(1) {
    padding-top: 3em;
  }
  .step_list.list01 .step_item:nth-child(1) .title {
    margin-bottom: 0.19em;
  }
  .step_list.list01 .step_item:nth-child(1) .image {
    margin-left: 1.3em;
  }
  .step_list.list01 .step_item:nth-child(1) .description {
    margin-top: 0.625em;
  }
  .step_list.list01 .step_item:nth-child(2) .image {
    margin-left: 0.2em;
  }
  .step_list.list01 .step_item:nth-child(2) .description {
    margin-top: 0.313em;
  }
  .step_list.list01 .step_item:nth-child(2) .note {
    margin-top: 1.917em;
    margin-bottom: 1.75em;
  }
  .step_list.list01 .step_item:nth-child(3) .title {
    margin-bottom: 0.857em;
  }
  .step_list.list01 .step_item:nth-child(4) .image {
    margin-left: 0.3em;
  }
  .step_list.list01 .step_item:nth-child(4) .description {
    line-height: 1.313;
  }
  .step_list.list02 .step_item:nth-child(1) .title {
    margin-bottom: 0.667em;
  }
  .step_list.list02 .step_item:nth-child(1) .image {
    margin-left: 1.3em;
  }
  .step_list.list02 .step_item:nth-child(2) .description {
    margin-top: 0.313em;
  }
  .step_list.list02 .step_item:nth-child(2) .image {
    margin-left: 0.2em;
  }
  .step_list.list02 .step_item:nth-child(2) .note {
    margin-top: 1.917em;
    margin-bottom: 1.75em;
  }
  .step_list.list02 .step_item:nth-child(3) {
    padding-bottom: 17px;
  }
  .step_list.list02 .step_item:nth-child(3) .image {
    margin-left: 0.2em;
    margin-top: 0.5em;
  }
  .step_list.list02 .step_item:nth-child(3) .button {
    margin-top: 1.3em;
  }
  .step_list.list02 .step_item:nth-child(4) .image {
    margin-left: 0.3em;
  }
  .step_list.list02 .step_item:nth-child(4) .description {
    line-height: 1.313;
  }
  .step_list.list02 .step_item:nth-child(4) .note {
    margin-top: 15px;
  }
  .step_list.list03 .step_item {
    padding: 3.6em 1em 2em;
    margin-bottom: 0;
  }
  .step_list.list03 .step_item .description {
    text-align: center;
  }
  .step_list.list03 .step_item .description .desc02 {
    font-size: 1.125em;
    font-weight: bold;
  }
  .step_list.list03 .step_item:nth-child(1) .box {
    margin: 2.5em 0 2.4em;
  }
  .step_list.list03 .step_item:nth-child(1) .box .image + .image {
    margin-left: 4em;
  }
  .step_list.list03 .step_item:nth-child(1) .description {
    line-height: 1.444;
  }
  .step_list.list03 .step_item:nth-child(1) .button {
    margin-top: 1.6em;
  }
  .step_list.list03 .step_item:nth-child(1) .button .sns_btn + .sns_btn {
    margin-top: 1.2em;
  }
  .step_list.list03 .step_item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step_list.list03 .step_item:nth-child(2) .box {
    margin: 2.2em 0 0;
  }
  .step_list.list03 .step_item:nth-child(2) .description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18%;
  }
  .step_list.list03 .step_item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step_list.list03 .step_item:nth-child(3) .box {
    margin: 0.5em 0 2em;
  }
  .step_list.list03 .step_item:nth-child(3) .description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step_list.list03 .step_item:nth-child(3) .copy_area {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .step_list.list01 .step_item:nth-child(1) .image {
    margin-left: 3.5vw;
  }
  .step_list.list01 .step_item:nth-child(1) .description {
    margin-top: 2vw;
  }
  .step_list.list01 .step_item:nth-child(2) {
    padding-bottom: 5.5vw;
  }
  .step_list.list01 .step_item:nth-child(2) .title {
    margin-bottom: 6vw;
  }
  .step_list.list01 .step_item:nth-child(2) .image {
    margin-left: 1.7vw;
  }
  .step_list.list01 .step_item:nth-child(2) .description {
    margin-top: 2vw;
  }
  .step_list.list01 .step_item:nth-child(3) .title {
    margin-bottom: 3vw;
  }
  .step_list.list01 .step_item:nth-child(3) .note {
    margin-top: 3.5vw;
  }
  .step_list.list01 .step_item:nth-child(4) .image {
    margin-left: 0.5vw;
  }
  .step_list.list01 .step_item:nth-child(4) .note {
    margin-top: 4vw;
  }
  .step_list.list02 .step_item:nth-child(1) .title {
    margin-bottom: 3vw;
  }
  .step_list.list02 .step_item:nth-child(1) .image {
    margin-left: 3.5vw;
  }
  .step_list.list02 .step_item:nth-child(1) .description {
    margin-top: 2vw;
  }
  .step_list.list02 .step_item:nth-child(1) .note {
    margin-top: 2vw;
  }
  .step_list.list02 .step_item:nth-child(2) {
    padding-bottom: 5.5vw;
  }
  .step_list.list02 .step_item:nth-child(2) .title {
    margin-bottom: 6vw;
  }
  .step_list.list02 .step_item:nth-child(2) .image {
    margin-left: 1.7vw;
  }
  .step_list.list02 .step_item:nth-child(2) .description {
    margin-top: 2vw;
  }
  .step_list.list02 .step_item:nth-child(3) {
    padding-bottom: 6vw;
  }
  .step_list.list02 .step_item:nth-child(3) .title {
    margin-bottom: 7vw;
  }
  .step_list.list02 .step_item:nth-child(3) .image {
    margin-left: 1vw;
  }
  .step_list.list02 .step_item:nth-child(3) .button {
    margin-top: 6.5vw;
  }
  .step_list.list02 .step_item:nth-child(4) .image {
    margin-left: 0.5vw;
  }
  .step_list.list02 .step_item:nth-child(4) .note {
    margin-top: 4vw;
  }
  .step_list.list03 .step_item .description {
    text-align: center;
  }
  .step_list.list03 .step_item .description .desc02 {
    font-size: 4.267vw;
    line-height: 1.563;
    font-weight: bold;
  }
  .step_list.list03 .step_item:nth-child(1) {
    padding-bottom: 6vw;
  }
  .step_list.list03 .step_item:nth-child(1) .image + .image {
    margin-left: 12vw;
  }
  .step_list.list03 .step_item:nth-child(1) .description {
    margin-top: 8vw;
  }
  .step_list.list03 .step_item:nth-child(1) .button {
    margin-top: 4vw;
  }
  .step_list.list03 .step_item:nth-child(1) .button .sns_btn + .sns_btn {
    margin-top: 2vw;
  }
  .step_list.list03 .step_item:nth-child(2) {
    padding-bottom: 5vw;
  }
  .step_list.list03 .step_item:nth-child(2) .description {
    padding: 8vw 0 0;
  }
  .step_list.list03 .step_item:nth-child(3) {
    padding-top: 8vw;
    padding-bottom: 6vw;
    margin-bottom: 0;
  }
  .step_list.list03 .step_item:nth-child(3) .description {
    padding: 3vw 0 0;
  }
  .step_list.list03 .step_item:nth-child(3) .copy_area {
    width: 80vw;
    margin: 0.7em auto 0;
  }
}

/*============================
policy
============================*/
.policy_block {
  padding: 2.7em 0 9.1em;
}

.policy_block .policy_ttl {
  padding-bottom: 1.083em;
  font-size: 2.4em;
  line-height: 1.6;
  font-weight: bold;
}

.policy_block .wrap {
  height: 466px;
  background-color: #fff;
  padding: 30px 16px 30px 20px;
  border: 2px solid #000;
  border-radius: 8px;
}

.policy_block .wrap .inner {
  height: 100%;
  overflow-y: scroll;
}

.policy_block .txt {
  font-size: 1.6em;
  line-height: 1.5;
}

.policy_block ul {
  list-style: none;
}

.policy_block .note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.policy_block dl {
  margin-bottom: 1.563em;
}

.policy_block .policy_list {
  padding: 0;
}

.policy_block .policy_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.policy_block .policy_list li:before {
  content: "・";
}

@media screen and (max-width: 768px) {
  .policy_block {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
  .policy_block .policy_ttl {
    font-size: 4.8vw;
  }
  .policy_block .wrap {
    padding: 7vw 5vw 4vw;
  }
}
.campaign_btn a {
  display: block;
  border-radius: 1.429em;
  border: 2px solid #000;
  text-align: center;
  font-size: 2.1em;
  line-height: 1.6;
  padding: 0.524em 0;
  text-decoration: none;
  color: #000;
  position: relative;
  letter-spacing: 0.2em;
  background: url("/images/special/synchroweather/campaign/2025/arrow.png") no-repeat center right 0.857em;
  background-color: #FFF500;
}
.campaign_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .campaign_btn a {
    font-size: 4.8vw;
    padding: 2.307vw 0;
    background-image: url("/images/special/synchroweather/campaign/2025/arrow_sp.png");
    background-size: 1.867vw auto;
  }
}

.sns_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  position: relative;
  border: 2px solid #000;
  font-size: 1.5em;
  padding: 0 1em;
  height: 4.133em;
  background: url("/images/special/synchroweather/campaign/2025/arrow.png") no-repeat center right 1.2em;
  background-color: #FFFFFF;
  -webkit-box-shadow: 4px 4px #000;
          box-shadow: 4px 4px #000;
  margin: 0 4px 4px 0;
}
.sns_btn a > i {
  width: 1.933em;
}
.sns_btn a > span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.sns_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sns_btn a {
    font-size: 4vw;
    height: 16.533vw;
    padding: 0 11vw 0 5vw;
    background-image: url("/images/special/synchroweather/campaign/2025/arrow_sp.png");
    background-size: 1.867vw auto;
  }
}

.copy_area .copyText {
  display: inline-block;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  padding: 0.4em 1em;
  width: 17em;
}
.copy_area .copyBtn {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 0.875em;
  font-weight: 400;
  margin-top: 0.5em;
  padding: 0.2em 1em;
  cursor: pointer;
}

.other {
  text-align: center;
  padding: 5.5em 0 9.8em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .other {
    padding: 10.133vw 0 0;
  }
}
.other .ttl {
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .other .ttl {
    font-size: 4.267vw;
  }
}
.other .link_list {
  margin-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other .link_list li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .other .link_list {
    width: 80vw;
    margin: 3.733vw auto 0;
  }
  .other .link_list li {
    width: 100%;
    margin-bottom: 5.333vw;
  }
  .other .link_list li:last-child {
    margin-bottom: 0;
  }
}