@charset "UTF-8";
.br-sp {
  display: block;
}
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

#contents:has(#otomodachi) {
  background: none;
  background-color: #fff697;
  padding-bottom: 0 !important;
}
@media (min-width: 1024px) {
  #contents:has(#otomodachi) {
    position: relative;
  }
  #contents:has(#otomodachi)::before {
    content: "";
    display: block;
    background: url("/f-character/2019_renew/img/otomodachi/footer_bg.png") no-repeat;
    background-size: contain;
    width: calc(100% - 53px);
    height: min(28vw, 414px);
    position: absolute;
    bottom: min(8vw, 140px);
    left: calc(50% + 53px);
    transform: translateX(-50%);
  }
}
#contents:has(#otomodachi) .ar_3d {
  display: none;
}

#otomodachi {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #583f00;
  background-color: #fff697;
  padding-top: clamp(2.5rem, 4vw, 5rem);
  width: min(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #otomodachi a:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
#otomodachi .top_txt {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 900;
  text-align: center;
}
#otomodachi .btn {
  margin-top: clamp(3rem, 4vw, 4.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100% - 20px, 600px);
  height: clamp(6.15rem, 9vw, 9rem);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: solid #f7bac4 clamp(0.3rem, 1vw, 0.4rem);
  border-radius: 50px;
  font-size: clamp(2.05rem, 3vw, 3rem);
  font-weight: 900;
  color: #583f00;
  position: relative;
}
#otomodachi .btn::after {
  content: "";
  display: block;
  background: url("/f-character/2019_renew/img/otomodachi/btn_dec.svg") no-repeat;
  background-size: 100%;
  width: clamp(1.64rem, 3vw, 2.4rem);
  min-width: clamp(1.64rem, 3vw, 2.4rem);
  height: clamp(1.64rem, 3vw, 2.4rem);
  min-height: clamp(1.64rem, 3vw, 2.4rem);
  position: absolute;
  top: 50%;
  right: clamp(2.9rem, 4vw, 4.5rem);
  transform: translateY(-50%);
}
#otomodachi .anchor {
  margin-top: clamp(2.7rem, 4vw, 5.2rem);
  width: min(100% - 20px, 790px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  justify-items: center;
}
@media (min-width: 1024px) {
  #otomodachi .anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: min(7vw, 120px);
  }
}
#otomodachi .anchor li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  text-align: center;
  position: relative;
  width: min(66vw, 304px);
  height: 72.5px;
  color: #583f00;
}
#otomodachi .anchor li a::after {
  content: "";
  display: block;
  width: clamp(26.7rem, 35vw, 35.5rem);
  height: clamp(6.35rem, 9vw, 8.5rem);
  position: absolute;
  bottom: calc(clamp(2rem, 3vw, 4rem) * -1);
}
#otomodachi .anchor li:nth-of-type(1) a::after {
  background: url("/f-character/2019_renew/img/otomodachi/anc01.svg") no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  #otomodachi .anchor li:nth-of-type(1) a::after {
    background: url("/f-character/2019_renew/img/otomodachi/anc01_pc.svg") no-repeat;
    background-size: 100%;
  }
}
#otomodachi .anchor li:nth-of-type(2) a::after {
  background: url("/f-character/2019_renew/img/otomodachi/anc02.svg") no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  #otomodachi .anchor li:nth-of-type(2) a::after {
    background: url("/f-character/2019_renew/img/otomodachi/anc02_pc.svg") no-repeat;
    background-size: 100%;
  }
}
#otomodachi section {
  width: min(100%, 920px);
  margin-left: auto;
  margin-right: auto;
}
#otomodachi section > h3 {
  width: clamp(27rem, 36vw, 44.8rem);
  margin-left: auto;
  margin-right: auto;
}
#otomodachi .friendly {
  padding-top: clamp(6.5rem, 9vw, 11.5rem);
}
#otomodachi .friendly_lst {
  margin-top: clamp(3rem, 4vw, 6.5rem) !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 3vw, 7.3rem);
}
#otomodachi .friendly_lst li {
  background-color: #fff;
  border-radius: clamp(1.5rem, 2vw, 2rem);
  padding-block: clamp(1rem, 2vw, 4rem) clamp(2rem, 3vw, 4rem);
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li {
    padding-block: 40px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li .box_ttl {
    padding-left: 60px;
    width: 490px;
  }
}
#otomodachi .friendly_lst li .box_ttl h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: min(2vw, 10px);
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li .box_ttl h4 {
    display: block;
    margin: 0;
  }
}
#otomodachi .friendly_lst li .box_ttl h4 img {
  width: clamp(25rem, 33vw, 40rem);
}
#otomodachi .friendly_lst li .box_ttl h4::before {
  content: "";
  display: block;
  height: clamp(5.75rem, 8vw, 9.6rem);
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li .box_ttl h4::before {
    position: absolute;
    top: -18px;
    left: -42px;
  }
}
#otomodachi .friendly_lst li .box_ttl p {
  margin-top: clamp(1.8rem, 3vw, 2.2rem);
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  rotate: -0.03deg;
  letter-spacing: -1.8px;
}
#otomodachi .friendly_lst li .box .badge_layer {
  width: clamp(11.2rem, 15vw, 18rem);
  height: clamp(11.2rem, 15vw, 18rem);
  min-width: clamp(11.2rem, 15vw, 18rem);
  position: relative;
  margin-right: 17px;
  margin-top: 17px;
}
#otomodachi .friendly_lst li .box .badge_layer img.front {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
#otomodachi .friendly_lst li .box .badge_layer img.back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
}
#otomodachi .friendly_lst li .box .badge_layer.pc {
  display: none;
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li .box .badge_layer.pc {
    display: block;
  }
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li .box .badge_layer.sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(1) .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
  }
}
#otomodachi .friendly_lst li:nth-of-type(1) .box_ttl h4::before {
  /*background: url("/f-character/2019_renew/img/otomodachi/friendly/num01.svg") no-repeat;
  background-size: 100%;
  width: clamp(6.85rem, 9vw, 11.4rem);
  min-width: 68.5px;*/
}
#otomodachi .friendly_lst li:nth-of-type(1) .box_ttl p {
  text-align: center;
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(1) .box_ttl p {
    text-align: left;
  }
}
#otomodachi .friendly_lst li:nth-of-type(1) .box > img {
  width: clamp(19.5rem, 52vw, 39rem);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  #otomodachi .friendly_lst li:nth-of-type(1) .box > img {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(1) .box > img {
    max-width: min(16vw, 300px);
    min-width: 280px;
    transform: rotate(-10deg);
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(2) {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: min(5vw, 58px);
  }
}
#otomodachi .friendly_lst li:nth-of-type(2) .box_ttl h4::before {
  background: url("/f-character/2019_renew/img/otomodachi/friendly/num02.svg") no-repeat;
  background-size: 100%;
  width: clamp(8.175rem, 11vw, 13.6rem);
  min-width: 81.75px;
}
#otomodachi .friendly_lst li:nth-of-type(2) .box .sp_cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .box .sp_cont {
    display: contents;
  }
}
@media (max-width: 1023px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .box .sp_cont p {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 20px;
  }
}
#otomodachi .friendly_lst li:nth-of-type(2) .badge_count {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-top: clamp(1rem, 2vw, 3.6rem);
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .badge_count {
    grid-template-columns: repeat(2, 1fr);
    gap: min(4vw, 50px);
    align-items: flex-start;
    padding-inline: min(5vw, 55px);
  }
}
@media (max-width: 1023px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div {
    padding-right: 16px;
  }
}
#otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div h4 {
  width: clamp(22.8rem, 30vw, 38rem);
}
#otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
#otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div p {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  rotate: -0.03deg;
  letter-spacing: -2px;
  line-height: 1.6;
}
#otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div p:has(wbr) {
  word-break: keep-all;
}
@media (max-width: 1023px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div p {
    padding-left: 18px;
  }
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div p {
    text-align: center;
  }
}
#otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div .img_box {
  width: min(48vw, 318px);
  min-width: 180px;
}
@media (min-width: 1024px) {
  #otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div .img_box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
#otomodachi .friendly_lst li:nth-of-type(2) .badge_count > div > div .img_box span {
  margin-top: clamp(0.5rem, 1vw, 1rem);
  font-size: clamp(1.08rem, 2vw, 1.8rem);
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#otomodachi .badge {
  padding-top: clamp(4rem, 6vw, 8rem);
}
#otomodachi .badge > h3 {
  position: relative;
}
#otomodachi .badge > h3::after {
  content: "";
  display: block;
  background: url("/f-character/2019_renew/img/otomodachi/badge/badge_icon.png") no-repeat;
  background-size: 100%;
  width: clamp(8.6rem, 12vw, 15rem);
  height: clamp(8.6rem, 12vw, 15rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(clamp(3rem, 4vw, 6.7rem) * -1);
}
#otomodachi .badge > strong {
  margin-top: clamp(3rem, 4vw, 6.6rem) !important;
  display: block;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
}
#otomodachi .badge > strong:has(wbr) {
  word-break: keep-all;
}
#otomodachi .plan_bnr {
  margin-top: clamp(2.2rem, 3vw, 6.3rem) !important;
}
#otomodachi .plan_bnr p {
  width: clamp(21.05rem, 28vw, 35.1rem);
  margin-left: auto;
  margin-right: auto;
}
#otomodachi .plan_bnr a {
  display: block;
  margin-top: clamp(1rem, 2vw, 2.6rem);
  width: min(100%, 640px);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
#otomodachi .AR_play {
  margin-top: clamp(3rem, 4vw, 6.6rem) !important;
  background-color: #fff;
  border-radius: clamp(0.75rem, 1vw, 0.9rem);
  overflow: hidden;
  position: relative;
}
#otomodachi .AR_play .start_btn {
  display: block;
  width: 32vw;
  position: absolute;
  bottom: 7vw;
  right: 9vw;
}
@media (min-width: 1024px) {
  #otomodachi .AR_play .start_btn {
    display: none;
  }
}

/*ARphoto*/
#AR_photo {
  width: min(100% - 20px, 800px);
  margin-left: auto;
  margin-right: auto;
}

#AR_photo * {
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.qr_pc {
  display: none;
}

.ar_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ar_list li {
  width: calc(48% - 24px);
  max-width: 470px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 20px;
}

.ar_list li h3 {
  font-size: 110%;
  border-bottom: 8px solid #ffd900;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.btn_sp {
  margin-top: 20px;
}

#AR_photo .ar_list * {
  text-align: center;
}

.btn_sp a {
  display: block;
  border-radius: 100px;
  background: url("/f-character/2019_renew/img/enjoyment/arrow_white.svg") no-repeat right 12px center;
  background-size: 6px;
  background-color: #ed3573;
  color: #fff;
  margin-top: 10px;
  padding: 6px;
  font-weight: bold;
}

.asobikata h3,
.ar_3d h3 {
  width: 80vw;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.asobikata ol {
  background: #fff;
  border-radius: 10px;
  padding: 15vw 10px 10px;
  padding-top: min(13vw, 70px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  top: max(-7.5vw, -40px);
  margin-top: 0 !important;
}

.asobikata li {
  width: 46%;
  max-width: 195px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 0.95em;
  color: #111;
}

.asobikata li dd {
  margin-top: 10px;
  transform: rotate(-0.03deg);
}

.asobikata li dd span {
  color: #e33528;
}

.accordion dd {
  display: none;
}

.accordion {
  margin-bottom: 20px;
}

#AR_photo {
  padding-bottom: 30px;
}

#AR_photo .accordion dt {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 1px solid #000;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 1.3em;
  position: relative;
  transform: rotate(-0.03deg);
  color: #111;
}

#AR_photo .accordion dt::after {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
  background: url("/f-character/2019_renew/img/enjoyment/arrow_red.svg") no-repeat center center;
  background-size: contain;
  transition: 0.5s;
  transform: rotateZ(180deg);
}

#AR_photo .accordion dt.active::after {
  transform: rotateZ(0deg);
}

#AR_photo .accordion dd {
  padding-top: 10px;
  color: #111;
}

#AR_photo .accordion dd li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  transform: rotate(-0.03deg);
}

.suisyou a {
  color: #e33528;
  text-decoration: underline;
}

.ar_3d {
  margin-top: 40px;
}

.ar_3d h3 {
  margin-bottom: 20px;
}

.btn_banner img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

.itemset {
  padding-top: 30px;
}

.itemset h2 {
  margin: 0 auto 2vw;
  width: clamp(28rem, 37vw, 39rem);
}

#AR_photo .ar_list li h3 + div {
  margin-top: 0 !important;
}

.bnr_area{
        margin: 0 auto;
        margin-top: min(8vw,65px);
    }

.bnr_area img{
    border-radius: 8px;
}

/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {
  #enjoyment #coloringbook {
    padding: 30px 20px;
  }
}
/* 320px以下用
---------------------------------------------------------------------*/
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #enjoyment #coloringbook {
    padding: 30px 20px;
  }
  #coloring > ul.itemlist > li:first-child p .pc_none,
  #paper_craft > ul.itemlist > li:first-child p .pc_none {
    display: block;
  }
  /*ARphoto*/
  .qr_pc {
    display: block;
  }
  .btn_sp {
    display: none;
  }
  #coloring > ul.itemlist > li:first-child,
  #paper_craft > ul.itemlist > li:first-child {
    display: flex;
    justify-content: space-between;
  }
  #coloring > ul.itemlist > li:first-child .info_set {
    width: 40%;
    margin-left: 30px;
  }
  #AR_photo .ar_list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(50% - 60px);
    margin-bottom: 20px;
  }
  #paper_craft .itemlist li:first-child .info_set {
    width: 40%;
    margin-left: 30px;
  }
  #AR_photo .ar_list li h3 {
    width: 100%;
    /* font-size: 2.8rem; */
    padding-bottom: 23px;
  }
  #AR_photo .ar_list li h3 + div {
    width: calc(50% - 30px);
    padding-right: 30px;
  }
  #AR_photo .ar_list li .qr_pc {
    width: 50%;
  }
  #AR_photo .ar_list li .qr_pc img + img {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 980px) {
  #contentslink ul {
    max-width: 980px;
  }
    
    .bnr_area{
        max-width: 780px;
    }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
  #contentslink li a:hover {
    opacity: 0.7;
  }
  #enjoyment #coloringbook {
    padding: 0 0 60px;
    margin: 0 auto;
    width: 980px;
  }
  /*#enjoyment #coloringbook h3{
    margin-top:-40px;
  }*/
  #enjoyment #coloringbook p#come_set span {
    font-size: 2rem;
  }
  #enjoyment #coloringbook div {
    position: relative;
    /* margin-top: 30px; */
  }
  /*　上部ぬりえ領域　*/
  #enjoyment #coloringbook p#come_set + div {
    display: flex;
    justify-content: space-between;
  }
  #enjoyment #coloringbook p#come_set + div img {
    width: 710px;
  }
  .info_set {
    /* width: 240px; */
    margin-top: 0 !important;
    /*background: url("../img/enjoyment/img_hsf.png") no-repeat center bottom;*/
  }
  .info_set ul.link_set:not(:first-child) {
    display: block;
  }
  .itemset {
    padding-bottom: 75px;
    margin-bottom: 0;
    padding-top: 64px;
  }
  .itemlist > li:first-child .info_set p {
    justify-content: flex-start;
    padding-top: 0;
    text-align: left;
  }
  .itemlist > li:first-child .info_set ul.link_set li {
    width: 100%;
  }
  .itemlist > li:not(:first-child) .info_set ul.link_set {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .info_set ul.link_set li {
    width: calc((100% - 10px) / 2);
  }
  #coloring > ul.itemlist > li:first-child .info_set,
  #paper_craft > ul.itemlist > li:first-child .info_set {
    width: 25%;
  }
  .info_set p {
    text-align: center;
    padding-top: 30px;
    font-size: 2rem;
  }
  .info_set p span {
    padding-left: 0;
  }
  .info_set p span::before {
    width: 60px;
    height: 30px;
    top: -40px;
    left: 0;
    margin-top: 0;
  }
  ul.link_set li a {
    height: 40px;
    border-radius: 30px;
    font-size: 2.2rem;
    transition: opacity 0.3s;
  }
  ul.link_set li a span {
    padding-right: 22px;
  }
  ul.link_set li a span::before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-top: -9px;
  }
  ul.link_set li a span::after {
    border-width: 4px 0 4px 6.9px;
    right: 5px;
    margin-top: -4px;
  }
  ul.link_set li a:hover {
    opacity: 0.7;
  }
  .itemlist {
    gap: 0 37px;
    justify-content: flex-start;
  }
  .itemlist > li {
    width: calc((100% - 74px) / 3);
    margin-bottom: 53px;
  }
  #AR_photo {
    padding-bottom: 80px;
  }
  #AR_photo .ar_list {
    gap: 38px 40px;
    margin-bottom: 70px;
  }
  #AR_photo .ar_list li {
    /* display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      flex-wrap: wrap;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
      width: calc(50% - 60px); */
    margin-bottom: 0;
  }
  #AR_photo .ar_list li h3 {
    font-size: 2.8rem;
  }
  /* #AR_photo .ar_list li h3+div {
      width: calc(50% - 30px);
      padding-right: 30px;
  }

  #AR_photo .ar_list li .qr_pc {
      width: 50%;
  }

  #AR_photo .ar_list li .qr_pc img+img {
      box-shadow: 0 0 6px rgba(000, 000, 000, 0.45);
      margin-top: 25px;
  } */
  .asobikata ol {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 35px;
    padding-top: 75px;
  }
  .asobikata ol dd {
    font-size: 20px;
  }
  #AR_photo .accordion dt {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
  }
  #AR_photo .accordion dd {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
  }
  .accordion {
    margin-bottom: 25px;
  }
  #AR_photo .accordion dd ul li {
    font-size: 20px;
    line-height: 1.8;
  }
  #AR_photo .accordion dd ul + p {
    margin-top: 45px;
  }
  .ar_3d h3 {
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .ar_3d .btn_banner {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
    
    
}