@charset "UTF-8";
@font-face {
  font-family: yugo;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); }

@font-face {
  font-family: yugo;
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"); }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* ==========================================================================
   element reset
   ======================================================================= */
html {
  cursor: default; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0; }

dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

li {
  list-style: none; }

figure {
  margin: 0; }

em {
  font-style: normal; }

a {
  color: inherit;
  text-decoration: none; }

table {
  border-collapse: collapse; }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none; }
  button:focus {
    outline: none; }

input,
button,
select,
textarea {
  line-height: inherit; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  line-height: inherit; }

/* ==========================================================================
   base
   ======================================================================= */

html {
  font-family: yugo, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Meiryo, Verdana, sans-serif;
  font-size: 62.5%;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: yugo, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}

i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

i .ico {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* ==========================================================================
   util parts
   ======================================================================= */
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.bg-gray {
  background-color: #d3d3d3;
}
.bg-img {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.bg-img::after {
  content: '';
  display: block;
}
@media all and (min-width: 1080px){
  .hide-pc {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .hide-tab-pc {
    display: none;
  }
}
@media all and (max-width: 767px){
  .hide-sp {
    display: none;
  }
}


/* ==========================================================================
   common parts
   ======================================================================= */

@media all and (min-width: 1080px){
.section-wrapper {
  margin: 0 auto;
  max-width: 1064px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.section-inner {
  padding-top: 5.859%;
  padding-bottom: 5.859%;
}
}

@media all and (min-width: 767px) and (max-width: 1079px){
main {
  margin-top: 90px;
}
.section-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.section-inner {
  padding-top: 5.859%;
  padding-bottom: 5.859%;
}
}

@media all and (max-width: 767px){
main {
  margin-top: 55px;
}
.section-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.section-inner {
  padding-top: 14.285%;
  padding-bottom: 14.285%;
}
}


/* ==========================================================================
   gheader
   ======================================================================= */


 @media all and (min-width: 1080px){
.gheader {
}
.gheader-wrapper {
  border-bottom: 1px solid #000000;
  height: 126px;
  position: relative;
}
.gheader__logo {
  position: absolute;
  top: 25px;
  left: 25px;
}
.gheader__logo a {
  display: block;
}
.gheader__logo span {
  width: 199px;
  height: 74px;
  background-image: url(../img/common/gheader_logo_pc.png);
}
.gheader-nav {
}
.gheader__agency {
  position: absolute;
  top: 0;
  right: 51px;
}
.gheader__agency a {
  display: block;
  padding: 8px 11px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 1px 4.95px 0.05px rgba(37, 37, 37, 0.21);
}
.gheader__agency span {
  width: 158px;
  height: 55px;
  background-image: url(../img/common/gheader_agency_pc.jpg);
}
.gheader-nav-inner {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.gheader-nav__list {
  text-align: center;
  line-height: 0;
}
.gheader-nav__item {
  display: inline-block;
  margin: 0 16px;
  background-color: #ffffff;
  position: relative;
  font-style: italic;
  vertical-align: top;
}
.gheader-nav__item a,
.gheader-nav__item p {
  display: table;
  box-sizing: border-box;
  height: 54px;
  position: relative;
}
.gheader-nav__item p::after,
.gheader-nav__item a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ed1941;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no-touchevents .gheader-nav__item a:hover {
  color: #ed1941;
}
.no-touchevents .gheader-nav__item a:hover::after {
  width: 100%;
}
.gheader-nav__item.is--current a::after,
.gheader-nav__item.is--current p::after {
  width: 100%;
}
.gheader-nav__item a span,
.gheader-nav__item p span {
  display: table-cell;
  line-height: 1.6;
  font-size: 120%;
  font-weight: bold;
  vertical-align: middle;
}
.gheader-btn {
  display: none;
}
}


@media all and (min-width: 768px) and (max-width: 1079px){
.gheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
}
.gheader-wrapper {
  height: 90px;
   border-bottom: 1px solid #000000;
   box-sizing: border-box;
}
.gheader__logo {
  position: absolute;
  top: 16px;
  left: 25px;
}
.gheader__logo a {
  display: block;
}
.gheader__logo span {
  width: 160px;
  height: 60px;
  background-image: url(../img/common/gheader_logo_pc.png);
}

/* nav */
.gheader-nav {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.gheader__agency {
  text-align: center;
  margin-top: 30px;
}
.gheader__agency a {
  display: inline-block;
  padding: 10px 14px 11px 14px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 1px 4.95px 0.05px rgba(37, 37, 37, 0.21);
}
.gheader__agency span {
  width: 158px;
  height: 55px;
  background-image: url(../img/common/gheader_agency_sp.jpg);
}
.gheader-nav-inner {
  width: 90.625%;
  margin: 0 auto;
}
.gheader-nav__list {
}
.gheader-nav__item {
  height: 60px;
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #000000;
  font-style: italic;
}
.gheader-nav__item a,
.gheader-nav__item p {
  display: block;
  height: 60px;
  width: 100%;
  position: relative;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no-touchevents .gheader-nav__item a:hover {
  color: #ed1941;
}
.gheader-nav__item a::after,
.gheader-nav__item p::after {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  background: url(../img/common/cmn_ic_arrow_black_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -7px;
}
.gheader-nav__item a span,
.gheader-nav__item p span {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  font-size: 130%;
  font-weight: bold;
  position: relative;
}
.gheader-nav__item a span br,
.gheader-nav__item p span br {
  display: none;
}
.gheader-nav__item a span::after,
.gheader-nav__item p span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ed1941;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gheader-nav__item.is--current a span::after,
.gheader-nav__item.is--current p span::after {
  width: 100%;
}
.no-touchevents .gheader-nav__item a:hover span::after {
  width: 100%;
}

/* menu btn */
.gheader-btn {
  display: block;
  width: 89px;
  height: 89px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ebebeb;
}
.gheader-btn a {
  display: block;
  width: 100%;
  height: 100%;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no-touchevents .gheader-btn a:hover {
  background-color: #f5f5f5;
}
.gheader-btn__line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 28px;
  -ms-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gheader-btn__line--top {
  top: 35px;
}
.gheader-btn__line--middle {
  top: 40px;
}
.gheader-btn__line--bottom {
  top: 45px;
}
.gheader-btn__close-line {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 40px;
  left: 30px;
  -ms-transition: all 400ms ease;
  webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.gheader-btn__close-line--top {
}
.gheader-btn__close-line--bottom {
}
.gheader-btn__txt {
  position: absolute;
  top: 56px;
  left: 30px;
  width: 30px;
  height: 8px;
}
.gheader-btn__txt--menu {
  background-image: url(../img/common/gheader_tx_menu.png);
}
.gheader-btn__txt--close {
  background-image: url(../img/common/gheader_tx_close.png);
  display: none;
}

/* nav open */
.is--gnav-open .gheader-btn__line--top {
  margin-top: 5px;
  opacity: 0;
}
.is--gnav-open .gheader-btn__line--middle {
  opacity: 0;
}
.is--gnav-open .gheader-btn__line--bottom {
  margin-top: -5px;
  opacity: 0;
}
.is--gnav-open .gheader-btn__close-line--top {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is--gnav-open .gheader-btn__close-line--bottom {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is--gnav-open .gheader-btn__txt--menu {
  display: none;
}
.is--gnav-open .gheader-btn__txt--close {
  display: block;
}
}

@media all and (max-width: 767px){
.gheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
}
.gheader-wrapper {
  height: 60px;
   border-bottom: 1px solid #000000;
   box-sizing: border-box;
}
.gheader__logo {
  margin-left: 10px;
}
.gheader__logo a {
  display: block;
}
.gheader__logo span {
  display: inline-block;
  margin-top: 9px;
  width: 111px;
  height: 42px;
  background-image: url(../img/common/gheader_logo_sp.png);
}

/* nav */
.gheader-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.gheader__agency {
  text-align: center;
  margin-top: 30px;
}
.gheader__agency a {
  display: inline-block;
  padding: 10px 14px 11px 14px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 1px 4.95px 0.05px rgba(37, 37, 37, 0.21);
}
.gheader__agency span {
  width: 101px;
  height: 40px;
  background-image: url(../img/common/gheader_agency_sp.jpg);
}
.gheader-nav-inner {
  width: 90.625%;
  margin: 0 auto;
}
.gheader-nav__list {
}
.gheader-nav__item {
  height: 50px;
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #000000;
  font-style: italic;
}
.gheader-nav__item a,
.gheader-nav__item p {
  display: block;
  height: 50px;
  width: 100%;
  position: relative;
}
.gheader-nav__item a span br,
.gheader-nav__item p span br {
  display: none;
}
.gheader-nav__item a::after,
.gheader-nav__item p::after {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  background: url(../img/common/cmn_ic_arrow_black_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -7px;
}
.gheader-nav__item a span,
.gheader-nav__item p span {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  font-size: 110%;
  font-weight: bold;
}
.gheader-nav__item.search a span,
.gheader-nav__item.search p span {
  font-size: 100%;
}
.gheader-nav__item.is--current a span,
.gheader-nav__item.is--current p span {
  position: relative;
}
.gheader-nav__item.is--current a span::after,
.gheader-nav__item.is--current p span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ed1941;
}

/* menu btn */
.gheader-btn {
  display: block;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ebebeb;
}
.gheader-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.gheader-btn__line {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 16px;
  -ms-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gheader-btn__line--top {
  top: 15px;
}
.gheader-btn__line--middle {
  top: 20px;
}
.gheader-btn__line--bottom {
  top: 25px;
}
.gheader-btn__close-line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 20px;
  left: 18px;
  -ms-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.gheader-btn__close-line--top {
}
.gheader-btn__close-line--bottom {
}
.gheader-btn__line--top {
  top: 15px;
}
.gheader-btn__txt {
  position: absolute;
  top: 34px;
  left: 15px;
  width: 30px;
  height: 8px;
}
.gheader-btn__txt--menu {
  background-image: url(../img/common/gheader_tx_menu.png);
}
.gheader-btn__txt--close {
  background-image: url(../img/common/gheader_tx_close.png);
  display: none;
}

/* nav open */
.is--gnav-open .gheader-btn__line--top {
  margin-top: 5px;
  opacity: 0;
}
.is--gnav-open .gheader-btn__line--middle {
  opacity: 0;
}
.is--gnav-open .gheader-btn__line--bottom {
  margin-top: -5px;
  opacity: 0;
}
.is--gnav-open .gheader-btn__close-line--top {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is--gnav-open .gheader-btn__close-line--bottom {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is--gnav-open .gheader-btn__txt--menu {
  display: none;
}
.is--gnav-open .gheader-btn__txt--close {
  display: block;
}

}


/* ==========================================================================
   gfooter
   ======================================================================= */

@media all and (min-width: 768px){

.gfooter {
}
.gfooter-wrapper {
  position: relative;
}
.gfooter-inner {
  text-align: center;
  background-color: #f3f3f3;
}
.gfooter-inner--white {
  background-color: #ffffff;
}
.gfooter__sns-list {
  height: 60px;
}
.gfooter__sns-btn {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  text-align: center;
}
.gfooter__sns-btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 150%;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding: 13px 0;
  line-height: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gfooter__sns-btn--facebook a {
  background-color: #3b5998;
  border-top: 1px solid #3b5998;
}
.gfooter__sns-btn--facebook .icon {
  display: inline-block;
  width: 12px;
  height: 24px;
  background: url(../img/common/gfooter_facebook_pc.png) -12px 0 no-repeat;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.gfooter__sns-btn--twitter a {
  background-color: #3b94d9;
  border-top: 1px solid #3b94d9;
}
.gfooter__sns-btn--twitter .icon {
  display: inline-block;
  width: 25px;
  height: 22px;
  background: url(../img/common/gfooter_twitter_pc.png) -25px 0 no-repeat;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.no-touchevents .gfooter__sns-btn a:hover {
  background-color: #ffffff;
}
.no-touchevents .gfooter__sns-btn a:hover .icon {
  background-position: 0 0;
}
.no-touchevents .gfooter__sns-btn--facebook a:hover {
  color: #3b5998;
  border-color: #3b5998;
}
.no-touchevents .gfooter__sns-btn--twitter a:hover {
  color: #3b94d9;
}
.gfooter__copyright {
  background-color: #000000;
  height: 60px;
  box-sizing: border-box;
  padding: 19px 0;
  color: #ffffff;
  font-size: 130%;
  text-align: center;
}
.gfooter__pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 50;
  display: none;
}
.gfooter__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #aaaaaa;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  text-align: center;
  padding: 22px 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gfooter__pagetop a span {
  overflow: hidden;
  text-indent: 100%;
  white-space: normal;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 30px;
  height: 17px;
  background: url(../img/common/gfooter_ic_pagetop_pc.png) -30px 0 no-repeat;
}
.no-touchevents .gfooter__pagetop a:hover {
  background-color: #ffffff;
  border-color: #008fd4;
}
.no-touchevents .gfooter__pagetop a:hover span {
  background-position: 0 0;
}
.gfooter__banner-list {
  padding: 3.928% 0;
  text-align: center;
  line-height: 0;
}
.gfooter__banner-btn {
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
}
.gfooter__banner-btn a {
  display: inline-block;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gfooter__banner-btn span {
  display: inline-block;
  width: 373px;
  height: 67px
}
.gfooter__banner-btn--1 span {
  background-image: url(../img/common/gfooter_bnr_01_pc.jpg);
}
.no-touchevents .gfooter__banner-btn a:hover {
  opacity: 0.75;
}

}


@media all and (max-width: 767px){

.gfooter {
}
.gfooter-wrapper {
  position: relative;
}
.gfooter-inner {
  background-color: #f3f3f3;
}
.gfooter-inner--white {
  background-color: #ffffff;
}
.gfooter__logo {
  display: inline-block;
  vertical-align: middle;
}
.gfooter__logo span {
  display: inline-block;
  width: 104px;
  height: 41px;
  background-image: url(../img/common/gfooter_logo_sp.png);
  vertical-align: top;
}
.gfooter__sns-list {
}
.gfooter__sns-btn {
  height: 50px;
  float: left;
  width: 50%;
}
.gfooter__sns-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 4px 0;
}
.gfooter__sns-btn--facebook a {
  background-color: #3b5998;
}
.gfooter__sns-btn--facebook .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/gfooter_facebook_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: -6px;
  margin-right: 8px;
  position: relative;
  top: 6px;
}
.gfooter__sns-btn--twitter a {
  background-color: #3b94d9;
}
.gfooter__sns-btn--twitter .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/gfooter_twitter_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 8px;
  margin-left: -6px;
  position: relative;
  top: 7px;
}
.gfooter__sns-btn .txt {
  display:inline-block;
  text-align: left;
  position: relative;
  top: 6px;
}
.gfooter__copyright {
  background-color: #000000;
  height: 40px;
  box-sizing: border-box;
  padding: 12px 0;
  color: #ffffff;
  font-size: 100%;
  text-align: center;
  padding-right: 40px;
}
.gfooter__pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 50;
}
.gfooter__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #aaaaaa;
  box-sizing: border-box;
  text-align: center;
  padding: 13px 0;
}
.gfooter__pagetop a span {
  overflow: hidden;
  text-indent: 100%;
  white-space: normal;
  font-size: 0;
  line-height: 1;
  display: inline-block;
  width: 21px;
  height: 13px;
  background: url(../img/common/gfooter_ic_pagetop_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
}
.gfooter__banner-list {
  padding-top: 7.938%;
  padding-bottom: 7.938%;
  text-align: center;
}
.gfooter__banner-btn {
  margin-top: 10px;
}
.gfooter__banner-btn:first-child {
  margin-top: 0;
}
.gfooter__banner-btn a {
  display: block;
  line-height: 0;
}
.gfooter__banner-btn span {
  display: inline-block;
  width: 282px;
  height: 49px
}
.gfooter__banner-btn--1 span {
  background-image: url(../img/common/gfooter_bnr_01_sp.jpg);
}

}


/* ==========================================================================
   sns
   ======================================================================= */
@media all and (min-width: 768px){
.share {
  margin: 0 auto;
  max-width: 1064px;
  padding: 0 20px;
}
.share-wrapper {
  display: table;
  width: 530px;
  margin: 0 auto 7.859%;
}
.share-inner {
  display: table-row;
}
.share__img {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  line-height: 0;
  border: 1px solid #b7b7b7;
  border-right-color: transparent;
}
.share__img img {
  width: 100%;
  height: auto;
}
.sahre__txtbox {
  display: table-cell;
  border: 1px solid #b7b7b7;
  border-left-color: transparent;
  width: 50%;
  padding-top: 22px;
  vertical-align: top;
}
.share__ttl {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
.share__btn-list {
  text-align: center;
  margin-top: 10px;
}
.share__btn {
  display: inline-block;
  margin: 0 5px;
  width: 42px;
  height: 42px;
  vertical-align: top;
}
.share__btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 100%;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.share__btn a span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}
.share__btn--facebook a {
  background-color: #3b5998;
  padding: 8px 0;
  border: 2px solid #3b5998;
}
.share__btn--facebook span {
  display: inline-block;
  width: 12px;
  height: 24px;
  background-image: url(../img/common/share_facebook_pc.png);
  background-position: -12px 0;
}
.no-touchevents .share__btn--facebook a:hover {
  background-color: #ffffff;
}
.no-touchevents .share__btn--facebook a:hover span {
  background-position: 0 0;
}
.share__btn--facebook span {
}
.share__btn--twitter a {
  background-color: #3b94d9;
  padding: 8px 0;
  border: 2px solid #3b94d9;
}
.share__btn--twitter span {
  display: inline-block;
  width: 25px;
  height: 22px;
  background-image: url(../img/common/share_twitter_pc.png);
  background-position: -25px 0;
}
.no-touchevents .share__btn--twitter a:hover {
  background-color: #ffffff;
}
.no-touchevents .share__btn--twitter a:hover span {
  background-position: 0 0;
}
}

@media all and (max-width: 767px){
.share {
}
.share-wrapper {
  padding: 0 60px;
}
.share-inner {
  margin-bottom: 16.142%;
}
.share__img {
  line-height: 0;
  border: 1px solid #b7b7b7;
  border-bottom: none;
}
.share__img img {
  width: 100%;
  height: auto;
}
.sahre__txtbox {
  border: 1px solid #b7b7b7;
  border-top-color: transparent;
  padding-top: 7.142%;
  padding-bottom: 7.142%;
}
.share__ttl {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
.share__btn-list {
  text-align: center;
  margin-top: 10px;
}
.share__btn {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.share__btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 100%;
  vertical-align: top;
}
.share__btn a span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.share__btn--facebook a {
  background-color: #3b5998;
  padding: 10px 0;
  border: 2px solid #3b5998;
}
.share__btn--facebook span {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/share_facebook_sp.png);
  background-size: 100% auto;
}
.share__btn--facebook span {
}
.share__btn--twitter a {
  background-color: #3b94d9;
  padding: 10px 0;
  border: 2px solid #3b94d9;
}
.share__btn--twitter span {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/share_twitter_sp.png);
  background-size: 100% auto;
}
}
