/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 100%;
  font: 115% monospace;
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  overflow-x: hidden;
  font-weight: 500;
  letter-spacing: 0px;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.l-footer {
  margin-top: 80px;
}
.l-footer__bg {
  background-color: #eee;
  padding: 1rem 0;
}
.l-footer__copyright {
  display: block;
  text-align: center;
  font-size: 10px;
}

.l-header {
  margin-bottom: 2rem;
}
.l-header__bg {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.l-header__content {
  display: flex;
  align-items: center;
  height: 5rem;
}
.l-header__description {
  margin-left: auto;
}
.l-header__menuButton {
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .l-header__menuButton {
    display: none;
  }
}

.l-container {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .l-container {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-accordion {
  position: relative;
}
.c-accordion__content {
  padding: 40px;
  line-height: 2;
  background: #cfeee3;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.c-accordion__content .accordion_menulist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 6px;
}
.c-accordion__content .accordion_menulist::after {
  content: "";
  display: block;
  width: 295px;
  height: 0;
}
.c-accordion__content .accordion_menulist__list {
  width: 295px;
  margin-bottom: 6px;
}
.c-accordion__content .accordion_menulist__list a {
  font-size: 15px;
  font-feature-settings: "palt";
  display: block;
  position: relative;
  padding: 7px 10px;
  border: solid 1px #fff;
}
.c-accordion__content .accordion_menulist__list a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
  position: absolute;
  right: 15px;
  top: 45%;
}
.c-accordion__content .accordion_menulist__list a:hover {
  background: #fff;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}
.c-accordion__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 4px solid #d2efe5;
  background-color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
}
.c-accordion__button::before {
  content: "";
  display: block;
  background: url(../images/walkman_kv_btn.svg) no-repeat center;
  background-size: contain;
  width: 41px;
  height: 40px;
}
.open .c-accordion__button {
  background-color: #cfeee3;
  height: 55px;
  border-radius: 100px 100px 0 0;
}
.open .c-accordion__button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid black;
  position: absolute;
  bottom: -5px;
}
.c-accordion__head {
  position: relative;
}
.c-accordion__head::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.75rem;
  width: 1rem;
  height: 1rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  pointer-events: none;
}
.open .c-accordion__head::after {
  margin-top: -0.25rem;
  transform: rotate(225deg);
}
.c-accordion__head button {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  padding: 1rem;
  background-color: rgb(2, 122, 102);
  color: #fff;
  border: none;
  text-align: left;
  font-size: 100%;
  cursor: pointer;
}

.c-scroll-top {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
}
.c-scroll-top a {
  display: block;
  padding: 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
}

dialog {
  background: none;
  border: none;
  padding: 40px 0;
}
dialog::backdrop {
  background-color: rgba(0, 0, 30, 0.5);
}

.c-modal__container {
  overscroll-behavior-y: contain;
  overflow-y: auto;
  max-width: 400px;
  height: 300px;
  padding: 1.5em;
  background-color: #eee;
}
.c-modal__close {
  position: absolute;
  top: 0px;
  right: 0;
  height: 40px;
  border: none;
  background: none;
  color: white;
}

/*-----------------------------------------------------------
    toggleMenu setting
-----------------------------------------------------------*/
#js-toggleMenu {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 100;
}
@media (min-width: 768px) {
  #js-toggleMenu {
    position: static;
  }
}

.js-toggleMenu-container {
  height: 100vh;
  width: 90vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.3s;
}
.open .js-toggleMenu-container {
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  .js-toggleMenu-container {
    transform: none;
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
  }
}

.toggleMenu-button {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 10000;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #eee;
  color: transparent;
}
.toggleMenu-button:before, .toggleMenu-button:after {
  content: "";
}
.toggleMenu-button:before, .toggleMenu-button:after,
.toggleMenu-button i {
  display: block;
  position: absolute;
  left: 50%;
  height: 2px;
  width: 50%;
  margin: -1px 0 0 -25%;
  background-color: #000;
  transition: 0.3s;
}
.toggleMenu-button:before {
  top: 30%;
}
.toggleMenu-button i {
  top: 50%;
}
.toggleMenu-button:after {
  top: 70%;
}
.toggleMenu-button.open i {
  opacity: 0;
}
.toggleMenu-button.open::before {
  transform: rotate(225deg);
  top: 50%;
}
.toggleMenu-button.open::after {
  transform: rotate(135deg);
  top: 50%;
}
/* gnav */
.c-gnav a {
  color: inherit;
}
@media (max-width: 767px) {
  .c-gnav .l-container {
    margin: 0;
  }
}
.c-gnav__container {
  background: #333;
  color: white;
}
.c-gnav__list {
  padding-bottom: 60px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .c-gnav__list {
    display: flex;
    position: relative;
    padding: 0;
  }
}
.c-gnav__list > li > a {
  display: block;
  padding: 1.5rem;
  border-bottom: 1px solid #222;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-gnav__list > li > a {
    margin-bottom: 0;
    padding: 15px;
    border-bottom: none;
  }
  .c-gnav__list > li > a:hover {
    background: #f00;
  }
}
@media (max-width: 767px) {
  .c-gnav__list__child {
    margin-left: 1.5rem;
  }
  .c-gnav__list__child a {
    display: block;
    padding: 1.5rem;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .c-gnav__list__child {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    padding: 24px;
    background: #333;
    white-space: nowrap;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  a:focus ~ .c-gnav__list__child, li:hover .c-gnav__list__child {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
  .c-gnav__list__child.horizontal {
    width: 100%;
    display: flex;
  }
  .c-gnav__list__child.horizontal li:not(:last-child) {
    margin-right: 2em;
  }
  .c-gnav__list__child li:not(:first-child) {
    margin-top: 16px;
  }
}

/*-----------------------------------------------------------
    drawer menu
-----------------------------------------------------------*/
#wrapper,
#drawernav,
.drawernav-close,
.drawernav-toggle {
  transition: 0.5s;
}

.drawernav-toggle_close {
  transition: 0.6s;
}

#drawernav {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2000;
  height: 100%;
  width: 75%;
  background-color: #cfeee3;
  overflow: auto;
  transform-origin: right center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-90%);
  padding: 40px 40px 0 20px;
}

.drawernav-close {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.drawernav-toggle {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -50px;
  margin: 0 auto;
  z-index: 990;
  display: block;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border: solid 4px #cfeee3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawernav-toggle .walkman_kv_btn {
  width: 41px;
  height: 40px;
}

.drawernav-toggle_close {
  position: fixed;
  left: 0;
  right: -85%;
  bottom: 50%;
  margin: 0 auto;
  z-index: 3000;
  display: block;
  height: 90px;
  width: 45px;
  border-radius: 0 100px 100px 0;
  background-color: #cfeee3;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-450px);
}

input#drawernav-chk {
  visibility: hidden;
  position: absolute;
}
input#drawernav-chk:checked ~ #wrapper, input#drawernav-chk:checked ~ .drawernav-close {
  transform: translateX(0);
}
input#drawernav-chk:checked ~ .drawernav-toggle {
  transform: translateX(0);
}
input#drawernav-chk:checked ~ .drawernav-toggle_close {
  transform: translateX(0);
  visibility: visible;
}
input#drawernav-chk:checked ~ .drawernav-toggle_close span {
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid black;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;
}
input#drawernav-chk:checked ~ .drawernav-close {
  opacity: 1;
  visibility: visible;
}
input#drawernav-chk:checked ~ #drawernav {
  transition-delay: 0.1s;
  transform: none;
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.drawernav-list a {
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #fff;
  font-size: 0.95rem;
  position: relative;
}
.drawernav-list a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid black;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 35%;
}

.drawernav-list > li:last-child a {
  border-bottom: 1px solid #fff;
}

.bx-wrapper {
  position: relative;
}

.bx-controls-direction a {
  top: 50%;
  position: absolute;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  text-indent: -9999px;
}
.bx-controls-direction a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5rem 0 0 -0.5rem;
  height: 1rem;
  width: 1rem;
  display: block;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
}
.bx-controls-direction .bx-prev {
  left: -1.5rem;
}
.bx-controls-direction .bx-prev::before {
  margin-left: -6px;
  transform: rotateZ(-135deg);
}
.bx-controls-direction .bx-next {
  right: -1.5rem;
}
.bx-controls-direction .bx-next::before {
  margin-left: -12px;
  transform: rotateZ(45deg);
}

.bx-pager {
  width: 100%;
  text-align: center;
}
.bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-pager .bx-pager-item a {
  margin: 0 0.4rem;
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  background-color: #6b8fc8;
  border: 0.2rem solid #fff;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.bx-pager .bx-pager-item a:hover, .bx-pager .bx-pager-item a.active {
  background-color: #003180;
}

.js-position {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 50%;
}
.js-position .active {
  color: #f00;
}

[data-ui-tab] > li {
  cursor: pointer;
}

[data-ui-tab] + div {
  position: relative;
}
[data-ui-tab] + div > div {
  transition: 0.3s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
[data-ui-tab] + div > div.current {
  opacity: 1;
  width: auto;
  height: auto;
}

/* tab design */
.c-tab__header {
  display: flex;
}
.c-tab__button {
  flex: 1 1 auto;
  margin-bottom: -1px;
  padding: 15px;
  background-color: #eee;
  border-top: 4px solid #bfc0c0;
  border-left: 1px solid #bfc0c0;
  color: #909190;
  text-align: center;
  text-decoration: none;
}
.c-tab__button.current {
  border-top: 4px solid #22b573;
  color: #22b573;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.c-tab__contents {
  border-top: 1px solid #22b573;
  background-color: #fff;
  clear: both;
}
.c-tab__contents .inner {
  padding: 30px;
}

.walkman__kv {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 36px;
  padding-bottom: 65px;
  background: #e8f7f2;
  border-bottom: solid 6px #cfeee3;
  position: relative;
}
.walkman__kv__wrap {
  display: flex;
  flex-direction: column;
}
.walkman__kv .kv_title {
  width: 300px;
  display: block;
  margin: 0 auto 10px;
}
.walkman__kv .kv_pic {
  width: 300px;
  display: block;
  margin: 0 auto 23px;
}
.walkman__kv__txt {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .walkman__kv {
    padding-top: 80px;
    padding-bottom: 30px;
    border-bottom: solid 10px #cfeee3;
  }
  .walkman__kv__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .walkman__kv .kv_title {
    max-width: 473px;
    width: 100%;
    margin: 0 30px 0 0;
  }
  .walkman__kv .kv_title .kv_title_pic {
    max-width: 420px;
    width: 100%;
    margin: 0 0 35px;
  }
  .walkman__kv .kv_pic {
    max-width: 552px;
    width: 100%;
    margin: -40px 60px 0 0;
  }
  .walkman__kv__txt {
    max-width: 473px;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }
}
.walkman__send_on {
  padding: 90px 0 60px;
}
@media (min-width: 768px) {
  .walkman__send_on {
    padding: 120px 0 100px;
  }
}
.walkman__send_on__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
.walkman__send_on__title .title_line {
  background: linear-gradient(transparent 60%, #e8f7f2 60%);
}
@media (min-width: 768px) {
  .walkman__send_on__title {
    font-size: 26px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .walkman__send_on__link-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 26px;
  }
}
.walkman__send_on__link {
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #000;
  margin-bottom: 20px;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .walkman__send_on__link:hover {
    opacity: 0.7;
  }
}
.walkman__send_on__link:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__send_on__link {
    flex-direction: column;
    width: 280px;
    height: 260px;
    margin-bottom: 50px;
  }
}
.walkman__send_on__link .send_icon {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .walkman__send_on__link .send_icon {
    width: 100%;
    height: 170px;
  }
}
.walkman__send_on__link .send_icon.pic01 {
  background: #fee1ad;
}
.walkman__send_on__link .send_icon.pic02 {
  background: #efbab3;
}
.walkman__send_on__link .send_icon.pic03 {
  background: #b0dcb1;
}
.walkman__send_on__link .send_icon.pic04 {
  background: #bdd5ee;
}
.walkman__send_on__link .send_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  padding: 0 10px;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .walkman__send_on__link .send_txt {
    width: 100%;
    height: 100%;
    align-items: center;
  }
}
.walkman__send_on__link .send_txt__txt01 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .walkman__send_on__link .send_txt__txt01 {
    font-size: 17px;
    text-align: center;
  }
}
.walkman__send_on__link .send_txt__txt02 {
  font-size: 0.815rem;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .walkman__send_on__link .send_txt__txt02 {
    font-size: 13px;
  }
}
.walkman__send_on__link .send_txt.pic01 {
  border: 3px solid #fee1ad;
}
@media (min-width: 768px) {
  .walkman__send_on__link .send_txt.pic01 {
    border: none;
    background: #fef0d5;
  }
}
.walkman__send_on__link .send_txt.pic02 {
  border: 3px solid #efbab3;
}
@media (min-width: 768px) {
  .walkman__send_on__link .send_txt.pic02 {
    border: none;
    background: #f6d8d4;
  }
}
.walkman__send_on__link .send_txt.pic03 {
  border: 3px solid #b0dcb1;
}
@media (min-width: 768px) {
  .walkman__send_on__link .send_txt.pic03 {
    border: none;
    background: #ddf1de;
  }
}
.walkman__send_on__link .send_txt.pic04 {
  border: 3px solid #bdd5ee;
}
@media (min-width: 768px) {
  .walkman__send_on__link .send_txt.pic04 {
    border: none;
    background: #dfeaf7;
  }
}
.walkman__send_on__other_link {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #e8f7f2;
  text-decoration: none;
  color: #000;
  font-size: 0.815rem;
  line-height: 1.4;
  height: 70px;
  font-weight: bold;
  font-feature-settings: "palt";
  position: relative;
  transition: opacity 0.3s;
}
.walkman__send_on__other_link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid black;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .walkman__send_on__other_link:hover {
    opacity: 0.7;
  }
}
.walkman__send_on__other_link:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__send_on__other_link {
    width: 720px;
    height: 60px;
    margin: 0 auto;
    font-size: 16px;
  }
  .walkman__send_on__other_link::after {
    right: 20px;
  }
}
.walkman__hint {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 36px;
  padding-bottom: 65px;
  background: #f3f6f7;
  position: relative;
}
.walkman__hint::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .walkman__hint {
    padding-top: 80px;
    padding-bottom: 105px;
  }
  .walkman__hint::before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
  }
}
.walkman__hint__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .walkman__hint__title {
    margin-bottom: 70px;
  }
}
.walkman__hint__title .title_txt {
  font-size: 1.5rem;
  position: relative;
}
.walkman__hint__title .title_txt::after {
  content: "";
  display: block;
  background: url(../images/walkman_hint_title.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: -15px;
}
@media (min-width: 768px) {
  .walkman__hint__title .title_txt {
    font-size: 28px;
  }
  .walkman__hint__title .title_txt::after {
    width: 38px;
    height: 31px;
    top: -30px;
    right: -25px;
  }
}
.walkman__hint__box {
  background: #fff;
  padding: 30px 1rem;
  border-radius: 15px 0 15px 0;
  margin-bottom: 20px;
}
.walkman__hint__box:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .walkman__hint__box {
    padding: 50px 60px 70px;
    border-radius: 50px 0 50px 0;
  }
  .walkman__hint__box.bottom_padding {
    padding-bottom: 0;
  }
}
.walkman__hint__box__title {
  color: #bc6657;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .walkman__hint__box__title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.walkman__hint__box__box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .walkman__hint__box__box01 {
    justify-content: center;
    gap: 0 26px;
  }
}
.walkman__hint__box__box01__child {
  display: flex;
  flex-direction: column;
  width: 48%;
  background: #e8f7f2;
  font-size: 0.815rem;
  line-height: 1.2;
  font-weight: bold;
  font-feature-settings: "palt";
  margin-bottom: 8px;
  text-align: center;
  transition: opacity 0.3s;
}
.walkman__hint__box__box01__child:nth-of-type(3) {
  margin-bottom: 0;
}
.walkman__hint__box__box01__child:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .walkman__hint__box__box01__child:hover {
    opacity: 0.7;
  }
}
.walkman__hint__box__box01__child:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__hint__box__box01__child {
    width: 250px;
    height: 210px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.walkman__hint__box__box01__child__icon {
  background: #cfeee3;
  width: 100%;
  height: 107px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.walkman__hint__box__box01__child__icon .walkman_comfortable_01 {
  width: 111px;
}
.walkman__hint__box__box01__child__icon .walkman_comfortable_02 {
  width: 119px;
}
.walkman__hint__box__box01__child__icon .walkman_comfortable_03 {
  width: 70px;
}
.walkman__hint__box__box01__child__icon .walkman_comfortable_04 {
  width: 102px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box01__child__icon {
    height: 140px;
  }
  .walkman__hint__box__box01__child__icon .walkman_comfortable_01 {
    width: 144px;
  }
  .walkman__hint__box__box01__child__icon .walkman_comfortable_02 {
    width: 155px;
  }
  .walkman__hint__box__box01__child__icon .walkman_comfortable_03 {
    width: 91px;
  }
  .walkman__hint__box__box01__child__icon .walkman_comfortable_04 {
    width: 132px;
  }
}
.walkman__hint__box__box01__child__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box01__child__txt {
    height: 70px;
  }
}
.walkman__hint__box__box02 {
  display: flex;
  flex-direction: column;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box02 {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
  }
}
.walkman__hint__box__box02__child__txt {
  font-size: 0.815rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .walkman__hint__box__box02__child__txt {
    font-size: 16px;
    line-height: 2;
    max-width: 583px;
  }
}
@media (min-width: 768px) {
  .walkman__hint__box__box02__child__pic {
    max-width: 440px;
    margin-left: 50px;
  }
}
.walkman__hint__box__box02__link {
  display: flex;
  align-items: center;
  background: #e8f7f2;
  padding: 0 25px 0 0;
  font-size: 0.815rem;
  font-weight: bold;
  height: 60px;
  font-feature-settings: "palt";
  position: relative;
  transition: opacity 0.3s;
}
.walkman__hint__box__box02__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid black;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box02__link:hover {
    opacity: 0.7;
  }
}
.walkman__hint__box__box02__link:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__hint__box__box02__link {
    max-width: 580px;
    height: 100px;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 16px;
  }
  .walkman__hint__box__box02__link::after {
    right: 20px;
  }
}
.walkman__hint__box__box02__link .obsession_link_icon {
  background: #cfeee3;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.walkman__hint__box__box02__link .obsession_link_icon .walkman_sd_card {
  width: 32px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box02__link .obsession_link_icon {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .walkman__hint__box__box03 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 930px;
    margin: 0 auto;
    gap: 0 30px;
  }
}
.walkman__hint__box__box03__child {
  display: flex;
  align-items: center;
  height: 90px;
  background: #e8f7f2;
  font-size: 0.815rem;
  line-height: 1.2;
  font-weight: bold;
  font-feature-settings: "palt";
  margin-bottom: 20px;
  transition: opacity 0.3s;
}
.walkman__hint__box__box03__child:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .walkman__hint__box__box03__child:hover {
    opacity: 0.7;
  }
}
.walkman__hint__box__box03__child:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__hint__box__box03__child {
    flex-direction: column;
    width: 290px;
    height: 210px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.walkman__hint__box__box03__child__icon {
  background: #cfeee3;
  width: 35%;
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.walkman__hint__box__box03__child__icon .walkman_hint_01 {
  width: 111px;
}
.walkman__hint__box__box03__child__icon .walkman_hint_02 {
  width: 98px;
}
.walkman__hint__box__box03__child__icon .walkman_hint_03 {
  width: 77px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box03__child__icon {
    width: 100%;
    height: 140px;
  }
  .walkman__hint__box__box03__child__icon .walkman_hint_01 {
    width: 178px;
  }
  .walkman__hint__box__box03__child__icon .walkman_hint_02 {
    width: 157px;
  }
  .walkman__hint__box__box03__child__icon .walkman_hint_03 {
    width: 124px;
  }
}
.walkman__hint__box__box03__child__txt {
  width: 65%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box03__child__txt {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.walkman__hint__box__box04 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .walkman__hint__box__box04 {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
}
.walkman__hint__box__box04__child {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .walkman__hint__box__box04__child {
    max-width: 580px;
    width: 100%;
  }
}
.walkman__hint__box__box04__child__link {
  display: flex;
  align-items: center;
  background: #e8f7f2;
  padding: 0 25px 0 0;
  font-size: 0.815rem;
  font-weight: bold;
  height: 60px;
  font-feature-settings: "palt";
  margin-bottom: 15px;
  position: relative;
  transition: opacity 0.3s;
}
.walkman__hint__box__box04__child__link:last-child {
  margin-bottom: 20px;
}
.walkman__hint__box__box04__child__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid black;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box04__child__link:hover {
    opacity: 0.7;
  }
}
.walkman__hint__box__box04__child__link:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__hint__box__box04__child__link {
    font-size: 16px;
    line-height: 1.2;
    height: 100px;
    margin-bottom: 40px;
    position: relative;
    padding: 0 35px 0 0;
  }
  .walkman__hint__box__box04__child__link:last-child {
    margin-bottom: 0;
  }
  .walkman__hint__box__box04__child__link::after {
    right: 20px;
  }
}
.walkman__hint__box__box04__child__link .obsession_link_icon {
  background: #cfeee3;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.walkman__hint__box__box04__child__link .obsession_link_icon .obsession_link_icon_pic01 {
  width: 32px;
}
.walkman__hint__box__box04__child__link .obsession_link_icon .obsession_link_icon_pic02 {
  width: 31px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box04__child__link .obsession_link_icon {
    height: 100px;
    width: 100px;
  }
  .walkman__hint__box__box04__child__link .obsession_link_icon .obsession_link_icon_pic01 {
    width: 45px;
  }
  .walkman__hint__box__box04__child__link .obsession_link_icon .obsession_link_icon_pic02 {
    width: 42px;
  }
}
.walkman__hint__box__box04 .obsession_pic {
  width: 250px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .walkman__hint__box__box04 .obsession_pic {
    max-width: 405px;
    width: 100%;
    margin: -30px 0 -20px 50px;
  }
}
.walkman__hint__box__box05 {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .walkman__hint__box__box05 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.walkman__hint__box__box05__child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  padding: 10px 0;
  background: #e8f7f2;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .walkman__hint__box__box05__child:hover {
    opacity: 0.7;
  }
}
.walkman__hint__box__box05__child:hover {
  text-decoration: none;
  color: #000;
}
.walkman__hint__box__box05__child .model_name {
  font-weight: bold;
  text-align: center;
  font-size: 0.815rem;
  margin-top: 10px;
}
.walkman__hint__box__box05__child .model01_pic {
  width: 64px;
  margin-top: -5px;
}
.walkman__hint__box__box05__child .model02_pic {
  width: 60px;
}
.walkman__hint__box__box05__child .model03_pic {
  width: 55px;
  margin-top: 5px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .walkman__hint__box__box05__child {
    flex-direction: row;
    width: 340px;
    height: 160px;
    padding: 0 30px;
  }
  .walkman__hint__box__box05__child .model_name {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.3;
  }
  .walkman__hint__box__box05__child .model01_pic {
    width: 76px;
    margin-top: 0;
    margin-right: 40px;
  }
  .walkman__hint__box__box05__child .model02_pic {
    width: 67px;
    margin-right: 50px;
  }
  .walkman__hint__box__box05__child .model03_pic {
    width: 60px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.walkman__help {
  padding: 40px 0 50px;
}
@media (min-width: 768px) {
  .walkman__help {
    padding: 110px 0 100px;
  }
}
.walkman__help__title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  background: url(../images/walkman_help_title.svg) no-repeat center;
  background-size: contain;
  width: 230px;
  height: 60px;
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 15px 0 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .walkman__help__title {
    font-size: 24px;
    width: 280px;
    height: 70px;
    margin: 0 auto 70px;
    padding: 17px 0 0;
  }
}
.walkman__help__item_title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .walkman__help__item_title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.walkman__help__item_wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .walkman__help__item_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.walkman__help__item_wrap__child {
  display: flex;
  align-items: center;
  padding: 0 25px 0 10px;
  border: solid 1px #cccccc;
  font-size: 0.815rem;
  font-weight: bold;
  height: 50px;
  font-feature-settings: "palt";
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.walkman__help__item_wrap__child.row {
  width: 100%;
}
.walkman__help__item_wrap__child:last-child {
  margin-bottom: 45px;
}
.walkman__help__item_wrap__child::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid black;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 10px;
}
.walkman__help__item_wrap__child .question_icon {
  width: 30px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .walkman__help__item_wrap__child:hover {
    opacity: 0.7;
  }
}
.walkman__help__item_wrap__child:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__help__item_wrap__child {
    width: 49%;
    height: 60px;
    font-size: 15px;
    margin-bottom: 30px;
    border: solid 1px #2f353d;
  }
  .walkman__help__item_wrap__child:last-child {
    margin-bottom: 95px;
  }
  .walkman__help__item_wrap__child::after {
    right: 20px;
  }
  .walkman__help__item_wrap__child .question_icon {
    width: 36px;
    margin-right: 15px;
  }
}
.walkman__help__item_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .walkman__help__item_row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.walkman__help__item_row__child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .walkman__help__item_row__child {
    width: 49%;
  }
}
.walkman__help__guide_wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .walkman__help__guide_wrap {
    max-width: 680px;
    margin: 0 auto;
  }
}
.walkman__help__guide_wrap__child {
  display: flex;
  align-items: center;
  border: solid 1px #cccccc;
  width: 48%;
  height: 80px;
  padding: 0 10px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .walkman__help__guide_wrap__child:hover {
    opacity: 0.7;
  }
}
.walkman__help__guide_wrap__child:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__help__guide_wrap__child {
    width: 320px;
    height: 120px;
    justify-content: center;
    border: solid 1px #2f353d;
  }
  .walkman__help__guide_wrap__child.link_content_transfer {
    order: 2;
  }
  .walkman__help__guide_wrap__child.link_music_center {
    order: 1;
  }
  .walkman__help__guide_wrap__child .content_transfer {
    width: 214px;
  }
  .walkman__help__guide_wrap__child .music_center {
    width: 238px;
  }
}
.walkman__other {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e8f7f2;
}
@media (min-width: 768px) {
  .walkman__other {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.walkman__other__title {
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .walkman__other__title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .walkman__other__link_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
  }
}
.walkman__other__links {
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
  font-size: 0.815rem;
  font-weight: bold;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.walkman__other__links:last-child {
  margin-bottom: 0;
}
.walkman__other__links::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid black;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .walkman__other__links:hover {
    opacity: 0.7;
  }
}
.walkman__other__links:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .walkman__other__links {
    width: 49%;
    height: 80px;
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .walkman__other__links::after {
    right: 20px;
  }
}

@media (max-width: 767px) {
  #Wo07, #Wo08, #Wo09, #Wo10 {
    padding-top: 50px;
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  #Wo01, #Wo02, #Wo03, #Wo04, #Wo05, #Wo06, #Wo11 {
    padding-top: 150px;
    margin-top: -150px;
  }
  #Wo07, #Wo08, #Wo09, #Wo10 {
    padding-top: 200px;
    margin-top: -200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Wo01, #Wo02, #Wo03, #Wo04, #Wo05, #Wo06, #Wo11 {
    padding-top: 0;
    margin-top: 0;
  }
  #Wo07, #Wo08, #Wo09, #Wo10 {
    padding-top: 50px;
    margin-top: -50px;
  }
}
.clear {
  clear: both;
}

br.clear {
  font-size: 1px;
  line-height: 100%;
  clear: both;
}

div.clear {
  line-height: 100%;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.imgfix {
  font-size: 1px;
  line-height: 1px;
}

@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
.u-palt {
  font-feature-settings: "palt";
}

.u-justify {
  text-align: justify;
  text-justify: character;
}

.u-responsive-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-responsive-frame video,
.u-responsive-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-88 {
  margin-top: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.ml-96 {
  margin-left: 96px;
}
/*# sourceMappingURL=style.css.map */
