@charset "utf-8";

/* reset
------------------------- */
#contents-area,
.lyt-col-1 #contents-body {
    width: 100%;
}

#aasp-repair-agency p {
    margin: 0;
}

#aasp-repair-agency ul {
    margin: 0;
}

#aasp-repair-agency img {
    max-width: 100%;
}

#aasp-repair-agency * {
    box-sizing: border-box;
}

@media (hover: hover) {
    #aasp-repair-agency a:hover {
        text-decoration: none;
    }
}

/* layout / common
------------------------- */
#aasp-repair-agency {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

#aasp-repair-agency section[class^="section__"] {
    padding: 80px 0;
}

#aasp-repair-agency .section__inner {
    width: 966px;
    margin: auto;
}

#aasp-repair-agency .section__heading {
    margin-bottom: 60px;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
}

#aasp-repair-agency .section__subheading {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

/* button */
#aasp-repair-agency [class^="button__"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    border: 4px solid #fff;
    border-radius: 50vw;
    overflow: hidden;
    box-shadow: 0px 0px 11px 1px rgba(0, 67, 190, 0.5);
    transition: all .3s ease;
}

@media (hover: hover) {
    #aasp-repair-agency [class^="button__"]:hover {
        opacity: .8;
    }
}

#aasp-repair-agency .button__arrow {
    width: 600px;
    gap: 9px;
    background: linear-gradient(90deg, #147dff 0%, #00b5e9 53%, #0ebdaf 100%);
}

#aasp-repair-agency .button__arrow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    display: inline-block;
    width: 11px;
    height: 27px;
    margin: auto;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/shared/icon_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#aasp-repair-agency .button__arrow .icon__button {
    width: 27px;
    height: 27px;
}

#aasp-repair-agency .button__anchor {
    width: 600px;
    background-color: #0096ff;
}

#aasp-repair-agency .button__anchor::after {
    content: '';
    position: absolute;
    top: 0;
    right: 31px;
    bottom: 0;
    display: inline-block;
    width: 17px;
    height: 11px;
    margin: auto;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/shared/icon_anchor.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#aasp-repair-agency .text__note>li {
    display: inline-block;
    color: #666;
    font-size: 15px;
    line-height: 1.333;
}

#aasp-repair-agency .text__note>li::before {
    content: '※';
}

/* kv
------------------------- */
#aasp-repair-agency .kv {}

#aasp-repair-agency .kv__inner {
    position: relative;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/p/kv_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#aasp-repair-agency .kv__top,
#aasp-repair-agency .kv__bottom h2 {
    width: 966px;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
    color: inherit;
    font-weight: normal;
    font-size: 0;
}

#aasp-repair-agency .kv__bottom {
    width: 100%;
    padding-top: 43px;
    position: absolute;
    bottom: 0;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/p/kv_bg-bottom.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

/* fixed
------------------------- */
#aasp-repair-agency .fixed__area {
    padding: 21px 0 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    background: linear-gradient(90deg, #e7f4ff 14%, #e9f7ff 50%, #cef3f3 100%);
}

#aasp-repair-agency .js-bottomFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(10%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

#aasp-repair-agency .js-bottomFixed.is-fixed {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* overview
------------------------- */
#aasp-repair-agency .section__overvie {
    background-color: #fff;
}

#aasp-repair-agency .overview__item:not(:last-child) {
    margin-bottom: 60px;
}

#aasp-repair-agency .overview__item-ornament {
    position: relative;
    margin: 0 40px 35px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2em;
    font-style: italic;
    text-align: center;
}

#aasp-repair-agency .overview__item-ornament::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
}

#aasp-repair-agency .overview__item-ornament span {
    position: relative;
    padding: 0 1em;
    background-color: #fff;
}

#aasp-repair-agency .overview__item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

#aasp-repair-agency .overview__item-head::before {
    content: '';
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#aasp-repair-agency .overview__item-01 .overview__item-head::before {
    width: 148px;
    height: 46px;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/shared/icon_overview-01.png);
}

#aasp-repair-agency .overview__item-02 .overview__item-head::before {
    width: 66px;
    height: 68px;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/shared/icon_overview-02.png);
}

#aasp-repair-agency .overview__item-03 .overview__item-head::before {
    width: 74px;
    height: 58px;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/shared/icon_overview-03.png);
}

#aasp-repair-agency .overview__item-04 .overview__item-head::before {
    width: 73px;
    height: 52px;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/shared/icon_overview-04.png);
}

#aasp-repair-agency .overview__item-body {
    text-align: center;
}

#aasp-repair-agency .overview__text-lead {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7;
}

#aasp-repair-agency .overview__text {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
}

#aasp-repair-agency .overview__item-body .text__note {
    margin-top: 40px;
}

#aasp-repair-agency .overview__item-04 .overview__text-lead {
    margin-bottom: 40px;
}

#aasp-repair-agency .overview__item-04 .button__anchor {
    margin: 0 auto 45px;
}

#aasp-repair-agency .overview__item-04 .overview__image {
    width: 203px;
    margin: 0 auto;
}

/* about
------------------------- */
#aasp-repair-agency .section__about {
    color: #333;
    background-color: rgba(216, 11, 36, 0.07);
    /*background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/p/bg_about.png);
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;*/
}

#aasp-repair-agency .section__about .section__heading {
    margin-bottom: 40px;
}

#aasp-repair-agency .about__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

#aasp-repair-agency .about__image {
    width: 89px;
}

#aasp-repair-agency .about__text-lead {
    font-size: 28px;
    font-weight: 700;
}

#aasp-repair-agency .about__text {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .06em;
}

/* flow
------------------------- */
#aasp-repair-agency .section__flow {
    background: linear-gradient(#e7f4ff 13%, #e9f7ff 61%, #dff9f6 100%);
}

#aasp-repair-agency .preparation__wrap {
    position: relative;
    margin-bottom: 110px;
    padding: 80px 40px;
    background-color: #fff;
    border-radius: 16px;
}

#aasp-repair-agency .preparation__wrap::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 38px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/shared/icon_preparation-arrow.png);
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(100%);
}

#aasp-repair-agency .preparation__item:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #c1c1c1;
}

#aasp-repair-agency .preparation__item-inner {
    display: flex;
    align-items: center;
}

#aasp-repair-agency .preparation__item-image {
    width: 270px;
    text-align: center;
}

#aasp-repair-agency .preparation__item-image img {
    width: auto;
}

#aasp-repair-agency .preparation__item-description {
    flex: 1;
}

#aasp-repair-agency .preparation__item-head {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.05em;
}

#aasp-repair-agency .preparation__item-text {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
}

#aasp-repair-agency .preparation__item-text>a {
    color: #4c7aff;
    padding-bottom: 2px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 2px;
    transition: background-size .3s ease;
}

@media (hover: hover) {
    #aasp-repair-agency .preparation__item-text>a:hover {
        background-position: bottom left;
        background-size: 100% 2px;
    }
}

#aasp-repair-agency .flow__item {
    position: relative;
    padding: 60px 40px;
    background-color: #fff;
    border-radius: 16px;
}

#aasp-repair-agency .flow__item:not(:last-child) {
    margin-bottom: 50px;
}

#aasp-repair-agency .flow__item:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/mobile/set/data/support/repair/trouble/shop/apple-repair-agency/img/shared/icon_flow-arrow.png);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(100%);
}

#aasp-repair-agency .flow__item-inner {
    display: flex;
    align-items: center;
}

#aasp-repair-agency .flow__item-01 .button__arrow {
    margin: 30px auto 0;
}

#aasp-repair-agency .flow__item-image {
    width: 270px;
    text-align: center;
}

#aasp-repair-agency .flow__item-image img {
    width: auto;
}

#aasp-repair-agency .flow__item-discription {
    flex: 1;
}

#aasp-repair-agency .flow__item-ornament {
    position: absolute;
    top: -29px;
    width: 116px;
}

#aasp-repair-agency .flow__item-ornament>span {
    font-size: 83px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    letter-spacing: .1em;
    background: linear-gradient(90deg, #237ffd 0%, #00aeff 47%, #4cced6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#aasp-repair-agency .flow__item-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

#aasp-repair-agency .flow__item__text {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
}

/* caution
------------------------- */
#aasp-repair-agency .caution__list {
    padding: 0 40px;
}

#aasp-repair-agency .caution__list-item {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.333;
    text-indent: -1em;
    padding-left: 1em;
}

#aasp-repair-agency .caution__list-item::before {
    content: '・';
}

#aasp-repair-agency .caution__list-item>a {
    color: #4c7aff;
    padding-bottom: 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s ease;
}

@media (hover: hover) {
    #aasp-repair-agency .caution__list-item>a:hover {
        background-position: bottom left;
        background-size: 100% 1px;
    }
}

/* stores
------------------------- */
#aasp-repair-agency .section__stores {
    background: linear-gradient(#e7f4ff 13%, #e9f7ff 61%, #dff9f6 100%);
}

#aasp-repair-agency .stores__map {
    position: relative;
    margin: 0 230px 80px 279px;
}

#aasp-repair-agency .stores__map-regionLink {
    display: block;
    position: absolute;
    transition: all .3s ease;
    outline: none;
}

@media (hover: hover) {
    #aasp-repair-agency .stores__map-regionLink:hover {
        opacity: .8;
    }
}

#aasp-repair-agency .stores__map-regionLink.map-region-01 {
    width: 156px;
    height: 55px;
    top: 0;
    right: 73px;
}

#aasp-repair-agency .stores__map-regionLink.map-region-02 {
    width: 132px;
    height: 41px;
    top: 146px;
    right: 6px;
}

#aasp-repair-agency .stores__map-regionLink.map-region-03 {
    width: 129px;
    height: 41px;
    bottom: 61px;
    right: 23px;
}

#aasp-repair-agency .stores__map-regionLink.map-region-04 {
    width: 86px;
    height: 84px;
    top: 151px;
    right: 159px;
}

#aasp-repair-agency .stores__map-regionLink.map-region-05 {
    width: 57px;
    height: 102px;
    bottom: 3px;
    left: 230px;
}

#aasp-repair-agency .stores__map-regionLink.map-region-06 {
    width: 59px;
    height: 110px;
    bottom: -22px;
    left: 150px;
}

#aasp-repair-agency .stores__map-regionLink.map-region-07 {
    width: 106px;
    height: 76px;
    bottom: 100px;
    left: 39px;
}

#aasp-repair-agency .stores__map-regionLink.map-region-08 {
    width: 132px;
    height: 41px;
    bottom: 54px;
    left: -58px;
}

#aasp-repair-agency .stores__map-regionLink.map-region-09 {
    width: 92px;
    height: 93px;
    bottom: -38px;
    left: 51px;
}

#aasp-repair-agency .stores__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

#aasp-repair-agency .stores__list-item {
    width: calc((100% - 20px) / 2);
}

#aasp-repair-agency .stores__list-itemHeading {
    padding: 14px 0;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #c2d8eb 0%, #d0eaee 48%, #d7edea 100%);
}

#aasp-repair-agency .stores__list-itemList {
    padding: 40px;
    background-color: #fff;
}

#aasp-repair-agency .stores__list-itemLink {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.667;
}

#aasp-repair-agency .stores__list-itemLink>a {
    color: #0c68c7;
    padding-bottom: 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s ease;
}
#aasp-repair-agency .stores__list-itemLink>a.new{
    position: relative;
}
#aasp-repair-agency .stores__list-itemLink>a.new:after{
content:'NEW';
position: absolute;
width: 3em;
height: 1.2em;
text-align: center;
    font-size: 10px;
    line-height: 1;
    color: #FF0000;
    background-color: #FFF;
    border: 1px solid #F00;
    padding: 0.25em 0 0.05em;
    margin-top: 0.5em;
    margin-left: 0.5em;
}
#aasp-repair-agency .stores__list-itemLink>span {
    font-size: 10px;
    line-height: 1;
    color: #FF0000;
    background-color: #FFF;
    border: 1px solid #F00;
    padding: 0.3em 0.5em 0.2em;
    display: inline-block;
    margin: -2px 0 0 1em;
}

@media (hover: hover) {
    #aasp-repair-agency .stores__list-itemLink>a:hover {
        background-position: bottom left;
        background-size: 100% 1px;
    }
}

#aasp-repair-agency .fixed__area a:active,
a:focus {
    text-decoration: none;
}

#aasp-repair-agency .kitamura {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    text-align: center;
}

#aasp-repair-agency .kitamura .button__arrow {
    width: 525px;
}

#aasp-repair-agency .kitamura [class^="button__"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border: 4px solid #fff;
    border-radius: 50vw;
    overflow: hidden;
    box-shadow: 0px 0px 11px 1px rgba(0, 67, 190, 0.5);
    transition: all .3s ease;
    line-height: 1.2;
}

#aasp-repair-agency .kitamura .newwindowicon {
    display: none;
}

#aasp-repair-agency .overview__text>a:hover {
    background-position: bottom left;
    background-position: bottom right;
    background-size: 0 1px;
}

#aasp-repair-agency .overview__text>a {
    color: #0c68c7;
    padding-bottom: 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size .3s ease;
}

#aasp-repair-agency .mt05 {
    margin-top: 0.5em !important;
}

#aasp-repair-agency .warrantyTtl {
    font-size: 24px;
    font-weight: bold;
    margin: 1em auto 0.5em;
}

#aasp-repair-agency .warrantyBox {
    border-collapse: collapse;
    width: 500px;
    margin: 0 auto;
    box-shadow: 0px 0px 11px 1px rgba(0, 67, 190, 0.2);
}

#aasp-repair-agency .warrantyBox th,
#aasp-repair-agency .warrantyBox td {
    padding: 0.75em 1em;
    line-height: 1;
}

#aasp-repair-agency .warrantyBox th {
    width: 50%;
    background: linear-gradient(180deg, #147dff 0%, #00b5e9 53%, #0ebdaf 100%);
    color: #fff;
    font-weight: bold;
    border: 1px solid #d5d5d5;
}

#aasp-repair-agency .warrantyBox th span {
    display: inline-block;
    background-color: #FFF;
    color: #0096ff;
    line-height: 1;
    padding: 0.3em 2.0em 0.2em;
    font-size: 20px;
    border-radius: 2em;
}

#aasp-repair-agency .warrantyBox td {
    background-color: #fff;
    font-size: 18px;
    border: 1px solid #d5d5d5;
}

#aasp-repair-agency .infoBox {
    padding: 21px 0 19px;
    text-align: center;
    background: linear-gradient(90deg, #e7f4ff 14%, #e9f7ff 50%, #cef3f3 100%);
}


#aasp-repair-agency .infoBox .info__inner {
    padding: 1em;
    width: 100%;
    max-width: 886px;
    background-color: #FFF;
    border-radius: 10px;
    display: inline-block;

}

#aasp-repair-agency .infoBox h2.info {
    display: flex;
    justify-content: center;
    align-items: center;
}

#aasp-repair-agency .infoBox h2.info span {
    font-weight: normal;
    background-color: #147dff;
    color: #FFF;
    font-size: 15px;
    padding: 0.3em 1.25em 0.2em;
    border-radius: 2em;
    line-height: 1;
    margin-right: 1em;
}

#aasp-repair-agency .infoBox h2.info p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7;
}

#aasp-repair-agency .infoBox p.subTxt {
    margin-top: 0.5em;
}

#aasp-repair-agency .stores__list-itemList {
  display: none;
  margin: 0;
  padding-left: 1em;
}
#aasp-repair-agency .stores__list-itemHeading {
  cursor: pointer;
  position: relative;
}
#aasp-repair-agency .stores__list-itemHeading.active + .stores__list-itemList {
  display: block;
}

#aasp-repair-agency .stores__list-itemHeading::before {
 border-right: solid 3px #333;
  border-top: solid 3px #333;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 25px;
  top: calc(50% - 14px);
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 14px;
}

#aasp-repair-agency .stores__list-itemHeading.active::before {
  top: calc(50% - 7px);
  transform: rotate(-45deg);
}