@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
.spOnly{
  display: none;
}
@media screen and (max-width: 768px) {
  br{
    display: none;
  }
  .sp-br{
    display: block;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}
nav[role="breadcrumb"]{
  color: #ffffff;
  z-index: 1;
  position: relative;
}
nav[role="breadcrumb"] a{
  color: #ffffff;
  font-weight: bold;
}
/* ===============================================================================
base color
=============================================================================== */
header[role="extra"]{
  background: #cf0000;
}
header[role="extra"] section > ul li a{
  color: #ffffff;
}
header[role="extra"] section > ul li:nth-child(3) ~ li *:before{
  color: #ffffff;
}
header[role="extra"] section > ul li:nth-child(3) ~ li a var{
  color: #cf0000;
  background: #ffffff;
  border: 1px #cf0000 solid;
}
header[role="extra"] section > ul li:last-child a i:before{
  background: #cf0000;
}
header[role="extra"] section ul li var{
  color: #cf0000;
  background: #ffffff;
  border: 1px #cf0000 solid;  
}
ul[role="translate"] li a{
  color: #ffffff;
}
ul[role="translate"] li + li:before{
  color: #ffffff;
}
nav[role="drawer"] > div section:not([role="social"]):not([role="bottom"]) > div h3{
  color: #cf0000;
}
.icon-right:before{
  color: #cf0000;
}
nav[role="global"] > div > ul > li > div > :first-child > span:before{
  background: #cf0000;
  color: #ffffff;  
}
nav[role="global"] > div > ul > li > div.hover > :first-child{
  background: #cf0000;
}
nav[role="global"] > div > ul > li > div.hover > :first-child > span::before{
  color: #cf0000;
  background: #ffffff;
}
nav[role="global"] > div > ul > li > div.hover > :first-child > span {
  color: #ffffff;
}
nav[role="global"] > div > ul > li > div.hover section > div{
  border-top: 8px solid #cf0000;  
}
nav[role="global"] > div > ul > li > div section > div{
  border-top: 1px solid #cf0000;
  border-bottom: 8px solid #cf0000;
}
section[role="related"]{
  border-bottom: #cf0000 2px solid;
}
section[role="social"] > ul li a:before{
  color: #cf0000;
}
section[role="social"] > div ul li a:before{
  color: #cf0000;
}
section[role="bottom"]{
  background: #cf0000;
}
section[role="bottom"] small{
  color: #ffffff;
}
header[role="extra"] section ul li i:before{
  background: #cf0000;
}
header[role="extra"] section ul li *:before{
  color: #ffffff;
}
nav[role="drawer"] > div section:nth-child(1) ul li a i:before{
  color: #cf0000;
}
nav[role="drawer"] > div section:nth-child(1) ul li a i var{
  color: #ffffff;
  background: #cf0000;
}
.btn-toggle:before, .btn-toggle:after{
  background: #cf0000;
}
section[role="social"] ul:not(:nth-last-of-type(2)):not(:nth-last-of-type(1)) li a:before{
  color: #cf0000;
}
section[role="social"] ul:nth-last-of-type(2) li a:before{
  color: #cf0000;
}
section[role="bottom"] a, section[role="bottom"] small{
  color: #ffffff;  
}
section[role="share"]{
  border-bottom: #cf0000 2px solid;
}
a.btn-gotop:before{
  color: #cf0000;
}
html:not(.device-sp) ul[role="lineup"] .btn-item dl span.btn-fav i:before, html:not(.device-sp) ul[role="lineup"] .btn-item dl a.btn-fav i:before{
  color: #cf0000;
}
html:not(.device-sp) ul[role="lineup"] .btn-item dl dt{
  border-bottom: 4px #cf0000 solid;
}
html:not(.device-sp) ul[role="lineup"] .btn-item dl dd.mdi-arrow-right:before{
  color: #cf0000;
}
html:not(.device-sp) ul[role="lineup"] .btn-item dl + dl{
  background-color: #cf0000;
}
html:not(.device-sp) ul[role="lineup"] .btn-item dl + dl dd{
  color: #ffffff;  
}
html:not(.device-sp) ul[role="lineup"] .btn-item dl + dl dd.mdi-arrow-right:before{
  color: #ffffff;    
}
@media (max-width: 767px){
  html:not(.device-pc) ul[role="lineup"] .btn-item dl dt{
    border-bottom: 4px #cf0000 solid;
  }
  html:not(.device-pc) ul[role="lineup"] .btn-item dl span.btn-fav i:before, html:not(.device-pc) ul[role="lineup"] .btn-item dl a.btn-fav i:before{
    color: #cf0000;
  }
  html:not(.device-pc) ul[role="lineup"] .btn-item dl dd.mdi-arrow-right:before{
    color: #cf0000;
  }
}

/* ===============================================================================
Navigation
=============================================================================== */
.nav{
  font-family: "Koburina Gothic W6 JIS2004",sans-serif;
  font-size: 1.4rem;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgba( 0, 0, 0, .5);
  height: 0;
  opacity: 0;
}
.nav.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: auto;
  padding-top: 56px;
  opacity: 1;
}
.nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.nav ul li{
  border-left: 1px solid #cf0000;
  padding-left: 10px;
  height: 3em;
  line-height: 1.5;
}
.nav ul li.line-1{
  line-height: 3em;
}
.nav a{
  color: #1a1a1a;
}
.nav.mega-on{
  padding-bottom: 130px;
}
.nav.mega-on ul li > a,
.nav.mega-on .family{
  color: #999999;
}
.nav .family:hover{
  cursor: pointer;
}

.nav .sub {
  display: none;
  position: absolute;
}
.nav .sub a{
  display: block;
}
.button{
  display: none;
}

@media screen and (max-width: 768px){
  .nav{
    height: 0;
    text-align: center;
    transition: opacity 0.25s, width 0.25s, height 0.25s;
    box-sizing: content-box;
    font-size: 1.2rem;
    border-bottom: 1px solid #efefef;
  }
  .nav a{
    line-height: 3em;
  }
  .nav .inner{
    display: none;
  }
  .nav ul{
    display: block;
    padding: 5px 0;
  }
  .nav.open{
    height: auto;
  }
  .nav.open .inner{
    display: block;
  }
  .button{
    display: block;
  }
  .button span{
    color: #cf0000;
  }
  .button:before{
    font-family: "Material Design Icons";
    font-size: 24px;
    line-height: 1;
    color: #cf0000;
    display: inline-block;
    content: "\F35D";
    transition: transform 0.5s;
    vertical-align: sub;
  }
  .button2:after{
    font-family: "Material Design Icons";
    font-size: 24px;
    line-height: 1;
    color: #cf0000;
    display: inline-block;
    content: "\F35D";
    transition: transform 0.5s;
    text-align: center;
    padding: 4px 0;
    width: 100vw;
  }
  .nav.open .button:before{
    transform: rotate(180deg);
  }
  .nav.open .button span{
    vertical-align: top;
  }
  .button2:after{
    transform: rotate(180deg);
  }  
  .nav .sub{
    position: relative;
    background-color: #ffffff;
  }
  .nav .sub a{
    border-bottom: 1px solid #efefef;
  }
  .nav ul li{
    padding-left: 0;
    border-bottom: 1px solid #efefef;
    border-left: none;
  }
  .nav.mega-on{
    padding-bottom: 0;
  }
}
/* ===============================================================================
Main
=============================================================================== */
main a{
  transition: opacity 0.3s;
}
main a:hover{
  opacity: 0.4;
}
main a[target=_blank]{
  color: #0000ff;
  display: inline;
}
main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.center{
  text-align: center;
}
#container {
  font-family: "Koburina Gothic W6 JIS2004",sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  color: #1a1a1a;
}
.top{
  background-image: url(../img/bg_ttl.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 0;
  padding-top: 31.416%;
  position: relative;
  opacity: 0;
  transition: all 1s ease-out;
  top: -49px;
  border-bottom: #cf0000 10px solid;
}
.top::after{
  content: "";
  display: block;
  background: url(../img/anohito/border_obj.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 24px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top.active{
  opacity: 1;
}
.top h1{
  background-image: url(../img/anohito/ttl_main.png);
  width: 250px;
  height: 35px;
  background-size: contain;
  position: absolute;
  top: 12vw;
  right: 0;
  left: -350px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
}
.menu-list{
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 0;
}
.menu-list .bubble{
  font-size: 1.4rem;
  color: #80732f;
  border: 1px solid #80732f;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: .2em 0;
  margin-bottom: 20px;
  position: relative;
}
.menu-list .bubble span{
  font-size: 1.8rem;
}
.menu-list .bubble:before,.menu-list .bubble:after{
  border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.menu-list .bubble:before {
	border-color: rgba(128, 115, 47, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#80732F;
}

.menu-list .bubble:after {
	border-color: rgba(255, 255, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:9px;
    border-right-width:9px;
    margin-left: -9px;
    border-top-color:#FFFFFF;
}
.menu-list ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.menu-list ul li{
  margin-bottom: 70px;
  margin-right: 50px;
}
.menu-list ul li:nth-of-type(3n){
  margin-right: 0;
}
.menu-list ul li a{
  display: block;
  position: relative;
  width: 300px;
  height: 230px;
  border-radius: 10px;
}
.menu-list ul li span{
  width: 178px;
  height: 73px;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
}
.menu-list ul li a:after{
  font-family: "Material Design Icons";
  font-size: 24px;
  line-height: 1;
  color: #cf0000;
  content: "\F140";
  transition: transform 0.5s;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}
.menu-list ul li:first-of-type a{
  background-image: url(../img/anohito/menu1.jpg);
  background-size: contain;
}
.menu-list ul li:first-of-type a span{
  background-image: url(../img/anohito/menu1.png);
  background-size: contain;
}
.menu-list ul li:nth-of-type(2) a{
  background-image: url(../img/anohito/menu2.jpg);
  background-size: contain;
}
.menu-list ul li:nth-of-type(2) a span{
  background-image: url(../img/anohito/menu2.png);
  background-size: contain;
}
.menu-list ul li:nth-of-type(3) a{
  background-image: url(../img/anohito/menu3.jpg);
  background-size: contain;
}
.menu-list ul li:nth-of-type(3) a span{
  background-image: url(../img/anohito/menu3.png);
  background-size: contain;
}
.menu-list ul li:nth-of-type(4) a{
  background-image: url(../img/anohito/menu4.jpg);
  background-size: contain;
}
.menu-list ul li:nth-of-type(4) a span{
  background-image: url(../img/anohito/menu4.png);
  background-size: contain;
}
.menu-list ul li:nth-of-type(5) a{
  background-image: url(../img/anohito/menu5.jpg);
  background-size: contain;
}
.menu-list ul li:nth-of-type(5) a span{
  background-image: url(../img/anohito/menu5.png);
  background-size: contain;
}
.menu-list ul li:nth-of-type(6) a{
  background-image: url(../img/anohito/menu6.jpg);
  background-size: contain;
}
.menu-list ul li:nth-of-type(6) a span{
  background-image: url(../img/anohito/menu6.png);
  background-size: contain;
}
.menu-list ul li:nth-of-type(7) a{
  background-image: url(../img/anohito/menu7.jpg);
  background-size: contain;
}
.menu-list ul li:nth-of-type(7) a span{
  background-image: url(../img/anohito/menu7.png);
  background-size: contain;
}
.menu-list ul li:nth-of-type(8) a{
  background-image: url(../img/anohito/menu8.jpg);
  background-size: contain;
}
.menu-list ul li:nth-of-type(8) a span{
  background-image: url(../img/anohito/menu8.png);
  background-size: contain;
}
#menu1{
  padding-top: 56px;
  margin-top: -56px;
}
#menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8{
  padding-top: 119px;
  margin-top: -119px;
}
.about{
  font-family: "Koburina Gothic W3 JIS2004",sans-serif;
  background-color: #e4dadc;
  padding: 50px 0;
}
#menu2 .about{
  background-color: #ece8d5;
}
#menu3 .about{
  background-color: #dfd7e2;
}
#menu4 .about{
  background-color: #d3e1df;
}
#menu5 .about{
  background-color: #e7ddd7;
}
#menu6 .about{
  background-color: #dde3ca;
}
#menu7 .about{
  background-color: #f1edd3;
}
#menu8 .about{
  background-color: #d6dcde;
}

.about .inner{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about .about-ttl h2{
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}
.about .about-ttl h2 span{
  background-color: #ffffff;
  font-size: 2.8rem;
  padding: .1em .2em;
  margin-top: .2em;
  display: inline-block;
}
.about .about-ttl p{
  padding: 20px 0;
}
.about .about-ttl .txt{
  font-size: 1.5rem;
}
.about .about-ttl .txt::before{
  display:block;
  content:"";
  width:100%;
  height:8px;
  background: radial-gradient(circle farthest-side, #cf0000, #cf0000 50%, #e4dadc 50%, #e4dadc); 
  background-size: 8px 8px;
  margin-bottom: 20px;
}
#menu2 .about .about-ttl .txt::before{
  background: radial-gradient(circle farthest-side, #cf0000, #cf0000 50%, #ece8d5 50%, #ece8d5); 
  background-size: 8px 8px;
}
#menu3 .about .about-ttl .txt::before{
  background: radial-gradient(circle farthest-side, #cf0000, #cf0000 50%, #dfd7e2 50%, #dfd7e2); 
  background-size: 8px 8px;
}
#menu4 .about .about-ttl .txt::before{
  background: radial-gradient(circle farthest-side, #cf0000, #cf0000 50%, #d3e1df 50%, #d3e1df); 
  background-size: 8px 8px;
}
#menu5 .about .about-ttl .txt::before{
  background: radial-gradient(circle farthest-side, #cf0000, #cf0000 50%, #e7ddd7 50%,#e7ddd7); 
  background-size: 8px 8px;
}
#menu6 .about .about-ttl .txt::before{
  background: radial-gradient(circle farthest-side, #cf0000, #cf0000 50%, #dde3ca 50%, #dde3ca); 
  background-size: 8px 8px;
}
#menu7 .about .about-ttl .txt::before{
  background: radial-gradient(circle farthest-side, #cf0000, #cf0000 50%, #f1edd3 50%, #f1edd3); 
  background-size: 8px 8px;
}
#menu8 .about .about-ttl .txt::before{
  background: radial-gradient(circle farthest-side, #cf0000, #cf0000 50%, #d6dcde 50%, #d6dcde); 
  background-size: 8px 8px;
}
.products{
  font-size: 1.4rem;
  background-color: #ffffff;
}
.info{
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
}
.comment{
  -o-border-image: url(../img/anohito/frame.svg) 34 round;
  border-image: url(../img/anohito/frame.svg) 34 round;
  border-style: solid;
  border-width: 33px;
  padding: 0;
  width: 220px;
  margin: 0px;
  font-size: 1.4rem;
  display: inline-table;
  margin: 0 10px;
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .comment{
    -o-border-image: url(../img/anohito/frame.png) 69 round;
       border-image: url(../img/anohito/frame.png) 69 round;
  }
}
.comment h3{
  color: #cf0000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.comment h3 span{
  color: #ffffff;
  background-color: #cf0000;
  padding: .1em .2em;
  letter-spacing: -.02em;
}
.border-bottom {
  width: 100%;
  border-bottom: #cf0000 30px solid;
  position: relative;
}
.border-bottom::before {
  content: "";
  display: block;
  background: url(../img/anohito/border_obj.png) no-repeat;
  background-size: contain;
  width: 61px;
  height: 31px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.border-bottom a{
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 2.25px;
  line-height: 30px;
}
@media screen and (min-width: 769px) {
  .about-ttl{
    min-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .top{
    background-image: url(../img/bg_ttl_sp.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 47.187%;
    top: -1px;
    border-bottom: none;
  }
  .top::after{
    display: none;
  }
  .top h1{
    width: 44.6875%;
    height: 0;
    padding-top: 6.68%;
    left: 0;
    top: 70px;
  }
  .menu-list{
    padding: 20px 12px;
  }
  .menu-list ul li{
    width: 47%;
    margin-bottom: 40px;
    margin-right: 3%;
  }
  .menu-list ul li:nth-of-type(2n){
    margin-right: 0;
  }
  .menu-list ul li:nth-of-type(3n){
    margin-right: 3%;
  }
  .menu-list ul li a{
    width: 100%;
    height: 0;
    padding-top: 109.86%;
    border-radius: 0;
  }
  .menu-list ul li span {
    width: 100%;
    height: 0;
    padding: 21%;
  }
  .menu-list ul li a:after{
    bottom: -25px;
  }
  .menu-list .bubble{
    font-size: 1.3rem;
    line-height: 1.46;
  }
  .menu-list .bubble span{
    font-size: 1.6rem;
  }
  .menu-list .bubble.line-1{
    line-height: 2.92;
  }
  .about{
    padding: 20px 12px;
  }
  .about .inner{
    display: block;
    padding: 16px;
  }
  .about .about-ttl h2{
    text-align: center;
    font-size: 1.4rem;
    padding-top: 15px;
  }
  .about .about-ttl h2 span{
    font-size: 2.1rem;
  }
  .about .about-ttl p{
    width: 23%;
    margin: 0 auto;
    padding: 10px 0 15px;
  }
  #menu3 .about .about-ttl p{
    width: 11%;
  }
  #menu6 .about .about-ttl p{
    width: 13%;
  }
  #menu7 .about .about-ttl p{
    width: 13%;
  }
  #menu8 .about .about-ttl p{
    width: 13%;
  }
  .about .about-ttl .txt{
    padding-top: 10px;
  }
  .info{
    padding: 30px 12px;
  }
  .device-sp ul[role="lineup"]{
    width: 50%;
  }
  .device-sp ul[role="lineup"] > li{
    width: calc(100% - 8px);
    padding-bottom: 16px;
  }
  html:not(.device-pc) ul[role="lineup"] > li {
    width: calc(100% - 8px) !important;
  }
  #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8{
    padding-top: 81px;
    margin-top: -81px;
  }  
}
@media screen and (max-width: 640px) {
  html:not(.device-pc) ul[role="lineup"] {
    width: 50%;
  }
  html:not(.device-pc) ul[role="lineup"] > li {
    width: calc(100% - 8px);
    padding-bottom: 16px;
  }
  .comment{
    font-size: 1.3rem;
    width: calc(50% - 8px);
    margin: 0 8px 16px 0;
  }
  .comment .inner{
    width: 130%;
    margin: -15%;
  }
  .comment h3{
    margin-bottom: 8px !important;
  }
  .border-bottom {
    border-bottom: #cf0000 20px solid;
  }
  .border-bottom::before {
    width: 42px;
    height: 21px;
    top: -12px;
  }
  .border-bottom a{
    font-size: 1.5rem;
    letter-spacing: 2.25px;
    line-height: 21px;
  }
}
/* ===============================================================================
Footer share
=============================================================================== */
main > footer {
  padding: 45px 0;
  background-color: #ffffff;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
}
main > footer > a {
  color: #000000;
}
.device-pc main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
}
.device-pc main > footer > ul.magazine-share {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 60px auto 35px;
  padding: 20px 0 35px;
  border: 1px #ccc solid;
  justify-content: center;
}
.device-pc main > footer > ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 12.5px;
  content: "この記事をシェアする";
  text-align: center;
  color: #666;
}
.device-pc main > footer > ul.magazine-share li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.device-pc main > footer > ul.magazine-share li a img {
  display: block;
  width: 100%;
}
.device-pc main > footer > ul.magazine-share li + li {
  margin-left: 40px;
}
.device-pc main > footer > p {
  text-align: center;
  font-size: 12px;
}

.device-sp main > footer {
  margin: 0 auto;
  padding: 15px 20px 40px;
}
.device-sp main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 50px auto 0;
}
.device-sp main > footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 40px;
  padding: 20px 0 25px;
  border: 1px #ccc solid;
  justify-content: center;
}
.device-sp main > footer > ul:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  content: "この記事をシェアする";
  text-align: center;
  color: #666;
}
.device-sp main > footer > ul li + li {
  margin-left: 40px;
}
.device-sp main > footer > ul li a {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
}
.device-sp main > footer > p {
  text-align: center;
  font-size: 12px;
}