@charset "UTF-8";
/*
Theme Name: キャリーミー 創業ストーリー
Theme URI: https://carryme.jp/carryme-story/
Description: キャリーミー 創業ストーリーのテーマです
*/

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing:border-box;
}

html{
    overflow-y: scroll;
    scroll-behavior: smooth;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	padding: 0;
	margin: 0;
}

ol, ul{
    list-style:none;
	box-sizing:border-box;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
}

header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after {
	overflow: hidden;
}

br {
	letter-spacing:0;
}

img {
	width: 100%;
    height: auto;
	box-sizing: border-box;
	border: 0;
	vertical-align:bottom;
}


a img {  
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}
/*a img:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);  
}*/

#spLinkBlockInPc {
    display:none;
}

#copy {
    padding: 0 20px 50px 20px;
    font-size: 0.7em;
}

.gothic {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	letter-spacing:0.1em;
	background:#fff;
	font-size:1em;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	color: #111;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}


@media (max-width: 768px){
body {
	font-size: 0.95em;
}
}

.clear {
	clear:both;
}

.clearfix {
	overflow:hidden;
}

.center {
	text-align:center;
}

.center01 {
	text-align:center;
}

@media (max-width: 768px){
.center01 {
	text-align:left;
}

.center02 {
	text-align:center;
}
}

.textleft {
	text-align:left !important;
}

.textright {
	text-align:right !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb20pc {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.p20 {
	padding: 20px;
}

.mt20 {
	margin-top: 20px;
}

@media (max-width: 768px){
.mb20sp {
	margin-bottom: 20px;
}

.mb20pc {
	margin-bottom: 0;
}

.mb40sp {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 40px;
}

.mb70 {
	margin-bottom: 40px;
}

.mb80 {
	margin-bottom: 60px;
}

.mb100 {
	margin-bottom: 60px;
}

.mt20 {
	margin-top: 0;
}
}

a:link,a:visited {
	text-decoration:underline;
	overflow:hidden;
	color:#ea5504;
}

a:hover {
	text-decoration:none;
	color:#111;
}

ul {
	list-style-type:none;
}

.big {
	font-size: 1.15em !important;
}

.big02 {
	font-size: 1.25em !important;
}

.big03 {
	font-size: 1.5em !important;
}

.big04 {
	font-size: 1.6em !important;
}

.big05 {
	font-size: 1.7em !important;
}

@media (max-width: 768px){
.big {
	font-size: 1.1em !important;
}

.big02 {
	font-size: 1.2em !important;
}

.big03 {
	font-size: 1.3em !important;
}

.big04 {
	font-size: 1.3em !important;
}

.big05 {
	font-size: 1.4em !important;
}
}

.small {
	font-size:0.9em !important;
}

@media (max-width: 768px){
.small_sp {
	font-size:0.9em;
}
}

.bold {
	font-weight: 600;
}

.bold a {
	font-weight: 600 !important;
}

/*.red {
	color: #d7485c !important;
}*/

.white {
    color: #fff !important;
}

.white a:hover,.white:hover {
    color: #fff !important;
}

.orange {
    color: #ea5504 !important;
}

.yellow {
    color: #f8f008 !important;
}

/*切り替えのスタイル*/

@media (min-width: 768px){
.sp {
	display: none;
}
}

@media (max-width: 768px){
.pc {
	display: none;
}

.sp {
	width: 100%;
}
}

/*box*/
.box1280 {
	clear: both;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.box1200 {
	clear: both;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.box1160 {
	clear: both;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.box680 {
	clear: both;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}

@media (max-width: 768px){
.box1280,.box1200,.box1160 {
	padding-left:0 ;
	padding-right:0 ;
}
.box680 {
	max-width: 768px;
}
}

/*base*/
.base01 {
	clear: both;
	width: 100%;
}

@media (max-width: 768px){
.base01 {
	padding-left: 30px;
	padding-right: 30px;
    box-sizing: border-box;
}
}

/*fadein
***************************************/
.fade {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;	
}

.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*scale*/
.scale {
	overflow: hidden;
}
 
.scale img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.scale img:hover {
	webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*youtubeのスタイル*/
.youtube01 {
    position: relative;
    width: 100%;
    padding: 54.3% 0 0 0;
}

.youtube01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*エフェクト*/
.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
}

.keyframe1{
    animation-name: anim_v;
}

@keyframes anim_v {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, -15px);
    }
}

.effect01{
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(.32, .43, .49, 1.36), ease-in;
    -webkit-animation: slide-br 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-br 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-br {
	animation: slide-br1 0.4s ease-out forwards;
}

@-webkit-keyframes slide-br1 {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50px) scale(1.2);
            transform: translateY(-50px) translateX(-50px) scale(1.2);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
             opacity:1;
  }
}
@keyframes slide-br1 {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50px) scale(1.2);
            transform: translateY(-50px) translateX(-50px) scale(1.2);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
            opacity:1;
  }
}

.effect02{
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(.32, .43, .49, 1.36), ease-in;
    -webkit-animation: slide-br2 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-br2 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-br2 {
	animation: slide-br3 0.4s ease-out forwards;
}

@-webkit-keyframes slide-br3 {
  0% {
    -webkit-transform: translateY(50px) translateX(0) scale(1);
            transform: translateY(50px) translateX(0) scale(1);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
             opacity:1;
  }
}
@keyframes slide-br3 {
  0% {
    -webkit-transform: translateY(50px) translateX(0) scale(1);
            transform: translateY(50px) translateX(0) scale(1);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
            opacity:1;
  }
}

.effect03{
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(.32, .43, .49, 1.36), ease-in;
    -webkit-animation: slide-up 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-up 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-up {
	animation: slide-up1 0.4s ease-out forwards;
}

@-webkit-keyframes slide-up1 {
  0% {
    -webkit-transform: translateY(-50px) translateX(0) scale(1);
            transform: translateY(-50px) translateX(0) scale(1);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
             opacity:1;
  }
}
@keyframes slide-up1 {
  0% {
    -webkit-transform: translateY(-50px) translateX(0) scale(1);
            transform: translateY(-50px) translateX(0) scale(1);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
            opacity:1;
  }
}

.effect04{
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(.32, .43, .49, 1.36), ease-in;
    -webkit-animation: slide-side 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-side 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-side {
	animation: slide-side1 0.4s ease-out forwards;
}

@-webkit-keyframes slide-side1 {
  0% {
    -webkit-transform: translateY(0) translateX(-50px) scale(1);
            transform: translateY(0) translateX(-50px) scale(1);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
             opacity:1;
  }
}
@keyframes slide-side1 {
  0% {
    -webkit-transform: translateY(0) translateX(-50px) scale(1);
            transform: translateY(0) translateX(-50px) scale(1);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
            opacity:1;
  }
}

.effect05{
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(.32, .43, .49, 1.36), ease-in;
    -webkit-animation: slide-side02 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-side 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-side02 {
	animation: slide-side2 0.4s ease-out forwards;
}

@-webkit-keyframes slide-side2 {
  0% {
    -webkit-transform: translateY(0) translateX(50px) scale(1);
            transform: translateY(0) translateX(50px) scale(1);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
             opacity:1;
  }
}
@keyframes slide-side2 {
  0% {
    -webkit-transform: translateY(0) translateX(50px) scale(1);
            transform: translateY(0) translateX(50px) scale(1);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
            opacity:1;
  }
}

/*flex*/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
}

.flex01,.flex03 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex02 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex-center {
    align-items: center;
}

.flex-center02 {
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px){
.flex03 {
	flex-direction: column-reverse;
}
}

/*title*/
.mincho {
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*header*/
.carryme-story-header {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.carryme-story-header__top {
    background: #ff5000;
    font-size: 0.8em;
}

.carryme-story-header__logo {
    padding: 20px;
}

.carryme-story-header__logo img {
    max-width: 120px;
}

.carryme-story-title h1 {
    padding: 30px 10px 70px 10px;
    font-size: 1.8em;
}

.crumbs {
    padding: 20px 10px;
    font-size:0.8em;
}

@media (max-width: 1120px){

}




/*back*/
.transparent01 {
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 100vw;
    border-color: transparent transparent #222 transparent;
}

.transparent02 {
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 200px 100vw 0 0;
    border-color: #222 transparent transparent transparent;
}

.black_bg {
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    color: #fff;
    background: #222;

}

@media (max-width: 980px){
.transparent01 {
    border-width: 0 0 100px 100vw;
}

.transparent02 {
    border-width: 100px 100vw 0 0;
}
}

/*episode_box*/
.episode_box {
    margin-bottom: 260px;
    position: relative;
    z-index: 100;
    padding: 50px 0;
    background: #222;
}

.episode_box:last-of-type {
    margin-bottom: 0;
}

.episode_movie {
    width: 65%;
}

.episode_movie_left {
    margin-left: -5%;
}

.episode_movie_right {
    margin-right: -5%;
}

.episode_txt {
    width: 35%;
}

.episode_txt .episode {
    font-size: 1.2em;
    color: #ea5504;
    border-bottom: 1px solid #ea5504;
}

.episode_txt .episode strong {
    font-size: 2em;
}

.episode_txt h2 {
    font-size: 2.1em;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 1120px){
.episode_box {
    padding: 50px 30px;
}
}

@media (max-width: 980px){
.episode_box {
    margin-bottom: 150px;
}

.episode_movie {
    width: 95%;
    padding: 0 30px;
    margin-bottom: 20px;
}

.episode_movie_left {
    margin-left: -30px;
}

.episode_movie_right {
    margin-right: -30px;
}

.episode_txt {
    width: 100%;
}

.flex02 .episode_txt {
    text-align: right;
}

.episode_txt .episode {
    font-size: 1.1em;
    display: inline-block;
}

.episode_txt h2 {
    font-size: 1.8em;
}
}


/*button*/
.button01 a {
    min-width: 190px;
    padding: 8px 30px;
    font-size: 1em;
    font-weight: 600;
    background: #222222;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
}

.button02 a {
    min-width: 300px;
    padding: 8px 20px;
    font-size: 1.05em;
    font-weight: 600;
    background: #ea5504;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
}

.button03 a {
    min-width: 300px;
    padding: 8px 20px;
    font-size: 1.05em;
    font-weight: 600;
    background: #222;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
}

.button01 a:hover {
    background: #ea5504;
    color: #fff;
}

@media (max-width: 980px){
.button01 a,.button02 a,.button03 a {
    min-width: 100px;
    width: 80%;
    margin: 0 10%;
    padding: 12px 20px;
    font-size: 1em;
}
}

/*footer*/
.carryme-story-footer {
    background: #fff;
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.footer_logo img {
    max-width: 180px;
}

.carryme-story-footer ul li {
    padding: 0 20px;
}

.carryme-story-footer ul li.first {
    position:relative;
    display:inline-block;
}

.carryme-story-footer ul li.first::after{
    content:"";
    display:inline-block;
    width:1px;
    height:20px;
    background-color:#111;
    position:absolute;
    top:4px;
    right:0;
}

@media (max-width: 980px){
.carryme-story-footer {
}
}

/*grid*/
.grid {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.carryme-story-list {
    margin-bottom: 40px;
}

.carryme-story-list a {
    text-decoration: none;
}

.carryme-story-list a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);  
}

.carryme-story-list .center {
    padding: 10px;
    font-weight: 700;
    color: #ff5000;
}

.carryme-story-list .center p {
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #ff5000;
    display: inline-block;
}

.carryme-story-list .center strong {
    font-size: 1.4em;
}

.carryme-story-list a h2 {
    text-align: center;
    font-weight: 700;
    color: #111;
}

@media (max-width: 820px){
.grid {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
}
}

/*detail*/
.carryme-story-top {
    margin-top: 20px;
}

.carryme-story-top h1 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 1.8em;
}

.carryme-story-profile {
    padding: 60px 0 0 0;
}

.carryme-story-profile__img {
    width: 15%;
}

.carryme-story-profile__txt {
    width: 80%;
}

.carryme-story-detail {
    margin-bottom: 60px;
}

.carryme-story-detail img {
  display: block;
  width: calc(100% + 300px);
  max-width: none;
  margin: 80px auto;
}


.carryme-story-detail h2 {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 1.6em;
}

.carryme-story-detail p {
    margin-bottom: 40px;
}

.carryme-story-detail blockquote p {
    margin-top: -70px;
}

.carryme-story-detail hr {
    margin-bottom: 40px;
}

.carryme-story-detail pre {
    padding: 20px 30px;
    white-space: pre-wrap;
    margin-bottom: 40px;
    background: #F5F8F9;
}

@media (max-width: 820px){
.carryme-story-top img {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.carryme-story-top h1 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.4em;
}

.carryme-story-detail img {
    width: 100%;
    margin: 60px auto;
}

.carryme-story-detail blockquote p {
    margin-top: -50px;
}

.carryme-story-detail h2 {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 1.4em;
}

.carryme-story-detail pre {
    padding: 20px 20px;
}
}

/* 目次LuckyWPのCSS*/
.lwptoc {
    background: #fafafa;
    padding: 1em;
}

.lwptoc .lwptoc_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    display: block;
}

.lwptoc_item_label {
    display: block;
    padding-top: 10px;
}

.lwptoc_item_label a:hover {
    color: #111;
}

/* youtube 埋め込み*/
.wp-block-embed-youtube iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 40px;
}