@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;500;600&family=Montserrat:wght@600&family=Noto+Sans+JP:wght@500;600;700;900&display=swap');

/* -------------------------------------
   font
------------------------------------- */
@font-face {
  font-family: "DIN-Demi";
  src: url("/content/dam/au-com/pr/apple-link/otoku/font/D-DIN-PRO-600-SemiBold_29844beadbb9b13f.otf") format("opentype");
}

@font-face {
  font-family: "DIN-Bold";
  src: url("/content/dam/au-com/pr/apple-link/otoku/font/D-DIN-PRO-700-Bold_caad29d6149b8deb.otf") format("opentype");
}

.din_demi {
  font-family: "DIN-Demi" !important;
  font-weight: 500!important;
}

.din_bold {
  font-family: "DIN-Bold" !important;
  font-weight: 500!important;
}


.cmp-au-com-container__width__1column__980 > .cmp-au-com-container > .cmp-au-com-container__contents {
  width: 100%;
}

#au_apple sup {
  vertical-align: top;
  font-size: 0.6em;
  top: 0.9em;
  position: relative;
  line-height: 0;
}


@media (max-width: 979px) {
  .cmp-au-com-container__width__1column__980 > .cmp-au-com-container > .cmp-au-com-container__contents {
    padding-right: 0%;
    padding-left: 0%;
  }

}

.font_noto500 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.font_noto700 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.font_noto800 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

:root {
  --color_orange: #eb5505;
  --orange_1: #eb5505;
  --color_blue: #333333;
  --green_1: #0D8199;
}

#au_apple .orange {
  color: var(--color_orange);
}

#au_apple .blue {
  color: var(--color_blue);
}

#au_apple .green {
  color: var(--green_1);
}

#au_apple .gray {
  color: #999;
}

#au_apple .bold {
  font-weight: bold;
}

.overflow_hidden {
  overflow: hidden;
}

#au_apple .mt1em {
  margin-top: 1em;
}

#au_apple .super {
  font-size: 0.5em;
  vertical-align: super;
  top: 0px;
}

#au_apple .small {
  font-size: 0.85em;
}

#au_apple .mt_1em {
  margin-top: 1em;
}

#au_apple .mt_2em {
  margin-top: 2em;
}

/*
html {
    scroll-behavior: smooth;
}
*/

#au_apple,
.font_noto_san {
  font-family: 'Noto Sans JP', sans-serif;
}

/*
#au_apple a {
  text-decoration: none;
}
*/

#au_apple .btn:hover,
#au_apple .bt:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

#au_apple .btn,
#au_apple .bt {
  cursor: pointer;
  transition: all 0.3s;
}

#au_apple img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  width: 100%;
}


.indent_h1 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.indent_h {
  padding-left: 1em;
  text-indent: -1em;
}

.indent_1 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.indent_2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent_3 {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.indent_4 {
  padding-left: 4.5em;
  text-indent: -4.5em;
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_h1em {
  margin-bottom: 0.5em;
}

.mt_1em {
  margin-top: 1em;
}

.mt_h1em {
  margin-top: 0.5em;
}

.remarks_child {
  margin-left: 2.5em
}

.red {
  color: red;
}

#au_apple a.text_link {
  color: #0066aa;
  display: inline;
  text-decoration: none;
  pointer-events: all;
}

#au_apple a.text_link:hover {
  text-decoration: underline !important;
}

#au_apple .astarisk {
  font-size: 0.5em;
  vertical-align: super;
}

#au_apple .margin_bottom_1 {
  margin-bottom: 1.5em;
}

#au_apple .margine_r_hearf {
  margin-right: 0.2em;
}

#au_apple {
  animation-name: fadein;
  animation-duration: 0s;
  animation-delay: 0.8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  will-change: opacity;
  opacity: 0;
  overflow: hidden;
}

#au_apple {

}


#au_apple .v_hidden {
  visibility: hidden;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*url paramator direction change-----------------*/


/*
.contents_all_wrap {
  display: flex;
  flex-direction: column;
}

.contents_all_wrap {
  order: 1;
}

.contents_all_wrap .benefit_section,
.contents_all_wrap.support .support_section,
.contents_all_wrap.area .area_section {
  order: 2;
}

.contents_all_wrap .support_section,
.contents_all_wrap.support .benefit_section,
.contents_all_wrap.area .benefit_section {
  order: 3;
}

.contents_all_wrap .area_section,
.contents_all_wrap.support .area_section,
.contents_all_wrap.area .support_section {
  order: 4;
}


.contents_all_wrap .kv_anchor_innner .anchor_1,
.contents_all_wrap.support .kv_anchor_innner .anchor_2,
.contents_all_wrap.area .kv_anchor_innner .anchor_3 {
  order: 1;
}

.contents_all_wrap .kv_anchor_innner .anchor_2,
.contents_all_wrap.support .kv_anchor_innner .anchor_1,
.contents_all_wrap.area .kv_anchor_innner .anchor_1 {
  order: 2;
}

.contents_all_wrap .kv_anchor_innner .anchor_3,
.contents_all_wrap.support .kv_anchor_innner .anchor_3,
.contents_all_wrap.area .kv_anchor_innner .anchor_2 {
  order: 3;
}
*/

.read-tag_wrap {
  position: relative;
  z-index: 3;
}

.read-tag {
  position: absolute;
  height: 30px;
  width: 30px;
  /*  background-color: red;*/
}

@media screen and (min-width: 750px) {
  .read-tag#iphoneotoku-read01 {
    top: -210px;

  }

  .read-tag#iphoneotoku-read03 {
    top: -100px;
  }

  .read-tag#iphoneotoku-read08 {
    top: 1300px;
  }
  .read-tag#iphoneotoku-read10 {
    top: -100px;
  }

}

@media screen and (min-width: 0px) and (max-width: 749px) {
  .read-tag#iphoneotoku-read01 {
    top: -90vw;
  }

  .read-tag#iphoneotoku-read03 {
    top: -10vw;
  }

  .read-tag#iphoneotoku-read04 {
    top: -10vw;
  }

  .read-tag#iphoneotoku-read08 {
    top: 235vw;
  }
  .read-tag#iphoneotoku-read10 {
    top: -10vw;
  }
}

/*safari hack*/
@media screen and (min-width: 750px) and (max-width: 1199px) {
_::-webkit-full-page-media, _:future, :root .area_ad_kv_section{
  margin-top: 44px;
}
}