
/*-----------------------------------------------
reset
-----------------------------------------------*/
/* --- reset CSS--- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ""; }
abbr, acronym { border: 0; }
ul { list-style: none; }
a {  text-decoration: none; }
a:focus {  outline: none; }
a:link {  text-decoration: none;}
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
input,button,textarea,select { font-size: 100%; margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; appearance: none; }
hr { display: block; border: none; padding: 0; margin: 0; }

.view-pc { display: block!important; }
.view-sp { display: none!important; }

.txtColor-base { color: #1B1B1B !important; }
.txtColor-light { color: #676767 !important; }
.txtColor-alert { color: #E40000 !important; }
.cmp-au-com-title .cmp-au-com-title__text, .cmp-au-com-title .cmp-au-com-title__text a { color: #1B1B1B !important; }
.cmp-au-com-link__color__lightgray .cmp-au-com-link .cmp-link__text, .cmp-au-com-link__color__lightgray .cmp-au-com-link .cmp-link__text:active, .cmp-au-com-link__color__lightgray .cmp-au-com-link .cmp-link__text:focus, .cmp-au-com-link__color__lightgray .cmp-au-com-link .cmp-link__text:visited,
.cardBox a.link-text, .cardBox a.link-window, .cardBox a.link-pdf, .cardBox a.link-excel, .cardBox a.link-word, .cardBox a.link-download, .cardBox a.link-text-blue, .cardBox a.link-text-white, .cardBox a.link-window-blue, .cardBox a.link-window-white, .cardBox a.link-pdf-blue, .cardBox a.link-pdf-white, .cardBox a.link-excel-blue, .cardBox a.link-excel-white, .cardBox a.link-word-blue, .cardBox a.link-word-white, .cardBox a.link-download-blue, .cardBox a.link-download-white { color: #676767 !important; }
.cmp-au-com-link a.cmp-link__text, .cmp-au-com-link span.cmp-link__text, .cmp-au-com-link a.cmp-link__text:active, .cmp-au-com-link span.cmp-link__text:active, .cmp-au-com-link a.cmp-link__text:focus, .cmp-au-com-link span.cmp-link__text:focus, .cmp-au-com-link a.cmp-link__text:visited, .cmp-au-com-link span.cmp-link__text:visited,
.cmp-au-com-link__color__lightgray .cmp-au-com-link .cmp-link__text:hover,
.cardBox a:hover { color: #006EE4 !important; }
.cmp-au-com-card__border--red>.cmp-au-com-card>.cmp-au-com-card__wrapper { border-color: #E40000 }
#mainContent .cmp-au-com-link_icon_text.cmp-au-com-link__color__lightgray .cmp-au-com-link .cmp-link__text:after,
#mainContent .link-text:after, #mainContent .link-text-blue:after, #mainContent .link-text-white:after { background-image: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png); background-position: -115px 0; }
#mainContent .link-window:after, #mainContent .link-window-blue:after, #mainContent .link-window-white:after, #mainContent .cmp-au-com-link_icon_newwindow.cmp-au-com-link__color__lightgray .cmp-au-com-link .cmp-link__text:after { background-image: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png); background-position: -23px -100px; }
#mainContent .cmp-au-com-link_icon_newwindow .cmp-au-com-link .cmp-link__text:after { background-image: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png); }

/* 障害・災害の影響について */
#notice { background-color: #fdeee6; }
/* 追従 */
.notice-tracking { position: fixed; bottom: 0; right: 0; left: 180px; z-index: 999;}
.notice-tracking .notice-inner { padding-right: 50px; padding-left: 30px; }
#notice .notice-cont * { color: #1B1B1B; font-family: Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; }
.notice-inner { display: flex; padding: 20px 30px 15px; position: relative;}
.noticeArea-close { width: 30px; height: 30px; position: absolute; top: 10px; right: 10px; text-align: center; border: 1px solid #777; border-radius: 20px; z-index: 1; }
.noticeArea-close::before { content: '×'; color: #777; font-size: 20px; }
.noticeArea-close:hover { opacity: 0.5; }
.title { color: #E40000; margin: auto 0; font-weight: bold;}
#notice .notice-cont-postDate { padding: 5px 0 5px 20px; width: auto; }
#notice .notice-cont-icon { padding: 3px 0 10px 20px; }
#notice .notice-cont-icon .news_icon { display: inline-block; color: #fff; background-color: #E40000; width: 80px; padding: 5px; text-align: center; box-sizing: content-box; line-height: 1; font-size: 11px; }
#notice .notice-cont-ttl { padding: 5px 0 5px 20px; }
#notice .notice-cont-ttl a:hover { color: #006EE4; }
@media screen and (max-width: 1199px) {
  .notice-tracking { left: 0; }
}

/* 災害用伝言版 */
#disasterBoardArea .disaster-message-root .disaster-responsive-section.disaster-banner .disaster-responsive-cont { border: none;  box-shadow: none; }
#disasterBoard > .cmp-au-com-container__contents { max-width: 700px; }
#disasterBoard .btn-round { border-radius: 8px; padding: 20px; }
#disasterBoard .btn-round-main { display: block; width: 100%; margin: 0 auto; height: 50px; line-height: 50px; background: #E7EAEB; border-radius: 25px; position: relative; color: #1B1B1B!important; overflow: hidden; font-weight: bold; text-align: center; }
#disasterBoard .btn-round-main::before { content: ''; display: block; width: 10px; height: 13px; font-weight: bold; background: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png) right 0 no-repeat; background-size: 100px auto; background-position: -77px 0; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }
#disasterBoard .btn-round-main::after { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); transform: translate(-50%, -50%) scale(0); opacity: 1; }
#disasterSubBoard .disaster-link-bdr-none { border: none !important; padding: 0 30px 0 0; background: rgba(0,0,0,0); }
@media screen and (min-width: 768px) {
  #disasterBoard .card-border .card:first-child{ border-right: 1px solid #ccc; }
}
h3#b-banner { line-height: 1.2; background-color: #E40000 !important; padding: 15px 0; }
#disasterSubBoard .btn-round { border-radius: 8px; padding: 10px; }
.language-link { display: flex; justify-content: space-between; }
.language-link .button { width: 49%; }
#disasterBoard  .btn-round { padding: 15px; }
#disasterBoardArea .bgColor-red { background-color: #E40000; }
#disasterBoardArea .cmp-au-com-button__btn__basicRed .cmp-au-com-button { color: #E40000 !important; border: 1px solid #E40000; }
#disasterBoardArea .cmp-au-com-button__btn__basicNavy .cmp-au-com-button { color: #006EE4 !important; }
#disasterBoardArea .cmp-au-com-button__icon__arrow-r.cmp-au-com-button__btn__basicNavy .cmp-au-com-button .cmp-button__text:after { background: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png) right 0 no-repeat; background-size: 121px auto; background-position: -106px -25px; }

/* トップスライダー */
#heroSlider img { width: 100%; }
#heroSlider { position: relative; }
#heroSlider > div#auSlide { position: relative; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; padding-bottom: 61px; }
#heroSlider > div#auSlide a { display: block; }
#heroSlider .slick-dots { line-height: 1; padding: 0; display: inline-block; position: relative; }
#heroSlider .slick-dots li:first-child:last-child { opacity: 0; }
#heroSlider .heroSlider .slick-slide> div { position: relative; }
#dotHero,#dotHero2,#dotHero3 { height: 61px; }
#dotHero,#dotHero2,#dotHero3,#dotCamp,#dotCamp3 { text-align: center; position: relative; padding: 10px 0; }
#dotHero ul,#dotHero2 ul,#dotHero3 ul,#dotCamp ul,#dotCamp3 ul { display:inline-block; }
#dotHero,#dotHero2,#dotHero3 { padding: 10px 0; background: #fff; border-top: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2; position: absolute; bottom: 0; left: 0; width: 100%; }
.heroSlider img { opacity: 0; }
.heroSlider.slick-initialized img { opacity: 1; }
#auSlide { opacity: 0; }

/* スライダー下ナビ */
#brandBox {background: #f7f7f7; background: #fff; transition: .6s; }
#usefulmenu { padding: 60px 0; background-color: #F7F7F7; }
#usefulmenu ul { display: flex; flex-wrap: wrap; max-width: 810px; margin: 0 auto; justify-content: center; padding: 0; }
#usefulmenu li { width: 22.222%; margin: 0 15px; text-align: center; height: 180px; position: relative; }
#usefulmenu li:nth-child(n + 4) { width: calc(33.333% - 20px); height: auto; }
#usefulmenu li:nth-child(4) { margin-left: 0;}
#usefulmenu li:nth-child(6) { margin-right: 0;}
#usefulmenu li a { background: #fff; }
#usefulmenu li:nth-child(-n + 3) a { display: block; margin: 0 auto; height: 100%; border-radius: 5px; position: relative; color:#1B1B1B !important; overflow: hidden; font-weight: bold; border-top: 0.5px solid #E6E6E6; }
#usefulmenu li:nth-child(-n + 3) a {  box-shadow: 0 2px 4px 0px #E6E6E6; }
#usefulmenu li a::after { content:''; display: block; position:absolute; top: 50%; left: 50%; width: 20px; height: 20px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); transform: translate(-50%, -50%) scale(0); opacity: 1; transition: 0; }
#usefulmenu li a:hover::after { transform: translate(-50%, -50%) scale(20); opacity: 0; transition: .8s; }
#usefulmenu li a::before { content:''; display: block; width: 54px; background-size: auto 100%; position: absolute; top: 32px; left: 50%; transform: translateX(-50%); }
#usefulmenu li:nth-child(1) a::before { background: url(/content/dam/au-com/img/icon-nav-useful-1_b807b356527d4667.png) no-repeat center center; height: 54px;background-size: auto 100%; }
#usefulmenu li:nth-child(2) a::before { background: url(/content/dam/au-com/img/icon-nav-useful-2_bd243de01c9c26bf.png) no-repeat center center; height: 54px;background-size: auto 100%; }
#usefulmenu li:nth-child(3) a::before { background: url(/content/dam/au-com/img/icon-nav-useful-3_3ebc3af6e0a91c28.png) no-repeat center center; height: 54px;    background-size: auto 100%; }
#usefulmenu li a p { text-align: center; position: absolute; top: 120px; right: 24px; width: calc(100% - 48px); line-height: 1; }
#usefulmenu li:nth-child(1) a p { top: 106px; }
#usefulmenu li:nth-child(-n + 3) a p {font-size: 24px;}
#usefulmenu li:nth-child(-n + 3) a p span {font-size: 16px;}
#usefulmenu li:nth-child(n + 4) a { width: 100%; height: 50px; line-height: 46px; border: 1px solid #676767; border-radius: 25px; margin-top: 30px; color:#1B1B1B !important; overflow: hidden; font-weight: bold; }
#usefulmenu li.textLnk a { width: auto; background: none; margin-top: 20px; line-height: 1.8; height: auto; display: inline-block; padding-right: 30px; padding-left: 10px; }
.au #usefulmenu li:nth-child(n + 4) a::before { color: #eb5505; }
#usefulmenu li:nth-child(n + 4) a p { display: inline; position: relative; bottom:auto; right: auto; text-align: center; }
.au #usefulmenu li:nth-child(n + 4) a.icon::before { content: ''; width: 10px; height: 18px; background: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png) right 0 no-repeat; background-size: 121px 118px; background-position: -94px -36px; top: 50%; right: 15px; left: auto; transform: translateY(-50%);}

/* 料金モーダル */
.cmp-au-com-modal-content { text-align: center!important;}
.brandModalLnk h2 { font-size: 22px; color: #1B1B1B !important; }
.brandModalLnkLst4 { padding: 0; display: flex; flex-wrap: wrap; max-width: 600px; margin: 30px auto 0; justify-content: space-around; }
.brandModalLnkLst4 li { width: 46%; min-width: 260px; margin-bottom: 15px; }
.brandModalLnkLst4 li a { width: 100%; height: 50px; line-height: 46px; border: 1px solid #676767; border-radius: 25px; color: #1B1B1B !important; overflow: hidden; font-weight: bold; position: relative; }
.brandModalLnkLst4 li a::before { content: ''; width: 10px; height: 18px; background: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png) right 0 no-repeat; background-size: 121px 118px; background-position: -94px -36px; position: absolute; top: 50%; right: 15px; left: auto; transform: translateY(-50%);}
.brandModalLnkLst4 li a:hover { background-color: #F7F7F7; }

/* 重要なお知らせ */
#importantinformation { max-width: 1160px; padding: 100px 30px 0; margin: 0 auto; }
#importantinformation > .cmp-au-com-container__contents { border: 1px solid #D2D2D2; border-radius: 8px; padding: 30px 50px; }
#importantinformation .notice-header { text-align: center; }
#importantinformation .notice-header h2 { color: #1B1B1B !important; position: relative; padding-left: 40px; }
#importantinformation .notice-header h2::before { content: ''; position: absolute; width: 24px; height: 21px; background: url(/content/dam/au-com/img/icon-info-1_bcc4797e0c3e4ed9.png) right 0 no-repeat; background-size: 24px auto; left: 0; top: 6px; }
#importantinformation .heading-ttl .heading-inner-icon .iconElem.icon-img { width: 24px; padding-top: 2px; }
#importantinformation .cardBox .cardBox-ctr { border: none; box-shadow: none; }
#importantinformation .notice-cont * { color: #676767; }
#importantinformation .noticeElem.noticeElem-basic .notice-cont>* { border-bottom: none; padding: 15px 0 0; }
#importantinformation .noticeElem.noticeElem-basic .notice-cont .notice-cont-ttl { padding-left: 15px; }
#importantinformation .noticeElem.noticeElem-basic .notice-cont .btnElem.btn-basic { display: none; }
#importantinformation .noticeElem.noticeElem-basic .notice-cont .news_icon { color: #676767; background-color: #fff; border: 1px solid #676767; border-radius: 5px; }

/* お知らせ */
.list-date { font-size: 14px; }
.cardBox .list-date dt { color: #1B1B1B; }
.cardBox .list-date dd a { color: #006EE4; }	
.list-date dt {	float: left;	width: 8em;	font-weight: normal; }
.list-date dd {	padding-left: 9em;	margin-bottom: .6em; }

/* サービス */
#auservice2024 { text-align: center; max-width: 1160px; padding: 100px 30px; margin: 0 auto; position: relative; }
#auservice2024::before { content: ''; position: absolute; display: inline-block; width: 140px; height:140px; background: url(/content/dam/au-com/img/bg-img-2_5a6f3f9184cac769.png) right center no-repeat; background-size: auto 100%; top: 400px; left: -20px; z-index: -1; }
#auserviceInner2024 { margin: 0 auto; display: flex; justify-content: space-between; }
#auserviceInner2024 h2 { font-size: 50px; color: #1B1B1B; width: 200px; margin-right: 5%; text-align: left; position: relative; line-height: 1; }
#auserviceInner2024 h2 span.label { position: absolute; top: 70px; left: 0; font-size: 16px; }
#auserviceInner2024 div.auserviceContent { width: calc(95% - 200px); max-width: 800px; }
#auserviceInner2024 div.auserviceMobile { display: flex; align-items: center; height: 180px; border: 1px solid #D2D2D2; border-radius: 5px; background-color: #ffffff; }
#auserviceInner2024 div.auserviceMobile div.auserviceMobileText { width: 35%; height: 120px; margin-right: 5%; background: url(/content/dam/au-com/img/icon-service1_8adc67c4dfcc191e.png) no-repeat left 50% top 0; background-size: 80px; position: relative; }
#auserviceInner2024 div.auserviceMobile div.auserviceMobileText p { width: 100%; color: #1B1B1B; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
#auserviceInner2024 div.auserviceMobile ul { display: flex; flex-wrap: wrap; width: 60%; }
#auserviceInner2024 div.auserviceMobile ul li { width: 48%; }
#auserviceInner2024 div.auserviceMobile ul li:nth-child(n + 3) { margin-top: 15px; }
#auserviceInner2024 div.auserviceMobile ul li:nth-child(2n) { margin-left: 2%; }
#auserviceInner2024 div.auserviceMobile ul li a { width: 100%; text-align: left; color: #1B1B1B; position: relative; }
#auserviceInner2024 div.auserviceMobile ul li a:hover { color: #006EE4; text-decoration: underline; }
#auserviceInner2024 div.auserviceMobile ul li a::before { content: ''; width: 10px; height: 18px; background: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png) right 0 no-repeat; background-size: 121px 118px; background-position: -94px -36px; top: 50%; right: 15%;  transform: translateY(-50%); display: inline-block; position: absolute; }
#auservice2024 ul.auserviceLink { display: flex; flex-wrap: wrap; margin: 15px auto 0; padding: 0; }
#auservice2024 ul.auserviceLink li { width: calc(20% - 12px); margin-right: 15px; position: relative; transition: 2s; background-color: #fff; background-size: 100%,100%; background-position: center,center; background-repeat: no-repeat,no-repeat; border: 1px solid #E6E6E6; border-radius: 5px; box-shadow: 0 2px 4px 0px #E6E6E6; }
#auservice2024 ul.auserviceLink li:nth-child(5n) { margin-right: 0; }
#auservice2024 ul.auserviceLink li:nth-child(n + 6) { margin-top: 15px; }
#auservice2024 ul.auserviceLink li a::after { content:''; display: block; position:absolute; top: 50%; left: 50%; width: 20px; height: 20px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); transform: translate(-50%, -50%) scale(0); opacity: 1; transition: 0; }
#auservice2024 ul.auserviceLink li a:hover::after { transform: translate(-50%, -50%) scale(20); opacity: 0; transition: .8s; }
#auservice2024 ul.auserviceLink li:nth-child(1) a { background: url(/content/dam/au-com/img/icon-service2_d16bfef072d08a07.png) no-repeat left calc(50% + 5px) top 40px; background-size: 82px;}
#auservice2024 ul.auserviceLink li:nth-child(2) a { background: url(/content/dam/au-com/img/icon-service3_8a8ba0b43996ff00.png) no-repeat center top 35px; background-size: 60px;}
#auservice2024 ul.auserviceLink li:nth-child(3) a { background: url(/content/dam/au-com/img/icon-service4_53697a00feb47958.png) no-repeat center top 40px; background-size: 70px;}
#auservice2024 ul.auserviceLink li:nth-child(4) a { background: url(/content/dam/au-com/img/icon-service5_9385fa9df34eb18e.png) no-repeat center top 30px; background-size: 64px;}
#auservice2024 ul.auserviceLink li:nth-child(5) a { background: url(/content/dam/au-com/img/icon-service6_5ba0a92090f4425f.png) no-repeat center top 30px; background-size: 46px;}
#auservice2024 ul.auserviceLink li:nth-child(6) a { background: url(/content/dam/au-com/img/icon-service7_ec440ca3c7288698.png) no-repeat center top 40px; background-size: 74px;}
#auservice2024 ul.auserviceLink li:nth-child(7) a { background: url(/content/dam/au-com/img/icon-service8_f18850daf9ff30c2.png) no-repeat left 50% top 35px; background-size: 66px;}
#auservice2024 ul.auserviceLink li:nth-child(8) a { background: url(/content/dam/au-com/img/icon-service9_ab313e3bc358c31c.png) center top 40px / 60px no-repeat;}
#auservice2024 ul.auserviceLink li:nth-child(9) a { background: url(/content/dam/au-com/img/icon-service10_eeddb706a35d2bd4.png) no-repeat center top 40px; background-size: 66px;}
#auservice2024 ul.auserviceLink li > a { display: block; padding-top:180px; position: relative; overflow: hidden; transition: .5s;  }
#auservice2024 ul.auserviceLink li > a span { position: absolute; display: block; color: #1B1B1B; bottom: 0; left: 0; width: 100%; text-align: center; height: 96px; padding: 38px 10px 0; font-size:16px; }
@media screen and (max-width: 1240px) {
  #auservice2024 ul.auserviceLink li > a span { padding-top: 24px; }
}
@media screen and (max-width: 920px) {
  #auservice2024 ul.auserviceLink li > a span { font-size:14px; }
}
@media screen and (max-width: 840px) {
  #auserviceInner2024 div.auserviceMobile { font-size: 14px; }
  #auservice2024 ul.auserviceLink li > a span { padding-top: 18px; }
}

/* キャンペーン・おトクな情報 */
#campaign { padding: 60px 0 40px; position: relative; text-align: center; }
#campaign::before { content: ""; width: 102%; height: 130px; background-color: #FDF6EF; border-radius: 50%; position: absolute; top: 0; left: -1%; z-index: -2; }
#campaign::after { content: ""; width: 100%; height: calc(100% - 60px); background-color: #FDF6EF; position: absolute; bottom: 0; left: 0; z-index: -1; }
#campaign h3 { text-align: center; margin-bottom: 30px; font-size: 24px; color:#1B1B1B; position: relative; display: inline-block; }
#campaign h3::before, #campaign h3::after { content: ''; position: absolute; top: 20%; width: 1px ; height: 80%; background: #1B1B1B;}
#campaign h3::before { left: -30px; transform: rotate( -30deg ); }
#campaign h3::after { right: -30px; transform: rotate( 30deg ); }
#campaignInner { position: relative; overflow: hidden; min-height: 200px; margin-bottom: 20px; }
#campaignSlider { transform: translate(0,0); }
#campaignSlider .slick-slide { padding: 0 1vw; }
#campaignSlider .slick-list { margin: 0 -1vw; }
#campaignSlider .slick-slide > div { background: #fff;  border: 1px solid #E6E6E6; height: 100%; border-radius: 5px; }
#campaignSlider .slick-track { display: flex; align-items: center; padding: 10px 0; }
.campaignSliderContent > div {  position: relative; }
.campaignSliderContent > div a { position: relative; overflow: hidden; border-radius: 5px; z-index:1; }
.campaignSliderContent > div img { width: 100%; z-index: 1; position: relative;}
.campaignSliderContent > div a:hover img { transform: scale(1.05); }
.campaignSliderContent > div a::after { content:''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.campaignSliderContent > div a p { min-height: 76px; padding: 14px; font-size: 12px; line-height: 1.5; position: relative; z-index: 2; background: #fff; color:#1B1B1B !important; text-align: left; }
.campaignSliderContent > div a.icon-blank p::after { content: ""; margin-left: 0.2em; display: inline-block; width: 11px; height: 9px; background: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png) no-repeat center right; background-size: 121px 118px; background-position: -10px -100px; }
#campaignSlider div.ol { position: relative;}
#campaignSlider div.ol::after { content:''; position: absolute; top: 0; bottom: 0; left:0; right:0; border: 2px solid #eb5505; border-radius: 10px; z-index: 1; pointer-events: none;}
@media screen and (min-width:768px) {
  .campaignSliderContent > div img { transition: 2s; }
}

/* ニュース */
#aunews2024 { max-width: 1160px; padding: 100px 30px 0; margin: 0 auto; position: relative; }
#aunews2024::before { content: ''; position: absolute; display: inline-block; width: 105px; height:95px; background: url(/content/dam/au-com/img/bg-img-3_c49bdac489500bde.png) right center no-repeat; background-size: auto 100%; top: 230px; left: -70px; transform: rotate(-30deg); }
#aunews2024 > .cmp-au-com-container__contents { display: flex; justify-content: space-between; }
#aunews2024 > .cmp-au-com-container__contents > .htmlblock { width: 200px; margin-right: 5%; }
#aunews2024 h2 { font-size: 50px; color: #1B1B1B; text-align: left; position: relative; line-height: 1; }
#aunews2024 h2 span.label { position: absolute; top: 70px; left: 0; font-size: 16px; }
#aunews2024 > .cmp-au-com-container__contents > .section-container-v2 { width: calc(95% - 200px); max-width: 800px; }
#informationWrap .cmp-au-com-container__contents { padding-left: 0!important; padding-right: 0!important;}
#informationWrap #topic, #informationWrap #maintenance, #informationWrap #important_news { border-top: 1px solid #D2D2D2; padding: 30px 50px; }
#informationWrap #important_news { border-bottom: 1px solid #D2D2D2; }
#informationWrap .cmp-au-com-title .cmp-au-com-title__text { color: #1B1B1B !important; }
#informationWrap #maintenance-text { font-weight: bold; }
#informationWrap .notice-cont * { color: #676767; }
#informationWrap .notice-cont a:hover { color: #006EE4; text-decoration: underline; }
#informationWrap .cmp-au-com-accordion { border: none; box-shadow: none; }
#informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__button { border-bottom: none; }
#informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__header { padding: 0; }
#informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__header .cmp-accordion__header-text .cmp-accordion__header-title { font-size: 20px; color: #1B1B1B; }
#informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__button:after { background: url(/content/dam/au-com/img/btn-plus_23f1bf210c34e910.png) right center no-repeat; background-size: auto 100%; width: 14px; height: 14px; top: 40%; right: 0; }
#informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__button.cmp-accordion__button--expanded:after { background: url(/content/dam/au-com/img/btn-minus_725742d0a04183fe.png) right center no-repeat; background-size: 14px; }
#informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__panel:before { border-top: none; }
#informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__panel { padding: 0; border-bottom: none; }

/* ブランド */
#aubland2024 { text-align: center;  max-width: 1160px; padding: 100px 30px 0; margin: 0 auto; position: relative; }
#aubland2024::before, #aubland2024::after { content: ''; position: absolute; display: inline-block; }
#aubland2024::before { width: 288px; height:224px; background: url(/content/dam/au-com/img/bg-img-1_2db477095751c5b9.png) right center no-repeat; background-size: auto 100%; top: 310px; left: -150px; }
#aubland2024::after { width: 145px; height:131px; background: url(/content/dam/au-com/img/bg-img-3_c49bdac489500bde.png) right center no-repeat; background-size: auto 100%; bottom: -80px; left: 90px; transform: rotate(180deg); }
#aublandInner2024 {  margin: 0 auto; display: flex; justify-content: space-between;  }
#aublandInner2024 h2 { font-size: 50px; color: #1B1B1B; width: 200px; margin-right: 5%; text-align: left; position: relative; line-height: 1; }
#aublandInner2024 h2 span.label { position: absolute; top: 70px; left: 0; font-size: 16px; }
#aublandInner2024 #bland1Box { width: calc(95% - 200px); max-width: 800px; }
#aublandInner2024 #bland1Box .blandTop { display: flex; justify-content: space-between; }
#aublandInner2024 #bland1Box div.blandTopCard,
#aublandInner2024 #bland1Box ul.blandTopList { width: calc(50% - 15px); position: relative; min-height: 175px;}
#aublandInner2024 #bland1Box div.blandTopCard { border: 1px solid #E6E6E6; box-shadow: 0 2px 4px 0px #E6E6E6; border-radius: 10px; background-color: #ffffff; }
#aublandInner2024 #bland1Box div.blandTopCard:hover { opacity: .6; }
#aublandInner2024 #bland1Box div.blandTopCard a { text-align: left; padding: 50px; }
#aublandInner2024 #bland1Box div.blandTopCard .blandTxt h3 { font-size: 24px; line-height: 2; font-weight: bold; color: #eb5505; }  
#aublandInner2024 #bland1Box div.blandTopCard .blandTxt p { margin-top: 30px; font-size: 14px; line-height: 2;  }
#aublandInner2024 #bland1Box div.blandTopCard .blandTxt .blandBtn { display: flex; align-items: center; justify-content: center; max-width: 200px; height: 46px; margin-top: 40px; padding-right: 15px; font-weight: bold; border: 2px solid #EB5505; border-radius: 23px; position: relative; }
#aublandInner2024 #bland1Box div.blandTopCard .blandTxt .blandBtn::after { content:''; display: inline-block; width: 10px; height: 18px; background: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png) right 0 no-repeat; background-size: 121px 118px; background-position: -94px -36px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
#aublandInner2024 #bland1Box ul.blandTopList li+li { margin-top: 30px; }
#bland1Box ul.blandList { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 30px auto 0; }
#bland1Box ul.blandList li { width: calc(50% - 15px); position: relative; min-height: 175px; }
#bland1Box ul.blandList li:nth-child(n + 3) { margin-top: 30px; }
#bland1Box a { color: #1B1B1B !important; width: 100%; height:100%; display: block;}
#bland1Box a::before { content: ''; display: block; width: 100%; height: 100%; background: #fff; opacity: 0; position: absolute; top: 0; left: 0; transition: .5s; }
#bland1Box li:hover { opacity:.6; }
#bland1Box a img { display: block; width: 100%; border-radius: 10px; box-shadow: 0 2px 4px 0px #E6E6E6; }
#bland1Box a .blandInfortx { text-align: left; margin: 15px 30px 0 0; position: relative; }
#bland1Box a .blandInfortx::after { content:''; display: inline-block; width: 10px; height: 18px; background: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png) right 0 no-repeat; background-size: 121px 118px; background-position: -94px -36px; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); }
#bland1Box a .blandInfortx.outer::after { width: 18px; background-position: -32px -142px; background-size: 180px 172px; }
#bland1Box a .blandInfortx h3 { line-height: 1.5; font-size: 18px; font-weight: bold; }
#bland1Box a .blandInfortx p { line-height: 1.5; font-size: 12px; margin-top: 5px; }
@media screen and (max-width: 920px) {
  #aublandInner2024 #bland1Box div.blandTopCard a { padding: 30px; }
}

/* ピックアップ */
.footerBannerWrap { padding-top: 225px; }
.footerBannerWrap h2 { text-align: center; color: #1B1B1B; font-size: 24px; }
#footerBannerSlider { margin: 30px 0; }
#footerBannerSlider .slick-track { display: flex; align-items: center; }
#footerBannerSlider .slick-slide { padding: 0 1vw; }
#footerBannerWrap { margin-bottom: 40px;}
.footerBannerContent img { width: 100%; margin: 0 auto; }
.footerBannerContent a { width: 100%; position: relative; border-radius: 8px; overflow: hidden; border: 1px solid #E6E6E6;}
.footerBannerContent a::before { content:''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; }
.footerBannerContent a img { transition: 2s; }
.footerBannerContent a:hover img { transform: scale(1.05); }
#footerBannerSlider a.ol { border: 2px solid #eb5505; }

/* SNSアカウント */
.footerSocial { margin: 100px 0 0; }
.footerSocial a:hover { opacity: .6; }
.footerSocial .footerSocial-listLink { color: #676767; }
.footerSocial .footerSocial-listLink:hover { opacity: 1; color: #006EE4; text-decoration: underline; }
.footerSocial .footerSocial-listLink::after {  background-image: url(/content/dam/au-com/img/icon_sprite_a97711134a1c0193.png); background-position: -23px -100px;  }


/* SP用 */
@media screen and (max-width:767px) {
  .view-pc { display: none!important; }
  .view-sp { display: block!important; }
    
  #mainContent .cmp-au-com-link_icon_text.cmp-au-com-link__color__lightgray .cmp-au-com-link .cmp-link__text:after, #mainContent .link-text:after, #mainContent .link-text-blue:after, #mainContent .link-text-white:after { background-position: -94px -37px; }

  /* 障害・災害の影響について */
  .notice-inner { display: block; height: auto; padding: 10px 30px; }
  .title { text-align: center; padding: 15px 0; font-size: 18px; }
  #notice .notice-cont { display: block; }
  #notice .notice-cont * { display: inline-block; }
  #notice .notice-cont-postDate { padding-left: 0; }
  #notice .notice-cont-icon { padding: 3px 0 5px 10px; }
  #notice .notice-cont-icon .news_icon { padding: 3px; font-size: 12px; }
  #notice .notice-cont-ttl { display: block; padding: 0 0 15px 0; }

  /* 災害用伝言版 */
  #disasterBoard > .cmp-au-com-container__contents { padding: 0 3%; }
  #disasterBoard .card-border .card:first-child { border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 30px; }
  #disasterSubBoard { padding: 0 3%; }
  #disasterSubBoard .sp-text-left { text-align: left; }
  #disasterBoard  .btn-round { padding: 10px; }

  /* トップスライダー */
  #heroSlider > div#auSlide { padding-bottom: 0; }
  #dotHero,#dotHero2,#dotHero3 { height: 50px; }
  #dotHero,#dotHero2,#dotHero3 { padding: 0; background: #fff; position: relative; bottom: auto; top:0; left: auto; width: 100%; }
  #dotHero button,#dotHero2 button,#dotHero3 button,#dotCamp button,#dotCamp3 button { vertical-align: middle; } 
  #heroSlider .slick-dots { padding: 12px 0; vertical-align: middle; }

  /* スライダー下ナビ */
  #usefulmenu { padding: 30px 5.5%; }
  #usefulmenu li { height: 95px; width: 27.4%; margin: 0 2.2%; }
  #usefulmenu li:nth-child(n + 4) { width: 72.25%; margin: 0 auto; height: auto; }
  #usefulmenu li a { display: block; margin: 0 auto; height: 100%; background: #fff; border-radius: 10px; position: relative; color:#1B1B1B !important; }
  #usefulmenu li:nth-child(n + 4) a { height: 46px; line-height: 44px; border-radius: 23px; margin-top: 10px; padding-right: 8px; }
  #usefulmenu li:nth-child(4) a { margin-top: 30px; }
  #usefulmenu li a::before { content:''; display: block; width: 30px; background-size: auto 100%; position: absolute; top: 15px; }
  #usefulmenu li:nth-child(1) a::before,
  #usefulmenu li:nth-child(2) a::before,
  #usefulmenu li:nth-child(3) a::before { background-size: auto 30px; height: 30px; }
  #usefulmenu li a p { top: 60px; right: 14px; width: calc(100% - 28px);  }
  #usefulmenu li:nth-child(1) a p { top: 52px; }
  #usefulmenu li:nth-child(-n + 3) a p { font-size: 16px; }
  #usefulmenu li:nth-child(-n + 3) a p span { font-size: 10px; }
  #usefulmenu li:last-child a p { position: relative; bottom:auto; right: auto; text-align: center; }
  #usefulmenu li a:hover::after { display: none; }
  .tglBtn { height: 30px; display: block; line-height: 30px; }

  /* 料金モーダル */
.brandModalLnkLst4 { display: block; margin: 30px auto; }
.brandModalLnkLst4 li { width: 80%; height: 46px; margin: 0 auto; }
.brandModalLnkLst4 li+li { margin-top: 15px; }
.brandModalLnkLst4 li a { height: 46px; line-height: 44px; }

  /* 重要なお知らせ */
  #importantinformation { padding: 40px 10px 0; }
  #importantinformation > .cmp-au-com-container__contents { border-radius: 5px; padding: 30px 20px; }
  #importantinformation .noticeElem.noticeElem-basic .narrow-design .notice-cont:not(:last-child) { border-bottom: none; }
  #importantinformation .noticeElem.noticeElem-basic .icon-cont-col1 .notice-cont-postDate { width: 8em; }
  #importantinformation .noticeElem.noticeElem-basic .notice-cont .notice-cont-ttl { padding: 10px 0 0; }

  /* お知らせ */
  .list-date dt {	float: none; }
	.list-date dd { padding-left: 0; margin-bottom: .8em; }

  /* サービス */
  #auservice2024 { text-align: center; padding: 120px 10px 80px; }
  #auservice2024::before { width: 27vw; height:27vw; top: 70px; left: -5%; transform: rotate(100deg); }
  #auserviceInner2024 { display: block; }
  #auserviceInner2024 h2 { font-size: 35px; width: 100%; text-align: center; position: relative; }
  #auserviceInner2024 h2 span.label { position: relative; display: block; top: 15px; font-size: 14px; }
  #auserviceInner2024 div.auserviceContent { width: 100%; margin-top: 60px; }
  #auserviceInner2024 div.auserviceMobile { display: block; padding: 30px; height: auto; }
  #auserviceInner2024 div.auserviceMobile div.auserviceMobileText { width: 90%; height: 80px; margin: 0 auto; background-size: 80px; background-position: 0 0; }
  #auserviceInner2024 div.auserviceMobile div.auserviceMobileText p { bottom: 50%; left: 100%; transform: translateY(50%) translateX(-100%); text-align: right;}
  #auserviceInner2024 div.auserviceMobile ul { width: 100%; margin-top: 15px; }
  #auserviceInner2024 div.auserviceMobile ul li { width: 45%;}
  #auserviceInner2024 div.auserviceMobile ul li:nth-child(2n) { margin-left: 10%; }
  #auserviceInner2024 div.auserviceMobile ul li a::before { right: 0; }
  #auservice2024 ul.auserviceLink { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 20px 0 0; padding: 0; }
  #auservice2024 ul.auserviceLink li { width: 49%; margin-right: 0; }
  #auservice2024 ul.auserviceLink li:nth-child(n + 3) { margin-top: 10px; }
  #auservice2024 ul.auserviceLink li > a { height: 140px; display: block; padding-top: 0; position: relative; }
  #auservice2024 ul.auserviceLink li > a p { font-size: 16px; }
  #auservice2024 ul.auserviceLink li > a p span { font-size: 60%; }
  #auservice2024 ul.auserviceLink li:nth-child(1) a { background-position: left 53% top 27%; background-size: 34%;}
  #auservice2024 ul.auserviceLink li:nth-child(2) a { background-position: left 50% top 30%; background-size: 20%;}
  #auservice2024 ul.auserviceLink li:nth-child(3) a { background-position: center top 34%; background-size: 26%;}
  #auservice2024 ul.auserviceLink li:nth-child(4) a { background-position: center top 24%; background-size: 22%;}
  #auservice2024 ul.auserviceLink li:nth-child(5) a { background-position: center top 22%; background-size: 16%;}
  #auservice2024 ul.auserviceLink li:nth-child(6) a { background-position: left 52% top 34%; background-size: 28%;}
  #auservice2024 ul.auserviceLink li:nth-child(7) a { background-position: left 50% top 28%; background-size: 24%;}
  #auservice2024 ul.auserviceLink li:nth-child(8) a { background-position: center top 30%; background-size: 24%;}
  #auservice2024 ul.auserviceLink li:nth-child(9) a { background-position: center top 34%; background-size: 28%;}
  #auservice2024 ul.auserviceLink li a span { height: 19vw; padding-top: 30%; }
  #auservice2024 ul.auserviceLink li > a:hover { opacity: 1; }
  #auservice2024 ul.auserviceLink li > a:hover span { text-decoration: none;} 
  #auservice2024 ul.auserviceLink li a::after { display: none;}
  #auservice2024 ul.auserviceLink li > a span br.view-sp { display: none !important; }

  /* キャンペーン・おトクな情報 */
  #campaign::before { width: 120%; height: 120px; left: -10%; }
  #campaign h3 { margin: 0 auto 20px; font-size: 20px; }
  #campaign h3::before { left: -20px; }
  #campaign h3::after {right: -20px; }
  #campaignInner { position: relative; overflow: hidden; min-height: 54vw; margin-bottom: 0; }
  #campaignSlider { position: relative; top: 0; width: 100%; }
  #campaignSlider .slick-slide { width: 180px !important; height: auto !important; transform: scale(1); transition: transform .3s; margin: 0 22px; padding: 0; }
  #campaignSlider .slick-slide.slick-current, #campaignSlider .slick-slide.is-active-next { transform: scale(1.3); margin: 40px 22px; }
  #campaignSlider .slick-slide.slick-current div a p, #campaignSlider .slick-slide.is-active-next div a p { font-size: 10px; }
  .campaignSliderContent > div a p { min-height: auto; padding: 10px; }
  .campaignSliderContent > div { position: relative; }
  .campaignSliderContent > div a { position: relative; overflow: hidden; }
  .campaignSliderContent > div .tag { width:20%; background: #fff; height: 0; padding-top: 8vw; border-radius: 0 0 4px 4px; position: absolute; top: 0; right: 5%; }
  .campaignSliderContent > div img { width: 100%; }
  .campaignSliderContent > div a:hover img { transform: scale(1); }

  /* ニュース */
  #aunews2024 { padding: 80px 10px 0; display: block; }
  #aunews2024::before { width: 12.4vw; height: 11vw; top: 70px; left: 72%; transform: rotate(-50deg); }
  #aunews2024 > .cmp-au-com-container__contents { display: block; }
  #aunews2024 > .cmp-au-com-container__contents > .htmlblock { width: 100%; margin-right: 0; }
  #aunews2024 h2 { font-size: 35px; width: 100%; text-align: center; }
  #aunews2024 h2 span.label { position: relative; display: block; top: 15px; font-size: 14px; }
  #aunews2024 > .cmp-au-com-container__contents > .section-container-v2 { width: 100%; margin-top: 60px; }
  #informationWrap #topic, #informationWrap #maintenance { padding: 15px 0 30px; }
  #informationWrap #important_news { padding: 30px 0; }
  #informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__header { justify-content: center; }
  #informationWrap .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__button:after { right: 5px; }

  /* ブランド */
  #aubland2024 { padding: 120px 10px 0; }
  #aubland2024::before { width: 31.2vw; height: 24.3vw; top: 60px; left: 70%; }
  #aubland2024::after { content: none; }
  #aublandInner2024 { display: block; }
  #aublandInner2024 h2 { font-size: 35px; width: 100%; text-align: center; }
  #aublandInner2024 h2 span.label { position: relative; display: block; top: 15px; font-size: 14px; }
  #aublandInner2024 #bland1Box { width: 100%; }
  #aublandInner2024 #bland1Box .blandTop { display: block; }
  #aublandInner2024 #bland1Box div.blandTopCard { width: 100%; margin-top: 60px;}
  #aublandInner2024 #bland1Box div.blandTopCard a { text-align: center; padding: 40px 20px; }
  #aublandInner2024 #bland1Box div.blandTopCard .blandTxt p { margin-top: 20px; }
  #aublandInner2024 #bland1Box div.blandTopCard .blandTxt .blandBtn { margin: 20px auto 0; }
  #aublandInner2024 #bland1Box ul.blandTopList { width: 100%; margin-top: 30px;}
  #bland1Box ul.blandList { display: block; }
  #bland1Box ul.blandList li { width: 100%; margin-top: 30px; }
  #bland1Box li:hover a::before { opacity:0; }
  #bland1Box a .blandInfortx { padding: 0 10px; }
  #bland1Box a .blandInfortx::after { right: -20px; }
  #bland1Box a .blandInfortx h3 { font-size: 16px; }
  /* ピックアップ */
  .footerBannerWrap { padding-top: 100px; }
  .footerBannerWrap h2 { font-size: 20px; }
  .footerBannerContent img { width: 100%; margin: 0 auto; }
  .footerBannerContent a img { transition: 0; }
  .footerBannerContent a:hover img { transform: scale(1); }
  #footerBannerSlider { margin-bottom: 5px; }
  #footerBannerSlider .slick-slide { width: 230px !important; transform: scale(1); transition: transform .3s; margin: 0 25px; padding: 0; }
  #footerBannerSlider .slick-slide.slick-current, #footerBannerSlider .slick-slide.is-active-next { transform: scale(1.3); margin: 15px 25px; }

  /* SNSアカウント */
  .footerSocial { margin: 80px 0 0; }
}

/* スライダー下ナビ（400px以下） */
@media screen and (max-width:400px) {
  #usefulmenu li a p { right: 8px; width: calc(100% - 16px); }
}
/* スライダー下ナビ（370px以下） */
@media screen and (max-width:370px) {
  #usefulmenu li:nth-child(n + 4) { width: 100%; }
}
/* サービス（600px以下） */
@media screen and (max-width:600px) {
  #auservice2024 ul.auserviceLink li:nth-child(1) a { background-size: 40%;}
  #auservice2024 ul.auserviceLink li:nth-child(2) a { background-size: 26%;}
  #auservice2024 ul.auserviceLink li:nth-child(3) a { background-size: 32%;}
  #auservice2024 ul.auserviceLink li:nth-child(4) a { background-size: 30%;}
  #auservice2024 ul.auserviceLink li:nth-child(5) a { background-size: 22%;}
  #auservice2024 ul.auserviceLink li:nth-child(6) a { background-size: 36%;}
  #auservice2024 ul.auserviceLink li:nth-child(7) a { background-size: 34%;}
  #auservice2024 ul.auserviceLink li:nth-child(8) a { background-size: 30%;}
  #auservice2024 ul.auserviceLink li:nth-child(9) a { background-size: 34%;}
}
/* サービス（500px以下） */
@media screen and (max-width:500px) {
  #auservice2024 ul.auserviceLink li > a span br.view-sp { display: block !important; }
  #auservice2024 ul.auserviceLink li a span { padding-top: 24%; }
  #auservice2024 ul.auserviceLink li:nth-child(1) a span,
  #auservice2024 ul.auserviceLink li:nth-child(4) a span,
  #auservice2024 ul.auserviceLink li:nth-child(5) a span { padding-top: 18%;}
}
/* サービス（400px以下） */
@media screen and (max-width:400px) {
  #auservice2024 ul.auserviceLink li a span { padding-top: 18%; }
  #auservice2024 ul.auserviceLink li:nth-child(1) a span,
  #auservice2024 ul.auserviceLink li:nth-child(4) a span,
  #auservice2024 ul.auserviceLink li:nth-child(5) a span { padding-top: 12%;}
}
/* サービス（340px以下） */
@media screen and (max-width:340px) {
  #auserviceInner2024 div.auserviceMobile { padding: 30px 10px; }
}

.tmpBanner { bottom: -66px!important; transition: .1s; }
.tmpBanner.in { bottom: 0!important; transition: .6s; }

/* スライダー */
button.pauseButton { display: inline-block; width: 16px; height: 21px; vertical-align: middle; margin-right: 30px; background: url(/content/dam/au-com/img/btn-pause_68288e40b988a177.png); background-size: 16px; }

.slick-dots { line-height: 1; }
.slick-dots>li { margin: 0; padding: 0; width: 40px; height: 40px; background: transparent; position: relative; }
.slick-dots>li+li { margin-left: 0; }
.slick-dots>li.slick-active { background: transparent; }
.slick-dots>li button {position: absolute; top: 0; left:0; display: block; width: 100%; height: 100%; background: none;
  z-index: 1; border-radius: 50%; overflow: hidden; }
.slick-dots>li button::after { content:''; display: block; width: 8px; height: 8px; border-radius: 50%; background: #949494; position: absolute; top: calc( 50% - 4px); left: calc(50% - 4px); }
.slick-dots>li.slick-active button::after { background: #EB5505; }
.slick-prev { display: inline-block; width:16px; text-indent: -999px; height: 25px; overflow: hidden; position: absolute; left: calc( 50% - 277px); top:18px; }
.slick-prev::after { content: ''; width: 16px; height: 25px; background: url(/content/dam/au-com/img/icon-arrow-gray_489ee4c3288f1c27.png) right 0 no-repeat; background-size: auto 100%; position: absolute; top: 0; left: 0; transform: rotate(180deg); }
.slick-next { display: inline-block; width:16px; text-indent: -999px; height: 25px; overflow: hidden; position: absolute; right: calc( 50% - 277px); top:18px; }
.slick-next::after { content: ''; width: 16px; height: 25px; background: url(/content/dam/au-com/img/icon-arrow-gray_489ee4c3288f1c27.png) right 0 no-repeat; background-size: auto 100%; position: absolute; top: 0; left: 0;}

@media screen and (max-width:767.98px) {
.slick-dots { width: auto; line-height: 1; }
button.pauseButton { display: inline-block; width: 26px; height: 26px; vertical-align: middle; margin-right: 15px; background: url(/content/dam/au-com/img/btn-pause_68288e40b988a177.png) center center no-repeat; background-size: 8px; }

.slick-dots>li { margin: 0; padding: 11px 10px; width: 24px; height: 26px; background: transparent; }
.slick-dots>li+li { margin-left: 0; }
.slick-dots>li.slick-active { /*background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/renew2024/img/bg-circle.gif?scl=1&qlt=90) center center; background-size: 100%;*/ background: transparent; }
.slick-dots>li button {position: absolute; top: 0; left:0; display: block; width: 100%; height: 100%; background: none;
  z-index: 1; border-radius: 50%; overflow: hidden; }
.slick-dots>li button::after { content:''; display: block; width: 4px; height: 4px; border-radius: 50%; background: #949494; position: absolute; top: calc( 50% - 2px); left: calc(50% - 2px); }
.slick-prev { position: absolute; left: 20px; top: 12px; display: inline-block; width:26px; text-indent: -999px; height: 26px; overflow: hidden; margin-right: 0;  }
.slick-prev::after { content: ''; width: 8px; height: 12px; background: url(/content/dam/au-com/img/icon-arrow-gray_489ee4c3288f1c27.png) left center 0 no-repeat; background-size: auto 100%; position: absolute; top: calc(50% - 6px); left: 0; transform: rotate(180deg); }
.slick-next { position: absolute; right: 20px; top: 12px; display: inline-block; width:26px; text-indent: -999px; height: 26px; overflow: hidden; margin-left: 0;  }
.slick-next::after { content: ''; width: 8px; height: 12px; background: url(/content/dam/au-com/img/icon-arrow-gray_489ee4c3288f1c27.png) right center no-repeat; background-size: auto 100%; position: absolute; top: calc(50% - 6px); right: 0; left:auto}
}

.dotCircle { position:absolute; top: 0; left: 0; opacity: 0; transform: scale(1); transition-duration: 0.6s; z-index: 0; }
.slick-active .dotCircle { opacity: 1; transform: scale(1); transition-duration: 0.6s; }
.dotCircle svg { position: absolute; top: 0; left: 0; }
.dotCircle circle { transform-origin: center center; fill: transparent; stroke: #D2D2D2; stroke-width: 1px; }
.dotCircle circle.move_circle { stroke: #EB5505; stroke-width: 2px; box-sizing: border-box; transform: rotate(-90deg); stroke-dasharray: 0 150;}
.slick-active .dotCircle circle.move_circle { animation: circle 5.3s linear forwards; }
.slick-active .dotCircle.slickpause circle.move_circle { animation-play-state: paused; }

@media screen and (max-width:767.98px) {
  .dotCircle { left: -1px; }
  .dotCircle circle.move_circle { stroke-width: 3px; }
  .dotCircle svg { transform: translate(-18%, -18%) scale(.64) }
}
@keyframes circle { 0% { stroke-dasharray: 0 134; } 99.9%,to { stroke-dasharray: 136 134; } }

/*-----------------------------------------------
top_h1
テンプレート差し替え（トップ→サブページ）時のh1構造対応用CSSクラス。
視覚的には非表示だが、h1要素を構造上維持するために使用。
※変更すると h1.top_h1 にも影響があるため注意。
-----------------------------------------------*/
.top_h1 {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

