@charset "UTF-8";
/* -----------------------------------------
 Reset
------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul,ol{
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
em {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color:rgba(0,0,0,.0);/*透明*/
}
a:focus, *:focus { outline:none; }
div{
  -webkit-tap-highlight-color:rgba(0,0,0,.0);/*透明*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
.hidden{
  overflow: hidden;
}
sup{
  font-size: 60%; 
  vertical-align: top;
  position: relative;
  top: -0.2em; 
}
.shadow{
  text-shadow: 0 0 20px black,2px 2px 10px black;
}
*, :after, :before {
  box-sizing: border-box;
}

/* -----------------------------------------
 フォント
------------------------------------------- */
@font-face { font-family: 'googlesans'; src: url("../font/GoogleSans-Regular.ttf") format("truetype"); font-style: normal; font-weight: normal; }
@font-face { font-family: 'googlesans'; src: url("../font/GoogleSans-Bold.ttf") format("truetype"); font-style: normal; font-weight: bold; }
/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: calc(100vw/39);
}
body {
  line-height: 1.5;
  color: #fff;
  background: #fff;
  font-size: 1.6rem;
  font-family: 'googlesans', 'Noto Sans JP';
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.opa0{ opacity: 0 }
.shadow{
  text-shadow: 3px 3px 1px rgba(0,0,0,0.3);
}
/* -----------------------------------------
 レイアウト
------------------------------------------- */
.stage{
  position: relative;
  color: #5e5e5e;
  background-color: #F0F4F7;
}
.stage.white{
  background-color: #fff;
}
.white-bg{
  background-color: #fff;
}
.main {
  margin: 0 auto;
}
.stage p {
  line-height: 1.5;
}
.page-contents{
  z-index: 1;
  position: relative;
}
.page-contents.home {
  padding: 2.4rem 2rem;
}
.home .main{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-contents .docomo{
  background-color: #fff;
}

/* -----------------------------------------
 その他 UI
------------------------------------------- */
/*ユーザーセレクト none */
img, h1, div, p, a{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* -----------------------------------------
 文字装飾
------------------------------------------- */
.white{
  color: #fff;
}
.bold {
  font-weight: bold;
}
.red{
  color: #E94235;
}
.comment{
  margin-top: 2rem;
  font-size: 1.2rem;
}
.normal {
  font-weight: normal;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.block{
  display: block;
}
.posabs{
  position: absolute;
}
.fs60 {
  font-size: 6rem !important;
}
.fs56 {
  font-size: 5.6rem !important;
}
.fs52 {
  font-size: 5.2rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs40 {
  font-size: 4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs30 {
  font-size: 3rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs10 {
  font-size: 1rem !important;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: .5rem;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb25 {
  margin-bottom: 2.5rem;
}
.mb30 {
  margin-bottom: 3rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.mb50 {
  margin-bottom: 5rem;
}
.mb60 {
  margin-bottom: 6rem;
}
.mb1e {
  margin-bottom: 1em;
}
.mb2e {
  margin-bottom: 2em;
}
.mt30 {
  margin-top: 3rem;
}
.mt1e {
  margin-top: 1em;
}
.ml10 {
  margin-left: 1rem;
}
.mr10 {
  margin-right: 1rem;
}
.mr20 {
  margin-right: 2rem;
}
.pt40 {
  padding-top: 4rem;
}
.pb40{
  padding-bottom: 4rem;
}
.pt0 {
  padding-top: 0;
}
.pr15 {
  padding-right: 1.5rem;
}
.pl10 {
  padding-left: 1rem;
}
.pl15 {
  padding-left: 1.5rem;
}
sup {
  position: relative;
  top: -0.1em;
  left: 0;
  vertical-align: top;
  font-size: 60%;
  font-weight: normal;
}

/* -----------------------------------------
 共通
------------------------------------------- */
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:active {
  color: #d00;
  text-decoration: none;
}
a.link:link {
  color: inherit;
  text-decoration: underline;
}
a.link:visited {
  color: inherit;
  text-decoration: underline;
}
a.link:active {
  color: inherit;
  text-decoration: none;
}
/* Clear Fix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}
/* disc */
ul.disc li {
  position: relative;
  padding-left: 1.3em;
}
ul.disc li + li {
  margin-top: .3em;
}
ul.disc li::before {
  content: "";
  position: absolute;
  width: .5rem;
  height: .5rem;
  background: #198AA5;
  border-radius: 50%;
  left: .3em;
  top: .5em;
}

/* -----------------------------------------
shop-link
------------------------------------------- */
.shop-link{
  position: fixed; bottom:0;
  background: rgba(255,255,255,.9);
  width: 100%;
  z-index: 999;
  padding: .7em 1em .8em;
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  opacity:0;
}
.shop-link a{ 
  display: inline-block; 
  background-color: #c03;
  color: #fff;
  font-weight: bold;
  border-radius: 1em;
  line-height: 1;
  padding: .6em 1em .5em;
}

/* -----------------------------------------
TOP
------------------------------------------- */
.mv {
  max-width: 76.8rem;
  margin: 0 auto;
  position: relative;
}
.page-contents.home .cat-banner{
  width: calc((100% - 2rem) / 2);
  margin-bottom: 2rem;
}
.page-contents.home .cat-banner:nth-child(odd){
  margin-right: 2rem;
}
.page-contents.home .cat-banner a{
  display: block;
  position: relative;
  min-height: 100%;
  /*padding: 2rem 2rem 5.2rem;*/
  background: #fff;
  border-radius: 1em;
  text-align: center;
  overflow: hidden;
}
.page-contents.home .cat-banner a .product-img {
  position: relative;
  /*margin-bottom: 1rem;*/
  text-align: center;
}
.page-contents.home .cat-banner a .product-img img {
  width: 100%;
}
.page-contents.home .cat-banner .career {
  position: relative;
  margin-bottom: 1rem;
}
.page-contents.home .cat-banner .career::before {
  content: "";
  display: block;
  padding-top: 30%;
}
.page-contents.home .cat-banner .career .logo-au {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 28.5%;
}
.page-contents.home .cat-banner .career .logo-uq {
  position: absolute;
  top: 59%;
  right: 0;
  left: 0;
  margin: auto;
  width: 57.5%;
}
.page-contents.home .cat-banner.cat-p8p a{
  background: #DBEAFF;
}
.page-contents.home .cat-banner.cat-8 a{
  background: #EBECEC;
}
.page-contents.home .cat-banner.cat-p7p a{
  background: #E2EEE9;
}
.page-contents.home .cat-banner.cat-7 a{
  background: #F4F8E7;
}
.page-contents.home .cat-banner.cat-7a a{
  background: #C8DDEE;
}
.page-contents.home .cat-banner.cat-6a a{
  background: #EBECEC;
}
.page-contents.home .cat-banner p {
  display: block;
  color: #5D5E5E;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
.page-contents.home .cat-banner .new{
  display: block;
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 3.5em;
  padding: .1em .3em;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  background-color: #EA4335;
  box-sizing: border-box;
}
/* -----------------------------------------
 各製品TOP
------------------------------------------- */
.page-contents .cat-banner{
  width: 100%;
}
.page-contents .page-heading {
  padding: .5em 0;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.contents-block .page-heading.menu{
  padding: 2.1rem 0 1.8rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  /*background-color: #fff;*/
}
.contents-block p.page-subheading{
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #EB5505;
  margin: 1.5rem 0 1rem;
}
.contents-block p.page-subheading.green{
  color: #93ACA6;
}
.contents-block p.page-subheading.gray{
  color: #5E5E5E;
}
.contents-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}
.contents-menu.ct-center {
  justify-content: center;
}
.contents-menu li {
  width: calc((100% - 1.2rem) / 2);
}
.contents-menu li:nth-child(even) {
  margin-left: 1.2rem;
}
.contents-menu li:nth-of-type(n+3) {
  margin-top: 1.2rem;
}
.contents-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  overflow: hidden;
  color: #000000;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.contents-menu li a.current {
  color: #000 !important;
  background-color: #D5D5D5 !important;
}
.contents-menu .thumbnail {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.contents-menu .thumbnail.border {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: .6rem .6rem 0 0;
}
.contents-menu .thumbnail::before {
  content: "";
  display: block;
  padding-top: 36.47%;
}
.contents-menu p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.6em;
  padding: .5em 0;
  line-height: 1.3;
  background-color: #ffffff;
}
.contents-menu p.green {
  background-color: #CDDECB;
}
.contents-menu p.gray {
  background-color: #eee;
}
.contents-menu li a.current p {
  color: #000 !important;
  background-color: #D5D5D5 !important;
}
.function-menu{
  width: 100%;
  max-width: 70rem;
  border: solid 1px #ccc;
  border-radius: .5rem;
  margin: 0 auto;
}
.function-menu a .img{
  width: 70%;
  margin: 2rem auto 0;
}
.function-menu a p{
  background-color: #eee;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: .5em 0;
}
/* -----------------------------------------
 ボタン
------------------------------------------- */
.btn-text {
  margin-bottom: 1.8rem;
  color: #652A96;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.btn-top-txt {
  margin-bottom: 1rem;
  color: #133D3E;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.photo-link-wrap {
  max-width: 32rem;
  margin: 0 auto;
}
.photo-link-btn {
  display: block;
  padding: 1.5rem 1.4rem;
  color: #133D3E !important;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: .7rem;
  text-align: center;
  background: #FFF500;
}
.btn{
  background-color: #EB5505;
  color: #fff !important;
  padding: .75em 1em;
  display: inline-block;
  border-radius: .3em;
  line-height: 1;
}
.btn.large{
  font-size:2.8rem;
  padding: .75em 2em;
  min-width: 10em;
  font-weight: bold;
}
/* -----------------------------------------
 ヘッダー
------------------------------------------- */
.header{
  padding: 2rem 0;
  z-index: 2;
  position: relative;
}
.header-inner{
  width: 100%;
  padding: 0 1rem 0;
  margin: inherit;
  display: flex;
  justify-content:space-between;
  align-items: flex-end;
}
.navi-logo {
  position: relative;
  /*background-color: #fff;*/
  display: flex;
  align-items: flex-end;
}
.navi-logo a{ display: inline-block; white-space: nowrap; padding-top: .6rem; padding-left: 1.6rem;}
.navi-logo a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: .5rem;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-bottom: .2rem solid #000000;
  border-left: .2rem solid #000000;
  transform: rotate(45deg);
}
.navi-logo img {
  display: block;
  width: 5.3rem;
/*  height: 2.4rem;*/
  height: auto;
  margin-right: 3rem;
}
.navi-logo img.docomo {
  width: 9rem;
  height: auto;
  vertical-align: bottom;
  margin-right: 1.5rem;
}
.navi-logo img.logo-au {
  width: 5.3rem;
  height: auto;
  vertical-align: top;
  margin-right: 1.3rem;
}
.navi-logo img.logo-uq {
  width: 10.7rem;
  height: auto;
  vertical-align: top;
  margin-right: 3rem;
}
.header-inner ul{
  flex: 1;
  display: flex;
  justify-content:flex-end;
  align-items: center;
}
.header-inner ul li{
  display: none;
}
.header-inner ul li + li{
  margin-left: .6rem;
}
.header-inner ul li a{
  color: #000;
  margin-left: auto;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  padding: .2rem 1rem;
  font-size: 13px;
  border: 1px solid #000;
  border-radius: 7px;
}
.contents-banner {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
.contents-banner .page-contents{
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  border-top: solid 1px #ccc;
}
.contents-banner .inner {
  display: block;
  position: relative;
  text-align: center;
}
.contents-banner h1.inner {
  padding: 6rem 6rem 3rem;
}
.contents-banner .logo{
  width: 100%;
  max-width: 48rem;
  box-sizing: border-box;
}
.contents-banner .bnr-logo {
  position: absolute;
  top: 31.55%;
  left: 7.69%;
  width: 54.61%;
}
.contents-banner .bnr-text {
  position: absolute;
  top: 66.5%;
  left: 10.51%;
  width: 39.48%;
}
.contents-banner .top-txt{
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.3em 0;
}

/* -----------------------------------------
 メニュー
------------------------------------------- */
.menu{
  padding: 1.2rem 1.4rem;
}
.menu-text{
  display: flex;
  width: 100%;
}
.menu-text li{
  flex: 1;
}
.menu-text li:not(:first-child){
  margin-left: 1rem;
}
.menu-text li a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .7em 0;
  border-radius: .5rem;
  line-height: 1.3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #652A96;
}
.menu-text li a.current{
  color: #000;
  background-color: #fff;
}
/* sub-menu-text */
.sub-menu-text{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sub-menu-text li a{
  display: inline-block;
  padding: 1.2em .1em 0;
  line-height: 1.3;
  color: #B7BBBE;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.sub-menu-text li a span {
  display: inline-block;
  padding: .2em 0;
  border-bottom: .1rem solid transparent;
}
.sub-menu-text li a.current span {
  color: #fff;
  border-bottom-color: #fff;
}
.sub-menu-text.center-mode {
  justify-content: center;
}
.sub-menu-text.center-mode li:not(:first-child) {
  margin-left: 2rem;
}

/* -----------------------------------------
 フッター
------------------------------------------- */
.footer-wrap{
  padding: 3.5rem 0 10rem;
  text-align: center;
  background-color: #fff;
}
.footer-wrap .footer-logo {
  margin: 0 auto 3.2rem;
}
.footer-wrap .footer-logo img {
  width: 100%;
  max-width: 17rem;
  vertical-align: top;
}
.footer-wrap .copyright {
  color: #707070;
  font-size: 1.2rem;
}

/* -----------------------------------------
 コンテンツ
------------------------------------------- */
.contents-block {
  color: #000000;
  /*background: #fff;*/
}
.contents-block p{
  color: #5e5e5e;
}
.menu + .contents-block {
  padding-top: 0;
}
.page-head {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 6.4rem;
  padding: 1rem 6.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  background-color: #999;
  color:#fff;
}
.page-head .page-title {
  text-align: center;
}
.page-head [class*="btn-"] {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  margin: auto;
  font-size: 1.6rem;
}
.page-head .btn-prev {
  left: 0;
  padding-left: .5rem;
}
.page-head .btn-next {
  right: 0;
  padding-right: .5rem;
}
.page-head [class*="btn-"] span {
  display: inline-block;
  position: relative;
  padding: .4em .8em;
  border-radius: .5rem;
  font-size: 1.4rem;
  color: #fff;
}
.page-head .btn-prev span {
  padding-left: 1.6em;
}
.page-head .btn-next span {
  padding-right: 1.6em;
}
.page-head [class*="btn-"] span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  transform: rotate(45deg);
}
.page-head .btn-prev span::before {
  left: 1rem;
  border-bottom: .2rem solid #fff;
  border-left: .2rem solid #fff;
}
.page-head .btn-next span::before {
  right: 1rem;
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
}
.page-heading {
  padding: 1em 0;
  color: #000000;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.page-heading .sub-text {
  /* color: #5e5e5e; */
  font-size: 1.6rem;
}
.main-text {
  margin-bottom: 1.3em;
  font-size: 1.8rem;
  text-align: center;
}
.main-contents {
  position: relative;
  padding: 0 1.8rem 4rem;
  color: #000;
  overflow:hidden;
}
.main-heading {
  margin-bottom: .7em;
  color: #5e5e5e;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.main-sub-heading {
  margin-bottom: 2rem;
  padding: .35em .5em;
  border-radius: .7rem;
  color: #652A96;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  background-color: #fff;
}
.bottom-btn {
  margin-top: .4rem;
  margin-bottom: 2.8rem;
  padding-bottom: 5.8rem;
  text-align: center; 
}
a.return-top {
  display: inline-block;
  padding: .5em .8em;
  border-radius: .5rem;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #fff;
  color: #000000;
}
a.return-top span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}
a.return-top span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-bottom: .2rem solid #000000;
  border-left: .2rem solid #000000;
  transform: rotate(45deg);
}
.main-photo{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-photo::before{
  content: "";
  display: block;
  padding-top: 89%;
}
.label-block {
  margin-top: -.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.label {
  display: inline-block;
  padding: .3em .5em;
  border: .2rem solid #133D3E;
  border-radius: .4rem;
  line-height: 1.3;
  color: #133D3E;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.attention{
  font-size: 1.1rem;
  margin-top: 4rem;
  text-align: left;
  color: #707070;
}
.attention.txt-center{
  text-align: center !important;
}
.balloon {
  margin-bottom: 1.2em;
  font-size: 2.1rem;
  text-align: center;
}
.balloon span {
  display: inline-block;
  position: relative;
  padding: 0 1.6em;
  font-weight: bold;
  color:#000;
}
.balloon span::before,
.balloon span::after {
  content: "";
  display: block;
  position: absolute;
  top: .2em;
  bottom: 0;
  margin: auto;
  width: .2rem;
  height: 1.4em;
  background-color: #000;
}
.balloon span::before {
  left: .5em;
  transform: rotate(-40deg);
}
.balloon span::after {
  right: .5em;
  transform: rotate(40deg);
}
/* tab */
.tab-contents .tab-block {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.tab-contents .tab-block.is-current {
  display: block;
  opacity: 1;
}
.select-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 .7rem;
}
.select-btn li {
  flex: 1;
  margin: 0 .3rem;
}
.select-btn a {
  display: block;
  padding: 0.5em 0.5em 0.3em;
  border: 1px solid #5E5E5E;
  border-radius: 1.3em;
  color: #5E5E5E;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}
.select-btn a.is-current {
  font-weight: bold;
  background-color: #D5D5D5;
}
/* 操作説明から体験ページへ戻るボタン */
.wrapper-back-taiken{
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
a.btn-back-taiken {
  display: inline-block;
  padding: .5em .8em;
  border-radius: .5rem;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #fff;
  color: #000000;
  border: 1px solid #ccc;
}
a.btn-back-taiken span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}
a.btn-back-taiken span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-bottom: .2rem solid #000000;
  border-left: .2rem solid #000000;
  transform: rotate(45deg);
}
.wrapper-main-text{
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  gap: .9rem;
  padding: 0 .9rem;
}
.wrapper-main-text .main-text{
  flex: 1;
}
.wrapper-main-text .main-text-nobtn{
  text-align: center;
  margin: 0  auto 1.3em;
}
.wrapper-main-text a{
  margin-bottom: 1.3em;
}
.wrapper-main-text img{
  width: 9rem;
}
.sound_btn {
  position: absolute;
  content: "";
  display: block;
  background: rgba(255, 255, 255, .7) url("../img/sound_off.svg") center center no-repeat;
  background-size: 70% auto;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3rem;;
  bottom: 1rem;
  right: 1rem;
}
.sound_btn.active {
  background: #fff url("../img/sound_on.svg") center center no-repeat;
}
.border-r3{
  overflow: hidden;
  border-radius: 3rem;
}

/* -----------------------------------------
 レスポンシブ設定
------------------------------------------- */
/* tablet */
@media screen and (min-width:640px) {
  html {
    font-size: 62.5%;
    font-size: calc(1em*.625);
  }
  .contents-block .page-heading.menu{
    padding: 3.2rem 0 1.8rem;
    font-size: 2.1rem;
  }
  .navi-logo img.docomo{
    width: 12rem;
    margin-right: 2.6rem;
  }
  .header-inner{
    margin: 0 auto;
    padding: 0 2rem;
  }
  .header-inner ul li + li {
    margin-left: .8rem;
  }
  .header-inner ul li a{
    margin-left: auto;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    padding: .4rem 2rem;
    font-size: 16px;
    border-radius: .5rem;
  }
  .contents-banner .top-txt{
    font-size: 2.8rem;
  }
  .page-head {
    padding-right: 8.7rem;
    padding-left: 8.7rem;
    font-size: 1.8rem;
  }
  .page-head [class*="btn-"] span {
    font-size: 1.6rem;
  }
  .page-contents.home {
    padding: 3.6rem 4rem;
  }
  .side-menu {
    padding: 0 4rem 3.6rem ;
  }
  .contents-menu{
    padding: 0 3.6rem 4rem;
  }
  .contents-menu li {
    width: calc((100% - 4rem) / 3);
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(2n) {
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(3n+1) {
    margin-left: 0;
  }
  .contents-menu li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .contents-menu li:nth-of-type(n+4) {
    margin-top: 2rem;
  }
  .contents-menu li a {
    font-size: 1.6rem;
  }
  .main-contents menu{
    padding: 0 3.6rem 3.6rem;
  }
  .contents-block p.page-subheading{
    font-size: 2.4rem;
    margin: 3rem 0 2rem;
  }
  .page-heading {
    font-size: 2.4rem;
  }
  .page-head .btn-prev {
    padding-left: 2rem;
  }
  .page-head .btn-next {
    padding-right: 2rem;
  }
  .attention{ font-size: 1.2rem; 
    text-align: center; 
    margin-top: 4rem;
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
  }
  .attention.txt-left{ text-align: left; }
  .function-menu a p{
    font-size: 1.6rem;
    padding: 1em 0;
  }
  .home .main {
    justify-content: center;
  }
  .page-contents.home .cat-banner{
    width: calc((100% - 4rem) / 2);
    margin-right: 3rem;
  }
  .page-contents.home .cat-banner:nth-child(odd) {
    margin-right: 3rem;
  }
  .page-contents.home .cat-banner:nth-child(2n) {
    margin-right: 0;
  }
  .page-contents.home .cat-banner:last-child {
    margin-right: 0;
  }
  .page-contents.home .cat-banner p {
    font-size: 2.4rem;
  }
  .select-btn a {
    font-size: inherit;
  }
  .wrapper-main-text{
    width: 640px;
    margin: 0 auto;
  }
  .wrapper-main-text img{
    width: 10rem;
  }
}
/* small pc */
@media screen and (min-width:960px) {
  .header-inner{
    max-width: 96rem;
    margin: 0 auto;
    padding: 0;
  }
  .page-contents.home {
    padding-bottom: 4rem;
  }
  .page-contents .docomo {
    background-color: #fff;
  }
  .bottom-btn {
    margin-top: 4rem;
    margin-bottom: 5.8rem;
    padding-bottom: 6rem;
  }
  .btn-index{
    margin-top: 0;
    margin-bottom: 6rem;
  }
  .main {
    max-width: 96rem;
  }
  .page-contents.home {
    padding: 3.6rem;
  }
  .main-contents {
    padding: 1.5rem 3.6rem 5.5rem;
  }
  .main-contents.menu{
    padding: 0 ;
  }
  .contents-banner .page-contents{
    border-top:none;
  }
  .contents-banner .inner {
    max-width: 96rem;
    margin: 0 auto;
  }
  .contents-banner .top-txt{
    font-size: 2.8rem;
  }
  .main-photo::before {
    padding-top: 73.86%;
  }
  .contents-menu {
    max-width: 96rem;
  }
  .contents-menu li a {
    font-size: 1.6rem;
  }
  .page-head {
    font-size: 2rem;
  }
  .page-head [class*="btn-"] span {
    padding: .5em 1.1em;
    font-size: 1.6rem;
  }
  .page-head .btn-prev span {
    padding-left: 1.6em;
  }
  .page-head .btn-next span {
    padding-right: 1.6em;
  }
  .page-heading {
    padding: .8em 0;
    font-size: 2.8rem;
  }
  /*.main-text {
    margin-bottom: 1.7em;
  }*/
  .main-heading {
    font-size: 2rem;
  }
  .home .main {
    max-width: 72rem;
  }
/*
  .page-contents.home .cat-banner{
    width: calc((100% - 6rem) / 4);
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .page-contents.home .cat-banner:last-child{
    margin-right: 0;
  }
*/
  .wrapper-main-text{
    width: 68%;
    margin: 0 auto;
  }
}
/* large pc */
@media screen and (min-width: 1280px) {
  .home .main {
    max-width: 120rem;
    margin: 0 auto;
  }
  .page-contents.home .cat-banner{
    width: calc((100% - 8rem) / 5.5);
    /*width: calc((100% - 8rem) / 4);*/
    margin-right: 3rem;
  }
  .page-contents.home .cat-banner:nth-child(2n) {
    margin-right: 3rem;
  }
  .page-contents.home .cat-banner:last-child {
    margin-right: 0;
  }
/*
  .page-contents.home .cat-banner:nth-child(n+4) {
    margin-right: 0;
  }
*/
}

@media screen and (min-width:960px) {
  .hide-pc.show-tb {
    display: none;
  }
  .header-inner ul li a{
    margin-left: auto;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    padding: .4rem 2rem;
    font-size: 1.6rem;
    border-radius: .5rem;
  }
}
@media screen and (max-width:959px) {
  .hide-pc.show-tb {
    display: inline-block;
  } 
}
@media screen and (min-width:640px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width:639px) {
/*
  .mv {
  max-width: 60rem;
  margin: 0 auto;
  padding-bottom: 5rem;
  position: relative;
  text-align: center;
}
*/
  .hide-sp {
    display: none;
  }
  .navi-logo {
    font-size: 1.4rem;
  }
  .navi-logo img {
    width: 3.8rem;
/*    height: 1.8rem !important;*/
    margin-right: 2rem;
  }
  .navi-logo img.logo-au {
    width: 3.8rem;
    height: auto !important;
    margin-right: .8rem;
  }
  .navi-logo img.logo-uq {
    width: 8rem;
    height: auto !important;
    margin-right: 2rem;
  }
  .header{
    padding: 0.5rem 0 0.8rem !important;
  }
  .header-inner{
    padding: 0 1.5rem 0 1rem !important;
  }
  .footer-wrap .footer-logo img {
    max-width: 16rem !important;
  }
  .footer-wrap .footer-logo img.logo-uq {
    max-width: 9.8rem !important;
    margin-left: 1rem;
  }
  .btn.large{
    font-size: 2.1rem;
  }
  .page-contents.home {
    padding-bottom: 1rem;
  }
  .page-contents.home .cat-banner p {
    font-size: 2rem;
  }
  .page-contents.home .cat-banner .new{
    bottom: 1.5rem;
    font-size: 1.3rem;
   }
  .page-contents.home .cat-banner .career {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .page-contents.home .cat-banner a{
    padding: 0;
  }
  .page-contents.home .cat-banner a .product-img img {
    width: 100%;
  }
  a.return-top{ font-size: 1.6rem; }
  a.return-top span,
  .navi-logo a{ font-weight: normal; }
  .page-head{
    min-height: 4rem;
  }
  .main-text {
    font-size: 1.6rem;
  }
  .page-head [class*="btn-"] span{
    font-size: 1.4rem;
  }
  .page-head .btn-next span{
    padding-right: 1.6em;
  }
  .page-head .btn-prev span {
    padding-left: 1.6em;
  }
  .contents-banner h1.inner {
    padding: 5rem 6rem 3rem;
  }
}
/* large pc */
@media screen and (min-width:1280px) {
  .docomo .main{
    max-width: 96rem;
    margin: 0 auto;
  }
  .main {
    flex-grow: 1;
    flex-basis: 0;
    max-width: none;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .contents-menu {
    max-width: 128rem;
    margin: 0 auto;
    padding: 0 3.6rem;
  }
  .contents-menu li {
    width: calc((100% - 6rem) / 4);
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(2n) {
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(3n+1) {
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(4n+1) {
    margin-left: 0;
  }
  .contents-menu li:nth-of-type(n+4) {
    margin-top: 0;
  }
  .contents-menu li:nth-of-type(n+5) {
    margin-top: 2rem;
  }
  .page-contents.docomo {
    display: flex;
    max-width: 128rem;
    margin: 0 auto;
  }
  .page-contents.docomo .main {
    flex-grow: 1;
    flex-basis: 0;
    max-width: none;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .side-menu {
    width: 33rem;
    height: 100%;
    margin-left: 4rem;
    padding: 1.5rem 0 0;
  }
  .side-menu .contents-menu {
    display: block;
  }
  .side-menu .contents-menu li {
    width: auto;
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-child(2n) {
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-child(3n+1) {
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-of-type(n+2) {
    margin-top: .2rem;
  }
  .side-menu .contents-menu li a {
    display: flex;
    width: 100%;
    border-radius: 0;
  }
  .side-menu .contents-menu .thumbnail {
    width: 14rem;
  }
  .side-menu .contents-menu p {
    flex-grow: 1;
    flex-basis: 0;
    justify-content: flex-start;
    min-height: 3.8em;
    padding: .5em .5em;
    font-size: 1.6rem;
    text-align: left;
  }
}

/* watch　*/

/*パンクズ*/
.stage.watch .navi-logo a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: .5rem;
  bottom: 0;
  left: -2px;
  width: 1.4rem;
  height: 1.2rem;
  background-image: url("../img/pixel-watch/home_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  border-bottom: none;
  border-left: none;
  transform: rotate(0);
}
.stage.watch .breadcrumbs{
  padding-left: 2.8rem;
  position: relative;
}
.stage.watch .breadcrumbs::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: .2rem;
  left: .8rem;
  width: .8rem;
  height: .8rem;
  margin: auto;
  border-bottom: .1rem solid #000000;
  border-right: .1rem solid #000000;
  transform: rotate(-45deg);
}

/*ベース*/
.watch .cat-banner{
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
.stage.watch{
  background-color: #ECECF2;
}
.watch .comment{
  color: #808080;
}
.watch .comment a{
  color: #808080;
}
.watch footer{
  padding: 2rem 0 0;
  background-color: #fff;
}
.onenumber_banner, .cp_banner{
  width: 90%;
  max-width: 50rem;
  margin: 0 auto 20px;
  display: block;
}
.watch .comment{
  width: 100%;
  max-width: 60rem;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: solid 1px #4E6187;
}

/* watch 中面base */
/*nav*/
.watch .case_nav{
  width: 100%;
  display: flex;
  justify-content: center;
}
.watch .case_nav .icon_case{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #CACFDB;
  color: #fff;
  font-size: 1rem;
  padding-top: 1rem;
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 1.1;
  margin: 0 2rem;
}
.watch .case_nav div.icon_case{
  background-color: #4E6187;
  position: relative;
}
.watch .case_nav div.icon_case::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -2rem;
  margin: auto 0;
  width: .8rem;
  height: .8rem;
  border-bottom: .1rem solid #4E6187;
  border-left: .1rem solid #4E6187;
  transform: rotate(45deg);
}
.watch .case_nav div.icon_case::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: -2rem;
  margin: auto 0;
  width: .8rem;
  height: .8rem;
  border-bottom: .1rem solid #4E6187;
  border-right: .1rem solid #4E6187;
  transform: rotate(-45deg);
}
.watch .case_nav .icon_case span{
  display: block;
  font-size: 2.3rem;
  line-height: 1;
}

.watch .case_mv{
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
.watch .contents-ttl-block{
  border-image: linear-gradient(#4E6187,#4E6187) fill 0//0 100vw 0 100vw;
  padding: 1rem 0 2rem;
  color: #fff;
  text-align: center;
}
.watch .contents-ttl{
  font-size: 2.9rem;
  font-weight: 600;
}
.watch p.contents-ttl-sub{
  font-size: 2.3rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #3C3736;
}
.watch .contents-block{
  position: relative;
  padding: 2rem;
  overflow: hidden;
}
.watch .contents-block.case::before{
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 20px solid #ECECF2;
  border-top: 0;
}
.watch .title_line_r{
  font-size: 1.8rem;
  padding-right: 1rem;
  text-align: right;
  border-right: solid 5px #4E6187;
  margin-bottom: 1rem;
}
.watch .title_line_l{
  font-size: 1.8rem;
  padding-left: 1rem;
  text-align: left;
  border-left: solid 5px #4E6187;
  margin-bottom: 1rem;
}
.watch a.return-top{
  border-bottom: solid 1px #000;
  border-radius: 0;
  position: relative;
  padding: .5em .5em .2rem;
}
.watch  a.return-top::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: inherit;
    bottom: -1rem;
    left: .4rem;
    width: 2rem;
    height: 2rem;
    margin: auto;
    border-bottom: none;
    border-left: .1rem solid #000000;
    transform: rotate(45deg);
}
.watch  a.return-top span::before {
  display: none;
}
@media screen and (min-width:640px) {
  .stage.watch .navi-logo a::before {
    top: .2rem;
    left: -8px;
    width: 1.8rem;
    height: 1.6rem;
  }
  .watch .case_nav .icon_case{
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
    padding-top: 1.2rem;
  }
  .watch .case_nav .icon_case span{
    font-size: 2.7rem;
  }
  .watch .title_line_r{
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .watch .title_line_l{
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}