@charset "UTF-8";

@font-face {
    font-family: "myfont";
    src: url("TsunagiGothic.ttf") format("truetype");
  }

  .logo-image{
    width:95vw;
    position: relative;
    margin-top:7vw;
}

.fixed-header{
  position: fixed;
  width: 100vw;
  height: 7vw;
  transition: 2.5s;
  z-index: 5;
  background-color: #d48eb7;
  box-shadow: 0 3px 6px #d23473;
  padding-top:0 auto;
  padding-bottom:0 auto;
  padding-left:3vw;
  top:0vw;
  left:0vw;
}




.logo2-image{
height:5vw;
position:left;
margin-top:1vw;

}

ul{
  font-family:"myfont", sans-serif;
 /* font-weight: 400;
  font-style: normal; */
  list-style: none;
  display: flex;
  margin-top:-4vw;
  margin-left:25vw;
}

a {	
  text-decoration: none;
  color: #f8f19d;
  font-size:2vw;

}

.balloon a{
  text-decoration: none;
  color: #f8f19d;
  font-size:1.5vw;
}

li{
  margin: 1vw 0 0 5vw;
}

nav {
  margin: 0 0 0 auto;
}

.logo {
    text-align:center;
}

body{
   background-image: url('pc背景2_アートボード\ 1-01.png'),url('pc背景2_アートボード\ 1-01.png');
   background-color: #f2d9e8;
   background-repeat: no-repeat,repeat;
   animation: diagonalMove 80s linear infinite;
   background-size: 5px 5px, 30%;
}
/* アニメーションの基本設定 */
@keyframes diagonalMove {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 100% 100%;
    }

  }
  

.gra{
    background: -moz-linear-gradient(top, #00aeef, #c2f4f9);
    background: -webkit-linear-gradient(top, #00aeef, #c2f4f9);
    background: linear-gradient(to bottom, #00aeef, #c2f4f9);
}

.koumoku{
    border-top:#193554 1vw double;
    border-bottom:#193554 1vw double;
    text-align:center;
    font-family: "rocknroll-one", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color:#3dbcdb;
}

.odai{
    border:#d23473 0.1vw solid;
    font-family:"myfont", sans-serif;
    border-radius:3vw;
    background-color:#d23473;
    width:20vw;
    height:8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:3vw;
    text-align: center;
    margin-left:5vw;
    margin-top:5vw;
    margin-bottom:2.5vw;
    color:#efefef;
}

.odai2{
  border:#d23473 0.1vw solid;
  font-family:"myfont", sans-serif;
  border-radius:3vw;
  background-color:#d23473;
  width:20vw;
  height:8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:3vw;
  text-align: center;
  margin-left:5vw;
  margin-top:5vw;
  margin-bottom:2.5vw;
  color:#efefef;
}

.odai3{
  border:#d23473 0.1vw solid;
  font-family:"myfont", sans-serif;
  border-radius:3vw;
  background-color:#d23473;
  width:20vw;
  height:8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:3vw;
  text-align: center;
  margin-left:5vw;
  margin-top:5vw;
  margin-bottom:0.5vw;
  color:#efefef;
}

.odai4{
  border:#d23473 0.1vw solid;
  font-family:"myfont", sans-serif;
  border-radius:3vw;
  background-color:#d23473;
  width:20vw;
  height:8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:3vw;
  text-align: center;
  margin-left:5vw;
  margin-top:30vw;
  margin-bottom:0.5vw;
  color:#efefef;
}

.kasumi-image{
    height:35vw;
    margin-left:10vw;
}

.flex{
    display:flex;
    justify-content:space-between;
  }
  
  .profile{
    margin-top:-1vw;
    color:#193554;
    position:relative;

  }

  .shokai{
    position:relative;
  }

  .ba-image{
    width:40vw;
    margin-right:6vw;
  }

    .namae{
        text-align:center;
        color:#d23473;
        font-family:"myfont", sans-serif;
        font-size:5vw;
        position: absolute;/*絶対配置*/
        top: 32%;
        left:17%;
    }


    .honbun{
        position: absolute;/*絶対配置*/
        top: 46%;
        left: 15.5%; 
        font-size:1vw;
        color:#353990;
        text-shadow:0.5px 0.5px 0.5px #3dbcdb;
        line-height:2;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
background-color:#f2d9e8;
border:#f2d9e8 1vw solid;;
border-radius:2vw;
    }

  .copy{
    text-align:right;
    font-family: "rocknroll-one", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom:5vw;
    font-size:2.5vw;
    position: absolute;/*絶対配置*/
        top: 25%;
        left: 37%; 
        color:#353990;
  }

  .honbun2{
    font-size:3vw;
    color:#353990;
    text-shadow:0.5px 0.5px 0.5px #00aeef;
    text-align:center;
    margin-bottom:10vw;
    line-height:2;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .honbun3{
    text-align:center;
  }

  .honbun4{
    font-size:1.7vw;
    color:#841b93;
    text-shadow:0.8px 0.8px 0.5px #fffa39;
    margin-bottom:5vw;
    margin-right:auto;
    margin-left:auto;
    margin-top:6vw;
    line-height:2;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
text-align:center;
position:absolute;
top:2%;
left:0;
right:0;

  }

  .honbun5{
    font-size:2vw;
    color:#841b93;
    text-shadow:1px 1px 0.5px #f8f19d;
    margin-bottom:13vw;
    margin-right:1.5vw;
    line-height:2;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .elusa{
    font-family:"myfont", sans-serif;
  }

  .saigo{
    font-size:5vw;
    position: absolute;
    top:4vw;
     left:15vw;
     color:#3dbcdb
  }

    .saigo2{
      font-size:7vw;
      position: absolute;
    top:11vw;
    left:5.5vw;
    color:#d23473;
    text-shadow:#f2d9e8 5px 5px 1px;
    }

  .jidori{
    width:95vw;
    text-align:center;
    margin:0 auto;
  }

.jidori img{
  width:50vw;
  position:relative;
margin:0 auto;
}
  
  .info{
    font-size:3vw;
  }

.hinichi{
    border:#28c699 1vw solid;
    border-radius: 2vw;;
    background-color: #28c699;
    color:#efefef;
    text-shadow:#d23473 1px 1px 1px;
    width:25vw;
    font-family:"myfont", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align:center;
    height:30vw;
    line-height:2;
}

.hinichi2{
font-size:3.5vw;;
font-family:"myfont", sans-serif;
font-weight: 400;
font-style: normal;
padding-top:2vw;
}

.hinichi3{
    margin-top:1vw;
    font-family:"myfont", sans-serif;
font-weight: 400;
font-style: normal;
font-size:2.5vw;
}

.kaijo{
    border:#3dbcdb 1vw solid;
    border-radius: 2vw;;
    background-color: #3dbcdb;
    color:#f8f19d;
    text-shadow:#353990 1px 1px 1px;
    width:25vw;
    font-family:"myfont", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align:center;
    height:30vw;
    margin-left:5vw;
    line-height:2;
}

.kaijo2{
font-size:3.5vw;
font-family:"myfont", sans-serif;
font-weight: 400;
font-style: normal;
padding-top:2vw;
}

.kaijo3{
    margin-top:2vw;
font-weight: 400;
font-family:"myfont", sans-serif;
font-style: normal;
font-size:2.5vw;
}

.free{
    border:#f4c61e 1vw solid;
    border-radius: 2vw;;
    background-color: #f4c61e;
    color:#d23473;
    text-shadow:#efefef 1px 1px 1px;
    width:25vw;
    font-size:4.5vw;
    font-family:"myfont", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align:center;
    height:30vw;
    margin-left:5vw;
    padding-top:auto;
    padding-bottom:auto;
    line-height:6;
    display: flex;
    justify-content:center ;
    align-items:center;
}

.flex-container {
    display: flex; /* フレックスボックスを有効にする */
    justify-content: space-between; /* 要素の間にスペースを均等に配置 */
    align-items: center; /* 要素を縦方向の中央に揃える */
    width: 95%;
    margin: 0 auto; /* コンテナを中央に配置 */
    margin-top:10vw;
}

.flex-item {
    text-align: center;
    box-sizing: border-box; /* パディングを含めたサイズを計算 */
}

.flex-container2 {
    display: flex; /* フレックスボックスを有効にする */
    justify-content: space-between; /* 要素の間にスペースを均等に配置 */
    align-items: center; /* 要素を縦方向の中央に揃える */
    width: 90%;
    margin: 0 auto; /* コンテナを中央に配置 */
}

.flex-item2 {
    text-align: center;
    box-sizing: border-box; /* パディングを含めたサイズを計算 */
    position: relative;
}

.flex-item3 {
  text-align: center;
  box-sizing: border-box; /* パディングを含めたサイズを計算 */
  width:30vw;
  margin-bottom:10px;
  align-items: flex-start;
}



.flex-item4 {
  text-align: center;
  box-sizing: border-box; /* パディングを含めたサイズを計算 */
  width:30vw;
  align-items: flex-start;
}



.flex-container3 {
  display: flex; /* フレックスボックスを有効にする */
  justify-content: space-between; /* 要素の間にスペースを均等に配置 */
  align-items: flex-start; /* 要素を縦方向の中央に揃える */
  margin:0 auto;
  width:75vw;
}

.flex-item3 img {
  height: 10vw; /* 必要に応じて高さを統一 */
  object-fit: contain; /* 画像の全体を表示 */
}

.flex-item4 img {
  height: 10vw; /* 必要に応じて高さを統一 */
  object-fit: contain; /* 画像の全体を表示 */
}
.flex-container4 {
    display: flex; /* フレックスボックスを有効にする */
    justify-content: space-between; /* 要素の間にスペースを均等に配置 */
    align-items: center; /* 要素を縦方向の中央に揃える */
    width: 90%;
    margin: 0 auto; /* コンテナを中央に配置 */
}

.flex-container5 {
    display: flex; /* フレックスボックスを有効にする */
    justify-content: space-between; /* 要素の間にスペースを均等に配置 */
    align-items: center; /* 要素を縦方向の中央に揃える */
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; /* コンテナを中央に配置 */
    margin-top:10vw;
}

.flex-item5 {
    text-align: center;
    box-sizing: border-box; /* パディングを含めたサイズを計算 */
}

.flex-item4 {
    text-align: center;
    box-sizing: border-box; /* パディングを含めたサイズを計算 */
}

.theme {/*親div*/
    position: relative;/*相対配置*/
    }
  
  .theme p {
    position: absolute;/*絶対配置*/
    font-family: "rocknroll-one", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:3vw;
    }

  .theme-image {
    width: 45vw;
    position:relative;
    }

      .balloon2{
          color:#f2d9e8;
          text-align:center;
          padding: 0.5vw 1vw;
          display: inline-block;
          text-align:center;
          background: #d48eb7;
          border-radius: 15px;
          text-shadow: 0.3vw 0.3vw 0.1vw #d23473;
          margin-right:auto;
          margin-left:auto;
         
        margin-top:4vw;
        margin-right:auto;
        margin-left:auto;
          min-width:20vw;
          max-width:20vw;
          height:4vw;
          align-items: center;
        padding:1.1vw 1vw;
        transition: .3s;
         position: absolute;
         top:53%;
         left:17%;
         
             height:5vw;
             align-items: center;
             transition: .3s;
             font-family:"myfont", sans-serif;
    }

 
    
    .balloon2:before {
      content: "";
      position: absolute;
      top: 90%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 1.2vw solid #d48eb7;
    }


    
    .balloon1 {
      position: absolute;
      top:62.5%;
      left:18%;
       display: inline-block;
       text-align:center;
       margin: 1.5em 0;
       padding: 0.5vw 1vw;
        min-width: 15vw;
        max-width: 15vw;
         color: #f2d9e8;
         background: #d48eb7;
           border-radius: 15px;
      font-family:"myfont", sans-serif;
      font-size:2vw;
      text-shadow: 0.3vw 0.3vw 0.1vw #d23473;
        margin-right:auto;
        margin-left:auto;
          height:4vw;
          align-items: center;
          transition: .3s;
    }
    
    .balloon1 a{
      font-size:1.5vw;
      text-decoration: none;
      color:#f8f19d;
justify-content: center;

    }

    .balloon2 a{
      font-size:2vw;
      text-decoration: none;
      color:#f8f19d;
justify-content: center;
    }

    .balloon1:before {
      content: "";
      position: absolute;
      top: 90%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 1.2vw solid #d48eb7;
    }
    .cm-image{
        width:60vw;
        margin: auto;
        display: block;
      }

      .smart-image{
        width:55vw;
        position:absolute;
        top:272.5vw;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index:1;
      }
  
      .smart-image2{
        width:55vw;
        position:absolute;
        top:317.6vw;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index:1;
      }

      video{
        width:32vw;
        text-align:center;
        position:relative;
        z-index:2;
        margin-top:1.2vw;
      }

      .cm1{
        text-align: center;
        display: block;
        margin-bottom:12vw;
      }

      .cm2{
        text-align: center;
        display: block;
        margin-top:26vw;
      }

      .ohana {/*親div*/
        position: relative;/*相対配置*/
        transition: transform .3s;
        }
      
        .ohana-image{
            width:10vw;
            transition: transform .3s;
        }

        .ohana:hover .ohana-image {
            transform: scale(1.4, 1.4); /* カーソルが乗った時に画像を拡大 */
        }

        .ohana p {
            position: absolute;/*絶対配置*/
            font-family: "rocknroll-one", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size:2.3vw;
            }

            .insta{
              margin-bottom:12px;
             }
          

                      /* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the main element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */



/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd em font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */



/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd em font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent sub and sup elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}