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; }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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 {  /*color: #000;*/ text-decoration: none;}
a:visited { /*color: #000;*/  text-decoration: none; }
a:hover { /*color: #000;*/ text-decoration: none;}
a:active { /*color: #000;*/ 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; }

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'),
       local('NotoSansCJKjp-Regular'),
       local('NotoSansJP-Regular'),
         url('NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('NotoSansCJKjp-Regular.woff') format('woff'),
	     url('NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans CJK JP'),
       local('NotoSansCJKjp-Medium'),
       local('NotoSansJP-Medium'),
         url('NotoSansCJKjp-Medium.woff2') format('woff2'),
	     url('NotoSansCJKjp-Medium.woff') format('woff'),
	     url('NotoSansCJKjp-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP'),
       local('NotoSansCJKjp-Bold'),
       local('NotoSansJP-Bold'),
         url('NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('NotoSansCJKjp-Bold.woff') format('woff'),
	     url('NotoSansCJKjp-Bold.ttf') format('truetype');
}

    
@media screen and (min-width: 768px) {
  .view-sp { display: none; }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.view-pc { display: none; }
}


.fwn { font-weight: normal!important; }
.fwb { font-weight: bold!important; }
.fcred { color: #FF0004!important; }
.fcorange { color:#eb5505!important; }
.fcgray { color:#666!important; }

.taC { text-align: center!important; }
.taL { text-align: left!important; }
.fwB { font-weight: 700!important; }
td .fwB { font-weight: 500!important; }

.fsp80 { font-size: 80%; }
.fsp120 { font-size: 120%; }
.fsp140 { font-size: 140%; }

.tgl-content { display: none; }
/*.subplan-content.tgl-content { display: block; }*/

.slide-up { opacity: 0; transform: translate(0, 120px); transition: .6s; }
.slide-up.in { opacity: 1; transform: translate(0, 0); }

@media screen and (min-width: 768px) {
  .vab {vertical-align: bottom;}
}

.display_none {
  display: none;
}


/*///////////////////////////////////////////////*/
.nobdrbtm { border-bottom: none!important; }

/**/

@media screen and (min-width: 768px) {
  .netflixpack .inner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: content-box;
  }
}
.netflixpack {
  font-family: 'Noto Sans CJK JP','Noto Sans CJK JP Subset','Noto Sans','Noto Sans JP',sans-serif;
}
.netflixpack .mv {
  background: #000;
}
.anchor {
  background: #000;
  /*margin-bottom: 139px;*/
}
.anchor .anchor_inner {
  background: #1a1a1a;
}
.anchor ul {
  display: flex;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  margin-left: -7px;
  margin-right: -7px;
}
.anchor ul li {
  padding-left: 2px;
  padding-right: 2px;
  width: calc(100%/3);
  background: #000;
  height: 80px;
}
.anchor ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 2px;
  background: #404040;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: .3s;
  position: relative;
}
.anchor ul li a:after {
  content: "";
  position: absolute;
  top: 53%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 11px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_arrow_orange.png) no-repeat center;
  background-size: contain;
}
.anchor ul li a:hover {
  text-decoration: none;
  color: #eb5504;
}

.main_content {
  padding-bottom: 270px;
  background: #000 url(/content/dam/au-com/pr/netflixpack/images/bg_main.jpg) repeat-y top;
}
.box {
  background: #fff;
  -webkit-box-shadow: 0 0 90px 10px rgba(215,0,0,1);
  -moz-box-shadow: 0 0 90px 10px rgba(215,0,0,1);
  box-shadow: 0 0 90px 10px rgba(215,0,0,1);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
}

.section h2 {
  text-align: center;
  margin-bottom: 80px;
}
.sec02 h2 {
  margin-bottom: 78px;
}
@media (min-width: 768px) {
  .sec01 {
    padding-top: 139px;
  }
}
.sec01 .box {
  padding: 103px 0;
}
.sec01 .box_ttl {
  text-align: center;
}
.sec01 .box_ttl span.box_ttl_span {
  font-size: 12px;
  line-height: 40px;
  margin-bottom: 3px;
  display: block;
}
.sec01 .icon_plus {
  width: 72px;
  height:72px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_plus.png) no-repeat;
  margin: 55px auto 50px;
  display: block;
}
.sec01 .box_desc {
  font-size: 23px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.sec01 .box_desc.mt55 {
  margin-top: 58px;
}
.sec01 .box_desc.mb25 {
  margin-bottom: 25px;
}
.sec01 .box_nav_grey {
  display: flex;
  border-radius: 8px 8px 0 0;
  background: #f3f3f3;
  padding: 38px 0;
  max-width: 820px;
  margin: 0 auto;
}
.sec01 .box_nav_grey > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 20px 10px;
}
.txt_link {
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.txt_link:after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_open.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  transition: .5s;
}
.sec01 .txt_link:after {
  width: 12px;
  height: 8px;
  top:1px;
  margin: 4px 0 0 7px;
}
.sec01 .txt_link:hover {
  text-decoration: none;
  opacity:.5;
  color: #000;
}
.sec01 .txt_link {
  margin-top: 18px;
}
.sec01 .txt_link01 {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.sec01 .box_nav_grey > div:not(:last-child) {
  border-right: 2px solid #e7e7e7;
}
.sec01 .box_nav_orange {
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(to right, #fe812f, #fd4a24);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 8px 8px;
  padding: 10px;
}
.sec01 .box_nav_orange span {
  margin: 0 23px;
}
.sec02 {
  padding-top: 148px;
}
.sec02 .brand {
  background: #fff;
  text-align: center;
  padding: 114px 15px 120px;
  max-width: 820px;
  margin: auto;
  position: relative;
  box-sizing: content-box;
}
.sec02 .brand:not(:last-child):after {
  content: "";
  width: 2000px;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
  position: absolute;
  left: -1000px;
}
.sec02 .brand_ttl span {
  display: block;
  line-height: 26px;
  margin-top: 10px;
}
.sec02 .brand_desc {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 20px;
  color: #000;
}
.sec02 .brand_desc_small {
  margin-top: 15px;
  font-size: 18px;
  line-height: 36px;
}
.brand_featured {
  margin-top: 63px;
}
.brand_featured .tgl_feature {
  line-height: 36px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
}
.brand_featured .tgl_feature span {
  cursor: pointer;
}
.brand_featured .tgl_feature span:after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_open.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 14px;
  transition: .5s;
}
.brand_featured .tgl_feature.close span:after {
  transform: rotate(180deg);
}
.brand_content {
  border-radius: 10px;
  background: rgba(236, 108, 54, .08);
  padding: 50px 80px 50px 79px;
  margin-top: 30px;
  display: none;
}
.brand_content h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 23px;
  line-height: 36px;
  font-weight: bold;
  color: #eb5505;
  margin-bottom: 6px;
  margin-top: -4px;
}
.brand_content h4 span:not(.-cir-none) {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  background: #eb5505;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
  margin-top: 3px;
}
.brand_content p {
  line-height: 31px;
  text-align: left;
}
.brand_content p:not(:last-child) {
  margin-bottom: 30px;
}

.sec02 .recom {
  margin-top: 72px;
}
.sec02 .recom_ttl {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 48px;
}
.sec02 .recom_ttl:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: linear-gradient(to right, #fe812f, #fd4a24);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sec02 .recom_grid {
  display: flex;
  margin: 0 -10px 64px;
}
.sec02 .grid_col {
  width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.sec02 .recom_grid .grid_col img{
  width: 100%;
}
.sec02 .grid_col p {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 20px;
}
.sec02 .grid_col p span {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  margin-top: 0;
}
.sec02 .bnr_ronsou {
  margin-top: 70px;
}
.sec02 .bnr_ronsou:hover {
  opacity: .7;
}
.sec02 .box_gray01 {
  background: #afafaf;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 20px;
  margin-top: 70px;
  -webkit-transform: all .3s ease;
  transform: all .3s ease;
}
.sec02 .box_gray01:hover {
  text-decoration: none;
  opacity: .7;
}
.sec02 .box_gray01 p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

.btn-cv {
  display: block;
  height: 66px;
  font-size: 16px;
  line-height: 66px;
  background: linear-gradient(to right, #fe812f, #fd4a24);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  width: 556px;
  margin: 0 auto;
  text-align: center;
  transition: .5s;
  background-image: url(/content/dam/au-com/pr/netflixpack/images/arrow-w.png),linear-gradient(to right, #fe812f, #fd4a24);
  background-repeat: no-repeat;
  background-position: right 5% center;
}
.btn-cv:focus ,
.btn-cv:active ,
.btn-cv:visited {
  color: #fff;
}
.btn-cv-type01:focus ,
.btn-cv-type01:active ,
.btn-cv-type01:visited {
  color: #eb5504;
}
.btn-cv:hover {
  opacity: .7;
  text-decoration: none;
  color: #fff;
}
.btn-cv-type01 {
  background-color: #fff;
  background-image: url(/content/dam/au-com/pr/netflixpack/images/ico_arrow_orange_b.png);
  border: 2px solid #ef4c05;
  color: #eb5504;
  line-height: 60px;
}
.btn-cv-type01:hover {
  opacity: .5;
  color: #eb5504;
}
.sec01 .btn-cv-type01 {
  margin-top: 69px;
}
@media screen and (min-width: 768px) {
  .sec01 .box_ttl span.view-pc {
    display: block;
  }
  .sec01 h2 {
    margin-bottom: 67px;
  }
  .sec01 h2,.sec02 h2,.sec03 h2{
    margin-left: -13px;
  }
  .sec02 .brand.telasa {
    padding-top: 100px;
  }
  .sec02 .brand.telasa .brand_desc {
    margin-top: 35px;
  }
  .brand.telasa .brand_featured {
    margin-top: 56px;
  }
  .sec02 .brand.amazon {
    padding-top: 110px;
  }
  .sec02 .brand.amazon .brand_desc {
    margin-top: 38px;
  }
  .brand.amazon .brand_featured {
    margin-top: 53px;
  }
}

.accordion {
  margin-top: 85px;
}
.accordion-toggle {
  cursor: pointer;
  position: relative;
  background: #666;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-toggle.-link:hover,
.accordion-toggle.-link:active, .accordion-toggle.-link:focus, .accordion-toggle.-link:visited {
  color: #fff;
  text-decoration: none;
}
.accordion-toggle.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-toggle:not(:first-child) {
  margin-top: 40px;
}
.accordion-content {
  display: none;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 0 0 6px 6px;
}
.accordion-inner {
  max-width: 820px;
  margin: auto;
  padding: 30px 0 45px;
}
.accordion-inner .fw500 {
  font-weight: 500;
}
.accordion-inner .mt20 {
  margin-top: 20px;
}
.accordion-inner .mt25 {
  margin-top: 25px;
}
.accordion-inner .mt30 {
  margin-top: 30px;
}
.accordion-inner .mt10 {
  margin-top: 10px;
}
.accordion-inner .mt15 {
  margin-top: 15px;
}
.accordion-inner .mt12 {
  margin-top: 12px;
}
.accordion-inner .mb18 {
  margin-bottom: 18px;
}
.accordion-inner .f13 {
  font-size: 13px;
}
.accordion-inner .f12 {
  font-size: 12px;
}
.accordion-content.default {
  display: block;
}
.accordion-toggle:before {
  content:"";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_arrow_r.png) no-repeat center;
  width: 13px;
  height: 20px;
  transition: .3s;
}
.accordion-toggle.open27:before,
.accordion-toggle.open33:before,
.accordion-toggle.open34:before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-toggle.active:before{
  transform: translateY(-50%) rotate(-90deg);
}
#flbn.-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.flbn{
  display: flex;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  #flbn {
    background: #000;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    transition: .5s;
  }
  .flbn{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .flbn div{
    width: 50%;
    padding: 0 10px
  }
  #flbn a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #fe812f, #fd4a24);
    color: #fff!important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: .5s;
    background-image: url(/content/dam/au-com/pr/netflixpack/images/arrow-w.png),linear-gradient(to right, #fe812f, #fd4a24);
    background-repeat: no-repeat;
    background-position: right 5% center;
  }
  #flbn a:hover {
    opacity: .7;
  }
}
@media (max-width: 767px) {
  #flbn {
    background: #000;
    padding: 3%;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    transition: .5s;
  }
  #flbn a {
    display: block;
    height: 12vw;
    line-height: 12vw;
    color: #fff!important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6vw;
    width: 100%;
    margin: 0 auto;
    font-size: 4vw;
    text-align: center;
    background-image: url(/content/dam/au-com/pr/netflixpack/images/arrow-w.png),linear-gradient(to right, #fe812f, #fd4a24);
    background-repeat: no-repeat;
    background-position: right 5% center;
  }
  .flbn div{
    width: 80%;
    margin: 0 auto;
  }
  .flbn div + div{
    margin-top: 3%
  }
  .flbn{
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #flbn {
    width: calc(100% - 180px);
    left: auto;
  }
}

.question {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  padding: 20px 30px;
  border-top: 1px solid #dedede;
  position: relative;
  cursor: pointer;
}
.question.-link {
  display: block;
  color: #333;
}
.question.-link:hover {
  text-decoration: none;
}
.question:first-child {
  border-top: 0;
}
.question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
  width: 17px;
  height: 11px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_open.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  transition: .5s;
}
.question-acc:after {
  transform: translateY(-50%) rotate(0);
}
.question.active:after {
  transform: rotate(180deg);
}
.answer {
  margin-bottom: 30px;
  background: #f3f3f3;
  font-size: 16px;
  line-height: 26px;
  padding: 35px 40px;
  border-radius: 6px;
  display: none;
  margin-bottom: 40px;
}
.list01 li {
  text-indent: -12px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.list01 li.fcred {
  margin-bottom: 6px;
}
.list01.style01 li {
  margin-bottom: 0;
}
.list02 li {
  text-indent: -35px;
  margin-left: 35px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
}
.list02.mt20 {
  margin-top: 20px;
}
.list03 {
  text-indent: -12px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
    
.head_caution{
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 2vw;
}
.head_caution .caution_wrap{
    margin: auto;
    height: 96%;
    border:2px solid red;
    padding: 4vw 5vw;
    background-color: #fff;
    line-height: 1.5em;
    border-radius: 1vw;
}
.head_caution .caution_wrap .heading{
    font-size: 5vw;
    font-weight: bold;
    color: red;
}
.head_caution .caution_wrap .remarks{
     font-size: 3.5vw;
     text-align: left;
     line-height: 1.5em;
}   
    
    
  .main_content {
    background: #000 url(/content/dam/au-com/pr/netflixpack/images/bg_main_sp.jpg) repeat-y top;
    background-size: 100% auto;
    padding-top: 2.6666vw;
    padding-bottom: 26.666vw;
  }
  .main_content img {
    max-width: 100%;
  }
  .netflixpack .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .netflixpack .mv .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .netflixpack .mv img {
    max-width: 100%;
  }
  .section h2 img {
    max-width: 100%;
    width: 66.7vw;
  }
  .anchor {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-bottom: 15.133vw;
  }
  .sec01 {
    padding-top: 15vw;
  }
  .anchor .anchor_inner {
    background: none;
  }
  .anchor ul {
    border-left: 0;
    border-right: 0;
    margin-left: -1.0666vw;
    margin-right: -1.0666vw;
  }
  .anchor ul li {
    padding-left: 1.0666vw;
    padding-right: 1.0666vw;
    height: 80px;
  }
  .anchor ul li a {
    font-size: 3.4666vw;
    line-height: 5.333vw;
    border-radius: 2px;
    height: 24vw;
    padding-bottom: 3vw;
  }
  .anchor ul li a:after {
    top: inherit;
    right: inherit;
    transform: translateX(-50%);
    width: 4.2666vw;
    height: 2.9333vw;
    left: 50%;
    bottom: 2.933vw;
  }
  .box {
    background: #fff;
    -webkit-box-shadow: 0 0 24vw 2.667vw rgba(215,0,0,1);
    -moz-box-shadow: 0 0 24vw 2.667vw rgba(215,0,0,1);
    box-shadow: 0 0 24vw 2.667vw rgba(215,0,0,1);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
  }
  .section h2 {
    margin-bottom: 8vw;
  }
  .sec02 h2 {
    margin-bottom: 8vw;
  }
  .sec01 .inner {
    padding-left: 5.067vw;
    padding-right: 5.067vw;
  }
  .sec01 .box {
    padding: 10vw 5.333vw;
  }
  .sec01 .box_ttl img {
    max-width: 100%;
  }
  .sec01 .box_ttl span.box_ttl_span {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2.6666vw;
    margin-bottom: 0.8vw;
  }
  .sec01 .icon_plus {
    width: 15vw;
    height:15vw;
    margin: 6.666vw auto 8.667vw;
    background-size: contain;
  }
  .sec01 .box_desc {
    font-size: 4.533vw;
    line-height: 6.4vw;
    margin-top: 6.666vw;
    margin-bottom: 6.666vw;
  }
  .sec01 .box_desc.mt55 {
    margin-top: 6.666vw;
  }
  .sec01 .box_desc.mb25 {
    margin-bottom: 5.333vw;
    margin-top: 9.067vw;
  }
  .sec01 .box_nav_grey {
    border-radius: 2.133vw 2.133vw 0 0;
    padding: 6.666vw 3.6vw 0;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .sec01 .box_nav_grey > div {
    width: 100%;
    padding: 5.333vw 2.666vw 6.667vw;
  }
  .txt_link {
    font-size: 3.733vw;
  }
  .txt_link:after {
    width: 4.533vw;
    height: 2.933vw;
    margin-left: 2.666vw;
  }
  .sec01 .txt_link:after {
    width: 3.733vw;
    height: 2.667vw;
    top:1px;
    margin: .8vw 0 0 1.866vw;
  }
  .sec01 .txt_link {
    margin-top: 4.4vw;
  }
  .sec01 .box_nav_grey > div:not(:last-child) {
    border-bottom: 2px solid #e7e7e7;
    border-right: 0;
  }
  .sec01 .box_nav_orange {
    max-width: 100%;
    font-size: 3.733vw;
    line-height: 5.866vw;
    height: 31.466vw;
    border-radius: 0 0 8px 8px;
    padding: 4vw 0;
    justify-content: space-between;
  }
  .sec01 .box_nav_orange > div {
    width: 50%;
  }
  .sec01 .box_nav_orange > div:first-child {
    position: relative;
    margin-top: -0.8vw;
  }
  .sec01 .box_nav_orange > div:first-child:after {
    content: '';
    width: 1px;
    height:26vw;
    background: #fff;
    transform: rotate(20deg);
    position: absolute;
    right: -4%;
    top: -4vw;
  }
  .sec01 .box_nav_orange span {
    margin: 0 6.133vw;
    width: 1px;
    height: 100%;
    background: #fff;
    transform: rotate(20deg);
    display: none;
  }
  .sec01 .box_nav_orange span img {
    display: none;
  }
  .sec02 {
    margin-top: 0;
    padding-top: 15vw;
  }
  .sec02 .brand {
    padding: 13.333vw 5.333vw 14.666vw;
    max-width: 100%;
  }
  .sec02 .brand_ttl span {
    line-height: 4.8vw;
    margin-top: 2.666vw;
    font-size: 3.733vw;
  }
  .sec02 .brand_desc {
    font-size: 4.533vw;
    line-height: 5.4vw;
    margin-top: 8vw;
    letter-spacing: -1px;
  }
  .sec02 .brand_desc_small {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 5.866vw;
    text-align: left;
  }
  .brand_featured {
    margin-top: 9.333vw;
  }
  .brand_featured .tgl_feature {
    font-size: 4vw;
    line-height: 9.6vw;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.2vw;
  }
  .brand_featured .tgl_feature span:after {
    width: 4.533vw;
    height: 2.933vw;
    margin-left: 3.733vw;
  }
  .brand_featured .tgl_feature span:after {
    width: 4.533vw;
    height: 2.933vw;
    margin-left: 3.733vw;
  }
  .brand_content {
    border-radius: 10px;
    padding: 6vw 6.4vw;
    margin-top: 8vw;
  }
  .brand_content h4 {
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 6px;
    margin-top: -4px;
    text-align: left;
  }
  .brand_content h4 span:not(.-cir-none) {
    width: 6.2vw;
    height: 6.2vw;
    font-size: 3.466vw;
    line-height: 1;
    border-radius: 200px;
    margin-right: 2.666vw;
    margin-top: 3px;
  }
  .brand_content p {
    line-height: 4.866vw;
    font-size: 3.733vw;
  }
  .brand_content p:not(:last-child) {
    margin-bottom: 3vw;
  }
  .sec02 .recom {
    margin-top: 10.666vw;
  }
  .sec02 .recom_ttl {
    font-size: 4.266vw;
    line-height: 6.666vw;
    padding-bottom: 2.4vw;
    margin-bottom: 12.8vw;
  }
  .sec02 .recom_ttl:before {
    width: 18.666vw;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .sec02 .recom_grid {
    margin: 0 0 9.333vw;
    flex-wrap: wrap;
  }
  .sec02 .grid_col {
    width: 100%;
    padding-left: 5.066vw;
    padding-right: 5.066vw;
  }
  .sec02 .grid_col:not(:last-child) {
    margin-bottom: 8vw;
  }
  .sec02 .grid_col img {
    width: 100%;
    max-width: inherit;
  }
  .sec02 .grid_col p {
    font-size: 3.466vw;
    line-height: 6.666vw;
    margin-top: 4vw;
  }
  .sec02 .grid_col p span {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }
  .sec02 .bnr_ronsou {
    margin-top: 10.666vw;
  }
  .sec02 .box_gray01 {
    height: 35.733vw;
    padding: 5.333vw;
    margin-top: 10.666vw;
  }
  .sec02 .box_gray01 p {
    font-size: 4.8vw;
    line-height: 6.666vw;
  }
  .sec02 .box_gray01 p {
    font-size: 4.266vw;
  }

  .btn-cv {
    height: 13.333vw;
    line-height: 5.866vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.733vw;
  }
  .btn-cv.-lg {
    height: 20vw;
  }
  .btn-cv-type01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec01 .btn-cv-type01 {
    margin-top: 6.667vw;
    height: 13.333vw;
    font-size: 3.733vw;
  }
  .accordion {
    margin-top: 6.4vw;
  }
  .accordion-toggle {
    font-size: 4.266vw;
    line-height: 1.2;
    height: 16vw;
    padding: 0 5.066vw;
  }
  .accordion-toggle:not(:first-child) {
    margin-top: 6.266vw;
  }
  .accordion-content {
    margin-bottom: 40px;
  }
  .accordion-inner {
    max-width: 100%;
    padding: 1vw 5.066vw 6.4vw;
  }
  .accordion-inner .mt20 {
    margin-top: 20px;
  }
  .accordion-inner .mt30 {
    margin-top: 30px;
  }
  .accordion-inner .mt10 {
    margin-top: 10px;
  }
  .accordion-inner .mt15 {
    margin-top: 15px;
  }
  .accordion-inner .f13 {
    font-size: 13px;
  }
  .accordion-inner .f12 {
    font-size: 12px;
  }
  .accordion-toggle:before {
    right: 6vw;
    top: 50%;
    width: 13px;
    height: 20px;
  }

  .question {
    font-size: 4vw;
    font-weight: bold;
    line-height: 6.666vw;
    padding: 5vw 10vw 5vw 1vw;
    border-top: 1px solid #dedede;
  }
  .question:after {
    right: 10px;
  }
  .answer {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
    padding: 6.666vw;
    margin-bottom: 40px;
  }
  .answer p{
    font-size: 3.733vw;
    line-height: 5.866vw;
  }
}
@media (max-width: 979px) {
  #contentsWrapper.homeTemplate {
    padding-top: 11.6vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .anchor ul li a:after{
    right: 15px;
  }
  .sec01 h2,.sec02 h2,.sec03 h2{
    margin-left: 0;
  }
  .sec01 h2 span img,
  .sec02 h2 span img{
    height: 65px;
  }
  .sec03 h2 span img{
    height: 55px;
  }
  .recom_grid img{
    max-width: 100%;
  }
  .sec01 .box_nav {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
  }
}

/*sec03*/
.sec03 {
  padding-top: 80px;
}
.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.box-info {
  padding: 60px 0;
  position: relative;
  z-index: 5;
}
.sec03 .box_desc {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec03 .box_desc {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.sec03 .box-collapse {
  position: relative;
  z-index: 3;
}

.box-info__note {
  margin: 60px 0;
}

.box-info__limit {
  background: #fff4ee;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eb5504;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .box-info__limit {
    border-radius: 5px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .box-info__limit {
    border-radius: 1.333vw;
    height: 13.333vw;
  }
  .sec03 {
    padding-top: 0;
  }
}

.sec03 .box-info__note .box-info__limitTxt {
  font-weight: 600;
  margin-top: 0;
  line-height: 40px;
}
@media (min-width: 768px) {
  .sec03 .box-info__note .box-info__limitTxt {
    font-size: 18px;
    width: 100%;
  }
  .sec03 .box-info__note .box-info__limitTxt:hover {
    opacity: .6;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__note .box-info__limitTxt {
    font-size: 3.333vw;
    line-height: 6.933vw;
    position: relative;
  }
  .sec03 .box-info__note .box-info__limitTxt .relative {
    position: static;
  }
}

.box-info__limitTxt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec03 .box-info__note .box-info__limit .ico-device {
  background: url("../images/ico_device.png") no-repeat center/contain;
  display: inline-block;
}
@media (min-width: 768px) {
  .sec03 .box-info__note .box-info__limit .ico-device {
    width: 80px;
    height: 33px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__note .box-info__limit .ico-device {
    width: 13.067vw;
    height: 5.733vw;
    margin-right: 2.133vw;
  }
}

.sec03 .box-info__note .box-info__limit .ico-question {
  background: url("../images/ico_question.png") no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .sec03 .box-info__note .box-info__limit .ico-question {
    width: 21px;
    height: 21px;
    margin: -8px 0 0 5px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__note .box-info__limit .ico-question {
    width: 6vw;
    height: 6vw;
    margin: -1.067vw 0 0 1.867vw;
  }
}

@media (min-width: 768px) {
  .sec03 .box-info__limit .limit-num {
    font-size: 26px;
    margin: 0 2px;
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__limit .limit-num {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin: 0 0.267vw;
  }
}

@media (min-width: 768px) {
  .sec03 .box-info__limit .limit-unit {
    margin-bottom: -4px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__limit .limit-unit {
    margin-bottom: -0.534vw;
    font-size: 3.733vw;
    line-height: 6.933vw;
  }
}

.box-info__advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-inner {
  margin: 0 auto;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .box-inner {
    max-width: 820px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .box-inner {
    max-width: 100vw;
  }
}

@media (min-width: 768px) {
  .box-collapse__ttl {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .box-collapse__ttl {
    padding-bottom: 2.667vw;
    margin-bottom: 5.333vw;
    border-bottom: 0.133vw solid #ccc;
  }
}

.bggray {
  background: #f3f3f3;
}

.box-space {
  color: #fff;
}

[data-module="tooltip"] {
  position: relative;
  cursor: pointer;
}

.relative {
  position: relative;
}

.tooltip {
  background: #000;
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
@media (min-width: 768px) {
  .tooltip {
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .tooltip {
    padding: 4vw;
    margin-top: 4vw;
    border-radius: 0.667vw;
    width: 80vw;
    left: 0;
  }
}

.tooltip.open {
  z-index: 20;
  opacity: 1;
  visibility: visible;
}

.tooltip__ttl {
  color: #fff;
}
@media (min-width: 768px) {
  .tooltip__ttl {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tooltip__ttl {
    margin-bottom: 2.667vw;
  }
}

.tooltip__cont {
  background: #fff;
}
@media (min-width: 768px) {
  .tooltip__cont {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .tooltip__cont {
    padding: 4vw;
  }
}

.tooltip:before {
  content: "";
  background: url("../images/modal_ico_arrow.png") no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: 20px;
  top: -19px;
}

.tooltip__close {
  display: block;
  background: #000 url("../images/modal_ico_close.png") no-repeat center/32px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tooltip__close {
    height: 40px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tooltip__close {
    height: 60px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .tooltip__limit {
    padding: 30px 0 20px;
  }
}
@media (max-width: 767px) {
  .tooltip__limit {
    padding: 8vw 0 5.333vw;
  }
}

@media (min-width: 768px) {
  .tooltip__limit img + img {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .tooltip__limit img + img {
    margin-top: 6.667vw;
  }
}

.sec03 .tooltip .box-action__link {
  justify-content: center;
  font-weight: normal;
}
@media (min-width: 768px) {
  .sec03 .tooltip .box-action__link {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .sec03 .tooltip .box-action__link {
    margin: 2.667vw 0;
  }
}

@media (min-width: 768px) {
  .tooltip-hoverStyle:hover {
    opacity: .6;
  }
}

.tooltip__advantageTtl {
  color: #eb5504;
}

@media (max-width: 767px) {
  .sec03 {
    margin-top: 5vw;
    padding-top: 5vw;
  }
  .sec03 h2 img {
    width: 49.2vw;
  }
}
@media (min-width: 768px) {
  .sec03__ttl {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .sec03__ttl {
    margin-bottom: 10.4vw;
  }
}
@media (min-width: 768px) {
  .sec03 .box-info {
    padding: 41px 0 33px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info {
    padding: 6vw 5.333vw 4.667vw;
  }
}
@media (min-width: 768px) {
  .sec03 .box-info__note {
    margin: 63px 0 50px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__note {
    margin: 8.667vw 0 6.667vw;
  }
}
@media (min-width: 768px) {
  .sec03 .box-info__note p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__note p {
    margin-top: 2.133vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.sec03 .box-info__advantage {
  font-weight: bold;
}
@media (min-width: 768px) {
  .sec03 .box-info__advantage {
    font-size: 16px;
    line-height: 36px;
    margin: 26px 0 7px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__advantage {
    font-size: 4.267vw;
    line-height: 6.667vw;
    margin: 4vw 0 3.333vw;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
}
.sec03 .box-info__advantage li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sec03 .box-info__advantage li {
    width: auto;
  }
}
@media (min-width: 768px) {
  .sec03 .box-info__advantage li + li {
    margin-left: 26px;
  }
}
.sec03 .box-info__advantage li i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.sec03 .box-info__advantage li i:after {
  content: "";
  background: url(../images/ico_question.png) no-repeat 0 0/100%;
}
@media (min-width: 768px) {
  .sec03 .box-info__advantage li i:after {
    width: 21px;
    height: 21px;
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__advantage li i:after {
    width: 5.333vw;
    height: 5.333vw;
    margin-left: 1.067vw;
  }
}
@media (min-width: 768px) {
  .sec03 .box-info__txt {
    font-size: 12px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-info__txt {
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: left;
    text-indent: -3.734vw;
    margin-left: 3.733vw;
  }
}
@media (max-width: 767px) {
  .sec03 .box-collapse {
    padding: 0 5.333vw;
    margin-top: 2.667vw;
  }
}
.sec03 .box-plan {
  padding-bottom: 60px;
  padding-top: 100px
}
@media (max-width: 767px) {
  .sec03 .box-plan {
    padding: 10vw 5.333vw;
  }
}

.sec03 .box-plan__ttl {
  margin-bottom: 40px;
}
.sec03 .box-plan__tbl strong {
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec03 .box-plan__ttl {
    margin-bottom: 5.333vw;
  }
  .sec03 .box-plan__ttl img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.sec03 .box-plan table {
  width: 100%;
}
.sec03 .box-plan table td {
  border: 1px solid #dedede;
  width: 36.5%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 20px 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sec03 .box-plan table td {
    padding: 22px 20px 18px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-plan table td {
    font-size: 3.467vw;
    line-height: 5.067vw;
    padding: 3.267vw 1.333vw;
    width: 34%;
  }
}
.sec03 .box-plan table td:first-child {
  width: auto;
}
.sec03 .box-plan table td + td {
  background: #fff4ee;
}
.sec03 .box-plan table td + td + td {
  background: #f3f3f3;
}
.sec03 .box-plan table thead td {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 20px;
}
@media (max-width: 767px) {
  .sec03 .box-plan table thead td {
    font-size: 3.2vw;
    line-height: 4.533vw;
    padding: 1.2vw 3.2vw;
    text-align: left;
  }
  .sec03 .box-plan table thead td br {
    display: none;
  }
}
.sec03 .box-plan table thead td + td {
  background: #eb5504;
}
.sec03 .box-plan table thead td + td + td {
  background: #555;
}
.sec03 .box-plan table .-block {
  display: block;
  margin-bottom: 7px;
}
.sec03 .box-plan table .-block.txt_border-u {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sec03 .box-plan table .-bl-sp {
    display: block;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 4.267vw;
  }
}
.sec03 .box-plan table .-fs12 {
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .sec03 .box-plan table .-fs12 {
    font-size: 2.133vw;
    line-height: 3.2vw;
    margin-top: -0.534vw;
    display: block;
  }
}
.sec03 .box-plan table .-fs14 {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .sec03 .box-plan table .-fs14 {
    font-size: 3.067vw;
    line-height: 4.267vw;
    display: block;
  }
}
.sec03 .box-plan table .-fs18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec03 .box-plan table .-fs18 {
    font-size: 3.467vw;
    line-height: 4vw;
  }
}
.sec03 .box-plan table .-fs20 {
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .sec03 .box-plan table .-fs20 {
    font-size: 3.467vw;
    line-height: 4.267vw;
  }
}
.sec03 .box-plan table .-fs28 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .sec03 .box-plan table .-fs28 {
    font-size: 3.733vw;
    line-height: 4.267vw;
  }
}
.sec03 .box-plan table .-org {
  color: #eb5504;
}
.sec03 .box-plan table .-fwb {
  font-weight: bold;
}
.sec03 .box-plan table .-fwm {
  font-weight: 500;
}
.sec03 .box-plan table img {
  max-height: 24px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .sec03 .box-plan table img {
    max-height: 3.733vw;
  }
}
.sec03 .box-plan table img.-mh1 {
  max-height: 29px;
}
@media (max-width: 767px) {
  .sec03 .box-plan table img.-mh1 {
    max-height: 4vw;
  }
}
.sec03 .box-plan__btn {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: 33px;
}
@media (max-width: 767px) {
  .sec03 .box-plan__btn {
    font-size: 3.733vw;
    line-height: 4.8vw;
    margin-top: 4vw;
  }
}
.sec03 .box-plan__btn a {
  display: flex;
  align-items: center;
  color: #000;
}
.sec03 .box-plan__btn a:hover {
  color: #000;
}
.sec03 .box-plan__btn a:after {
  width: 17px;
  height: 11px;
  background: url(../images/ico_arrow_black.png) no-repeat 0 0/100%;
  margin-left: 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sec03 .box-plan__btn a:after {
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-plan__btn a:after {
    width: 4vw;
    height: 3.333vw;
    margin-left: 2.267vw;
    margin-top: 0.533vw;
  }
}
.sec03 .box-data {
  border: 1px solid #eb5505;
  border-radius: 8px;
  background: #fff4ee;
  padding: 30px 58px 0;
  text-align: center;
  margin-top:60px;
}
@media (max-width: 767px) {
  .sec03 .box-data {
    border-width: 0.267vw;
    border-radius: 1.6vw;
    padding: 6.4vw 4.667vw 0;
    margin-top: 9.733vw;
  }
  .sec03 .box-data img {
    max-width: 100%;
    display: block;
  }
}
.sec03 .box-data__ttl {
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-bottom: 29px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .sec03 .box-data__ttl {
    font-size: 4vw;
    line-height: 5.333vw;
    padding-bottom: 13.333vw;
  }
}
@media screen and (min-width: 767px) {
  .sec03 .box-data__ttl:hover {
    opacity: 0.7;
  }
}
.sec03 .box-data__ttl.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.sec03 .box-data__ttl:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(../images/ico_box_data.png) no-repeat 0 0/100%;
  position: absolute;
  top: 19%;
  right: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .sec03 .box-data__ttl:after {
    width: 8vw;
    height: 8.267vw;
    top: auto;
    bottom: 2.667vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.sec03 .box-data__ttl .-lg {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #eb5505;
}
@media (max-width: 767px) {
  .sec03 .box-data__ttl .-lg {
    font-size: 5.867vw;
    line-height: 5.867vw;
    margin-top: 2vw;
    white-space: nowrap;
  }
}
.sec03 .box-data__ttl .-lg span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .sec03 .box-data__ttl .-lg span {
    font-size: 3.733vw;
    margin-top: 1.067vw;
  }
}
.sec03 .box-data__cont {
  border-top: 1px solid #eb5505;
  font-size: 12px;
  line-height: 22px;
  padding: 60px 0 32px 19px;
  display: none;
}
@media (max-width: 767px) {
  .sec03 .box-data__cont {
    border-top-width: 0.267vw;
    padding: 8.533vw 0 8vw 0;
  }
}
.sec03 .box-data__txt {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .sec03 .box-data__txt {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 5.6vw;
  }
}
.sec03 .box-data__note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .sec03 .box-data__note {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 4.667vw;
  }
}
.sec03 .box-data__note li {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .sec03 .box-data__note li + li {
    margin-top: 2.133vw;
  }
}
.sec03 .box-data__note li:before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(../images/ico_box_data_01.png) no-repeat 0 0/100%;
  flex: 0 0 auto;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .sec03 .box-data__note li:before {
    margin-right: 1.333vw;
    width: 2.667vw;
    height: 2.4vw;
  }
}
.sec03 .box-action {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .sec03 .box-action {
    margin-top: 5.333vw;
  }
}
.sec03 .box-action__link {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sec03 .box-action__link {
    font-size: 3.733vw;
    line-height: 4.8vw;
  }
}
.sec03 .box-action__link a {
  display: flex;
  align-items: center;
  color: #0066aa;
}
.sec03 .tooltip:nth-child(2) .box-action__link a {
  margin-bottom: 20px;
  font-size: 16px;
}
.sec03 .tooltip:nth-child(2) .box-action__link + .c-red {
  text-align: left;
  font-size: 12px;
}
.sec03 .box-action__link a:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../images/ico_box_action_01.png) no-repeat 0 0/100%;
  margin-left: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sec03 .box-action__link a:after {
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .sec03 .box-action__link a:after {
    width: 2.667vw;
    height: 2.933vw;
    margin-left: 1.6vw;
  }
}
.sec03 .box-action__btn {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .sec03 .box-action__btn {
    margin-top: 6.667vw;
  }
}
.sec03 .box-action__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 516px;
  height: 66px;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #eb5505;
  border: 2px solid #eb5505;
  border-radius: 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .sec03 .box-action__btn a {
    max-width: 76.667vw;
    height: 13.6vw;
    font-size: 3.733vw;
    line-height: 4.8vw;
  }
}
.sec03 .box-action__btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sec03 .box-action__btn a:after {
  content: "";
  width: 19px;
  height: 10px;
  background: url(../images/ico_box_action_02.png) no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 28px;
  margin: auto;
}
@media (max-width: 767px) {
  .sec03 .box-action__btn a:after {
    background: url(../images/ico_box_action_02.png) no-repeat 0 0/100%;
    width: 3.467vw;
    height: 2.267vw;
    right: 5.2vw;
    bottom: 0;
  }
}

.box-collapse__ttl {
  font-size: 16px;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #ececec;
  color: #000;
  cursor: pointer;
  padding: 14px 0 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .box-collapse__ttl {
    border-bottom-width: 0.267vw;
    font-size: 4vw;
    line-height: 7.733vw;
    padding: 2.667vw 0;
    font-weight: 500;
    margin-bottom: 7.067vw;
  }
}
.box-collapse__ttl:hover {
  opacity: 0.7;
}
.box-collapse__ttl.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.box-collapse__ttl:after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/ico_arrow_black.png) no-repeat 0 0/100%;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-collapse__ttl:after {
    margin-top: -3px;
  }
}
.box-collapse__content {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .box-collapse__content {
    padding-bottom: 10vw;
  }
}
.box-collapse__content .box-table {
  table-layout: fixed;
  width: 100%;
}
.box-collapse__content .box-table th,
.box-collapse__content .box-table td {
  border: 1px solid #dedede;
  background: #f3f3f3;
  width: auto;
  font-weight: 500;
}
@media (min-width: 768px) {
  .box-collapse__content .box-table th,
  .box-collapse__content .box-table td {
    padding: 26px 35px 21px 45px;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-table th,
  .box-collapse__content .box-table td {
    padding: 2.667vw;
    font-size: 3.467vw;
    border-width: 2px;
  }
  .box-collapse__content .box-table th.-fit-sp,
  .box-collapse__content .box-table td.-fit-sp {
    padding-top: 4vw;
  }
}
.box-collapse__content .box-table th:last-child,
.box-collapse__content .box-table td:last-child {
  background: #fff;
  text-align: right;
  width: 44%;
}
.box-collapse__content .box-table th:last-child.box-space,
.box-collapse__content .box-table td:last-child.box-space {
  background: #555;
  text-align: center;
  border-right-color: #555;
  border-left-color: #555;
}
@media (min-width: 768px) {
  .box-collapse__content .box-table th:last-child.box-space,
  .box-collapse__content .box-table td:last-child.box-space {
    padding: 7px 10px 8px;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-table th:last-child.box-space,
  .box-collapse__content .box-table td:last-child.box-space {
    padding: 1.867vw 2.667vw;
    font-size: 3.733vw;
    line-height: 7.2vw;
    font-weight: 500;
  }
}
.box-collapse__content .box-table th.-w55,
.box-collapse__content .box-table td.-w55 {
  width: 55%;
}
.box-collapse__content .box-table th.-w45,
.box-collapse__content .box-table td.-w45 {
  width: 45%;
}
.box-collapse__content .box-table th.-w20,
.box-collapse__content .box-table td.-w20 {
  width: 20%;
}
.box-collapse__content .box-table th.-w35,
.box-collapse__content .box-table td.-w35 {
  width: 35%;
}
@media (max-width: 767px) {
  .box-collapse__content .box-table th {
    font-size: 3.733vw;
    line-height: 5.333vw;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .box-collapse__content .box-table .-fs14 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-table .-fs14 {
    font-size: 3.067vw;
    line-height: 4.8vw;
    display: block;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .box-collapse__content .box-table .-fs20 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-table .-fs20 {
    font-size: 3.733vw;
    line-height: 4.8vw;
  }
}
@media (min-width: 768px) {
  .box-collapse__content .box-table .-fs28 {
    font-size: 28px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-table .-fs28 {
    font-size: 5.067vw;
    line-height: 4.533vw;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-table .-fs12-sp {
    font-size: 3.2vw;
    line-height: 4.533vw;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-table .-fwb-sp {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-table .-ind-sp {
    text-indent: -4.267vw;
    margin-left: 4.267vw;
    display: inline-block;
  }
}
.box-collapse__content .box-table sup {
  color: #f00;
  top: -1.6rem;
  font-size: 70%;
}
@media (max-width: 767px) {
  .box-collapse__content .box-table sup {
    color: #eb5505;
    font-size: 65%;
    top: -6.134vw;
    font-weight: normal;
  }
}
.box-collapse__content .box-space {
  background: #555;
  text-align: center;
}
@media (min-width: 768px) {
  .box-collapse__content .box-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 5.067vw;
  }
}
@media (min-width: 768px) {
  .box-collapse__content .box-text p + p {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .box-collapse__content .box-text p + p {
    margin-top: 1.867vw;
  }
}
.box-collapse__content .box-text__warn {
  color: #f00;
}
@media (max-width: 767px) {
  .box-collapse__content .box-text__warn + .box-text__warn {
    margin-top: 4.533vw;
  }
}
.box-collapse__cls {
  border-top: 2px solid #ececec;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .box-collapse__cls {
    border-top-width: 0.267vw;
    font-size: 4vw;
    line-height: 7.733vw;
    padding: 3.2vw 0;
    font-weight: 500;
  }
}
.box-collapse__cls:hover {
  opacity: 0.7;
}
.box-collapse__cls:after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/ico_arrow_black.png) no-repeat 0 0/100%;
  margin-left: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-collapse__cls:after {
    margin-top: -3px;
  }
}

@media (min-width: 768px) {
  .brand_featured.-sec03 {
    margin-top: 0;
  }
}
.brand_featured.-sec03 .brand_content > * {
  display: block;
  text-align: center;
}
.brand_featured.-sec03 .brand_content h4 {
  color: #eb5d17;
}
@media (min-width: 768px) {
  .brand_featured.-sec03 .brand_content h4 {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .brand_featured.-sec03 .brand_content h4 span {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    vertical-align: -1px;
  }
}
@media (max-width: 767px) {
  .brand_featured.-sec03 .brand_content h4 span {
    font-size: 5.067vw;
    line-height: 6.133vw;
    vertical-align: -0.134vw;
  }
}
.brand_featured.-sec03 .tgl_feature {
  display: flex;
  justify-content: center;
}
.headerSmp.-hidden {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

.footerElem .footerTax {
  display: none;
}

.box-info__save p:first-child{
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
.box-info__save p+p{
  font-size: 16px;
}
.box-info__save p+p span{
  font-weight: 500;
  color:#eb5505;
  font-size:30px;
}

.ouenwari {
  margin: 33px auto 52px;
  text-align: center;
}
.ouenwari .flex_pc p + p {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .ouenwari .flex_pc {
    display: flex;
  }
  .ouenwari .flex_pc div {
    width: 50%;
  }
  .ouenwari .flex_pc div:nth-child(odd) {
    padding-right: 20px;
  }
  .ouenwari .flex_pc div:nth-child(even) {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .ouenwari {
    padding: 0 5.333vw;
    margin-bottom: 37px;
  }
  .ouenwari .flex_pc div {
    margin-top: 37px;
  }
}

/* 2022.07 add */
.cp_banner {
  margin-top: 60px;
}
.cp_banner a > img {
  border: 1px solid #FFF;
  background: #000;
  box-sizing: content-box;
}
.cp_banner img {
  max-width: 100%;
}
.cp_banner a > img:hover {
  opacity: .7;
  transition: .3s;
}

@media (max-width: 767px) {
  .cp_banner {
    margin-top: -10px;
  }
  .cp_banner + .cp_banner {
    margin-top: 1em;
  }
}
/*new css*/
.p-heading{
  font-size: 28px;
  letter-spacing: 0.5px
}
.c-red{
  color: #e31f1d
}
.c-warn{
  color: #ff0000
}
.c-blue{
  color: #1D75B3
}
.c-white{
  color: #fff;
}
.c-orange{
  color: #eb5504;
}
.bg-gray{
  background: #555
}
.bg-e6{
  background: #e6e6e6
}
.bg-fde{
  background: #fdeded
}
.bg-f3{
  background: #f3f3f3
}
.taR{
  text-align: right;
}
.fs14{
  font-size: 14px;
  line-height: 24px
}
[class].u-pb0{
  padding-bottom: 0
}
[class].u-mt10{
  margin-top: 10px
}
.boxTable{
  width: 100%;

}
.boxTable th{
  padding: 21px 0; 
  font-size: 18px;
  line-height: 24px;
  height: 100px;
}
.boxTable td, .boxTable th{
  border: 1px solid #d9d9d9;
}
.boxTable .th01{
  width: 252px
}
.boxTable .th02{
  width: 323px;
}
.boxTable .h02{
  height: 82px
}
.boxTable .th03{
  width: 246px
}
.boxTable .tdRowSpan{
  width: 45px
}
.boxTable tbody tr:first-child td{
  padding: 23px 0 25px;
}
.boxTable td{
  padding: 10px 12px 7px;
  height: 65px
}
.boxTable .fs35{
  font-size: 35px;
}
.boxTable .fs24{
  font-size: 24px;
}
.boxTable .fs16{
  font-size: 16px;
}
.boxTable .fs14{
  font-size: 14px;
}

.price-breakdown__table{
  margin-top: 12px;
  position: relative;
}
.price-breakdown__table:after{
  content:"";
  background: url(../images/bg_boxTable.png) no-repeat top right;
  width: 595px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 121px;
  z-index: 1
}
.price-breakdown{
  margin-bottom: 50px
}
.tooltip-text{
  display: block;
  font-weight: normal;
  cursor: pointer;
  background: url(../images/ico_question.png) no-repeat center right;
  position: relative;
}
.tdLabel{
  font-weight: normal;
}
.tooltip-text:hover{
  opacity: .6
}
.tooltip__txt{
  line-height: 24px
}
.tooltip__advantageTtl{
  margin: 15px 0;
}
.price-breakdown__text{
  margin-top: 20px
}
.price-breakdown__text p{
  font-size: 14px;
  line-height: 24px
}
.price-breakdown__text p + p{
  margin-top: 20px
}
.p-toggle{
  padding: 30px;
  font-size: 22px;
  background: #e5e5e5;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.p-toggle:not(.p-toggle--none) + *{
  padding: 30px 32px;
  border: 1px solid #e5e5e5;
}
.sec03__ttl + .box .price-breakdown .p-about__list .p-about__item:nth-child(-n+2) .p-toggle {
  font-weight: 500;
  font-size: 16px;
}
.p-toggle:before{
  content: '';
  width: 22px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.p-toggle:after{
  content: '';
  width: 2px;
  height: 22px;
  background: #000;
  display: block;
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s
}
.p-toggle--none{
  background: #fff;
  padding-left: 0;
  font-size: 20px
}
.p-toggle--none:before{
  right: 0
}
.p-toggle--none:after{
  right: 10px
}
.p-toggle.active:after{
  opacity: 0;
}
[data-module="toggle"] + *{
  display: none
}
.sec02 .inner .accor-box:first-of-type [data-module="toggle"] + *{
  display: block
}
.box-option__content{
  padding: 30px 30px 0;
  border: 1px solid #e5e5e5;
}
.box-option__inner{
  background: #fff1e6;
  padding: 40px 30px 50px;
}
.box-option__sub{
  font-size: 22px
}
.box-option__main{
  font-size: 46px;
  color: #eb5504
}
.box-option__text{
  line-height: 26px
}
.box-option__price{
  font-size: 32px;
  font-weight: bold
}
.box-option__unit{
  font-size: 22px;
}
.box-option__tax{
  font-size: 18px
}
.box-option__item + .box-option__item{
  border-top: 1px solid #d6cbc1;
  margin-top: 25px;
  padding-top: 40px
}
.box-option__note{
  margin-top: 20px;
}
.box-option__noteText{
  font-size: 12px;
  line-height: 22px
}
.box-note{
  list-style: none
}
.box-note__item{
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 40px;
}

.box-note__sb{
  position: absolute;
  left: 0;
  top: 0
}
.link-down{
  color: #0066aa;
}
.link-down:after{
  content: '';
  width: 12px;
  height: 11px;
  background: url(../images/ico_box_action_01.png) no-repeat 0 0/100%;
  margin-left: 8px;
  display: inline-block;
  transform: rotate(90deg)
}
.box-option__action{
  margin-top: 20px;
}
.box-option__action p + p{
  margin-top: 14px
}
.box-info__data{
  text-align: left;
  margin: 20px 0;
}
.box-notes{
  padding: 80px 0;
  margin-top: 80px;
  background: #fff;
  border-radius: 4px
}
.box-notes__wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.box-notes__wrapper > .box-notes__title{
  padding: 30px;
  font-size: 22px;
  background: #e5e5e5;
  position: relative;
  font-weight: 600
}
@media (max-width: 768px) {
  .box-notes__wrapper > .box-notes__title{
    padding: 4vw;
    font-size: 4.267vw;
  }
}
.box-notes__title {
  font-size: 18px;
  font-weight: 600;
}
.box-notes__title.p-toggle {
  padding: 22px 30px;
}
@media (max-width: 767px) {
  .box-notes__title.p-toggle {
    padding: 15px 15px;
    px
    ;
  }
}
.link-arrow:after{
  content: "";
  width: 12px;
  height: 11px;
  background: url(../images/ico_box_action_01.png) no-repeat 0 0/100%;
  margin-left: 4px;
  display: inline-block;
}

.box-notes__item + .box-notes__item{
  border-top: 1px solid #d6d6d6
}
.box-notes__item .box-note{
  padding-bottom: 30px
}
.p-about{
  margin-top: 40px
} 
.p-about__content{
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 30px
}
.p-about__inner{
  margin-top: 50px
}
.p-about__item{ 
  border-top: 1px solid #d6d6d6
}
.p-about__item:last-child{ 
  border-bottom: 1px solid #d6d6d6
}
.p-about__item.noneBorder{
  border:0;
}
.p-about__item.noneBorder > .p-toggle{
  font-size: 18px;
  padding: 20px;
}
@media (max-width: 767px) { 
  .p-about__item.noneBorder > .p-toggle{
    font-size: 3.733vw;
    padding: 3vw;
  }
}
.p-about__title{
  font-size: 36px;
  font-weight: bold;
  color: #eb5504
}
.p-about__dl{
  margin: 50px 0 0;
  align-items: baseline;
}
.p-about__dl .fs18{
  font-size: 18px
}
.p-about__dl .fs26{
  font-size: 26px
}
.p-about__dl .fs30{
  font-size: 30px
}
.p-about__dl .fs40{
  font-size: 40px
}
.p-about__dl dt{
  font-size: 18px;
  width: 100%;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  font-weight: bold;
}
.p-about__dl dd{
  width: 100%;
  padding: 24px 0 32px;
  font-size: 20px;
}
.p-about__dl dd p + p{
  margin-top: 10px
}
.p-about__note{
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-indent: -20px;
  margin-left: 20px
}
.inner-sm{
  max-width: 696px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.amazon-prime{
  background: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  margin-top: 80px
}
.amazon-prime__content{
  padding: 30px 0 35px;
}
.amazon-prime__text{
  font-size: 19px;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
  position: relative;
}
.amazon-prime__text:before, .amazon-prime__text:after{
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 4px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}
.amazon-prime__text:before{
  left: -34px
}
.amazon-prime__text:after{
  right: -34px
}
.amazon-prime__link{
  font-size: 14px;
  line-height: 30px
}
@media (min-width: 768px){
  .sec03 .tooltip .box-action__link {
      margin: 20px 0 0;
  }
  .tooltip__advantage{
    padding-bottom: 20px
  }
  .-fs12 .box-note__item{
    font-size: 12px;
    line-height: 22px
  }
  .tooltip-text__sb{
    position: absolute;
    left: 0;
    top: 0
  }
  .tooltip-text{
    padding-left: 20px;
  }
  .tdLabel{
    position: relative;
    padding-left: 20px;
  }
  .p-about__dl .lh1{
    line-height: 1
  }
  .p-about__dl .mt10{
    margin-top: 10px
  }
}

@media (min-width: 768px) and (max-width: 849px){
  .boxTable .th02{
    width: 280px
  }
  .boxTable .th03{
    width: 220px
  }
  .boxTable .th01{
    width: 200px
  }
  .price-breakdown__table:after{
    background-size: 84%;
    top: 101px;
  }
  .boxTable td{
    padding: 0px 10px;
    height: 58px
  }
  .boxTable tbody tr:first-child td{
    padding: 12px 10px
  }
  .boxTable th{
    padding: 14px 10px;
    height: 80px
  }
}

@media (max-width: 767px){
  [class].u-mt10{
    margin-top: 2.667vw
  }
  .p-heading{
    font-size: 5.333vw;
    line-height: 8vw
  }
  .price-breakdown__table{
    margin-top: 2vw
  }
  .price-breakdown__table > p{
    font-size: 3.467vw;
    line-height: 4.8vw
  }
  .boxTable th, .boxTable td{
    border: 0.267vw solid #d9d9d9;
  }
  .boxTable th{    
    padding: 0 1.333vw; 
    height: 29.333vw;
    font-size: 3.467vw;
    line-height : 5.2vw;
  }
  .boxTable .th01{
    width: 30.4vw;
    height: 30.667vw
  }
  .boxTable .th02{
    width: 25vw
  }
  .boxTable .th03{
    width: 23.4vw;
  }
  .boxTable .tb-sp{
    padding-top: 9.333vw;
  }
  .boxTable .th02{    
    font-size: 3.733vw;
    line-height: 5.6vw;
    height: 30.667vw
  }
  .boxTable td{
    font-size: 3.467vw;
    line-height : 4.267vw;
    height: 24.533vw;
    padding: 0 1.333vw;
  }
  .boxTable .h02{
    height: 22.667vw
  }
  .boxTable tbody tr:first-child td{
    padding: 0 1.333vw;
    height: 23.2vw
  }
  .boxTable .fs24{
    font-size: 4.8vw;
  }
  .boxTable .fs16{
    font-size: 3.467vw
  }
  .boxTable .fs14{
    font-size: 2.933vw
  }
  .boxTable .tdRowSpan{
    width: 6.667vw
  }
  .boxTable .fs35{
    font-size: 6vw
  }
  .boxTable tbody tr{
    position: relative;
  }
  .boxTable tbody td.relative{
    position: static;
  }
  .tooltip-text{
    background: none;
    position: relative;
  }
  .tooltip-text:after{
    content:"";
    width: 5.333vw;
    height: 5.333vw;
    display: block;
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/ico_question.png') no-repeat center / contain
  }
  .tooltip-text span{
    font-size: 2.933vw
  }
  .tooltip-text__sb{
    display: block;
  }
  .price-breakdown__table:after{
    background: url(../images/bg_boxTable_sp.png) no-repeat top right / contain;
    width: 49.6vw;
    height: 30.667vw;
    top: 34.667vw
  }
  .fs22_sp{
    font-size: 2.933vw
  }
  .tooltip__advantageTtl{
    font-size: 5.333vw;
    line-height: 6.667vw
  }
  .tooltip__txt{
    font-size: 4.267vw;
    line-height: 6.667vw
  }
  .sec03 .box-action__link a{
    font-size: 4.267vw;
  }
  .sec03 .tooltip .box-action__link{
    margin-top: 9vw
  }
  .tooltip__advantageTtl{
    margin: 9.333vw 0;
  }
  .tooltip__cont{
    padding-bottom: 9vw
  }
  .tooltip__advantageImg img{
    width: 61vw
  }
  .price-breakdown__text{
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 5.333vw
  }
  .price-breakdown__text p + p{
    margin-top: 4vw
  }
  .price-breakdown{
    margin-bottom: 9vw
  }
  .p-toggle{
    padding: 4vw;
    font-size: 4.267vw
  }
  .p-toggle:before{
    width: 3.733vw;
    height: 0.267vw;
    right: 4.267vw
  }
  .p-toggle:after{
    height: 3.733vw;
    width: 0.267vw;
    right: 6vw;
  }
  .p-toggle:not(.p-toggle--none) + *{
    padding: 6vw 4vw
  }
  .box-option__content{
    padding: 4vw 3.8vw 0;
  }
  .box-option__inner{
    padding: 5.333vw 2vw
  }
  .box-option__sub{
    font-size: 4vw;
    line-height: 5.333vw
  }
  .box-option__main{
    font-size: 8vw;
    line-height: 9.6vw;
    margin-top: 2.667vw
  }
  .box-option__unit{
    font-size: 3.467vw
  }
  .box-option__tax{
    font-size: 2.8vw
  }
  .box-option__item + .box-option__item {
    border-top: 0.133vw solid #d6cbc1;
    margin-top: 5.333vw;
    padding-top: 5.333vw;
  }
  .box-option__note{
    margin-top: 5.333vw
  }
  .box-note__sb{
    font-size: 2.933vw;
  }
  .sec03 .box-action__link a,.link-down,
  .box-option__noteText{
    font-size: 2.933vw;
    line-height: 4.8vw
  }
  .box-note__item{
    padding-left: 7.333vw;
    font-size: 3.2vw;
    line-height: 4.8vw
  }
  .box-option__content.taC .box-note__item {
    padding-left: 7.333vw;
  }
  .box-info__data{
    margin: 5.333 0 0;
  }
  .box-info__data li{
    font-size: 3.2vw;
    line-height: 4.8vw
  }
  .box-notes{
    margin-top: 10.667vw;
    padding: 5.333vw 0
  }
  .box-notes__title{
    font-size: 3.733vw;
    line-height: 5.6vw;
  }
  .box-note__item{
    padding-left: 5.467vw
  }
  .box-notes__item .box-note{
    padding-bottom: 4vw
  }
  .p-about__content p{
    line-height: 4.8vw;
  }
  .box-note__item + .box-note__item{
    margin-top: 1.5vw
  }
  .p-about__content > p{
    margin-top: 1.5vw;
    font-size: 3.2vw;
    line-height: 4.8vw
  }
  .p-toggle--none{
    padding: 4vw 0;
  }
  .p-about__content{
    padding-bottom: 4vw
  }
  .p-about{
    margin-top: 8vw
  }
  .p-about__inner{
    margin-top: 8vw;
  }
  .p-about__title{
    font-size: 6.667vw;
    line-height: 8.8vw
  }
  .p-about__dl{
    margin-top: 8vw
  }
  .p-about__dl dt, .p-about__dl dd{
    width: 100%
  }
  .p-about__dl dd{
    padding: 4vw 0 6vw;
    font-size: 4vw
  }
  .p-about__dl dd p + p{
    margin-top: 1.333vw
  }
  .p-about__note{
    font-size: 3.2vw;
    text-indent: -2.667vw;
    margin-left: 2.667vw
  }
  .p-about__dl dt{
    font-size: 3.733vw;
    height: 6.667vw
  }
  .p-about__dl .fs26{
    font-size: 4.8vw
  }
  .p-about__dl .fs40{
    font-size: 6.667vw
  }
  .p-about__dl .fs18{
    font-size: 3.733vw
  }
  .p-about__dl .fs30{
    font-size: 5.333vw
  }
  .p-about__dl .lh1{
    line-height: 1.5
  }
  .amazon-prime{
    padding: 1.333vw;
    margin-top: 9.333vw
  }
  .amazon-prime__content{
    padding: 4vw 0 1vw
  }
  .amazon-prime__text,.amazon-prime__link{
    font-size: 3.733vw;
    line-height: 7vw
  }
  .amazon-prime__text:before, .amazon-prime__text:after{
    width: 3.2vw;
    height: 0.533vw;
  }
  .amazon-prime__text:before{
    left: -4.533vw
  }
  .amazon-prime__text:after{
    right: -4.533vw
  }
}

.toggle-head {
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  background: #fff;
  color: #010101;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.toggle-head:not(.active) {
  margin-bottom: 2px;
}
.toggle-head:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  background: url(/content/dam/au-com/pr/netflixpack/ouenwari/images/ico_close_01.png) no-repeat;
  background-size: contain;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: -20px;
}
.toggle-head.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff
}
.toggle-head.active:after {
  background: url(/content/dam/au-com/pr/netflixpack/ouenwari/images/ico_open_01.png) no-repeat;
  background-size: contain;
}
.accor-box + .accor-box {
  margin-top: 40px;
}
.accor-box .box {
  box-shadow: none;
}
.toggle-head + .box {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 2px
}
@media screen and (max-width: 767px) {
  .toggle-head {
    height: 16vw;
    font-size: 5.333vw;
  }
  .toggle-head:after, .toggle-head.active:after {
    width: 3.467vw;
    height: 2.400vw;
    right: 6.133vw;
  }
  .accor-box + .accor-box {
    margin-top: 5.333vw;
  }
}



/* edit */
@media screen and (min-width: 768px) {
  .sec02 .brand {
    padding: 60px 15px;
  }
  .sec02 .brand_desc {
    margin-top: 0;
  }
  .sec02 .brand.telasa {
     padding: 60px 15px;
  }
  .sec02 .brand.telasa .brand_desc {
    margin-top: 0;
  }
  .sec02 .recom {
    margin-top: 55px;
  }

.head_caution{
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.head_caution .caution_wrap{
    margin: auto;
    max-width: 1024px;
    height: 100%;
    border: 2px solid red;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.head_caution .caution_wrap .heading{
    font-size: 18px;
    font-weight: bold;
    color: red;
}
.head_caution .caution_wrap .remarks{
     font-size: 14px;
}
    
    
  .main_content {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .brand_desc {
    margin-top: 0;
  }
  .sec02 .brand {
    padding: 6.667vw 5.333vw 8vw;
  }
  .sec02 .brand.telasa {
    padding: 6.667vw 5.333vw 8vw;
  }
  .brand_featured {
    margin-top: 6.667vw;
  }
  .main_content {
    padding-bottom: 13.333vw;
    padding-top: 7vw;
  }
}


.box-option {
  padding: 40px 0;
  margin-top: 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .box-option {
    padding: 20px 0;
    margin-top: 80px;
    background: #fff;
  }
  .box-option__wrapper {
    margin-bottom: 6vw
  }
  .box-notes__group .fwb.fs15-sp {
    font-size: 15px;
  }
}

.box-option__wrapper {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: content-box;
    margin-bottom: 40px
}
.l-heading{
  font-weight: bold;
}
.l-heading span{
  display: block;
  text-align: center; 
}
.l-heading__sub{
  color: #ff5900
}
.l-heading__main{
  color: #fff
}

@media screen and (min-width: 768px){
  .l-heading__sub{
    font-size: 36px;
    line-height: 74px;
    letter-spacing: -1px;
  }
  .l-heading__main{
    font-size:58px;
    line-height: 74px;
    letter-spacing: -2px;
  }
}

@media screen and (max-width: 767px){
  .l-heading__sub{
    font-size: 6.133vw;
    line-height: 15.333vw;
    letter-spacing: 0.133vw;
  }
  .l-heading__main{
    font-size:9.333vw;
    line-height: 13.333vw;
    letter-spacing: 0.133vw;
  }
}

[class].mt0{
  margin-top: 0
}
[class].mb0{
  margin-bottom: 0
}
#flbn .flbn-secondary{
  background-color: #fff;
  background-image: url(/content/dam/au-com/pr/netflixpack/images/ico_box_action_02.png);
  border: 2px solid #fd4a24;
  color: #fd4a24 !important;
}

/*221207---------------*/
.bnr_smaho_u22{
    margin: 0 auto;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    left: calc(50% - 320px);
}

@media (max-width: 767px) {
   .bnr_smaho_u22{
    margin-bottom: 8vw;
       left: 0;
  }
}

#anchor03{
    padding-top: 55px!important;
}

@media (max-width: 767px) {
   #anchor03{
   padding-top: 10vw!important;
  }
}





/*230317--------*/

.p-question__link--blank::after {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(/content/dam/au-com/pr/netflixpack/ouenwari/images/ico_blank.png) no-repeat center/cover;
    content: "";
}