dl.shoptel_area {
    display: none;
}
input.c-form-parts, textarea.c-form-parts {
    background: #ffffff;
}
#mv img {
  width: 175px;
}
@media screen and (max-width:600px) { 
  #mv .slide3 img {
    width: 105px;
}
.slide3 {
    top: 120%;
    left: 51%;
}
.slide2 {
    top: 120%;
    left: 52%;
}
#mv img {
    width: 110px;
}
}
#head_bar {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0; /* 初期状態では透明 */
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out; /* フェードインとスライドを両方適用 */
}
#head_bar.visible {
  top: 20px;
  opacity: 1;
}
#pagetop__a {
    right: 10px;
    bottom: 10px;
    border-radius: 0;
}
.header_adlp_inner img {
    max-width: 150px;
}
.header_adlp_inner {
    margin: auto;
    padding: 0 0 0 40px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 5px 0px #b3b3b3;
    display: flex;
    justify-content: space-between;
    height: 70px;
    width: 1200px;
}
.header_adlp_nav {
    display: flex;
    align-items: center;
}
.header_adlp_nav li {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1;
}
.header_adlp_nav a {
    text-decoration: none;
}
.header_adlp_nav ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.nav_box1 a, .nav_box2 a, .nav_box3 a {
    display: flex;
    flex-wrap: wrap;
}
.nav_box {
    display: flex;
    font-size: 10px;
    color: #ffffff;
    height: 100%;
}
.nav_box img {
    height: 27px;
    display: block;
    margin: 10px auto 5px;
}
.nav_box1 {
    background-color: #1A3636;
    width: 70px;
}
.nav_box2 {
    background-color: #40534C;
    width: 70px;
}
.nav_box3 {
    background-color: #677D6A;
    width: 70px;
}
.nav_box span {
    margin: auto;
    width: 100%;
    text-align: center;
}

.choice h4 {
    font-size: 25px;
}
.white {
    color: #ffffff;
}
.green {
    color: #1a3636;
}
.gold {
  color: #D6BD98;
}
.big_font4 {
    font-size: 40px;
    font-weight: 500;
}
.main_ttl, .mintyo, .voice_ttl, h1, h2, h3, h4, p.musubi_recome_ttl {
  font-family: serif;
}
.nomintyo {
  font-family: serif;
}
.gothic, .modal_shopitem {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
h2 {
    margin-bottom: 40px;
}
img.watch_item {
  display: none;
}
.slick-active img.watch_item {
  display: block;
}
div#fot_cta_pc {
    display: none;
}
section#sec1 {
    height: 100vh;
    position: relative;
}
.slick-list, .slick-track, .mv_fade {
    height: 100%;
}
img.watch_item {
    max-height: 60vh;
    position: absolute;
    top: 0;
    bottom: 125px;
    right: 0;
    left: 0;
}

.mv_slide1, .mv_slide2, .mv_slide3 {
    position: relative;
}
.slick-active[data-slick-index="0"]>.mv_slide_cont_wrap {
  animation: animationZoom 7s linear 0s infinite normal both;
}
.slick-active[data-slick-index="1"]>.mv_slide_cont_wrap {
  animation: animationZoom2 7s linear 0s infinite normal both;
}
.slick-active[data-slick-index="2"]>.mv_slide_cont_wrap {
  animation: animationZoom3 7s linear 0s infinite normal both;
}
@keyframes animationZoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animationZoom2 {
  0% {
    transform: scale(1.1) translateX(30px);
  }
  100% {
    transform: scale(1.1) translateX(-30px);
  }
}
@keyframes animationZoom3 {
  0% {
    transform: scale(1.1) translateX(-30px);
  }
  100% {
    transform: scale(1.1) translateX(30px);
  }
}
.slick-slider .slick-slide img {
    -o-object-fit: unset;
    object-fit: unset;
    aspect-ratio: auto;
    z-index: 10;
}
.mv_slide_cont_wrap, .mv_slide_cont {
    width: 100%;
    height: 100%;
}
.mv_slide.slick-slide {
  margin: 0;
}

#sec1 .mv_slide2 {
  background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/webp/slide1_back.webp);
  background-size: cover;
  margin: 0;
}
#sec1 .mv_slide3 {
  background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/webp/slide2_back.webp);
  background-size: cover;
  margin: 0;
}
.gra_back {
    position: absolute;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0 , rgba(0,0,0,0.5) 100%);
}
.gra_back_txt {
    position: absolute;
    bottom: 90px;
    text-align: center;
    width: 100%;
    color: #ffffff;
}
p.mv_catch {
    font-size: 25px;
    margin-bottom: 15px;
}
p.mv_wachename span {
    font-size: 20px;
    display: block;
}
p.mv_wachename {
    font-size: 50px;
    line-height: 1.2;
}
.mv_bottom_left, .mv_bottom_right {
    width: calc(100% / 2);
    max-width: 350px;
    box-shadow: 0 0 5px 0px #535353;
}
.mv_bottom_left {
    background: #D6BD98;
    text-align: center;
    padding: 5px;
}
.mv_bottom_right {
    background: #677D6A;
    text-align: center;
    padding: 5px;
}
.mv_bottom_left p, .mv_bottom_right p {
    background: #ffffff;
    text-align: center;
    font-size: 12px;
}
section#bottom_mv .flex {
    justify-content: center;
}
.mv_bottom_left_txt {
    display: inline-block;
    position: relative;
}
.mv_bottom_left {
    margin-right: 15px;
}
.mv_bottom_right{
    margin-left: 15px;
}
.mv_bottom_left span {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 1;
}
.mv_bottom_left_txt {
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 1;
    margin: 7px 0 5px 40px;
}
.mv_bottom_right_txt {
    display: inline-block;
    position: relative;
    font-size: 23px;
    line-height: 1;
    margin: 18px 0 5px 30px;
    color: #ffffff;
}
.freedial_icon::before {
    content: "";
    background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/freedial.svg);
    width: 42px;
    height: 28px;
    background-size: contain;
    display: block;
    position: absolute;
    left: -50px;
    top: 2px;
}
.shop_icon::before {
    content: "";
    background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/shop.svg);
    width: 35px;
    height: 35px;
    background-size: contain;
    display: block;
    position: absolute;
    left: -40px;
    top: -10px;
    background-repeat: no-repeat;
}
.mv_bottom_right a {
    height: 100%;
    display: block;
    text-decoration: none;
}
section#bottom_mv {
    position: relative;
}
section#bottom_mv>div {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    top: -45px;
}
section#watch_nayami {
    padding:50px 0 50px;
        background: #fbfbfb;
}
.nayami_ttl {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 40px;
}
.watch_nayami_ul img {
    max-width: 100%;
}
.watch_nayami_ul li {
    width: calc(100%/6);
    padding: 0 12px;
    margin-bottom: 25px;
}
.nayami_ttl_li {
    background: #1A3636;
    text-align: center;
    color: #ffffff;
    padding: 5px 0;
    font-weight: bold;
    font-size: 15px; 
}
ul.flex.watch_nayami_ul p {
    line-height: 1.35;
    margin-top: 7px;
    font-size: 14px;
}

/*タブ切り替えcss start*/
.watch_tabs {
    margin-top: 50px;
    width: 100%;
    margin: 0 auto;
    display: block;
    align-items: center;
}
.watch_tab_item {
  width: calc(100%/5);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.watch_tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.watch_tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  background: #E8E8E8;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#bre:checked ~ #bre_content,
#ap:checked ~ #ap_content,
#pp:checked ~ #pp_content,
#vc:checked ~ #vc_content,
#als:checked ~ #als_content {
  display: block;
}
.watch_tabs input:checked + .watch_tab_item {
    background-color: #1A3636;
    color: #fff;
    padding: 40px 0 15px;
    position: relative;
}
.watch_tabs input:checked + .watch_tab_item:hover {
    opacity: 1;
}
.watch_tabs input:checked + .watch_tab_item::after {
    content: "";
    width: 40px;
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
    background: #1a3636;
    height: 15px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
    transform: translate(0, -50%);
    transition: all 0.5s ease;
}
label.watch_tab_item img {
    width: 150px;
    margin: 0 auto 75px;
    display: block;
    filter: drop-shadow(0px 0px 5px #959595);
}
.watch_tabs input:checked + .watch_tab_item img {
    display: block;
    filter: drop-shadow(0px 0px 5px #333333);
    width: 200px;
    margin: 0 auto 40px;
}
/*タブ切り替えcss end*/
label.watch_tab_item span {
    display: block;
    font-size: 11px;
}
label.watch_tab_item {
    font-size: 14px;
    line-height: 15px;
    padding: 55px 0 10px;
    positon: relative;
}
section#price {
    background: #F6F6F6;
    padding: 75px 0 0;
}
.watch_tab_content_description {
    padding: 15px 0 0 0;
}
p#output {
    display: inline-block;
}
section#price h2 span {
    font-size: 20px;
}
.watch_tab_content_description ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    width: 87%;
    margin: auto;
}
.watch_tab_content_description li {
    width: calc(100%/4);
    text-align: center;
    margin-bottom: 60px;
    padding: 0 10px;
}
.watch_tab_content_description h3 {
    font-size: 15px;
    line-height: 1.3;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.watch_tab_content_description h3 span {
    font-size: 12px;
    display: block;
    font-weight: 400;
}
.watch_tab_content_description img {
    width: 150px;
    margin: 20px 0;
    filter: drop-shadow(0px 0px 5px #959595);
}
.watch_tab_content_description p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}
p.watch_item_price {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}
.watch_tab_content_description h3 p {
    width: 100%;
    letter-spacing: -1px;
}
.c-shoplist01__item-link {
    background-color: rgb(246 246 241);
    color: #000000;
}
.modal-container p {
  color: #000000;
}
.choice_box_flow {
    padding: 15px;
}
section#buy_choice {
    background: none;
}
.choice h3, .choice h4 {
    color: #1A3636;
}
.choice::before {
    text-shadow: 0px 0px 1px #1A3636, 0px 0px 1px #1A3636, 2px 2px 0 #1A3636, 2px 2px 0 #1A3636;
}
.head1, .cta_area {
  background: #1A3636;
}
.choice_box_flow:first-child::after, .choice_box_flow:nth-child(2)::after {
    background: #1A3636;
}
.choice_box_flow {
    border: 1px solid #1A3636;
}
.c-head02 {
    border-left: 10px solid #1A3636;
}
.shop_more span, .shop_more2 span, .shop_more6 span, .shop_more3 span, .shop_more4 span, .shop_more5 span {
    border: 1px solid #1A3636;
    color: #1A3636;
}
.c-shoplist01__item-link::before {
    border-top: 1px solid #1A3636;
    border-right: 1px solid #1A3636;
}
.c-shoplist01__item-link:hover {
    background-color: #1A3636;
    color: #ffffff;
}
.modal-content {
    border: 5px solid #40534C;
}
.modal_shopitem dt {
    color: #1A3636;
    background: #F6F6F1;
}
.modal-top2 {
    border: 1px solid #40534C;
    color: #40534C;
}
.modal-close1 {
    background: #40534C;
}
.c-shoplist01__item-link:hover .root_ttl {
    color: #ffffff;
    transition: all 0.3s ease;
}
section#bottom_mv .mv_bottom_left, .cta_area .mv_bottom_left {
    width: 350px;
    margin-right: 0;
    color: #000000;
    border-bottom: 3px solid #8b7453;
}
.cta_syuttyo_area a, .cta_takuhai_area a {
    background: #677D6A;
    border-bottom: 4px solid #28412b;
    width: 350px;
    border-radius: 0;
    padding: 20px 20px 20px 90px;
}
.cta_area {
    padding: 50px 0;
}
.modal_googlemap {
    background: #677D6A;
    border-bottom: 3px solid #40534C;
}
p.region_age {
    color: #1a3636;
}
#voice .swiper-button-next, #voice .swiper-button-prev {
    background: #1a3636;
}
section#voice {
    padding: 50px 0;
    background: #f6f6f6;
}
section#voice li {
    background: #ffffff;
}
.shop_content2 .shop_more2 {
    background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(255 255 255) 80%);
}
p.voice_ttl {
    text-align: center;
}
.certificate_area {
    background: none;
}
.accordion dt {
    background: #F6F6F6;
}
#qa .reason_box::before {
    color: #1A3636;
}
.accordion dt .icon::before, .accordion dt .icon::after {
    background: #1A3636;
}
#qa dd.faq_a::before {
    color: #D6BD98;
}
section#price p.center.mintyo {
    margin-bottom: 40px;
}
#pagetop__a {
    border: solid 2px #1a3636;
}
.pagetop__arrow {
    border-top: 3px solid #1a3636;
    border-right: 3px solid #1a3636;
}
.certificate_area {
    padding: 0px 75px 30px;
}
ul#logo_list {
    list-style: none;
    padding-left: 0;
    display: flex;
}
ul#logo_list li {
    width: calc(100%/3);
}
ul#logo_list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.big_font {
    font-size: 27px;
    font-weight: 500;
}
section#musubi_recome {
    padding: 50px 0;
    background: #F6F6F6;
}
section#musubi_recome h2 {
    color: #1a3636;
}
section#musubi_recome h2 .big_font {
    font-size: 45px;
    color: #1a3636;
    margin: 0px;
    line-height: 1.35;
}
.swiper4 {
    width: 270px;
    margin: 20px auto 20px;
    position: relative;
}
.swiper4 img {
    max-width: 225px;
    display: block;
    margin: auto;
    filter: drop-shadow(0px 0px 5px #959595);
}
.watch_price_slide {
    opacity: 0.3;
    padding-top: 30px;
}
section#price2 {
    background: #f6f6f6;
    padding: 75px 0 0px;
}
.watch_price_slide div {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
}
.watch_price_slide div span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
section#price2 .swiper-slide-active {
    opacity: 1;
}
.swiper4 .swiper-button-next1, .swiper4 .swiper-button-prev1 {
    position: absolute;
    top: 130px;
}
.swiper5 {
    background: #E8E8E8;
}
.swiper4 .swiper-button-next, .swiper4 .swiper-button-prev {
  border-radius: 50%;
}
.watch_tab_content_description h2 {
    margin: 30px 0 15px;
}
section#price2 .swiper-button-next, section#price2 .swiper-button-prev {
    top: 140px;
}
section#musubi_recome {
    padding: 75px 0;
    background: #F6F6F6;
    position: relative;
}  
.musubi_recome_slide {
    background: #ffffff;
    padding: 10px;
}
section#musubi_recome .swiper {
    overflow: unset;
    margin-top: 75px;
}
.musubi_recome_slide img.num {
    width: 150px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
}
.musubi_recome_inner {
    border: 1px solid #1a3636;
    padding: 30px 20px 20px;
}
.musubi_recome_inner img {
    margin-bottom: 10px;
}
p.musubi_recome_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#musubi_recome .swiper-slide-active, section#musubi_recome .swiper-slide-next, section#musubi_recome .swiper-slide-prev {
    opacity: 1;
}
.musubi_recome_slide {
    opacity: 0.3;
}
.swiper-button-prev {
    left: -60px;
    right: auto;
    color: #ffffff;
    background: #1a3636;
    width: 50px;
    height: 50px;
}
.swiper-button-next {
    right: -60px;
    left: auto;
    color: #ffffff;
    background: #1a3636;
    width: 50px;
    height: 50px;
}
#w5watch .swiper-button-next:after, #w5watch  .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
#w5watch .swiper-button-next, #w5watch .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 27 * 27);
    height: var(--swiper-navigation-size);
}
#w5watch .swiper-button-next, #w5watch .swiper-rtl #w5watch .swiper-button-prev {
    right: -25px;
    left: auto;
}
#w5watch .swiper-button-prev, #w5watch .swiper-rtl #w5watch .swiper-button-next {
    left: -25px;
    right: auto;
}
section#brand_intro {
    padding: 105px 0 30px;
}
section#certificate {
    padding: 50px 0;
}
section#promise {
    padding: 50px 0;
    background: #1a3636;
    color: #ffffff;
}
section#promise ul {
    list-style: none;
    padding-left: 70px;
    max-width: 55%;
    margin: 25px auto 0;
}

section#promise ul li:nth-child(n)::before {
    content: "";
    display: block;
    width: 75px;
    height: 40px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -75px;
    top: 0;
    bottom: 0;
    margin: auto;
}
section#promise ul li:nth-child(1)::before {
  background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/webp/num_01_w.webp);
}
section#promise ul li:nth-child(2)::before {
  background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/webp/num_02_w.webp);
}
section#promise ul li:nth-child(3)::before {
  background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/webp/num_03_w.webp);
}
section#promise ul li:nth-child(4)::before {
  background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/webp/num_04_w.webp);
}
section#promise ul li:nth-child(5)::before {
  background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/lp_watch/webp/num_05_w.webp);
}
section#promise ul li {
    position: relative;
    line-height: 60px;
    font-size: 20px;
    font-weight: 500;
}
.shop_ttl {
    font-weight: 600;
    width: 100%;
    margin-top: 3px;
    font-size: 16px;
}
.method span {
    color: #333333;
    margin-right: 5px;
}
.method_box {
    width: calc(100%/3 - 20px);
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 0 0 5px 0px #e3e3e3;
}
.method {
    background: #f6f6f6;
    padding: 45px 0;
}
.method .flex {
    width: 75%;
    margin: auto;
}
.method_meta {
    padding: 5px 15px 15px;
}
.method_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #1a3636;
    margin: 10px 0;
    letter-spacing: 2px;
}
.method_meta p {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 15px;
}
.method_meta a {
    width: 100%;
    display: block;
    background: #1A3636;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    border: 4px double #ffffff;
}
.method h2 {
    margin-bottom: 20px;
}
/*
.patek_area li {
    width: calc(100%/5);
}
#price2 .patek_area ul {
    width: 100%;
    height: 100%;
}
    */
.modal_shopitem p {
    text-align: left;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
}
section#shoplist_afi {
    margin-top: 50px;
}
#voice .swiper-button-next, #voice .swiper-button-prev {
    z-index: 5;
}
.swiper-slide {
    height: 100%;
}
.swiper-wrapper {
    height: auto;
}

.l-footer {
    background: rgb(26 54 54);
}
.line_fot {
    height: auto;
    width: 90px;
    position: relative;
    background: #40534c;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 5px 0;
    flex-wrap: wrap;
}
.line_fot img {
    width: 30px;
}
section#qa {
    padding-bottom: 75px;
}
section#form {
    padding: 75px;
    display: block;
    background: #f6f6f6;
}
.l-footer {
    margin-top: 0;
}
.c-form.is-default th {
    background-color: rgb(103 125 106);
    color: #ffffff;
}
.c-form-label {
    background: rgb(26 54 54);
}
.c-form.is-default th, .c-form.is-default td {
    border-color: rgb(26 54 54);
}
.c-btn02.green .c-btn02__link {
    background: rgb(103 125 106) url(../img/common/ico_arrow01_white.svg) no-repeat center right 15px / 17px;
}
section#price2 a {
    text-decoration: none;
}
#w5watch .swiper-button-next:after, #w5watch  .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}







/*------------------------------------------------------------レスポンシブ------------------------------------------------------------------ */
@media screen and (min-width: 441px) {
  .spon {display: none;}
}
@media screen and (min-width: 769px) {
a.tel_bottom, a.line_fot {
    display: none;
}
}


@media screen and (max-width: 1200px) {
.header_adlp_inner {
    width: 980px;
}
}
@media screen and (max-width: 1024px) {
.header_adlp_inner {
    width: 95%;
}
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 50px;
}
.swiper-button-next {
    right: 50px;
}
section#brand_intro {
    padding: 150px 0 30px;
}
.header_adlp_inner {
    padding: 0 0 0 15px;
    height: 60px;
}
.header_adlp_inner>img {
    max-width: 120px;
    margin-right: 20px;
}
.nav_box img {
    height: 25px;
}
.nav_box1, .nav_box2, .nav_box3 {
    width: 60px;
}

  .header_adlp_nav ul {
    display: none;
}
  .watch_nayami_ul li {
    width: calc(100%/4);
    padding: 0 8px;
}
label.watch_tab_item {
    line-height: 15px;
    padding: 50px 5px 15px;
    height: 255px;
}
label.watch_tab_item img {
  width: 100px;
    margin: 0 auto 40px;
}
.watch_tabs input:checked + .watch_tab_item img {
    width: 130px;
    margin: 0 auto 30px;
}
.watch_tabs input:checked + .watch_tab_item {
    padding: 30px 5px 15px;
}
section#bottom_mv .flex {
    display: block;
}
.mv_bottom_left, .mv_bottom_right {
    margin: 0 auto 20px;
}
.mv_bottom_left, .mv_bottom_right {
    width: 100%;
}
.watch_nayami_ul {
    width: 95%;
    margin: auto;
}
section#watch_nayami {
    padding: 50px 0 30px;
}
section#sec1 {
    height: 90vh;
}
img.watch_item {
    max-height: 50vh;
}
p.mv_wachename {
    font-size: 40px;
}
section#bottom_mv>div {
    top: -65px;
}
section#price {
    padding: 50px 0 0;
}
.watch_tab_content {
    padding: 30px 0px 0;
}
.watch_tab_content_description ul {
    width: 100%;
    padding-bottom: 30px;
}
.watch_tab_content_description img {
    width: 120px;
    margin: 20px 0;
    filter: drop-shadow(0px 0px 5px #959595);
}
.watch_tab_content_description li {
    width: calc(100%/4);
    margin-bottom: 35px;
    padding: 0 5px;
}
.watch_tab_content_description p {
    font-size: 15px;
}

p.watch_item_price {
    font-size: 22px;
}
div#fot_cta_sp .kaitori_box_sp {
    background: #1a3636;
}
section#promise ul {
    max-width: 90%;
}
section#promise ul li {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 20px;
}
div#scroll_hide {
    position: fixed;
    bottom: 0;
    z-index: 11;
    display: flex;
    width: 100%;
}
.tel_bottom {
    width: 100%;
    background: #1a3636;
    color: #ffffff;
    padding: 5px 0;
    position: relative;
    text-align: center;
}
#pagetop__a {
    right: 0;
    bottom: 0;
    position: relative;
    height: auto;
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    background: #ffffff;
}
a#pagetop__a span {
    width: 100%;
    display: block;
    font-size: 11px;
    text-align: center;
}
.tel_bottom p {
    font-size: 11px;
    text-align: center;
    line-height: 1.25;
}
a.tel_bottom::after {
    content: "";
    width: 15px;
    clip-path: polygon(0 0, 0 100%, 50% 50%);
    background: #ffffff;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, 0);
    position: absolute;
    right: 5px;
}
p.tel_num {
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}
p.tel_num::before {
    content: "";
    background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/common/freedial_white.svg);
    width: 30px;
    background-size: 100%;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -12px;
    top: 3px;
}
p.tel_num::after {
    content: "";
}
.header_adlp_inner {
    box-shadow: 0 0 3px 0px #b3b3b3;
}
section#bottom_mv .mv_bottom_left, .cta_area .mv_bottom_left {
    margin: 0 auto 15px;
}
section#qa {
    padding-bottom: 50px;
}
section#form {
    padding: 50px 15px;
}
.c-form.is-default th {
    background-color: unset;
    color: #1a3636;
}
}
@media screen and (max-width: 600px) {
h2 {
      font-size: 22px;
  }
p#output {
    font-size: 27px;
}
.watch_nayami_ul li {
    width: calc(100%/3);
    padding: 0 8px;
    margin-bottom: 15px;
}
p.mv_wachename {
    font-size: 30px;
}
.watch_tab_content_description li {
    width: calc(100%/3);
    text-align: center;
    margin-bottom: 35px;
    padding: 0 5px;
}
.watch_tab_content_description img {
    margin: 10px 0;
}
.watch_tab_content {
    padding: 30px 0px 50px;
}
p#output {
    font-size: 22px;
}
section#price p.center.mintyo {
    margin-bottom: 20px;
}
section#bottom_mv .mv_bottom_left, .cta_area .mv_bottom_left {
    margin: 0 auto 15px;
}
section#sec1 {
    height: 85vh;
}
@keyframes animationZoom2 {
  0% {
    transform: scale(1.2) translateX(20px);
  }
  100% {
    transform: scale(1.2) translateX(-20px);
  }
}
@keyframes animationZoom3 {
  0% {
    transform: scale(1.2) translateX(-20px);
  }
  100% {
    transform: scale(1.2) translateX(20px);
  }
}
label.watch_tab_item:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.certificate_area {
    padding: 0px 15px 15px;
}
ul#logo_list li {
    width: calc(100%/2);
}
.swiper4 img {
    max-width: 150px;
}
.swiper4 {
    width: 150px;
    margin: 0 auto;
}
.watch_price_slide div {
    font-size: 14px;
    line-height: 1.3;
}
.watch_price_slide div span {
    font-size: 12px;
}
.swiper4 .swiper-button-next {
    right: -40px;
    width: 40px;
    height: 40px;
}
.swiper4 .swiper-button-prev {
    left: -40px;
    width: 40px;
    height: 40px;
}
section#price2 .swiper-button-next:after, section#price2 .swiper-button-prev:after {
    font-size: 14px;
}
section#price2 .swiper-button-next, section#price2 .swiper-button-prev {
    top: 110px;
}
section#price2 #output {
    display: block;
    width: 100%;
}
section#price2 h2 span {
    display: none;
}
section#price2 {
    background: #f6f6f6;
    padding: 30px 0 0;
}
section#musubi_recome h2 .big_font {
    font-size: 30px;
}
section#brand_intro {
    padding: 175px 0 30px;
}
.sp_block {
    display: block;
}
section#musubi_recome {
    padding: 40px 0 40px;
}
section#musubi_recome .swiper {
    margin-top: 50px;
}
.cta_area {
    padding: 30px 15px;
}
.cta_area .mv_bottom_left, .cta_syuttyo_area a, .cta_takuhai_area a {
    width: 300px;
}
.review_star_box::before {
    width: 60px;
    right: -50px;
    background-repeat: no-repeat;
}
.review_star_box::after {
    width: 60px;
    left: -50px;
}
.swiper {
    width: 95%;
    margin: auto;
}
.swiper-button-prev {
    left: -5px;
    width: 30px;
    height: 60px;
}
.swiper-button-next {
    right: -5px;
    width: 30px;
    height: 60px;
}
section#buy_choice {
    padding: 30px 15px 50px;
}
#voice .swiper-button-next {
    width: 30px;
    height: 60px;
    border-radius: unset;
    right: 5px;
}
#voice .swiper-button-prev {
    width: 30px;
    height: 60px;
    border-radius: unset;
    left: 5px;
}
.big_font4 {
    font-size: 30px;
}
section#promise ul li {
    line-height: 1.35;
    font-size: 16px;
    margin-bottom: 25px;
}
section#promise ul {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 10px;
}
section#promise ul li:nth-child(n)::before {
    width: 60px;
    height: 30px;
    left: -60px;
}
section#promise ul li:nth-child(5) {
    margin-bottom: 0;
}
.method .flex {
    width: 100%;
    margin: auto;
}
.method_box {
    width: 100%;
    display: flex;
    margin: 0 10px 15px;
}
.method_box img {
    max-width: 125px;
    height: auto;
    object-fit: cover;
}
.method_ttl {
    font-size: 18px;
    margin: 5px 0;
}
.method_meta p {
    font-size: 12px;
    margin-bottom: 10px;
}
.method_meta {
    padding: 5px 10px 10px;
}
.method {
    padding: 25px 0 10px;
}
.method_meta {
    width: 100%;
}
section#promise {
    padding: 40px 0;
}
.choice h4 {
    font-size: 18px;
}
#w5watch .swiper-button-next, #w5watch .swiper-button-prev {
    width: 35px;
    height: 35px;
}
#musubi_recome .swiper-button-next, #musubi_recome .swiper-rtl #musubi_recome .swiper-button-prev {
    right: -10px;
    left: auto;
}
#musubi_recome .swiper-button-prev, #musubi_recome .swiper-rtl #musubi_recome .swiper-button-next {
    left: -10px;
    right: auto;
}
}
@media screen and (max-width: 440px) {
  .watch_nayami_ul li {
    width: calc(100%/2);
    padding: 0 8px;
    margin-bottom: 15px;
}
.watch_nayami_ul {
    width: 98%;
}
.watch_nayami_ul img {
    max-width: 100%;
    width: 100%;
    height: 100px;
    object-fit: cover;
}
p.mv_catch {
    font-size: 22px;
}
p.mv_wachename {
    font-size: 28px;
}
img.watch_item {
    max-height: 45vh;
}
p.mv_wachename span {
    font-size: 16px;
}
.nayami_ttl {
    font-size: 22px;
    margin-bottom: 30px;
}
p.watch_item_price {
    font-size: 24px;
}
.watch_tab_content_description li {
    width: calc(100%/2);
    margin-bottom: 15px;
    padding: 15px 5px 0;
    border-top: 1px solid #dddddd;
}
.watch_tab_content_description li:nth-child(1), .watch_tab_content_description li:nth-child(2) {
    border: 0;
}
.watch_tab_content_description img {
    width: 150px;
}
.watch_tab_content_description {
    padding: 0;
}
section#price h2 span {
    display: none;
}
section#price h2 p {
    display: block;
    line-height: 1.2;
}
.watch_tab_item {
    width: 100%;
}
label.watch_tab_item img {
    width: auto;
    margin: 0 10px 0 0;
    height: 50px;
    filter: unset;
}
.watch_tabs input:checked + .watch_tab_item img {
    width: auto;
    margin: 0 10px 0 0;
    height: 50px;
}
.watch_tabs input:checked + .watch_tab_item {
    padding: 5px 10px;
    position: relative;
}
label.watch_tab_item {
    height: auto;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    position: relative;
}
label.watch_tab_item span {
    text-align: left;
}
.watch_tabs input:checked + .watch_tab_item::after {
    width: 50px;
    height: 15px;
    left: unset;
    bottom: -15px;
    content: none;
}
.nayami_ttl_li {
    padding: 3px 0;
    font-size: 14px;
    line-height: 1.4;
}
p.voice_txt {
    font-size: 14px;
    padding: 0 15px;
}
label.watch_tab_item:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid rgb(26 54 54);
    border-top: 2px solid rgb(26 54 54);
    content: "";
}
.watch_tab_content {
    padding: 15px 0px 30px;
}
div#buy_takuhai .cta_area, div#buy_syuttyou .cta_area {
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-radius: unset;
}
span.mwform-checkbox-field-text {
    text-align: left;
}
section#form .mwform-checkbox-field-text::before {
    background: #ffffff;
    top: 15px;
    position: absolute;
}
.c-form .mwform-checkbox-field input:checked+.mwform-checkbox-field-text::after, .c-form .mwform-checkbox-field input:checked+.c-checkbox__text::after, .c-form .c-checkbox input:checked+.mwform-checkbox-field-text::after, .c-form .c-checkbox input:checked+.c-checkbox__text::after {
    top: 18px;
}
}
@media screen and (max-width: 375px) {
  .nayami_ttl_li {
    padding: 3px 0;
    font-size: 14px;
}
.watch_nayami_ul li {
    padding: 0 5px;
}
p.watch_item_price {
    font-size: 22px;
}
}
@media screen and (max-width: 350px) {

section#bottom_mv .mv_bottom_left, .cta_area .mv_bottom_left, .mv_bottom_left, .mv_bottom_right {
    width: 300px;
}
.cta_area {
    padding: 30px 0;
}
.tell_call_area a span, .cta_takuhai_area a span, .cta_syuttyo_area a span {
    font-size: 18px;
    display: block;
}
.method_box img {
    max-width: 100px;
}
section#buy_choice {
    padding: 30px 0px 50px;
}
section#certificate li img {
    max-width: 140px;
}
p.tel_num {
    font-size: 20px;
}
.header_adlp_inner>img {
    max-width: 100px;
    margin-right: 10px;
}
p.watch_item_price {
    font-size: 21px;
}
.choice_box_flow {
    margin: 0;
}
.review_star_box::after {
    left: -25px;
}
.review_star_box::before {
    right: -25px;
}
}
