@charset "UTF-8";

/* ------------------------------------------------------
* Fonts
------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
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:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
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;}
input,select{vertical-align:middle;}
/* ----- custom ----- */
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body *, body *::before, body *::after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
main{display:block;margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1,h2,h3,h4,h5,h6,small{font-weight:normal;}
ul,ol{list-style:none;}
strong{font-weight:bold;}
em,i{font-style:italic;}
address{font-style:normal;}
hr,legend{display:none;}
time{display:block;}
sub,sup{position:relative;font-size:74%;line-height:1;}
sup{top:-.15em;}
sub{bottom:-.1em;}
img{max-width:100%;height:auto;vertical-align:top;image-rendering: -webkit-optimize-contrast;}
input[type="text"],textarea,button,pre{-webkit-appearance: none;appearance: none;}


/*=== Basic ===*/
:root {
  --scale: 1;
  --base-font-size: 16px;
  --color-bg-base: #fff;
  --color-bg-main: #f2f2f2;
  --color-bg-section: #f7f7f7;
  --color-bg-accent: #000;
  --color-bg-sub: #333;
  --color-txt-main: #232b35;
  --color-txt-sub: #5d5d5d;
  --color-txt-accent: #ac2330;
  --color-border: #ccc;
  --color-deco: #666;
}
/* グレーモード */
[data-theme='gray'] .main {
  --color-bg-base: #555;
  --color-bg-main: #444;
  --color-bg-section: #666;
  --color-bg-accent: #eee;
  --color-bg-sub: #ccc;
  --color-txt-main: #fff;
  --color-txt-sub: #e5e5e5;
  --color-txt-accent: #ffb6bd;
  --color-border: #999;
  --color-deco: #fff;
}
/* ダークモード */
[data-theme='dark'] .main {
  --color-bg-base: #212121;
  --color-bg-main: #4d4d4d;
  --color-bg-section: #3d3d3d;
  --color-bg-accent: #fff;
  --color-bg-sub: #e0e0e0;
  --color-txt-main: #fff;
  --color-txt-sub: #b5b5b5;
  --color-txt-accent: #ff8793;
  --color-border: #777;
  --color-deco: #888;
}


body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #232b35;
  font-size: calc(var(--base-font-size) * var(--scale));
  line-height: 1.75;
  word-wrap : break-word;
  transition: background-color 0.2s, color 0.2s;
}
body.js-textSizeLarge {
  --scale: 1.25;
}
#header, #footer {
  --scale: 1 !important;
  font-size: var(--base-font-size);
}
a {
  color: #232b35;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:visited {
  color: #232b35;
}
a:hover, button:hover {
  opacity: 0.7;
}
input,select,textarea,button,pre {
  padding: 0;
  border: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--color-txt-main);
  font-size: calc(var(--base-font-size) * var(--scale));
  line-height: 1.75;
  background: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.wrap {
  position: relative;
  margin: 0 auto;
}
.main {
  color: var(--color-txt-main);
  font-size: inherit;
  background-color: var(--color-bg-main);
}
.main a, .main a:visited {
  color: var(--color-txt-main);
}
.main a.type-txt:hover {
  opacity: 1;
  text-decoration: underline;
}

/*=== ログイン状態のちらつき防止 ===*/
/* authCheckでログイン状態が確定するまでは、ログイン/会員どちらのアカウント表示も出さない。
   確定時にloginArea.jsが<html>へ is-accountChecked を付与する。
   これによりログイン済みユーザーに一瞬「未ログイン」表示が出るのを防ぐ。 */
html:not(.is-accountChecked) .js-accountGuest,
html:not(.is-accountChecked) .js-accountMember {
  display: none !important;
}


/*=== メインエリア ===*/
.main-inner {
  padding-bottom: 135px;
  background-color: var(--color-bg-base);
}
.ad-area + .main-inner {
  padding-bottom: 80px;
}


/*=== 共通アイコン ===*/
.ico-arrow {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.ico-arrow::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  top: 0;
  right: -10px;
  width: calc(8px * var(--scale));
  height: calc(12px * var(--scale));
  background-color: var(--color-deco);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}


/*=== サービスヘッダー ===*/
.serviceHeader-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}
.serviceHeader-head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 50px;
}
.serviceHeader-body {
  flex-grow: 1;
  margin-left: 20px;
}
.serviceHeader-foot {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  margin-left: 20px;
}
.serviceHeader-logo a {
  display: inline-block;
  background-color: var(--color-bg-base);
  border-radius: 10px;
}
.serviceHeader-logo img {
  width: auto;
  height: 50px;
}
.serviceHeader-main {
  color: var(--color-bg-accent);
  font-weight: bold;
  font-size: 16px;
}
.serviceHeader-main a,
.serviceHeader-main a:visited {
  color: var(--color-bg-accent);
}
.serviceHeader-main a:hover {
  text-decoration: none;
}
/* ヘッダー検索窓 */
.serviceHeaderSearch {
  width: 100%;
  max-width: 595px;
}
.serviceHeaderSearch.pattern-inside {
  padding: 10px 8px;
  border: 1px solid var(--color-bg-main);
}
.serviceHeaderSearch-fieldset {
  display: flex;
  border: 1px solid var(--color-deco);
  border-radius: 50px;
}
.pattern-inside .serviceHeaderSearch-fieldset {
  border-color: var(--color-deco);
  border-radius: 3px;
}
.serviceHeaderSearch-input {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  outline: none;
  background-color: var(--color-bg-base);
  border-radius: 3px;
}
.serviceHeaderSearch-input::placeholder {
  color: var(--color-txt-sub);
  font-size: 14px;
}
.serviceHeaderSearch-auxiliary {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 10px;
  background-color: var(--color-bg-base);
}
.serviceHeaderSearch-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 80px;
  height: 32px;
  margin: 4px;
  border: none;
  outline: none;
  color: var(--color-bg-base);
  background-color: var(--color-deco);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.pattern-inside .serviceHeaderSearch-submit {
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: var(--color-deco);
  border-radius: 0 1px 1px 0;
}
.serviceHeaderSearch-submit:hover {
  opacity: 0.7;
}
.serviceHeaderSearch-icon {
  display: block;
}
/* 検索切り替え */
.serviceHeaderSearch-tab {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 40px;
}
.serviceHeaderSearch-tab::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-deco);
}
.serviceHeaderSearch-wrapper {
  position: relative;
  height: 100%;
  user-select: none;
}
.serviceHeaderSearch-wrapper select {
  display: none;
}
.serviceHeaderSearch-select {
  height: 100%;
  border: none;
  font-size: 0;
  background-color: var(--color-bg-base);
  border-radius: 50px;
  appearance: none;
  -webkit-appearance: none;
}
.serviceHeaderSearch-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  color: var(--color-deco);
  font-size: 14px;
  line-height: 40px;
  background-color: var(--color-bg-base);
  border-radius: 50px 0 0 50px;
  cursor: pointer;
}
.serviceHeaderSearch-trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  border-top: 2px solid var(--color-deco);
  border-right: 2px solid var(--color-deco);
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
.serviceHeaderSearch-list {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  min-width: 100%;
  margin-top: 8px;
  background-color: var(--color-bg-base);
  border-radius: 3px;
  box-shadow: 0 2px 9px rgba(0,0,0,.2);
  transition: all .4s ease-in-out;
  z-index: 1;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.serviceHeaderSearch-select.opened .serviceHeaderSearch-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.serviceHeaderSearch-item {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.serviceHeaderSearch-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: var(--color-border);
  transform: translateX(-50%);
}
.serviceHeaderSearch-item:first-of-type::before {
  content: none;
}
.serviceHeaderSearch-label {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  border-radius: 20px;
}
.serviceHeaderSearch-item .type-amazon-icon {
  left: 17px;
}
.serviceHeaderSearch-item:hover .serviceHeaderSearch-label {
  background-color: #ffd9dd;
}
/* ユーザー情報 */
.serviceHeaderInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1.2;
  background-color: var(--color-bg-main);
  border-radius: 10px;
}
.serviceHeaderInfo-user {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 30px;
}
.pattern-notLogin .serviceHeaderInfo-user {
  display: block;
}
.serviceHeaderInfo-userIcon {
  display: none;
}
.serviceHeaderInfo-name {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.serviceHeaderInfo-name .type-em {
  margin-right: 5px;
  font-weight: bold;
}
.serviceHeaderInfo-name span:not(.type-em) {
  white-space: nowrap;
}
.serviceHeaderInfo-confirm {
  margin: 3px 0 3px 20px;
}
@media print, screen and (min-width: 769px) {
  .serviceHeaderInfo-wrap {
    display: block !important;
    height: auto !important;
  }
}
.serviceHeaderInfo-message {
  display: flex;
  align-items: center;
}
.serviceHeaderInfo-column {
  padding: 3px 0 5px;
  font-size: 0;
  white-space: nowrap;
  background-color: var(--color-bg-base);
}
.serviceHeaderInfo-box {
  display: inline-block;
  padding: 3px 15px 0;
}
.serviceHeaderInfo-course {
  display: inline-block;
  padding: 3px 15px 0;
  border-left: 1px solid var(--color-bg-main);
}
.serviceHeaderInfo-ttl {
  display: inline-block;
  color: var(--color-deco);
  font-size: 12px;
}
.serviceHeaderInfo-cashback {
  display: none;
}
.serviceHeaderInfo-detail {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 5px;
}
.serviceHeaderInfo-txt {
  font-size: 14px;
}
.serviceHeaderInfo-txt span {
  display: inline-block;
  max-width: 25em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.serviceHeaderInfo-note {
  margin-right: 10px;
}
.serviceHeaderInfo-transition {
  display: inline-block;
  margin-left: 15px;
}
a.serviceHeaderInfo-link {
  position: relative;
  min-width: 40px;
  padding-right: 10px;
  color: var(--color-deco);
  font-size: 12px;
}
a.serviceHeaderInfo-link:visited {
  color: var(--color-deco);
}
a.serviceHeaderInfo-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  width: 6px;
  height: 10px;
  background-color: var(--color-deco);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
a.serviceHeaderInfo-btn {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 22px;
  color: var(--color-bg-base);
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--color-deco);
  border-radius: 50px;
}
a.serviceHeaderInfo-btn:visited {
  color: var(--color-bg-base);
}
a.serviceHeaderInfo-btn:hover {
  opacity: 0.7;
}
a.serviceHeaderInfo-btn.pattern-login {
  background-color: var(--color-bg-accent);
}
.serviceHeaderInfo-loginIcon {
  flex-shrink: 0;
  margin-right: 8px;
}
/* サービス要素 */
.serviceHeaderElement-period {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  line-height: 1.4;
}
.serviceHeaderElement-period .type-em {
  font-size: 20px;
}
.serviceHeaderElement-period .type-highlight {
  color: var(--color-txt-accent);
}


/*=== パンくず ===*/
.breadcrumbs {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--color-txt-sub);
  font-size: 0;
}
.breadcrumbs.js-breadcrumbsFade::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  z-index: 1;
  pointer-events: none;
}
.breadcrumbs-list {
  padding: 10px 20px 15px 0;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs-list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs-item {
  display: inline;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.breadcrumbs-item::before {
  content: "＞";
  display: block;
  position: absolute;
  top: -1px;
  left: 4px;
}
.breadcrumbs-item:first-child::before {
  content: none;
}
.main .breadcrumbs-item a,
.main .breadcrumbs-item a:visited {
  color: var(--color-txt-sub);
}


/*=== モーダル ===*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.is-modalShow {
  opacity: 1;
  visibility: visible;
}
.modal-btn {
  position: relative;
  cursor: pointer;
}
.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 600px;
  z-index: 100;
  transform: translate(-50%,-50%);
}
.modal-close {
  position: absolute;
  top: -22px;
  right: -22px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  background-color: var(--color-bg-accent);
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: var(--color-bg-base);
  border-radius: 1.5px;
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-inner {
  padding: 30px 30px 20px;
  max-height: 80vh;
  background-color: var(--color-bg-base);
  border-radius: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-inner > *:first-child {
  margin-top: 0;
}


/*=== スライダー ===*/
.js-slider {
  position: relative;
  width: 100%;
}
.js-sliderList {
  width: 100%;
  overflow: hidden;
}
.js-sliderList:not(.swiper-initialized) {
  height: 260px;
  opacity: 0;
}
.js-sliderList.swiper-initialized {
  height: auto;
  opacity: 1;
}
div.swiper-slide {
  height: auto;
}
.swiper-slide img {
  display: block;
}

.js-sliderBtn {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 38px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  will-change: opacity;
  transform: translateY(-50%) translateZ(0);
  pointer-events: none;
}
.js-slider:hover > .js-sliderBtn {
  opacity: 1;
  visibility: visible;
}
.js-sliderBtn svg {
  display: none;
}
div.slider-prev,
div.slider-next {
  display: block;
  position: absolute;
  right: -18px;
  width: 38px;
  height: 38px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: var(--color-bg-accent);
  border-radius: 100%;
  overflow: hidden;
  pointer-events: auto;
}
div.slider-prev {
  left: -18px;
  transform: rotate(180deg);
}
.slider-prev::before,
.slider-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 15px;
  background-color: var(--color-bg-base);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.slider-prev:hover,
.slider-next:hover {
  opacity: 0.7;
}
.swiper-button-disabled {
  display: none !important;
}
.slider-dots {
  display: flex;
  justify-content: center;
  bottom: -35px !important;
}
.slider-dot {
  width: 8px;
  height: 8px;
  margin: 5px 8px;
  border-radius: 50%;
  background-color: var(--color-bg-accent);
  opacity: 0.2;
  cursor: pointer;
}
.slider-dot:hover {
  opacity: 0.1;
}
.slider-active {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}


/*=== 広告 ===*/
#adTop.ad-area {
  padding: 20px 0;
}
#adBottom.ad-area {
  padding: 20px 0 95px;
}
.ad-area {
  text-align: center;
}
.ad-area.margin-middle {
  margin: 15px 0;
}
.ad-area div {
  margin: 0 auto;
}


/*=== pagetop ===*/
.pagetop {
  display: none;
  position: fixed;
  text-indent: 100%;
  white-space: nowrap;
  width: 56px;
  height: 56px;
  right: 10px;
  overflow: hidden;
  z-index: 5;
}
.pagetop a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: var(--color-deco);
  border-radius: 10px;
  opacity: 0.7;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 15px;
  background: var(--color-bg-base);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  transform: translateX(-50%) translateY(-50%);
}


/* ======================================================
 * PC Only
====================================================== */
@media print, screen and (min-width: 769px) {
  .pc-hidden {
    display: none !important;
  }
  .spOnly {
    display: none !important;
  }
  a[href^="tel:"] {
    color: var(--color-txt-main);
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}


/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 768px) {
  /*=== Basic ===*/
  :root {
    --base-font-size: 14px;
  }
  body {
    line-height: 1.6;
  }
  input,select,textarea,button,pre {
    line-height: 1.6;
  }
  .pcOnly {
    display: none !important;
  }
  .sp-hidden {
    display: none !important;
  }


  /*=== メインエリア ===*/
  .main-inner {
    padding-bottom: 110px;
  }
  .ad-area + .main-inner {
    padding-bottom: 40px;
  }


  /*=== サービスヘッダー ===*/
  .serviceHeader {
    width: 100%;
  }
  .serviceHeader-inner {
    justify-content: start;
    flex-flow: column;
    padding: 0;
  }
  .serviceHeader-head {
    display: block;
    order: 2;
    width: 100%;
    min-height: auto;
  }
  .is-scrollingUp .serviceHeader-head {
    position: fixed;
    top: 40px;/*headerの高さ分*/
    left: 0;
    background-color: var(--color-bg-base);
    z-index: 8888;
  }
  .serviceHeader-body {
    order: 3;
    width: 100%;
    margin-left: 0;
  }
  .serviceHeader-foot {
    display: block;
    order: 1;
    width: 100%;
    margin-left: 0;
  }
  .serviceHeader-logo {
    padding: 15px 0;
    text-align: center;
  }
  .serviceHeader-logo img {
    height: 46px;
  }
  .serviceHeader-main {
    padding: 15px 0;
    text-align: center;
  }
  /* ヘッダー検索窓 */
  .serviceHeaderSearch {
    max-width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid var(--color-bg-main);
  }
  .serviceHeaderSearch.pattern-inside {
    padding: 0 25px 30px;
    border: none;
  }
  .serviceHeaderSearch-input {
    border-radius: 50px 0 0 50px;
  }
  .pattern-inside .serviceHeaderSearch-input {
    border-radius: 3px;
  }
  .serviceHeaderSearch-input::placeholder {
    text-align: center;
  }
  .pattern-inside .serviceHeaderSearch-input::placeholder {
    text-align: left;
  }
  .serviceHeaderSearch-auxiliary {
    display: none;
  }
  /* ユーザー情報 */
  .serviceHeaderInfo {
    display: block;
    order: 1;
    flex-grow: 1;
    min-height: auto;
    padding: 0;
    border-radius: 0;
  }
  .serviceHeaderInfo-user {
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    margin-right: 0;
    padding: 15px;
    padding-right: 30px;
  }
  .serviceHeaderInfo-user::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 8px;
    background-color: var(--color-deco);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateY(-50%);
  }
  .serviceHeaderInfo-user.is-open::after {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  span.serviceHeaderInfo-userIcon {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .serviceHeaderInfo-name {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 1.1;
    pointer-events: all;
  }
  .serviceHeaderInfo-name .type-em {
    margin-right: 0;
    font-size: 16px;
  }
  .serviceHeaderInfo-confirm {
    min-width: 43px;
    margin: 15px 0 0 0;
    font-size: 12px;
    text-align: center;
  }
  .serviceHeaderInfo-message {
    display: block;
  }
  .serviceHeaderInfo-column {
    padding: 0;
    background-color: transparent;
  }
  .serviceHeaderInfo-wrap {
    display: none;
    padding: 0 15px 15px;
  }
  .serviceHeaderInfo-wrap > *:first-child {
    margin-top: 0;
  }
  .serviceHeaderInfo-box {
    display: block;
    padding: 0;
  }
  .serviceHeaderInfo-boxLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background-color: var(--color-bg-base);
    border-radius: 10px;
  }
  .serviceHeaderInfo-boxLink:hover {
    text-decoration: none;
  }
  .serviceHeaderInfo-course {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 15px;
    border: none;
    background-color: var(--color-bg-base);
    margin-top: 10px;
    border-radius: 10px;
  }
  .serviceHeaderInfo-course .serviceHeaderInfo-detail {
    width: 100%;
    margin-top: 2px;
  }
  .serviceHeaderInfo-ttl {
    display: flex;
    align-items: center;
    color: var(--color-deco);
  }
  .serviceHeaderInfo-cashback {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .serviceHeaderInfo-detail {
    display: block;
    margin-top: 0;
  }
  .serviceHeaderInfo-txt .type-em {
    font-size: 16px;
    white-space: nowrap;
  }
  .serviceHeaderInfo-txt span {
    max-width: none;
    font-weight: bold;
  }
  .serviceHeaderInfo-note {
    margin-right: 0
  }
  .serviceHeaderInfo-transition {
    display: block;
    margin-left: 0;
  }
  a.serviceHeaderInfo-link {
    display: inline-block;
    min-width: none;
    padding-right: 8px;
  }
  .serviceHeaderInfo-btnArea {
    margin-top: 10px;
  }
  .serviceHeaderInfo-help {
    margin-top: 10px;
  }
  a.serviceHeaderInfo-btn {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  a.serviceHeaderInfo-btn.pattern-help {
    border: 1px solid var(--color-border);
    color: var(--color-txt-main);
    background-color: var(--color-bg-base);
  }
  a.serviceHeaderInfo-btn.pattern-help:visited {
    color: var(--color-txt-main);
  }
  .serviceHeaderInfo-helpIcon {
    flex-shrink: 0;
    margin-right: 8px;
  }
  /* サービス要素 */
  .serviceHeaderElement {
    border-top: 1px solid var(--color-bg-main);
    padding: 15px 0;
  }
  .serviceHeaderElement-period {
    font-size: 13px;
    text-align: left;
  }
  .serviceHeaderElement-txt {
    padding: 0 10px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .serviceHeaderElement-txt::-webkit-scrollbar {
    display: none;
  }


  /*=== パンくず ===*/
  .breadcrumbs-list {
    padding: 10px 0 15px;
  }
  .breadcrumbs-item {
    padding: 0 10px;
    font-size: 12px;
  }
  .breadcrumbs-item::before {
    top: 0;
    left: -5px;
  }


  /*=== スクロールフェード ===*/
  .js-scrollFade {
    position: relative;
  }
  .js-scrollFadeOn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 1;
  }


  /*=== モーダル ===*/
  .modal-body {
    top: 48%;
    width: calc(100% - 30px);
  }
  .modal-close {
    top: -20px;
    right: -10px;
    width: 42px;
    height: 42px;
  }
  .modal-close::before,
  .modal-close::after {
    width: 2px;
    height: 22px;
    border-radius: 1px;
  }
  .modal-inner {
    max-height: 75vh;
    padding: 30px 15px 20px;
  }


  /*=== スライダー ===*/
  .js-sliderList:not(.swiper-initialized) {
    height: 100px;
  }
  .js-sliderBtn {
    height: 28px;
  }
  div.slider-prev,
  div.slider-next {
    right: -8px;
    width: 28px;
    height: 28px;
  }
  div.slider-prev {
    left: -8px;
  }
  .slider-prev::before,
  .slider-next::before {
    right: 9px;
    width: 8px;
    height: 12px;
  }
  .slider-dots {
    bottom: -25px !important;
  }


  /*=== 広告 ===*/
  #adTop.ad-area {
    padding: 15px 0;
  }
  #adBottom.ad-area {
    padding: 15px 0 95px;
  }
  .ad-area {
    padding: 0 15px;
  }
  .ad-area.margin-middle {
    margin: 20px 0;
  }


  /*=== pagetop ===*/
  .pagetop a::before {
    width: 15px;
    height: 10px;
  }
}
