@charset "UTF-8";
/*------------------- mediaquery -------------------*/
@media screen and (min-width: 1025px){
	h3::before {
		width:60%
	}
}

@media screen and (max-width: 1024px) {
	.hero_global {
		width: 100%;
	}
	.newface_block {
		width: 100%;
	}
	.newface_item {
		margin: 0 auto 2em;
		width: 90%;
	}
}
@media screen and (max-width: 1000px) {
  .container,
  .box {
    width: 100%;
  }
	.hero_block {
		padding-left: 20px;
		transition: .3s;
	}
  .gp_contaier {
    width: 90%;
  }
  .gpb_img img {
    width:100%;
  }
	h3::before {
	  width:90%
	}
}
@media screen and (max-width: 800px) {
	#header_pc {
		width: auto;
		padding: 0 0 0 1em;
		transition: 1s;
	}
	#header_txt {
		right: 2em;
	}

}
@media screen and (max-width: 768px) {
  header {
    position: absolute;
    background: none;
  }
  h1 {display: none;}
  #header_container_sp {
    display: block;
    width: 100%;
		height: 60px;
		box-sizing: border-box;
  }
	#header_txt {
		position: relative;
		right: 0;
		text-align: center;
	}
	.header_logo {
		display: block;
		padding: 0;
  }
	.header_logo img {
		display: inline-block;
		height: 35px;
	}
	.header_logo_sp,
	.header_logo_sp_sub {
		display: none;
	}

  #header_pc {
    display: none;
  }
  #hero {
    background: url('../img/top_img_tablet.jpg') center top no-repeat;
    background-size: contain;
  }
  .hero {
    display: block;
    padding-top: 58.59%;
  }
  .hero_global {
    display: none;
  }
  #ud_hero_dl {
    display: block;
    margin:5px 0;
  }
	#ud_hero_dl p {
	  font-size: 1em;
	  line-height: 2em;
	  color: #f96f41;
		text-align: center;
	}
	#ud_hero_dl p b {
	  font-size: 1.1em;
	  font-weight: bold;
	  font-weight: 500;
	}
	#ud_hero_dl p::before {
	  margin-right: 5px;
		font-size: 1.2em;
	  font-weight: bold;
	  font-family: "Font Awesome 5 Free";
	  content: "\f358";
	}
  .ud_hero_dl li {
    position: relative;
  }
  .ud_hero_dl li:first-child {
    margin-right: 10px;
  }
	#ud_headline_sp {
	  padding: 10px 0;
	}
	.ud_headline_ver {
		display: none;
	}
	.attn_block{
	  margin: 0 auto;
		text-align: center;
	  width: 100%;
	}
	.attn_item {
		margin: 0 auto;
	  width: 90%;
	}
	.attn_item img {
		width: 100%;
	}
	#link_brank {
    padding: 1.5em 0;
  }
  #go_plusmode_before {
    position: relative;
    padding: 20px 0;
    background: #fff;
  }
  .gp_title {
    position: relative;
    width: 100%;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    background: none;
    color: #F96F41;
  }
  .gp_txt {
    width: 90%;
  }
  #go_plusmode {
    padding: 0;
  }
  #go_plusmode::before {
    display: none;
  }
  .gp_contaier {
    display: none;
  }
	.gp_contaier_sp {
		position: relative;
    display: block;
    padding: 20px 0 0;
    background: #F8EDAA;
		width: 100%;
  }
	.gp_contaier_sp::before {
		position: absolute;
	  content: '';
	  top: 0;
	  left: 50%;
	  -webkit-transform: translate(-50%, 0%);
	  transform: translate(-50%, 0%);
	  border:  20px solid transparent;
	  border-top: 20px solid #fff;
	  width: 0;
	  height: 0;
	}
	.jump_plus {
		display:block;
		padding-top: 20px;
		width: 100%;
		background: #fff;
	}

	.gopl_btn a::after {
	  position: absolute;
	  top: 0%;
	  right: 1.5em;
	  font-weight: bold;
	  font-family: "Font Awesome 5 Free";
	  content: "\f054";
	  margin-left: 5px;
	  transition: all .2s;
	}
	.gopl_btn a:hover {
	  opacity: .9;
	}
	.gopl_btn a:hover::after {
	  right: 1.2em;
	}
  .oa_block ul {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_tabmenu,
  .spec_tab_wrap {
    width:100%;
  }

  .go_ud_btn {
    width: 246px;
  }
  #go_appstore {
    padding-bottom: 30px;
  }
  .goa_container {
    width: 100%;
  }
  .goa_comment {
    width: 312px;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 3em;
  }
  .goa_btn {
    display: block;
    margin-top: 10px;
  }
  .goa_btn a {
    position: relative;
    display: block;
    margin: 0 auto 30px;
    font-size: .9em;
    line-height: 3em;
    width: 233px;
    background: #f96f41;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    outline: 0;
  }
  .goa_btn a::after {
    position: absolute;
    top: 0%;
    right: 1em;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    margin-left: 5px;
    transition: all .2s;
  }
  .goa_btn a:hover {
    opacity: .9;
  }
  .goa_btn a:hover::after {
    right: .7em;
  }
	#subcontents {
		width: 100%;
	}
	#subcontents ul{
	  width: 90%;
		display: flex;
		flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: stretch;
	}
	#subcontents ul li {
		width: 50%;
	}
	#recommended-for{
	  width:90%;
	}
	.recommended-for-block {
		width: 90%;
	  padding-left: 20px;
	}
	.recommended-for-block span {
		display: inline-block;
	}
	.recommended-for-block-02{
		margin:0;
		width:100%;
		padding-left:0;
	}
	.recommended-for-block p{
	  font-size:1em;
	}

	.recommended-for-block-02 img{
	  width: 100%;
	}

}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
  #brank {
    padding: 15px 0;
  }
  .attn_txt {
    width: 70%;
  }
	#newface {
	  padding: 30px 0;
	}
}
@media screen and (max-width: 640px) and (min-width: 481px) {
	header {
		height:80px;
	}
	main {
		margin-top: 80px;
	}
	#header_txt {
		margin: 0 auto 5px;
		width: 75%;
	}
	#newface {
		padding: 30px 0;
	}
	.newface_item {
		display: block;
		margin: 0 auto 2em;
		text-align: center;
	}
	.newface_txt p {
	  text-align: left;
	}
	.newface_title {
	  padding: .3em 0 .5em;
	  line-height: 1.25em;
	}

}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4em;
  }
  p {
    font-weight: 400;
  }
  header {
    height: 40px;
  }
  main {
    margin-top: 0px;
  }
  footer {
    padding-bottom: 3em;
  }
   h1 {
        display: block;
        width: 320px;
        height: 83px;
        margin: 10px auto;
        background: url(../img/icn_headerapp.svg) no-repeat;
        background-size: contain;
  }
	.header_logo {
		display: none;
	}
	.header_logo_sp,
	.header_logo_sp_sub {
		display: block;
		padding: 10px 0 0;
	}
	.header_logo_sp img{
		height: 25px;
	}
	.header_logo_sp_sub img{
		height: 40px;
	}
	#header_txt {
		display: none;
	}
  #hero {
		background: url('../img/top_img_sp.webp') center top no-repeat;
    background-size: cover;
  }
	#overlay p.overlay_caption {
		margin-top: 12%;
	}
  .hero {
    display: inline-block;
    padding-top: 135%;
  }
	#ud_hero_dl {
		margin-top: -3px;
		border-bottom: 1px solid #e0e0e0;
		padding-bottom:10px;
	}
	#ud_headline {
	  display:none;
	}
	.ud_headline_frame {
		display: none;
	}
	.ud_headline_frame_sp {
		background: #f0f0f0;
	  border-top:1px solid #e0e0e0;
	  border-bottom:1px solid #e0e0e0;
		margin-bottom: .75em;
		padding: 10px 0;
		display: block;
		color: #f96f41;
		text-align: center;
	}
	.ud_headline_frame_sp b {
		font-size: 1.3em;
		font-weight: 500;
	}
	.ud_headline_frame_sp ul {
		display: flex;
		justify-content: center;
	}
	.ud_headline_frame_sp ul li:first-child {
		margin-right: 30px;
	}

  .pagetop {
    bottom: 5px;
    right: 0;
  }
  .pagetop_kotei,
  .pagetop_kotei a {
    display: none;
  }



	#link_attn_1,
	#link_attn_3,
	#subcontents{
		padding-bottom: 4em;
	}
	.attn_item {
	  width: 100%;
	}
  .attn_connect {
    position: relative;
    display: block;
  }
  .attn_connect_img {
    position: absolute;
		top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .attn_connect_img img {
    width: 16px;
  }
  .attn_txt {
    margin-top: 10px;
    width: 80%;
  }
  .attn_txt p {
    line-height: 1.8em;
  }
	.attn_block{
	  margin: 0 auto;
	  width: 100%;
		text-align: center;
	}
  #go_appstore {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .goa_comment {
    margin-bottom: 25px;
    width: 60%;
  }
  .goa_linkbox li p {
    font-size: 1.1em;
    line-height: 2em;
  }
	#link_brank {
    padding: 1em 0;
  }
  #go_plusmode_before {
    padding-top: 30px;
  }
	.plus_slide-item p {
		width: 100%;
	}
	.plus_thumbnail-list {
		width: 100%;
	}
	#plus_thumbnail-list{
    width: 90%;
  }
	.plus_slider-prev-sp {
    left: 30px;
  }
  .plus_slider-next-sp {
    right: 30px;
  }
	.pslider_card {
    width: 90%;
	}
	.pslider_card_hero {
    margin-bottom: 0;
	}
	.pslider_card_title p.summary_700 {
		font-size: .9em;
	}
	.pslider_card p.txt_700 {
		display: none;
	}
	.pslider_card p.txt_480 {
    display: block;
		margin: 5px 0 10px 10px;
		width: 100%;
		font-size: .9em;
    font-weight: 700;
		line-height: 1.2em;
    text-align: left;
    color: #F96F41;
  }
  .pslider_card p.txt_480::before {
		margin-right: 5px;
    font-size: 1.1em;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    content: "\f164";
  }
	.pslider_img {
    margin: 20px auto 0;
  }
  .pslider_img img {
    margin: 0 auto;
		width: 80%;
  }
	.pslider_item_tablet {
		display: none;
	}
	.pslider_item_sp {
		display: block;
		font-size: 1em;
		font-weight: bold;
		line-height: 4em;
		color: #999;
	}
	.gp_contaier_sp_p {
		width: 320px;
	}
	.gp_contaier_sp_p p {
		font-size: 1.1em;
  }
  #link_news {
    padding-bottom: 40px;
  }
  #link_feature {
    padding-top: 50px;
  }

  .spec_tab_wrap {
    width:100%;
    margin-bottom:0;
  }

  .go_ud_btn {
    margin-top: 20px;
  }
  .feature_area ul.feature_area_ul {
    display: block;
    margin-top: 0;
  }
  .feature_area ul li,
  .feature_area ul li.feature_block{
    width: 100%;
  }
  .feature_spec_cell {
    width: 100%;
    font-size: 1em;
  }
  .feature_spec_cell p.b {
      margin-bottom: 10px;
  }
  ul li .support_img {
    width: auto;
  }
  .authority_area {
    width: 90%;
  }
  .authority_title {
    text-align: left;
  }
  .authority_block {
    font-size: 1em;
  }
  .authority_ct1{
    width: 25%;
  }
  .authority_ct2 {
    width: 75%;
  }
  .spec_tab_panel {
    padding-bottom:0;
  }
  #other_app {
    margin-top: 0px;
    background: url('../img/bg_other_app_sp.webp') center top no-repeat;
    background-size: cover;
  }
  .other_app_home {
    margin: 0 auto;
    padding: 40px 0;
  }
  .oa_title {
    margin: 0 auto 40px;
    width: 90%;
  }
  .oa_block ul {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .oa_block ul li {
    /* width: 162px; */
    /* padding: 20px 0 0; */
    justify-content: center;
  }
  .oa_block ul li:last-child {
    padding-right: 0;
  }
  .oa_block ul li a p{
    font-weight: bold;
    font-weight: 500;
    font-size: 1em;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
	.order5 {
		order: 5;
	}
	.order6 {
		order: 6;
	}
  .oa_norikae {
    margin: 0 auto;
  }
  .footer_sns_area ul li {
    padding: 0;
  }
	#newface {
		padding: 30px 0 15px;
	}
	.newface_item {
		display: block;
		margin: 0 auto 2em;
		text-align: center;
	}
	.newface_txt p {
		font-size: 1em;
	  text-align: left;
	}
	.newface_title {
	  padding: .5em 0 .75em;
	  line-height: 1.25em;
	}
	#subcontents ul{
	  width: 100%;
	}
	#subcontents ul li {
		padding: 20px;
	  width: 50%;
	  border: 0;
		box-sizing: border-box;
	}
	#subcontents ul li p {
	  font-size:1em;
		line-height: 2em;
	}
	#subcontents ul li p.small {
	  font-size: .9em;
	}
}
@media screen and (max-width: 375px){
  h1 {
    display: block;
    /* margin-left:100px; */
  }
  .slider-prev-sp{
    left: -25px;
  }
  .slider-next-sp {
    right: -25px;
  }
  .goa_linkbox {
    margin-bottom: 0;
    width: 90%;
  }
  .goa_linkbox li a img {
    height: 50px;
  }
	.newface_img img {
		width: 100%
	}
}
@media screen and (max-width: 320px){
  h2 {
    font-size:0.7em;
  }
  h3 {
    font-size: 1.5em;
  }
	.header_logo {
		padding: 10px 0;
	}
	.header_logo img {
		height: 20px;
	}
	#ud_hero_dl p {
		font-size: .9em;
	}
	#ud_hero_dl p b {
		font-size: .9em;
	}
  .goa_linkbox li a img {
    width: 100%;
  }
  .gopl_btn a{
    width: 80%;
  }

  .oa_norikae img {
    width: 90%;
  }
  .oa_block ul li {
    width: 152px;
  }
  .oa_title p {
    font-size: 1.5em;
  }
  .footer_sns_area ul li {
    width:80px;
  }
	.overlay_applink a img {
		height: 48px;
	}
}
