@charset 'UTF-8';
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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;list-style:none}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;text-decoration:none}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}img,video{line-height:0;font-size:0}html{overflow-y:scroll;font-size:62.5%}body{font-family:'M PLUS Rounded 1c',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;font-weight:400;color:#000;font-size:14px;min-width:1080px;}@media screen and (max-width:750px){body{min-width:100%}}body.tab-A .cv-tabA{display:block}body.tab-A .cv-tabB{display:none}body.tab-A .cv-tabC{display:none}body.tab-B .cv-tabB{display:block}body.tab-B .cv-tabA{display:none}body.tab-B .cv-tabC{display:none}body.tab-C .cv-tabC{display:block}body.tab-C .cv-tabA{display:none}body.tab-C .cv-tabB{display:none}a{color:#000;-webkit-transition:all .3s;transition:all .3s;outline:none;}a:link,a:visited{text-decoration:none}a:hover,a:active,a:focus{text-decoration:none;color:#098509}img{max-width:100%;vertical-align:middle;}@media screen and (max-width:750px){img{width:100%}}.inner{max-width:1080px;width:100%;margin:0 auto}.inview{visibility:hidden}[data-fade-type='In']{opacity:0;visibility:hidden;transition:opacity .5s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);}[data-fade-type='In'].is-fade{opacity:1;visibility:visible}[data-fade-type='Up']{opacity:0;visibility:hidden;-webkit-transform:translateY(80px);transform:translateY(80px);transition:opacity .5s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);}[data-fade-type='Up'].is-fade{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}[data-fade-type='Right']{opacity:0;visibility:hidden;-webkit-transform:translateX(50px);transform:translateX(50px);transition:opacity .5s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);}[data-fade-type='Right'].is-fade{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}@-webkit-keyframes thumbFadeUp{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes thumbFadeUp{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.header{position:fixed;width:100%;top:0;left:0;background:#fff;z-index:1000;}.header:after{content:'';width:100%;height:3px;background:#000;position:absolute;bottom:-3px;left:0;z-index:1001}@media screen and (max-width:750px){.header:after{height:.26666666666666666vw;bottom:-.26666666666666666vw}}.header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-logo{margin-left:21px;}@media screen and (max-width:750px){.header-logo{width:42.4vw;;margin-left:4.933333333333334vw}}.header-purchase{cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;}.header-purchase:hover{opacity:.7}@media screen and (max-width:750px){.header-purchase{width:12vw}}.conversion{background:#dbf6a4;width:100%;z-index:1000;overflow:hidden;}.conversion .cv-tabB,.conversion .cv-tabC{display:none}.conversion-inner{max-width:1080px;width:100%;margin:0 auto;position:relative;}@media screen and (max-width:750px){.conversion-inner{width:76%}}.conversion-ttl{text-align:center;font-size:22px;line-height:2;color:#000;font-weight:800;margin-bottom:5px;}@media screen and (max-width:750px){.conversion-ttl{text-align:left;font-size:3.466666666666666vw;margin-bottom:5.333333333333334vw}}.conversion-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 14% 0 15%;}.conversion-btn li{width:calc((100% / 3) - 7px);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;}.conversion-btn li a{display:block;}.conversion-btn li a:hover{opacity:.7}@media screen and (max-width:750px){.conversion-btn{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.conversion-btn li{width:100%;margin-bottom:2vw}}.conversion-img{position:absolute;top:-20px;right:2px;}@media screen and (max-width:750px){.conversion-img{width:16.133333333333333vw;top:-7.466666666666668vw;right:2vw}}.conversion-header{position:absolute;top:100%;left:0;display:none;border-bottom:2px solid #99ac72;padding:20px 0 28px;margin-top:3px;}@media screen and (max-width:750px){.conversion-header{padding:8vw 0 4.666666666666667vw;margin-top:.26666666666666666vw}}.conversion-footer .conversion-inner{padding:22px 0 30px}@media screen and (max-width:750px){.conversion-footer .conversion-ttl{text-align:center;font-size:4vw;margin-bottom:2vw}.conversion-footer .conversion-inner{padding:6.133333333333333vw 0 5.333333333333334vw}}.conversion-bottom{position:fixed;bottom:0;background:none;}.conversion-bottom:before{content:'';width:100%;height:100%;background:#dbf6a4;position:absolute;top:0;left:0;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.conversion-bottom .conversion-ttl{opacity:0;visibility:hidden;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.conversion-bottom .conversion-btn li{opacity:0;visibility:hidden;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.conversion-bottom.fixed:before{opacity:1;visibility:visible;-webkit-transition-delay:.25s;transition-delay:.25s}.conversion-bottom.fixed .conversion-ttl{opacity:1;visibility:visible;-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:translateY(0);transform:translateY(0)}.conversion-bottom.fixed .conversion-btn li{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:.75s;transition-delay:.75s;}.conversion-bottom.fixed .conversion-btn li:nth-child(1){-webkit-transition-delay:1s;transition-delay:1s}.conversion-bottom.fixed .conversion-btn li:nth-child(2){-webkit-transition-delay:1.25s;transition-delay:1.25s}.conversion-bottom.fixed .conversion-btn li:nth-child(3){-webkit-transition-delay:1.5s;transition-delay:1.5s}.footer{border-top:2px solid #e6e6e6;padding:37px 0 15px;}.footer-logo{margin:0 6px 0 0;display:inline-block}.footer-copy{font-size:10px;font-weight:800;display:inline-block}@media screen and (max-width:750px){.footer{text-align:center;padding:6.933333333333333vw 0 8.133333333333333vw}.footer-logo{width:59.46666666666667vw;margin:0 0 1.333333333333333vw}.footer-copy{font-size:3.066666666666666vw;color:#999;font-weight:400}}.c-heading{text-align:center;}.c-heading-box{display:inline-block;border:3px solid #000;border-radius:45px;font-size:22px;background:#d0e267;position:relative;line-height:1.8;padding:0 35px;margin-bottom:28px;font-weight:800;}@media screen and (max-width:750px){.c-heading-box{font-size:4.266666666666667vw;padding:0 4.399999999999999vw;margin-bottom:2.933333333333333vw;border:.5333333333333333vw solid #000;line-height:1.6}}.c-heading-box:after{content:'';left:50%;position:absolute;top:100%;background:url("../images/arrow_ttl.png") no-repeat center center/contain;width:16px;height:18px;-webkit-transform:translateX(-50%);transform:translateX(-50%);}@media screen and (max-width:750px){.c-heading-box:after{width:2.666666666666667vw;height:3.2vw;margin-top:-.13333333333333333vw}}.c-heading-title{font-size:38px;font-weight:800;}.c-heading-title .txt-small{font-size:30px}@media screen and (max-width:750px){.c-heading-title{font-size:6.933333333333333vw}.c-heading-title .txt-small{font-size:5.333333333333334vw}}@media screen and (min-width:751px){.c-content_pc{margin:0 auto;width:87.17948717948718%;max-width:1190px;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width:750px){.c-content_sp{padding:0 5.333333333333334%}}.keyvisual{background:url("../images/bg_keyvisual_pc.jpg") no-repeat center center/cover;height:494px;border-bottom:3px solid #0d0d0d;overflow:hidden;margin-top:73px;}@media screen and (max-width:750px){.keyvisual{height:98.93333333333332vw;border-bottom:.5333333333333333vw solid #0d0d0d;background:url("../images/bg_keyvisual_sp.jpg") no-repeat center center/cover;margin-top:12.4vw}}.keyvisual .inner{height:inherit}.keyvisual-content{position:relative;height:100%;}.keyvisual-content__ttl{position:absolute;left:50%;top:72px;width:450px;margin-left:-225px;}@media screen and (max-width:750px){.keyvisual-content__ttl{width:64vw;top:7.6vw;margin-left:-32vw}}.keyvisual-content__person{position:absolute;bottom:0;left:4px;}@media screen and (max-width:750px){.keyvisual-content__person{width:58.93333333333334vw;left:21.066666666666666vw}}.keyvisual-content__icon{position:absolute;top:21px;left:-66px;}@media screen and (max-width:750px){.keyvisual-content__icon{width:91.06666666666666vw;top:59.06666666666667vw;left:3.866666666666667vw}}.type{background:#f7fee4;padding:43px 0 140px;}@media screen and (max-width:750px){.type{padding:12vw 0 19.333333333333332vw}}.type-inner{max-width:900px;width:100%;margin:0 auto}.type-box{border:3px solid #000;border-radius:20px;margin-bottom:30px;}@media screen and (max-width:750px){.type-box{border-radius:0;margin-bottom:0;border:none;border-top:.5333333333333333vw solid #000}}.type-box--type01{background:#fbe1dd;margin-top:58px;}.type-box--type01 h3{letter-spacing:-.106em}@media screen and (max-width:750px){.type-box--type01{margin-top:7.733333333333333vw}.type-box--type01 h3{letter-spacing:0;margin-top:2.266666666666667vw}}.type-box--type02{background:#d3f4f0;}.type-box--type02 .type-box__text{margin:0 0 0 33.88%}.type-box--type02 .type-box__person{right:auto;left:0}@media screen and (max-width:750px){.type-box--type02 .type-box__person{width:30.666666666666664vw}}.type-box--type03{background:#fdebbc;}.type-box--type03 .type-box__person{right:37px}@media screen and (max-width:750px){.type-box--type03{border-bottom:.5333333333333333vw solid #000}.type-box--type03 .type-box__person{width:40.93333333333333vw;right:.8vw}}.type-box__inner{position:relative;padding:17px 0 21px;}@media screen and (max-width:750px){.type-box__inner{padding:5.733333333333333vw 0 6vw}}.type-box__text{width:60%;margin:0 0 0 10%;}@media screen and (max-width:750px){.type-box__text{width:64vw;margin:0 0 0 5.066666666666666vw}}.type-box__check{font-size:18px;color:#444;}.type-box__check li{margin-bottom:4px;}.type-box__check li:before{content:'';width:33px;height:33px;display:inline-block;margin-right:10px}.type-box__check--type01 li:before{background:url("../images/icon_check_01.png") no-repeat center center/contain}.type-box__check--type02 li:before{background:url("../images/icon_check_02.png") no-repeat center center/contain}.type-box__check--type03 li:before{background:url("../images/icon_check_03.png") no-repeat center center/contain}@media screen and (max-width:750px){.type-box__check{font-size:3.733333333333334vw;letter-spacing:-.09em}.type-box__check li:before{width:4.399999999999999vw;height:4.399999999999999vw;margin-right:5px}}.type-box__ttl{font-size:30px;font-weight:800;margin-top:13px;line-height:1.33;}@media screen and (max-width:750px){.type-box__ttl{font-size:5.333333333333334vw}}.type-box__person{position:absolute;bottom:0;right:28px;}@media screen and (max-width:750px){.type-box__person{width:30.666666666666664vw;right:2.666666666666667vw}}.unravel{background:#f7fee4;}.unravel-ttl{font-size:38px;text-align:center;margin-bottom:27px;font-weight:800;}@media screen and (max-width:750px){.unravel-ttl{font-size:5.333333333333334vw;margin-bottom:7.333333333333333vw}}.unravel-tab{position:relative;margin-top:-10px;}@media screen and (max-width:750px){.unravel-tab{overflow:hidden;margin-top:0}}.unravel-tab:before{content:'';width:calc(50% - 540px);height:3px;background:#000;position:absolute;bottom:0;left:0;}@media screen and (max-width:750px){.unravel-tab:before{height:.5333333333333333vw;width:1.2vw}}.unravel-tab:after{content:'';width:calc(50% - 540px);height:3px;background:#000;position:absolute;bottom:0;right:0;}@media screen and (max-width:750px){.unravel-tab:after{height:.5333333333333333vw}}.unravel-tab__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media screen and (min-width:751px){.unravel-tab__list{overflow:hidden}}@media screen and (max-width:750px){.unravel-tab__list{margin:0 .6666666666666667vw}}.unravel-tab__item{width:calc((100% / 3) - 6px);cursor:pointer;position:relative;}.unravel-tab__item:after{content:'';width:15px;height:3px;background:#000;position:absolute;bottom:0;right:-12px;}@media screen and (max-width:750px){.unravel-tab__item:after{height:.5333333333333333vw;width:1.6vw;right:-1.6vw}}.unravel-tab__item:before{content:'';width:100%;height:3px;background:#000;position:absolute;bottom:0;left:0;z-index:2;}@media screen and (max-width:750px){.unravel-tab__item:before{height:.5333333333333333vw}}.unravel-tab__item:nth-child(2) .arrow-icon{margin-left:-363px;}@media screen and (max-width:750px){.unravel-tab__item:nth-child(2) .arrow-icon{margin-left:-33.33333333333333vw}}.unravel-tab__item:nth-child(3) .arrow-icon{margin-left:-726px;}@media screen and (max-width:750px){.unravel-tab__item:nth-child(3) .arrow-icon{margin-left:-66.66666666666666vw}}@media screen and (max-width:750px){.unravel-tab__item{width:32vw}}.unravel-tab__item:hover .unravel-tab__item--image{top:0}.unravel-tab__item--image{position:relative;top:10px;-webkit-transition:all .2s cubic-bezier(.77,0,.175,1) .1s;transition:all .2s cubic-bezier(.77,0,.175,1) .1s;}@media screen and (max-width:750px){.unravel-tab__item--image{top:0}}.unravel-tab__item .arrow-icon{width:1080px;height:29px;position:absolute;bottom:7px;left:0;z-index:10;display:none;}@media screen and (max-width:750px){.unravel-tab__item .arrow-icon{width:100vw;height:3.866666666666667vw;bottom:1.466666666666667vw;left:-.6666666666666667vw}}.unravel-tab__item.is-active{pointer-events:none;}.unravel-tab__item.is-active:before{content:none}.unravel-tab__item.is-active .arrow-icon{display:block}.unravel-contents{overflow:hidden;background:#fff;}.unravel-contents__item{display:none;}.unravel-contents__item.is-active{display:block}.typeOf{position:relative;z-index:2;padding:57px 0;}.typeOf:before{background:#fbe1dd;content:'';width:100%;height:80%;position:absolute;top:0;left:0;z-index:-1}.typeOf:after{background:#fbe1dd;content:'';width:115%;height:360px;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%;z-index:-2}@media screen and (max-width:750px){.typeOf{padding:11.333333333333332vw 0 7.333333333333333vw}.typeOf:after{width:175%;height:66.66666666666666vw}}.typeOf-ttl{text-align:center;font-size:30px;margin-bottom:44px;font-weight:800;}@media screen and (max-width:750px){.typeOf-ttl{font-size:5.333333333333334vw;margin-bottom:7.333333333333333vw;line-height:1.1}}.typeOf-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media screen and (max-width:750px){.typeOf-list{-ms-flex-wrap:wrap;flex-wrap:wrap}}.typeOf-list__item{width:calc((100% / 3) - 30px);}.typeOf-list__item--text{font-size:18px;line-height:1.5;padding:25px 19px}@media screen and (max-width:750px){.typeOf-list__item{width:100%;padding:0 12vw;text-align:center}.typeOf-list__item--image{width:62.53333333333333vw;margin:auto}.typeOf-list__item--text{font-size:3.733333333333334vw;padding:2vw 0 6.666666666666667vw;line-height:1.4}}.typeOf-B{padding:57px 0 84px;}.typeOf-B:before{background:#d3f4f0}.typeOf-B:after{background:#d3f4f0}@media screen and (max-width:750px){.typeOf-B{padding:11.333333333333332vw 0 7.466666666666668vw}}.typeOf-C{padding:58px 0 83px;}.typeOf-C:before{background:#fdebbc}.typeOf-C:after{background:#fdebbc}@media screen and (max-width:750px){.typeOf-C{padding:11.333333333333332vw 0 7.466666666666668vw}}.kanban{margin-top:-100px;padding-top:100px;background:url("../images/bg_unravel_kanban_01_pc.jpg") no-repeat center center/cover;}@media screen and (max-width:750px){.kanban{background:url("../images/bg_unravel_kanban_01_sp.jpg") no-repeat center center/cover}}.kanban-content{width:83.333%;margin:0 auto;text-align:center;}@media screen and (max-width:750px){.kanban-content{width:94.66666666666667vw}}.kanban-content__box{margin-top:49px;border:3px solid #000;border-radius:20px;background:#fff;padding:40px 20px;position:relative;}@media screen and (max-width:750px){.kanban-content__box{padding:7.066666666666667vw 0;margin-top:5.866666666666666vw;border:.4vw solid #000;border-radius:2.666666666666667vw}}.kanban-content__box span{position:absolute;width:15px;height:15px;border:3px solid #000;border-radius:100%;top:7px;left:10px;background:#e67265;}.kanban-content__box span:nth-child(2){left:auto;right:7px}.kanban-content__box span:nth-child(3){left:auto;top:auto;bottom:7px;right:7px}.kanban-content__box span:nth-child(4){top:auto;bottom:7px}@media screen and (max-width:750px){.kanban-content__box span{width:2.4vw;height:2.4vw;border:.4vw solid #000;top:.9333333333333335vw;left:.9333333333333335vw}.kanban-content__box span:nth-child(2){right:.9333333333333335vw}.kanban-content__box span:nth-child(3){bottom:.9333333333333335vw;right:.9333333333333335vw}.kanban-content__box span:nth-child(4){bottom:.9333333333333335vw}}.kanban-content__box--text{text-align:center;font-size:30px;line-height:1.46;color:#dd4d42;font-weight:800;}@media screen and (max-width:750px){.kanban-content__box--text{font-size:6.4vw;line-height:1.25}}.kanban-content__person{margin:-27px auto 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (max-width:750px){.kanban-content__person{margin:-5.600000000000001vw auto 0}}.kanban-content__person--text{font-size:18px;font-weight:800;color:#444;margin:40px 7px 0 0;}@media screen and (max-width:750px){.kanban-content__person--text{font-size:3.733333333333334vw;margin:.9333333333333335vw 7px 0 0}}.kanban-content__person--image{margin-right:83px;width:135px;}@media screen and (max-width:750px){.kanban-content__person--image{width:20.4vw;margin-right:17.733333333333334vw}}.kanban-B{background:url("../images/bg_unravel_kanban_02_pc.jpg") no-repeat center center/cover;}.kanban-B .kanban-content__box span{background:#1040ab}.kanban-B .kanban-content__person--image{width:138px}@media screen and (max-width:750px){.kanban-B{background:url("../images/bg_unravel_kanban_02_sp.jpg") no-repeat center center/cover}.kanban-B .kanban-content__person--image{width:20.8vw}}.kanban-C{background:url("../images/bg_unravel_kanban_03_pc.jpg") no-repeat center center/cover;}@media screen and (max-width:750px){.kanban-C{background:url("../images/bg_unravel_kanban_03_sp.jpg") no-repeat center center/cover}}.kanban-C .kanban-content__box{padding:61px 20px;}@media screen and (max-width:750px){.kanban-C .kanban-content__box{padding:11.066666666666666vw 2.666666666666667vw}}.kanban-C .kanban-content__person{margin:-16px auto 0;}.kanban-C .kanban-content__person--image{width:123px;margin-right:129px}@media screen and (max-width:750px){.kanban-C .kanban-content__person{margin:-3.6vw auto 0}.kanban-C .kanban-content__person--image{width:18.266666666666666vw;margin-right:24.53333333333333vw}}.toyou{padding:88px 0 94px;text-align:center;}@media screen and (max-width:750px){.toyou{padding:11.733333333333333vw 0 12.133333333333333vw}}.toyou-ttl{font-size:38px;margin-bottom:35px;font-weight:800;}@media screen and (max-width:750px){.toyou-ttl{font-size:6.4vw;margin-bottom:7.066666666666667vw}}.toyou-image{width:472px;margin:auto;}@media screen and (max-width:750px){.toyou-image{width:75.73333333333333vw}}.feature{background:#fbe1dd;padding:75px 0 77px;}.feature-B{background:#d3f4f0;padding:75px 0 38px;}.feature-B .feature-image{margin:0 auto 75px}@media screen and (max-width:750px){.feature-B .feature-image{margin:0 auto 10.933333333333334vw}}.feature-C{background:#fdebbc;padding:75px 0 0;}.feature-C .feature-image{margin:0 auto 50px}.feature-C .feature-text{font-size:30px;line-height:1.5;}.feature-C .feature-text sup{top:-15px}.feature-C .feature-text .u-text-green{margin-right:10px}@media screen and (max-width:750px){.feature-C{padding:10.666666666666668vw 0 0 !important}.feature-C .feature-image{margin:0 auto 10.666666666666668vw}.feature-C .feature-text{font-size:5.333333333333334vw;line-height:1.2;}.feature-C .feature-text sup{top:-2.666666666666667vw}.feature-C .feature-text .u-text-red02{font-size:4.8vw}.feature-C .feature-text .u-text-green{margin-right:2vw}}.feature-heading{text-align:center;margin-bottom:13px}.feature-ttl{text-align:center;font-size:30px;margin-bottom:13px;font-weight:800}.feature-txt{font-size:18px;line-height:1.5;color:#444}.feature-note{font-size:14px;line-height:1.9;color:#444}.feature-image{max-width:66.667%;margin:0 auto 90px;border-radius:20px;overflow:hidden;}.feature-image--B{max-width:442px;margin:20px auto 25px}.feature-image--C{width:364px;margin:9px auto 0}.feature-time{width:347px;margin:0 auto 25px}.feature-text{margin:0 auto;text-align:center;font-size:34px;line-height:1.667;font-weight:800;}.feature-text .txt-small{font-size:14px;color:#444;font-weight:400}.feature-text .txt-large{font-size:38px}.feature-text sup{font-size:16px;top:-20px}@media screen and (min-width:751px){.feature-text__center{margin-right:30px}}@media screen and (max-width:750px){.feature{padding:11.066666666666666vw 0 10.533333333333333vw}.feature-heading{margin-bottom:3.2vw}.feature-ttl{font-size:5.333333333333334vw;line-height:1.25}.feature-txt{font-size:3.733333333333334vw;line-height:1.35}.feature-note{font-size:2.933333333333333vw}.feature-image{max-width:88.8vw;margin:0 auto 11.866666666666667vw;border-radius:2.666666666666667vw;}.feature-image--B{max-width:58.93333333333334vw;margin:3.333333333333333vw auto 2.933333333333333vw}.feature-image--C{width:56.00000000000001vw}.feature-time{width:59.333333333333336vw;margin:0 auto 4.399999999999999vw}.feature-text{font-size:4.8vw;line-height:1.36;}.feature-text .txt-small{font-size:2.933333333333333vw;margin-top:2vw}.feature-text .txt-large{font-size:6.933333333333333vw}.feature-text sup{font-size:2.133333333333333vw;top:-2.666666666666667vw}}.point{padding:61px 0 59px;}.point-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px;}.point-media__image{width:calc(50% - 34px)}.point-media__text{width:50%}.point-media__ttl{font-size:22px;line-height:1.56;margin-bottom:15px;font-weight:800;}.point-media__ttl sup{font-size:11px;font-weight:700;top:-12px}.point-media__txt{font-size:18px;line-height:1.5;margin-bottom:10px}.point-media__note{font-size:14px}@media screen and (max-width:750px){.point{padding:12vw 0 8.266666666666666vw}.point-media{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:6.933333333333333vw;padding:0 12vw;}.point-media:last-child{margin-top:5.600000000000001vw}.point-media__image{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:1.6vw}.point-media__text{width:100%}.point-media__ttl{text-align:center;font-size:4.266666666666667vw;line-height:1.5;margin-bottom:1.6vw;}.point-media__ttl sup{font-size:2vw;top:-2.266666666666667vw}.point-media__txt{font-size:3.733333333333334vw;margin-bottom:1.733333333333333vw;line-height:1.4}.point-media__note{font-size:2.933333333333333vw;margin-bottom:2vw}}.question{background:#fbe1dd;padding:60px 0 62px;}@media screen and (max-width:750px){.question{padding:12.133333333333333vw 0 12vw}}.question-list{max-width:720px;width:100%;margin:37px auto 0;}@media screen and (max-width:750px){.question-list{width:89.33333333333333vw;margin:8.4vw auto 0}}.question-list__item{border:3px solid #000;border-radius:20px;overflow:hidden;margin-top:30px;}@media screen and (max-width:750px){.question-list__item{margin-top:3.866666666666667vw;border:.5333333333333333vw solid #000;border-radius:2.666666666666667vw}}.question-list__item--ttl{background:#fff;font-size:22px;line-height:1.36;font-weight:800;padding:7px 90px 7px 60px;cursor:pointer;position:relative;}@media screen and (max-width:750px){.question-list__item--ttl{font-size:4vw;padding:2.666666666666667vw 9.333333333333334vw 1.466666666666667vw 3.6vw}}.question-list__item--ttl:before{content:'';width:38px;height:38px;background:#e67a71;border-radius:100%;position:absolute;top:15px;right:48px;}@media screen and (max-width:750px){.question-list__item--ttl:before{width:5.066666666666666vw;height:5.066666666666666vw;top:2.666666666666667vw;right:4vw}}.question-list__item--ttl:after{content:'';width:0;height:0;border-style:solid;border-width:14px 10.5px 0 10.5px;border-color:#fff transparent transparent transparent;position:absolute;top:29px;right:57px;}@media screen and (max-width:750px){.question-list__item--ttl:after{border-width:1.866666666666667vw 1.4vw 0 1.4vw;top:4.533333333333333vw;right:5.2vw}}.question-list__item--ttl .txt-num{font-size:38px;color:#dd4d42;display:inline-block;vertical-align:sub;margin-right:15px;}@media screen and (max-width:750px){.question-list__item--ttl .txt-num{font-size:5.066666666666666vw;margin-right:5px}}.question-list__item--text{background:#fad8d4;padding:8px 55px 6px 60px;font-size:18px;line-height:1.5;color:#444;overflow:hidden;-webkit-transition:max-height .3s linear;transition:max-height .3s linear;}@media screen and (max-width:750px){.question-list__item--text{font-size:3.733333333333334vw;padding:1.066666666666667vw 1.333333333333333vw 1.333333333333333vw 3.333333333333333vw}}.question-list__item.expanded .question-list__item--ttl:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:26px}@media screen and (max-width:750px){.question-list__item.expanded .question-list__item--ttl:after{top:3.866666666666667vw}}.question-B{background:#d3f4f0;}.question-B .question-list__item--ttl .txt-num{color:#1040ab}.question-B .question-list__item--ttl:before{background:#4c70c0}.question-B .question-list__item--text{background:#e1e7f4}.enjoy{background:#d0e267;padding:55px 0 0;text-align:center;}.enjoy-B .enjoy-box__text{color:#1040ab}.enjoy-B .enjoy-box:after{right:87px;}@media screen and (max-width:750px){.enjoy-B .enjoy-box:after{right:auto;left:21.333333333333336vw}}.enjoy-C .enjoy-box__text{color:#f38917}@media screen and (max-width:750px){.enjoy{padding:10.133333333333333vw 0 0}}.enjoy-box{width:374px;margin:0 auto;border:3px solid #000;border-radius:51px;background:#fff;text-align:center;padding:23px 0;position:relative;z-index:1;}.enjoy-box:after{content:'';width:55px;height:26px;background:url("../images/arrow_enjoy_box_text.png") no-repeat center center/contain;position:absolute;top:100%;right:96px}.enjoy-box__text{font-size:22px;line-height:1.18;color:#e25449;font-weight:800}@media screen and (max-width:750px){.enjoy-box{width:68.66666666666667vw;border:.4vw solid #000;padding:2.266666666666667vw 0}.enjoy-box:after{background:url("../images/arrow_enjoy_box_text_sp.png") no-repeat center center/contain;width:4.933333333333334vw;height:3.333333333333333vw;right:auto;left:9.466666666666667vw}.enjoy-box__text{font-size:3.733333333333334vw;line-height:1.14}}.enjoy-ttl{text-align:center;font-size:30px;line-height:1.39;margin-bottom:14px;font-weight:800;}.enjoy-ttl .txt-large{font-size:38px;margin-right:5px;display:inline-block}.enjoy-ttl .txt-small{font-size:22px;margin-top:21px;display:block}@media screen and (max-width:750px){.enjoy-ttl{font-size:5.333333333333334vw;line-height:1.5;margin-bottom:1.466666666666667vw}.enjoy-ttl .txt-large{font-size:6.933333333333333vw}.enjoy-ttl .txt-small{font-size:3.733333333333334vw;font-weight:500}}.enjoy-image{margin-top:-2px;display:inline-block;}.enjoy-image--B{margin:-84px auto 0}.enjoy-image--C{margin:23px auto 0}@media screen and (max-width:750px){.enjoy-image{margin-top:2px}.enjoy-image--B{margin:-9.333333333333334vw auto 0}.enjoy-image--C{margin:2.933333333333333vw auto 0}}.package{padding:100px 0 80px;}.package-content{text-align:center;}.package-content__image{display:inline-block;margin-bottom:20px}.package-content__text{font-size:18px;line-height:1.5;color:#444}@media screen and (max-width:750px){.package{padding:11.600000000000001vw 0 10.933333333333334vw}.package-content{text-align:left;width:75.86666666666667vw;margin:0 auto;}.package-content__image{margin-bottom:4.399999999999999vw}.package-content__text{font-size:2.933333333333333vw;line-height:1.727;margin-left:3.466666666666666vw}}.daiokanzoto{background:#fbd98b;padding:87px 0 85px;}.daiokanzoto-ttl{font-size:30px;line-height:1.33;margin-bottom:34px;text-align:center;font-weight:800}.daiokanzoto-image{width:66.667%;margin:0 auto 36px}.daiokanzoto-text{font-size:18px;line-height:1.5;text-align:center;color:#444}@media screen and (max-width:750px){.daiokanzoto{padding:11.600000000000001vw 0 8.933333333333334vw}.daiokanzoto-ttl{font-size:4.8vw;line-height:1.361}.daiokanzoto-image{width:89.33333333333333vw;margin:0 auto 4vw}.daiokanzoto-text{font-size:3.733333333333334vw}}.dakara{background:#fdebbc;padding:56px 0 63px;}@media screen and (max-width:750px){.dakara{padding:7.466666666666668vw 0 8vw}}.dakara-ttl{text-align:center;font-size:38px;margin-bottom:38px;font-weight:800;}@media screen and (max-width:750px){.dakara-ttl{font-size:5.333333333333334vw;margin-bottom:5.333333333333334vw}}.dakara-box{width:612px;margin:0 auto;border:3px solid #000;border-radius:20px;background:#fff;padding:30px 57px 33px 44px;}.dakara-box.is-fade .dakara-box__list--item:after{width:100%;transition:width .5s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-webkit-transition-delay:.5s;transition-delay:.5s}@media screen and (max-width:750px){.dakara-box{width:76.4vw;border:.5333333333333333vw solid #000;border-radius:2.666666666666667vw;padding:5.600000000000001vw 0 4.533333333333333vw}.dakara-box.is-fade .dakara-box__list--item:after{width:69.33333333333334vw;transition:width 1s cubic-bezier(.215,.61,.355,1),transform 1s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1);-webkit-transition-delay:1s;transition-delay:1s}}.dakara-box__list--item{font-size:26px;color:#444;font-weight:800;letter-spacing:.07em;position:relative;padding:0 30px 0 45px;margin-bottom:6px;}.dakara-box__list--item:before{content:'';width:43px;height:43px;background:url("../images/icon_check_03.png") no-repeat center center/contain;display:inline-block;margin-right:20px;vertical-align:sub;top:2px;position:relative}.dakara-box__list--item:after{content:'';width:0;height:5px;background:rgba(211,37,17,0.5);position:absolute;left:0;top:50%;border-radius:2px;margin-top:4px}@media screen and (max-width:750px){.dakara-box__list--item{font-size:3.733333333333334vw;padding:0 4vw;letter-spacing:-.03em;margin-bottom:1.333333333333333vw}.dakara-box__list--item:before{width:4.399999999999999vw;height:4.399999999999999vw;margin-right:1.6vw;top:-.4vw}.dakara-box__list--item:after{height:.5333333333333333vw;left:3.6vw;margin-top:-.4vw}}@media screen and (max-width:750px){.u-is-pc{display:none !important}}@media screen and (min-width:751px){.u-is-sp{display:none !important}}.u-img-wrap{font-size:0;line-height:0}.u-is-hide{display:none}.u-img-link{display:block}.u-text-red{color:#dd4d42;font-weight:800}.u-text-red02{color:#dd2511;font-weight:800}.u-text-green{color:#098509;font-weight:800}.u-text-center{text-align:center}.u-flex-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}

/* footer
-------------------------------- */
.forpc {
  display: inline;
}
.forsp {
  display: none;
}

/* header
-------------------------------- */
.header {
  height: 70px;
}
.header-inner {
  height: 100%;
}
.headerTakedaNavi {
  position: absolute;
  top:30px;
  right:270px;
  font-size: 62.5%;
}
.headerTakedaNavi li{
  float:left;
  margin-left:20px;
  font-size:1em;
  line-height: 1;
}
@media only screen and (max-width: 1020px) {
  .headerTakedaNavi {
    top: 19px;
    width: 25em;
  }
  .headerTakedaNavi li{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .header {
    height: 7vw;
  }
  .header-logo {
    width: 35vw;
  }
  .header-purchase {
    width: 25vw;
  }
  .header-purchase img {
    width: 100%;
  }
  .headerTakedaNavi {
    top: 1.8vw;
    right: 26vw;
  }
}
.headerTakedaNavi li a{
  color:#333;
}
.headerTakedaNavi a:hover {
  color:#ff0000;
}
.headerTakedaNavi a:visitedd {
  color: #333;
  text-decoration: none;
}
.headerTakedaNavi a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url(/aruaru/assets/images/icon_link.png) 0 2px no-repeat;
  vertical-align: middle;
}
.headerTakedaNavi a.outerLink:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(/aruaru/assets/images/icon_window.png) 0 1px no-repeat;
  vertical-align: middle;
}


@media only screen and (max-width: 750px) {
  .header {
    height: 12.13vw;
  }
  .header-logo {
    width: 42.4vw;
  }
  .header-purchase {
    width: 12vw
  }
  .headerTakedaNavi {
    display: none;
  }
}

#globalFooter {
  position: relative;
  z-index: 1;
  border-top:1px solid #ccc;
  background: #fff;
  font-size: 62.5%;
  font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Yu Gothic,YuGothic,Meiryo,"メイリオ",Osaka,MS PGothic,arial,helvetica,sans-serif;
}
#globalFooter .inner {
  padding-top: 34px;
  padding-bottom:15px;
}
#globalFooter .pageTop,
#globalFooter .footerTakedaNavi {
  display: none;
}
#globalFooter .footerNavi {
  position: absolute;
  top:33px;
  right:70px;
}
#globalFooter .footerNavi li{
  float:left;
  font-size:1em;
  line-height: 1;
}
#globalFooter .footerNavi li:not(:last-child):after {
  content: "|";
  color: #333;
  padding:0 8px;
}
#globalFooter .footerNavi li a{
  color:#333;
}
#globalFooter .footerNavi a:hover {
  color:#ff0000;
}
#globalFooter .footerNavi a.outerLink:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(/aruaru/assets/images/icon_window.png) 0 1px no-repeat;
  vertical-align: middle;
}
#globalFooter .copyright {
  padding-left:37px;
}
#globalFooter .copyright .footerLogo {
  display: inline;
  padding-right :15px;
  vertical-align: middle;
}
#globalFooter .copyright small{
  font-size:1em;
  color:#000;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .forpc {
    display: none;
  }
  .forsp {
    display: inline;
  }

  #globalFooter {
    border-top:none;
    font-size: 100%;
  }
  #globalFooter .inner {
    padding: 0;
  }
  #globalFooter .pageTop {
    display: none;
    background: #e4e4e4;
    text-align: center;
    padding: 20px 0;
  }
  #globalFooter .pageTop a {
    background: #fff;
    display: inline-block;
    width: 182px;
    height:30px;
    margin:0 auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 1px 1px 2px #b6b6b6;
    -webkit-box-shadow: 1px 1px 2px #b6b6b6;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color:#333;
  }
  #globalFooter .footerTakedaNavi {
    display: block;
    border-bottom: 1px solid #585858;
  }
  #globalFooter .footerTakedaNavi li {
    width: 100%;
    font-weight: bold;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
    border-bottom: 1px #7d7d7d dotted;
  }
  #globalFooter .footerTakedaNavi li:last-child {
    border: none;
  }
  #globalFooter .footerTakedaNavi a {
    display: block;
    padding: 19px 28px 19px 19px;
    background: url(/aruaru/assets/images/icon_foot_arrow.png) right center no-repeat;
    background-origin: content-box;
    -webkit-background-origin: content-box;
    background-size: 12px;
    font-weight: bold;
    color:#333;
  }
  #globalFooter .footerTakedaNavi a.outerLink {
    background: url(/aruaru/assets/images/icon_window_sp.png) right center no-repeat;
    background-origin: content-box;
    -webkit-background-origin: content-box;
    background-size: 12px;
  }
  #globalFooter .footerNavi {
    width: 100%;
    position: static;
    background: #f3f3f3;
    padding: 12px 0;
    top:0px;
    right:0px;
  }
  #globalFooter .footerNavi ul {
    display: table;
    margin: 0 auto;
  }
  #globalFooter .footerNavi li {
    float:none;
    display: table-cell;
    padding: 0 5px;
    font-size: 10px;
    font-weight: bold;
    color: #3f3f3f;
    border-left: 1px #7a7a7a solid;
  }
  #globalFooter .footerNavi li:first-child {
    border: none;
    padding-left: 0;
  }
  #globalFooter .footerNavi li:not(:last-child):after {
    content: none;
  }
  #globalFooter .footerNavi a:hover {
    color:#333;
  }
  #globalFooter .footerNavi a.outerLink:before {
    content: none;
  }
  #globalFooter .footerNavi a.outerLink:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left:5px;
    background: url(/aruaru/assets/images/icon_window_sp.png) 0 0 no-repeat;
    background-origin: content-box;
    -webkit-background-origin: content-box;
    background-size: 12px;
    vertical-align: middle;
  }
  #globalFooter .copyright {
    width: 100%;
    padding:27px 0;
    text-align: center;
  }
  #globalFooter .copyright .footerLogo {
    width: 223px;
    display: block;
    padding-right :0;
    margin: 0 auto;
  }
  #globalFooter .copyright small{
    font-size:0.8em;
    color:#9f9f9f;
    line-height: 2.2;
  }
}
