@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: "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: "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
   ======================================================================= */
body {
  position: relative;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.bg-gray {
  background-color: #f3f3f3;
}
.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: 1025px){
  .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: 768px){
.main {
  margin-top: 0;
}
}

@media all and (min-width: 768px) and (max-width: 1024px){
.main {
  margin-top: 70px;
}
}

@media all and (max-width: 767px){
.main {
  margin-top: 45px;
}
}

/* ==========================================================================
   gheader
   ======================================================================= */
 @media all and (min-width: 1025px){
.gheader {
  position: relative;
  background-color: #ffffff;
}
.gheader-wrapper {
  height: 51px;
  position: relative;
  border-bottom: 2px solid #eaebe6;
}
.gheader__logo {
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 2;
}
.gheader__logo a {
  display: block;
}
.gheader__logo span {
  width: 176px;
  height: 33px;
  background-image: url(../img/common/gheader_logo_pc.png);
}
.gheader__corporate {
  position: absolute;
  top: 15px;
  right: 21px;
  z-index: 2;
}
.gheader__corporate a {
  display: block;
}
.gheader__corporate span {
  width: 166px;
  height: 22px;
  background-image: url(../img/common/gheader_corporate_pc.png);
}
.gheader__sns-list {
  width: 68px;
  position: absolute;
  top: 11px;
  right: 200px;
}
.gheader__sns-item {
  float: left;
}
.gheader__sns-item:first-child {
  margin-right: 10px;
}
.gheader__sns-item a {
  display: block;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 100%;
  text-align: center;
  padding: 3px 0;
  transition: all 200ms ease;
}
.gheader__sns-item a .bg-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: 0 0;
  vertical-align: top;
}
.gheader__sns-item--facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.gheader__sns-item--facebook a .bg-img {
  background-image: url(../img/common/gheader_sns_fb_pc.png);
}
.no-touchevents .gheader__sns-item--facebook a:hover {
  background-color: #ffffff;
}
.no-touchevents .gheader__sns-item--facebook a:hover .bg-img {
  background-position: 0 -20px;
}
.gheader__sns-item--twitter a {
  background-color: #55acee;
  border-color: #55acee;
}
.gheader__sns-item--twitter a .bg-img {
  background-image: url(../img/common/gheader_sns_tw_pc.png);
}
.no-touchevents .gheader__sns-item--twitter a:hover {
  background-color: #ffffff;
}
.no-touchevents .gheader__sns-item--twitter a:hover .bg-img {
  background-position: 0 -20px;
}
.gheader-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.gheader-nav-list {
  text-align: center;
}
.gheader-nav-item {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.gheader-nav-item a {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  padding: 12px 0;
  transition: all 200ms ease;
  vertical-align: top;
}
.gheader-nav-item--1 {
}
.gheader-nav-item--1 .bg-img {
  width: 118px;
  height: 27px;
  background-image: url(../img/common/gheader_nav_01_pc.png);
}
.gheader-nav-item--2 {
}
.gheader-nav-item--2 .bg-img {
  width: 143px;
  height: 27px;
  background-image: url(../img/common/gheader_nav_02_pc.png);
}
.gheader-nav-item--3 {
}
.gheader-nav-item--3 .bg-img {
  width: 146px;
  height: 27px;
  background-image: url(../img/common/gheader_nav_03_pc.png);
}
.no-touchevents .gheader-nav-item a:hover {
  opacity: 0.8;
}

}


@media all and (min-width: 768px) and (max-width: 1024px){
.gheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
}
.gheader-wrapper {
  height: 70px;
  position: relative;
  border-bottom: 2px solid #eaebe6;
}
.gheader__logo {
  position: absolute;
  top: 17px;
  left: 25px;
  z-index: 2;
}
.gheader__logo a {
  display: block;
}
.gheader__logo span {
  width: 176px;
  height: 33px;
  background-image: url(../img/common/gheader_logo_pc.png);
}
.gheader__corporate {
  position: absolute;
  top: 23px;
  right: 24px;
  z-index: 2;
}
.gheader__corporate a {
  display: block;
}
.gheader__corporate span {
  width: 166px;
  height: 22px;
  background-image: url(../img/common/gheader_corporate_pc.png);
}
.gheader__sns-list {
  width: 68px;
  position: absolute;
  top: 20px;
  right: 208px;
}
.gheader__sns-item {
  float: left;
}
.gheader__sns-item:first-child {
  margin-right: 10px;
}
.gheader__sns-item a {
  display: block;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 100%;
  text-align: center;
  padding: 3px 0;
}
.gheader__sns-item a .bg-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px
  background-position: 0 0;
}
.gheader__sns-item--facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.gheader__sns-item--facebook a .bg-img {
  background-image: url(../img/common/gheader_sns_fb_pc.png);
}
.gheader__sns-item--twitter a {
  background-color: #55acee;
  border-color: #55acee;
}
.gheader__sns-item--twitter a .bg-img {
  background-image: url(../img/common/gheader_sns_tw_pc.png);
}
.gheader-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
.gheader-nav-list {
  text-align: center;
}
.gheader-nav-item {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.gheader-nav-item a {
  display: inline-block;
  height: 70px;
  box-sizing: border-box;
  padding: 20px 0;
  vertical-align: top;
}
.gheader-nav-item--1 {
}
.gheader-nav-item--1 .bg-img {
  width: 118px;
  height: 27px;
  background-image: url(../img/common/gheader_nav_01_pc.png);
}
.gheader-nav-item--2 {
}
.gheader-nav-item--2 .bg-img {
  width: 143px;
  height: 27px;
  background-image: url(../img/common/gheader_nav_02_pc.png);
}
.gheader-nav-item--3 {
}
.gheader-nav-item--3 .bg-img {
  width: 146px;
  height: 27px;
  background-image: url(../img/common/gheader_nav_03_pc.png);
}

}

@media all and (max-width: 767px){
.gheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
}
.gheader-wrapper {
  height: 45px;
  border-bottom: 2px solid #eaebe6;
  box-sizing: border-box;
}
.gheader__logo {
  position: absolute;
  top: 10px;
  left: 7px;
}
.gheader__logo a {
  display: block;
}
.gheader__logo span {
  width: 123px;
  height: 23px;
  background-image: url(../img/common/gheader_logo_sp.png);
}
.gheader__corporate {
  position: absolute;
  top: 13px;
  right: 11px;
}
.gheader__corporate a {
  display: block;
}
.gheader__corporate span {
  width: 110px;
  height: 16px;
  background-image: url(../img/common/gheader_corporate_sp.png);
}

.gheader-nav {
  overflow: hidden;
  height: 35px;
  width: 100%;
  z-index: 1;
}
.gheader-nav .mask {
  height: 50px; /* 横スクロールする理屈上の高さ */
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gheader-nav .gheader-nav-list {
  display: inline-table;
  max-width: 100%;
  text-align: center;
}
.gheader-nav .gheader-nav-list li {
  display: table-cell;
}
.gheader-nav-item a {
  display: inline-block;
  vertical-align: top;
}

.gheader-nav-item--1 {
  padding: 0px 10px 0px 15px;
}
.gheader-nav-item--1 .bg-img {
  width: 110px;
  height: 35px;
  background-image: url(../img/common/gheader_nav_01_sp.png);
}
.gheader-nav-item--2 {
  padding: 0px 10px;
}
.gheader-nav-item--2 .bg-img {
  width: 132px;
  height: 35px;
  background-image: url(../img/common/gheader_nav_02_sp.png);
}
.gheader-nav-item--3 {
  padding: 0px 10px;
}
.gheader-nav-item--3 .bg-img {
  width: 135px;
  height: 35px;
  background-image: url(../img/common/gheader_nav_03_sp.png);
}

}



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

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

.gfooter {
}
.gfooter-wrapper {
  position: relative;
}
.gfooter-inner {
}
.gfooter__copyright {
  height: 60px;
  box-sizing: border-box;
  padding: 24px 0;
  font-size: 110%;
  text-align: center;
  line-height: 1;
  background-color: #ffffff;
  color: #692407;
}
.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;
}

.gfooter-link-wrapper{
  padding: 20px 20px;

}
.gfooter-link{
  max-width: 960px;
  margin: 0 auto;
}
.gfooter__link-list{
  width: 350px;
  color: #72482d;
  font-size: 120%;
  line-height: 1.7;
  float: left;
  padding-bottom: 10px;
}
.gfooter__link-list.top{
  width: 200px;
}
.gfooter__link-list:last-child{
  padding-right: 0px;
}
.gfooter__link-list .list_ttl{
  font-weight: bold;
  font-size: 120%;
}
.gfooter__link-list .list_ttl_top{
  font-weight: bold;
  font-size: 120%;
}
.gfooter__link-list .list_ttl_top::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico-topicpath-arrow-pc.png) 50% 50% no-repeat;
  background-size: contain;
  margin: 0 4px;
}
.gfooter__link-list .link_list::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico-topicpath-arrow-pc.png) 50% 50% no-repeat;
  background-size: contain;
  margin: 0 4px;
}
.no-touchevents .gfooter__link-list a{
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.no-touchevents .gfooter__link-list a:hover{
   color: #E56702;
}

/* pagetop */
.u-pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  opacity: 0;
  transition: opacity 200ms ease;
}
.u-pagetop.is--show {
  opacity: 1;
}
.u-pagetop.is--bottom {
  position: absolute;
  bottom: 110px;
}
.u-pagetop a {
  display: block;
  transition: all 200ms ease;
}
.u-pagetop .bg-img {
  width: 66px;
  height: 64px;
  background-image: url(../img/common/pagetop_pc.png);
}
.no-touchevents .u-pagetop a:hover {
  opacity: 0.9;
}

}


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

.gfooter {
}
.gfooter-wrapper {
  position: relative;

}
.gfooter-inner {
}
.gfooter__logo {
  display: inline-block;
  vertical-align: middle;
}
.gfooter__sns-list {
  text-align: center;
  padding-bottom: 20px
}
.gfooter__sns-item {
  display: inline-block;
  width: 43px;
  height: 43px;
  margin: 0 6px;
}
.gfooter__sns-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
}
.gfooter__sns-item a .bg-img {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
}
.gfooter__sns-item--facebook a {
  background-color: #3b5998;
}
.gfooter__sns-item--facebook .bg-img {
  background-image: url(../img/common/gfooter_facebook_sp.png);
}
.gfooter__sns-item--twitter a {
  background-color: #3b94d9;
}
.gfooter__sns-item--twitter .bg-img {
  background-image: url(../img/common/gfooter_twitter_sp.png);
}
.gfooter__copyright {
  padding: 25px 0;
  font-size: 100%;
  text-align: center;
  line-height: 1;
  background-color: #ffffff;
  color: #692407;
}
.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-link-wrapper{
  padding: 20px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.gfooter-link{
  width: 100%;
  margin: 0 auto;
}
.gfooter__link-list{
  width: 100%;
  padding-bottom: 10px;
  color: #72482d;
  font-size: 110%;
  line-height: 2.5;
  float: left;
}
.gfooter__link-list:last-child{
  padding-right: 0px;
}
.gfooter__link-list .list_ttl{
  font-weight: bold;
  font-size: 110%;
}
.gfooter__link-list .list_ttl_top{
  font-weight: bold;
  font-size: 110%;
}
.gfooter__link-list .list_ttl_top::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico-topicpath-arrow-pc.png) 50% 50% no-repeat;
  background-size: contain;
  margin: 0 4px;
}
.gfooter__link-list .link_list::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico-topicpath-arrow-pc.png) 50% 50% no-repeat;
  background-size: contain;
  margin: 0 4px;
}

/* pagetop */
.u-pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  opacity: 0;
}
.u-pagetop.is--show {
  opacity: 1;
}
.u-pagetop.is--bottom {
  position: absolute;
  bottom: 75px;
}
.u-pagetop a {
  display: block;
}
.u-pagetop .bg-img {
  width: 60px;
  height: 60px;
  background-image: url(../img/common/pagetop_sp.png);
}

}


/* ==========================================================================
   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 5.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;
  vertical-align: middle;
}
.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: 15.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;
}
}


/* ==========================================================================
   sns
   ======================================================================= */
@media all and (min-width: 768px){
.btn_inner{
  width: 345px;
  margin: 0 auto;
}
.btn_inner .btn_ttl{
  text-align: center;
  font-size: 150%;
  line-height: 2;
  color: #351902;
  font-weight: bold;
}
.btn {
  color: #ffffff;
}
.btn a {
  display: block;
  box-sizing: border-box;
  padding: 15px 35px 15px 20px;
  border: 1px solid #e16615;
  background-color: #e16615;
  position: relative;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn a::after {
  content: '';
  display: block;
  width: 21px;
  height: 9px;
  background: url(../img/common/btn_arrow_ow.png) 0 0 no-repeat;
  position: absolute;
  top: 48%;
  right: 11px;
  margin-top: -3px;
}
.btn_txt{
  font-size: 180%;
  font-weight: bold;
  text-align: center;
}
.no-touchevents .btn a:hover {
  border: 1px solid #e16615;
  background-color: #ffffff;
  color: #e16615;
}
.no-touchevents .btn a:hover::after {
  background-position: 0 -9px;
}
}

@media all and (max-width: 767px){
.btn_inner{
  max-width: 400px;
  margin: 0 auto;
}
.btn_inner .btn_ttl{
  text-align: center;
  font-size: 140%;
  line-height: 2;
  color: #351902;
  font-weight: bold;
}
.btn a {
  display: block;
  box-sizing: border-box;
  padding: 2.857% 6.25% 2.857% 6.571%;
  background-color: #e16615;
  position: relative;
}
.btn a::after {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  background: url(../img/common/btn_arrow_white_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 54%;
  right: 11px;
  margin-top: -7px;
}
.btn_txt{
  color: #ffffff;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
}

/* ==========================================================================
   Magnific Popup
   ======================================================================= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(236, 244, 248, 0.95);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-iframe-scaler button{
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  -ms-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mfp-iframe-scaler button::before,
.mfp-iframe-scaler button::after{
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #008fd4;
  position: relative;
  top: 0;
}
.mfp-iframe-scaler button::before{
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-iframe-scaler button::after{
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touchevents .mfp-iframe-scaler button:hover {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  color: #008fd4;
}
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #008fd4;
  right: -6px;
  text-align: right;
  padding-right: 6px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -50px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

    .globalFooter, .siteFooter {
      color: #222;
      line-height: 1.8;
    }
    .globalFooter img, .siteFooter img {
      vertical-align: bottom;
    }
    .globalFooter ul, .globalFooter ol, .siteFooter ul, .siteFooter ol {
      list-style: none;
    }

    .siteFooter__pageTop {
      position: absolute;
      right: 30px;
      bottom: 30px;
      z-index: 20;
    }
    .siteFooter__pageTop a {
      display: block;
      width: 50px;
      height: 50px;
      background-image: url(../img/btn_pagetop.png);
      background-repeat: no-repeat;
      text-indent: -999em;
      outline: none;
    }

    .siteFooter__pageTop.fixBottom {
      position: fixed;
    }

    .globalFooter {
      font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      min-width: 950px;
      clear: both;
      width: 100%;
      border-top: solid #e1e1e1 1px;
      background-color: #fff;
    }
    .globalFooter__inner {
      width: 950px;
      margin: 0 auto;
      position: relative;
      padding: 18px 0 20px;
      overflow: hidden;
    }
    .globalFooter__links {
      float: left;
    }
    .globalFooter__links__item {
      display: inline-block;
      margin-left: 25px;
      font-size: 12px;
    }
    .globalFooter__links__item:first-child {
      margin-left: 0;
    }
    .globalFooter__links__item a, .globalFooter__links__item a:link, .globalFooter__links__item a:visited {
      color: #222;
      text-decoration: none;
    }
    .globalFooter__links__item a:hover {
      color: #222;
      text-decoration: underline;
    }
    .globalFooter__logoBox {
      float: right;
      text-align: right;
    }
    .globalFooter__logo {
      margin-bottom: 4px;
    }
    .globalFooter__copyright small {
      font-size: 10px;
    }

    .siteFooter {
      background: #fff;
      min-width: 950px;
      color: #333;
      border-top: solid #e1e1e1 1px;
      font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    }
    .siteFooter__inner {
      padding: 32px 0;
      width: 950px;
      margin: 0 auto;
    }
    .siteFooter a, .siteFooter a:link, .siteFooter a:visited {
      color: #333;
      text-decoration: none;
    }
    .siteFooter a:hover {
      text-decoration: underline;
    }

    .siteFooter__wrapper {
      position: relative;
      background: url(../img/bg_otherlink_Jaggy.png) repeat-x center top;
      padding-top: 6px;
      margin-top: -6px;
    }
    .siteFooter__wrapper .siteFooter {
      border-top: none;
    }

    .siteFooter__linkBox {
      overflow: hidden;
      margin-bottom: 15px;
      clear: left;
    }

    .siteFooter__linkBox__wrapper {
      float: left;
      width: 680px;
    }

    .siteFooter__linkBoxes02 {
      border-top: dotted 1px #dbcfc3;
      padding-top: 20px;
    }

    .siteFooter__linkBox__title {
      font-size: 12px;
      clear: left;
      float: left;
    }

    .siteFooter__linkBox__items {
      padding: 2px 0 0 108px;
    }

    .siteFooter__linkBox__item {
      font-size: 10px;
      line-height: 1.8;
      margin-left: 20px;
      float: left;
    }

    .siteFooter__bnrBox {
      width: 228px;
      float: right;
    }

    .siteFooter__bnrBox__title {
      font-size: 12px;
      margin-bottom: 8px;
      clear: left;
    }

    .siteFooter__snsBox {
      background-color: #fff;
      padding: 10px 0;
      border-radius: 8px;
      margin-bottom: 22px;
    }
    .siteFooter__snsBox .fbLink {
      border-bottom: dotted 1px #dbcfc3;
      padding-bottom: 10px;
    }
    .siteFooter__snsBox .fbLink__thumb {
      float: left;
      padding: 0 12px 0 30px;
    }
    .siteFooter__snsBox .fbLink__txt {
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 3px;
      color: #333;
    }
    .siteFooter__snsBox .fbLink__txt a {
      color: #333;
    }
    .siteFooter__snsBox .fb-like {
      line-height: 10px;
    }

    .siteFooter__snsBox__link {
      text-align: center;
      padding: 8px 0 0;
    }

    .siteFooter__bnr {
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
    }
    .siteFooter__bnr a {
      background-color: #fff;
      display: block;
    }
    .siteFooter__bnr a:hover img {
      opacity: .7;
    }

    .footerOtherLinkBox {
      background: #998069 url(../img/bg_otherlink.png) repeat center top;
      min-width: 950px;
    }

    .footerOtherLinkBox__inner {
      padding: 40px 0;
      width: 950px;
      margin: 0 auto;
      overflow: hidden;
    }

    .footerOtherLink__items {
      padding: 13px 0 0;
      float: left;
    }

    .footerOtherLink__item {
      float: left;
      margin-right: 30px;
    }
    .footerOtherLink__item a:hover img {
      opacity: .7;
    }

    .footerOtherLink_bnr {
      float: right;
    }
    .footerOtherLink_bnr a:hover img {
      opacity: .7;
    }

    .siteFooterColor--brown .siteFooter {
      background: #998069 url(../img/bg_otherlink.png) repeat center top;
      color: #fff;
    }
    .siteFooterColor--brown .siteFooter a, .siteFooterColor--brown .siteFooter a:link, .siteFooterColor--brown .siteFooter a:visited {
      color: #fff;
    }
    .siteFooterColor--brown .siteFooter__linkBoxes02 {
      border-top: dotted 1px #fff;
    }
    .siteFooterColor--brown .siteFooter__snsBox .fbLink__txt {
      color: #333;
    }
    .siteFooterColor--brown .siteFooter__snsBox .fbLink__txt a {
      color: #333;
    }

    @media only screen and (max-width: 820px) {
      .globalFooter {
        clear: both;
        background-color: #fff;
        border-top: 1px solid #e1d9d2;
        color: #333;
        text-align: left;
        line-height: 1.8;
        min-width: 0;
      }
      .globalFooter__inner {
        margin: 0 auto;
        position: relative;
        padding: 10px 10px 15px;
        overflow: hidden;
        width: auto;
      }
      .globalFooter__links {
        margin-left: -13px;
        padding-bottom: 12px;
        float: none;
      }
      .globalFooter__links__item {
        display: inline-block;
        margin-left: 10px;
        font-size: 10px;
        white-space: nowrap;
      }
      .globalFooter__links__item a, .globalFooter__links__item a:link, .globalFooter__links__item a:visited {
        color: #222;
        text-decoration: none;
      }
      .globalFooter__links__item a:hover {
        color: #222;
        text-decoration: underline;
      }
      .globalFooter__links__item:first-child {
        margin-left: 10px;
      }
      .globalFooter__logoBox {
        float: none;
        text-align: left;
      }
      .globalFooter__logo {
        margin-bottom: 8px;
        float: left;
      }
      .globalFooter__logo img {
        width: 166px;
        height: 19px;
      }
      .globalFooter__copyright {
        clear: both;
      }
      .globalFooter__copyright small {
        font-size: 9px;
      }
    }